Age | Commit message (Expand) | Author |
2010-11-29 | second parameter of urlto is optional | Joey Hess |
2010-11-29 | Merge remote branch 'smcv/ready/localurl' | Joey Hess |
2010-11-28 | Merge remote branch 'blipvert/fixes' | Joey Hess |
2010-11-28 | check that user is defined before regexp compare | Craig Lennox |
2010-11-23 | If cgiurl is set, but url isn't, use an absolute $local_cgiurl | Simon McVittie |
2010-11-22 | urlto(): if $from is undef, return a local path, not an absolute URL | Simon McVittie |
2010-11-22 | baseurl(): return local path, not absolute URL, if the argument is undef | Simon McVittie |
2010-11-22 | cgiurl(): return a locally-valid path by default | Simon McVittie |
2010-11-22 | cgiurl: don't append "?" if there are no parameters | Simon McVittie |
2010-11-22 | Compute local paths to the top of the wiki | Simon McVittie |
2010-11-20 | avoid an unnecessary hash lookup | Joey Hess |
2010-11-20 | make use of precompiled regex objects | Simon McVittie |
2010-11-19 | glob2re: return a precompiled, anchored case-insensitive regex | Simon McVittie |
2010-11-19 | match_glob: streamline glob cache slightly | Simon McVittie |
2010-11-19 | Improve the speed of match_glob | Kathryn Andersen |
2010-10-23 | bugfix | Joey Hess |
2010-10-20 | add a hint that creation_month takes a number, not a month name | Joey Hess |
2010-10-20 | avoid perl warning when passed bad non-numeric year/month/day | Joey Hess |
2010-10-08 | refactor check_canchange into IkiWiki library | Joey Hess |
2010-10-08 | make revert hooks optional | Joey Hess |
2010-10-06 | convert rcs_revert to only stage the reversion | Joey Hess |
2010-10-06 | remove rcs_showpatch | Joey Hess |
2010-10-04 | indentation | Joey Hess |
2010-10-01 | Complete rcs_preprevert and lightly test. | Peter Gammie |
2010-09-29 | First cut at the revert plugin. | Peter Gammie |
2010-09-27 | template_depends: throw nice error message when template cannot be found | Joey Hess |
2010-08-30 | revert check_canedit nosubs thing | Joey Hess |
2010-08-30 | Receive: avoid hiding check_canedit error messages | Joey Hess |
2010-08-30 | optimise single dot detection | Joey Hess |
2010-08-30 | Single dot in pagespec translates to 'current page' | Giuseppe Bilotta |
2010-08-04 | Fixes a bug that prevented matching deleted pages when using the page() PageS... | Joey Hess |
2010-07-26 | Add new disable hook, allowing plugins to perform cleanup after they have bee... | Joey Hess |
2010-07-23 | template: Fix dependency tracking. Broken in version 3.20100427. | Joey Hess |
2010-07-18 | Merge remote branch 'intrigeri/po' | Joey Hess |
2010-07-18 | remove dead case | Joey Hess |
2010-07-18 | fix other 2 cases of conflicting destdir files | Joey Hess |
2010-07-18 | check oldrenderedfiles too | Joey Hess |
2010-07-18 | avoid error if two source files render the same destination file | Joey Hess |
2010-07-11 | Make the rationale clearer. | intrigeri |
2010-07-11 | Revert po vs. template kludges. | intrigeri |
2010-07-11 | Merge remote branch 'upstream/master' into prv/po | intrigeri |
2010-07-01 | git: Added git_wrapper_background_command option. Can be used to eg, make th... | Joey Hess |
2010-06-29 | Add a fullpage arg to filter. | intrigeri |
2010-06-25 | Merge remote branch 'upstream/master' into prv/po | intrigeri |
2010-06-23 | rcs_commit and rcs_commit_staged api changes | Joey Hess |
2010-06-13 | websetup: Allow enabling plugins listed in disable_plugins. | Joey Hess |
2010-06-09 | When editing a page, show that page's sidebar. (Thanks, privat) | Joey Hess |
2010-06-09 | Fix support for globbing in tagged() pagespecs. | Joey Hess |
2010-05-31 | creation_day() etc use local time, not gmtime. | Joey Hess |
2010-05-18 | Fix a bug that prevented matching deleted comments, and so did not update pag... | Joey Hess |