| Commit message (Expand) | Author | Age |
* | Added only_committed_changes config setting, which speeds up wiki refresh by ... | Joey Hess | 2013-11-16 |
* | Optmised loadindex by caching the page name in the index. | Joey Hess | 2013-11-16 |
* | Fixed unncessary tight loop hash copy in saveindex where a pointer can be use... | Joey Hess | 2013-11-16 |
* | Fix cookiejar default setting. | Joey Hess | 2013-09-04 |
* | cookiejar is now a core config setting. | Amitai Schlair | 2013-08-03 |
* | Honor proxy env vars and reliably honor cookiejar. | Amitai Schlair | 2013-07-27 |
* | The ip() pagespec can now contain glob characters to match eg, a subnet full ... | Joey Hess | 2013-07-08 |
* | Allow dots in parameter key names | Giuseppe Bilotta | 2013-02-15 |
* | add cgi_overload_message | Joey Hess | 2012-10-11 |
* | add cgi_overload_delay tunable | Joey Hess | 2012-10-09 |
* | passwordauth: Fix url in password recovery email to be absolute. | Joey Hess | 2012-04-02 |
* | fix typo in LC_TIME locale lookup | Joey Hess | 2012-02-01 |
* | calendar, prettydate: Fix strftime encoding bug | Joey Hess | 2012-01-30 |
* | backlink(.) should behave like backlink(<current page>) | Giuseppe Bilotta | 2012-01-13 |
* | Add path and path_natural sort orders | Simon McVittie | 2011-12-06 |
* | Support private, group, public as values for umask | Simon McVittie | 2011-11-27 |
* | Avoid using named capture groups in heredoc code for oldperl compatability. | Joey Hess | 2011-07-30 |
* | Preserve mixed case in page creation links, and when creating a page whose ti... | Joey Hess | 2011-06-29 |
* | Support svg as a inlinable image type | Joey Hess | 2011-06-29 |
* | html5 is not experimental anymore. But not the default either, quite yet. | Joey Hess | 2011-06-23 |
* | added support for here-docs and ''' in parameters. | Timo Paulssen | 2011-05-13 |
* | Yaml formatted setup files are now produced by default | Joey Hess | 2011-03-24 |
* | Add timezone setting in setup file. This alows time zone to be configured via... | Joey Hess | 2011-03-24 |
* | avoid uninitlized value when urlto is called with 1 parameter and no url is c... | Joey Hess | 2011-02-27 |
* | Add add_literal_underlay and use it for the transient underlay | Simon McVittie | 2011-01-07 |
* | use cgitemplate, remove misctemplate | Joey Hess | 2011-01-05 |
* | make urlabs a noop if base url is not provided | Joey Hess | 2011-01-05 |
* | factored out an urlabs from aggregate and cgi | Joey Hess | 2011-01-05 |
* | oops | Joey Hess | 2011-01-05 |
* | Temporarily revert one part of the multiple url support in the last release. ... | Joey Hess | 2011-01-05 |
* | Add a second parameter to the rcs_diff hook, and avoid bloating memory readin... | Joey Hess | 2010-12-29 |
* | urlto: simplify the to='' special case to allow it to be made absolute | Simon McVittie | 2010-12-25 |
* | checkconfig: don't warn if $config{url} is undef | Simon McVittie | 2010-12-25 |
* | 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 |