aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/UserInfo.pm
Commit message (Expand)AuthorAge
* * Renamed GlobLists to PageSpecs.•••* 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. joey2006-08-02
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use••• it, this will allow for adding a unit test suite. joey2006-05-02
* two notify bug fixes:•••- run it after refreshing so that all the page info is current - convert filenames into page names before checking against glob joey2006-04-28
* - fix typo•••- avoid sending commit mails to the user who made the commit joey2006-04-25
* morejoey2006-04-25
* subscription nearly donejoey2006-04-25
* commit changes for email subscriptionsjoey2006-04-24