summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/sortnaturally.pm
AgeCommit message (Collapse)Author
2010-10-31Added missing registration of checkconfig hook.Craig Lennox
2010-04-06don't force a rebuildJoey Hess
Rebuild can be needed sometimes, but not always, so undef.
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
Also rename cmpspec_translate (internal function) to sortspec_translate for consistency.
2010-04-03Split out sortnaturally into a pluginSimon McVittie