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