summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2009-08-28<pedant>rename depends_exact to depends_simpleJoey Hess
2009-08-28Force %depends_exact to lower case, fixing incorrect case-sensitivitySimon McVittie
2009-08-28Auto-detect "simple dependencies" instead of requiring callers to use add_dep...Simon McVittie
2009-08-28Add depends_exact: simplified dependency tracking for dependencies on a singl...Simon McVittie
2009-08-25Merge commit 'remotes/smcv/ready/remove-pagespec-merge'Joey Hess
2009-08-25Revert "Allow add_depends to take an arrayref"Joey Hess
2009-08-25Remove now-unused function pagespec_mergeSimon McVittie
2009-08-25IkiWiki::pagename: memoize resultsSimon McVittie
2009-08-25Allow add_depends to take an arrayrefSimon McVittie
2009-08-25Use a hash to de-duplicate dependenciesSimon McVittie
2009-08-24Don't bother to save {depends} to the indexSimon McVittie
2009-08-24Optimize the dependencies listSimon McVittie
2009-08-16created_before/after: throw error if specified page does not existJoey Hess
2009-08-16fix error message displayJoey Hess
2009-08-13Add discussionpage configuration settingJoey Hess
2009-07-19Merge branch 'master' into poJoey Hess
2009-07-10Move OpenID pretty-printing from openid plugin to coreSimon McVittie
2009-06-08Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not av...Joey Hess
2009-06-06Merge commit 'upstream/master' into pub/pointrigeri
2009-06-05Tighten up matching of bare words inside directivesJoey Hess
2009-05-19Merge branch 'master' into poJoey Hess
2009-05-18Allow curly braces to be used in pagespecsJoey Hess
2009-05-07Allow underlaydir to be overridden without messing up inclusion of other unde...Joey Hess
2009-05-06Avoid %links accumulating duplicates. (For TOVA)Joey Hess
2009-04-23Revert "pagespec_match_list * optimisation"Joey Hess
2009-04-23pagespec_match_list * optimisationJoey Hess
2009-04-23pagespec_match_list added and used in most appropriate placesJoey Hess
2009-04-23pagespec error/failure distinction and error display by inlineJoey Hess
2009-04-20Merge commit 'upstream/master' into pub/pointrigeri
2009-04-04add _darcs to prune listJoey Hess
2009-03-27Merge branch 'master' into poJoey Hess
2009-03-15Fix bug that caused weird things to appear as page types.Joey Hess
2009-03-13unknown option wording tweakJoey Hess
2009-03-08brought back checkcontent hook full-content compat.intrigeri
2009-02-19Add noextension parameter to htmlize hooks to support, eg, Makefile.Joey Hess
2009-02-12move check_canedit, check_content to IkiWiki library from editpageJoey Hess
2009-01-24clarify description of verboseJoey Hess
2009-01-20add human-readable error when unknown pagespec function is calledJoey Hess
2009-01-12export installdirJoey Hess
2009-01-10Consistently allow use of relative paths in all PageSpecs that take a page na...Joey Hess
2009-01-10refactor pagespec derelevitisation codeJoey Hess
2009-01-03yesno: Always accept English even when localised.Joey Hess
2008-12-26Merge branch 'master' into nextJoey Hess
2008-12-26inline: Run format hook firstJoey Hess
2008-12-23hack to avoid globlist deprecaton message false positiveJoey Hess
2008-12-23Add deprecation warning for GlobLists, which will stop working in 3.0.Joey Hess
2008-12-23remove globlist supportJoey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-23enable prefix_directives by defaultJoey Hess
2008-12-21beautify_urlpath: if path already starts with ./, don't add another ./Simon McVittie