Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | despam | Simon McVittie | 2015-01-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlowX5C5dCp9CmqRAUSMhjaRcDEqZrLZ5M | 2015-01-10 |
| | |||
* | Migrate doc/bugs via prefix_directives | Simon McVittie | 2008-07-21 |
| | | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | ||
* | * Finally fixed the longstanding inline removal bug. | joey | 2007-03-24 |
| | | | | | | * Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin. | ||
* | * 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. | ||
* | add | joey | 2006-06-23 |