| Commit message (Expand) | Author | Age |
* | Enable HTML::Template's parent_global_vars option. | intrigeri | 2010-12-22 |
* | second parameter of urlto is optional | Joey Hess | 2010-11-29 |
* | Merge remote branch 'smcv/ready/localurl' | Joey Hess | 2010-11-29 |
|\ |
|
| * | If cgiurl is set, but url isn't, use an absolute $local_cgiurl | Simon McVittie | 2010-11-23 |
| * | 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-22 |
* | | Merge remote branch 'blipvert/fixes' | Joey Hess | 2010-11-28 |
|\ \
| |/
|/| |
|
| * | check that user is defined before regexp compare | Craig Lennox | 2010-11-28 |
* | | avoid an unnecessary hash lookup | Joey Hess | 2010-11-20 |
* | | make use of precompiled regex objects | Simon McVittie | 2010-11-20 |
* | | 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-11-19 |
|/ |
|
* | bugfix | Joey Hess | 2010-10-23 |
* | 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-20 |
* | refactor check_canchange into IkiWiki library | Joey Hess | 2010-10-08 |
* | make revert hooks optional | Joey Hess | 2010-10-08 |
* | convert rcs_revert to only stage the reversion | Joey Hess | 2010-10-06 |
* | remove rcs_showpatch | Joey Hess | 2010-10-06 |
* | indentation | Joey Hess | 2010-10-04 |
* | Complete rcs_preprevert and lightly test. | Peter Gammie | 2010-10-01 |
* | First cut at the revert plugin. | Peter Gammie | 2010-09-29 |
* | template_depends: throw nice error message when template cannot be found | Joey Hess | 2010-09-27 |
* | 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-30 |
* | Fixes a bug that prevented matching deleted pages when using the page() PageS... | Joey Hess | 2010-08-04 |
* | Add new disable hook, allowing plugins to perform cleanup after they have bee... | Joey Hess | 2010-07-26 |
* | template: Fix dependency tracking. Broken in version 3.20100427. | Joey Hess | 2010-07-23 |
* | Merge remote branch 'intrigeri/po' | Joey Hess | 2010-07-18 |
|\ |
|
| * | 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-11 |
| |\ |
|
| * | | Add a fullpage arg to filter. | intrigeri | 2010-06-29 |
| * | | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-06-25 |
| |\ \ |
|
| * | | | moved selflink test to its own isselflink (overridable) sub | intrigeri | 2010-01-09 |
* | | | | 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-18 |
| |_|/
|/| | |
|
* | | | git: Added git_wrapper_background_command option. Can be used to eg, make th... | Joey Hess | 2010-07-01 |
| |/
|/| |
|
* | | rcs_commit and rcs_commit_staged api changes | Joey Hess | 2010-06-23 |
* | | websetup: Allow enabling plugins listed in disable_plugins. | Joey Hess | 2010-06-13 |
* | | 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-06-09 |