aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
Commit message (Expand)AuthorAge
* Yaml formatted setup files are now produced by defaultJoey Hess2011-03-24
* Add timezone setting in setup file. This alows time zone to be configured via...Joey Hess2011-03-24
* avoid uninitlized value when urlto is called with 1 parameter and no url is c...Joey Hess2011-02-27
* Add add_literal_underlay and use it for the transient underlaySimon McVittie2011-01-07
* use cgitemplate, remove misctemplateJoey Hess2011-01-05
* make urlabs a noop if base url is not providedJoey Hess2011-01-05
* factored out an urlabs from aggregate and cgiJoey Hess2011-01-05
* oopsJoey Hess2011-01-05
* Temporarily revert one part of the multiple url support in the last release. ...Joey Hess2011-01-05
* Add a second parameter to the rcs_diff hook, and avoid bloating memory readin...Joey Hess2010-12-29
* urlto: simplify the to='' special case to allow it to be made absoluteSimon McVittie2010-12-25
* checkconfig: don't warn if $config{url} is undefSimon McVittie2010-12-25
* Enable HTML::Template's parent_global_vars option.intrigeri2010-12-22
* second parameter of urlto is optionalJoey Hess2010-11-29
* Merge remote branch 'smcv/ready/localurl'Joey Hess2010-11-29
|\
| * If cgiurl is set, but url isn't, use an absolute $local_cgiurlSimon McVittie2010-11-23
| * urlto(): if $from is undef, return a local path, not an absolute URLSimon McVittie2010-11-22
| * baseurl(): return local path, not absolute URL, if the argument is undefSimon McVittie2010-11-22
| * cgiurl(): return a locally-valid path by defaultSimon McVittie2010-11-22
| * cgiurl: don't append "?" if there are no parametersSimon McVittie2010-11-22
| * Compute local paths to the top of the wikiSimon McVittie2010-11-22
* | Merge remote branch 'blipvert/fixes'Joey Hess2010-11-28
|\ \ | |/ |/|
| * check that user is defined before regexp compareCraig Lennox2010-11-28
* | avoid an unnecessary hash lookupJoey Hess2010-11-20
* | make use of precompiled regex objectsSimon McVittie2010-11-20
* | glob2re: return a precompiled, anchored case-insensitive regexSimon McVittie2010-11-19
* | match_glob: streamline glob cache slightlySimon McVittie2010-11-19
* | Improve the speed of match_globKathryn Andersen2010-11-19
|/
* bugfixJoey Hess2010-10-23
* add a hint that creation_month takes a number, not a month nameJoey Hess2010-10-20
* avoid perl warning when passed bad non-numeric year/month/dayJoey Hess2010-10-20
* refactor check_canchange into IkiWiki libraryJoey Hess2010-10-08
* make revert hooks optionalJoey Hess2010-10-08
* convert rcs_revert to only stage the reversionJoey Hess2010-10-06
* remove rcs_showpatchJoey Hess2010-10-06
* indentationJoey Hess2010-10-04
* Complete rcs_preprevert and lightly test.Peter Gammie2010-10-01
* First cut at the revert plugin.Peter Gammie2010-09-29
* template_depends: throw nice error message when template cannot be foundJoey Hess2010-09-27
* revert check_canedit nosubs thingJoey Hess2010-08-30
* Receive: avoid hiding check_canedit error messagesJoey Hess2010-08-30
* optimise single dot detectionJoey Hess2010-08-30
* Single dot in pagespec translates to 'current page'Giuseppe Bilotta2010-08-30
* Fixes a bug that prevented matching deleted pages when using the page() PageS...Joey Hess2010-08-04
* Add new disable hook, allowing plugins to perform cleanup after they have bee...Joey Hess2010-07-26
* template: Fix dependency tracking. Broken in version 3.20100427.Joey Hess2010-07-23
* Merge remote branch 'intrigeri/po'Joey Hess2010-07-18
|\
| * Make the rationale clearer.intrigeri2010-07-11
| * Revert po vs. template kludges.intrigeri2010-07-11
| * Merge remote branch 'upstream/master' into prv/pointrigeri2010-07-11
| |\