aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
Commit message (Expand)AuthorAge
* 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
| |\
| * | Add a fullpage arg to filter.intrigeri2010-06-29
| * | Merge remote branch 'upstream/master' into prv/pointrigeri2010-06-25
| |\ \
| * | | moved selflink test to its own isselflink (overridable) subintrigeri2010-01-09
* | | | remove dead caseJoey Hess2010-07-18
* | | | fix other 2 cases of conflicting destdir filesJoey Hess2010-07-18
* | | | check oldrenderedfiles tooJoey Hess2010-07-18
* | | | avoid error if two source files render the same destination fileJoey Hess2010-07-18
| |_|/ |/| |
* | | git: Added git_wrapper_background_command option. Can be used to eg, make th...Joey Hess2010-07-01
| |/ |/|
* | rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
* | websetup: Allow enabling plugins listed in disable_plugins.Joey Hess2010-06-13
* | When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess2010-06-09