Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * Work on firming up the plugin interface: | joey | 2006-09-09 |
| | | | | | | | | | | | | | | | | | | | - 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. | ||
* | * Added created_before and created_after PageSpec limits. | joey | 2006-08-03 |
| | |||
* | * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132 | joey | 2006-08-02 |
| | | | | * Added many unit tests for pagespec_match. | ||
* | link and backlink pagespec tests | joey | 2006-08-02 |
| | |||
* | complex test | joey | 2006-08-02 |
| | |||
* | * Renamed GlobLists to PageSpecs. | joey | 2006-08-02 |
* PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding. |