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