aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
Commit message (Expand)AuthorAge
* * Various minor fixes and stylistic improvements suggested by Perl::Critic.joey2007-08-15
* * Fix bug in deletion/move during edit code introduced in 1.44. Need to takejoey2007-08-14
* the perl critic reminded me that the library shouldn't be using IN and OUTjoey2007-08-14
* * Change yet again how unhandled and escaped preprocessor directives arejoey2007-08-13
* * Fix --libdir to work at the command line.joey2007-08-13
* * Support pagespec "functions" with no parameters, like included() in thejoey2007-08-11
* * Add rel=tag attribute to tag links, supporting that microformat, as welljoey2007-08-05
* * Add a libdir config option to let ikiwiki load perl modules, includingjoey2007-07-27
* * Add a htmlext config option, this can be used to make ikiwiki generatejoey2007-07-25
* * Correct some issues with escaped preprocessor directives.joey2007-07-20
* * Patch fixing various additional problems with test suite. Closes: #425891joey2007-06-26
* * Allow svnpath config option to contain additional extra slashes anywherejoey2007-06-23
* * Fix wrapper generator and untaint code's handling of strings continingjoey2007-06-03
* * Explode some of the more insane regexps.joey2007-06-01
* * Apply a patch from Carl Worth adding support for using globs in link()joey2007-05-30
* * Correct some issues with display of unhandled preprocessor directives.joey2007-05-29
* * Deal better with rebuilds that involve moving files; track and clean up thejoey2007-05-24
* improve messagesjoey2007-05-21
* * Change the aggregate plugin's locking strategy. Now it defers loading statejoey2007-05-21
* * Add a destpage parameter to the filter hook.joey2007-05-17
* * Add an account-creation password as a simple anti-spam mechanism. Ifjoshtriplett2007-05-09
* * Enable openid logins by default.joey2007-04-29
* foldingjoey2007-04-27
* * Make pagespec_match return an object that can be stringified to telljoey2007-04-27
* minor improvementsjoey2007-04-27
* * Fix bestlink to use pagecase for pages in userdir, to support pagesjoshtriplett2007-04-27
* the kind of perl code that can only be written at 4:30 amjoey2007-04-27
* * Make pagespec_match on failure return a value that is false, but in ajoey2007-04-27
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* * Add .dpkg-tmp to prune regexp, so that if ikiwiki is run right as it'sjoey2007-04-15
* expost %destsourcesjoey2007-04-14
* * Apply patch from Ethan to improve an error message that should neverjoey2007-04-14
* * Internal version number and installdir substitutions were lost, fix.joey2007-04-13
* * Optimise displaytime, trimming maybe 6% off the build time.joey2007-04-10
* * Add a new %destsources hash, which maps between a destination file andjoey2007-04-10
* use err facility when logging errors to syslogjoey2007-04-09
* oopsjoey2007-04-06
* * Fix display of escaped wikilinks containing anchors.joey2007-04-06
* * Fix a bug that caused link(foo) to succeed if page foo did not exist.joey2007-04-04
* * Finally apply the index.html patch, with thanks to everyone who workedjoey2007-04-01
* * Hide excess backlinks and expand using CSS trick; control quantiy viajoey2007-03-31
* * Finally fixed the longstanding inline removal bug.joey2007-03-24
* * Fix link() PageSpecs to not just look at the raw link text, but at wherejoey2007-03-21
* * Fix a bug with inlined create page links, including Discussion links onjoey2007-03-11
* need to use uri_escape_utf8joey2007-03-08
* * The underscore escaping support exposed a bug in edit links: Such linksjoey2007-03-08
* remove debuggingjoey2007-03-07
* My fix to support encoded underscores in page titles broke links to pagesjoey2007-03-07
* * Add preview parameter to preprocesser calls, use this rather than thejoey2007-03-06
* fix precidence problem, thanks bodjoey2007-03-03