| Commit message (Expand) | Author | Age |
* | fix test to support rel= | Joey Hess | 2008-05-30 |
* | misc improvements | Joey Hess | 2008-02-24 |
* | fix test to intialise plugins | Joey Hess | 2008-02-24 |
* | update test suite to fully test both with and without prefix_directives | Joey Hess | 2008-01-28 |
* | Add new preprocessor directive syntax¸ using a '!' prefix.•••Add a prefix_directives option to the setup file to turn this syntax
on; currently defaults to false, for backward compatibility. Support
optional '!' prefix even with prefix_directives off, and use that in
the underlay to support either setting of prefix_directives. Add NEWS
entry with migration information.
| Josh Triplett | 2008-01-27 |
* | arg, the test suite was testing for bugs | joey | 2007-09-30 |
* | fix | joey | 2007-04-29 |
* | updates for usedirs | joey | 2007-04-29 |
* | support %destsources | joey | 2007-04-14 |
* | My fix to support encoded underscores in page titles broke links to pages•••with underscores in their filenames, since the link code also used
titlepage. Create a new linkpage function and have the link code use that
instead.
| joey | 2007-03-07 |
* | * Changed calling convention for httmllink slightly. The first three••• parameters remain the same, but additional options are now passed in using
named parameters.
* Change plugin interface version to 1.02 to reflect this change.
* Add a new anchor option to htmllink. Thanks Ben for the idea.
* Support anchors in wikilinks.
* Add a "more" plugin based on one contributed by Ben to allow implementing
those dreaded "Read more" links in blogs.
| joey | 2007-02-20 |
* | add test | joey | 2007-02-20 |
* | cgiurl now needs to be set to get edit links | joey | 2006-12-28 |
* | * Change %renderedfiles to store an array of files rendered from a given••• source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
| joey | 2006-10-08 |
* | * Work on firming up the plugin interface:••• - Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
| joey | 2006-09-09 |
* | update | joey | 2006-08-13 |
* | * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.•••* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
| joey | 2006-08-13 |
* | * --getctime had bitrotted (well I only ever used it the once so far..),•••* When inlining a page in another one, links from the inlined page are now
expanded the same as they are when rendering the inlined page as a
standalone page. So rather than being expanded from the POV of the
inlining page, they are expanded from the POV of the inlined page.
For example, a link from blog/foo to "bar" will now link to blog/bar
if it exists. Previously this needed to be a link explicitly to
"blog/bar"; such links will also continue to work.
(This was slightly complex to do as the link still has to be constructed
relative to the inlining page.)
| joey | 2006-05-26 |
* | * Rebuilding on upgrade to this version is recommended.•••* Add a html validity check to the test suite, using the wdg-html-validator,
if available.
* Make the html valid when there is nothing in the actions list by adding an
empty <li> to the end of it.
* Reordered some function call parameters for consistency.
| joey | 2006-05-26 |
* | dirname, basename, bestlink, linkify, pagetitle, titlepage.•••* Allow links of the form [[some page|page]], with whitespace in the link
text.
| joey | 2006-05-04 |