Age | Commit message (Expand) | Author |
2009-01-31 | CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocu... | Simon McVittie |
2009-01-31 | CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an Ik... | Simon McVittie |
2009-01-31 | IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environ... | Simon McVittie |
2009-01-31 | CGI: if the page is missing, give the "missing page" a 404 status | Simon McVittie |
2009-01-31 | CGI: document why commenter and recentchanges_link are supported | Simon McVittie |
2009-01-31 | recentchanges: delete CGI hook in favour of the global one | Simon McVittie |
2009-01-31 | comments: delete cgi hook in favour of the global one | Simon McVittie |
2009-01-31 | CGI: if the "do" parameter is goto, recentchanges_link or commenter, redirect... | Simon McVittie |
2009-01-31 | CGI: add cgi_goto(CGI, [page]) | Simon McVittie |
2009-01-27 | po: remove all dependencies on nicepagetitle | intrigeri |
2009-01-27 | rename hook: instead of modifying the passed-by-name array, return a copy | intrigeri |
2009-01-26 | typo | Joey Hess |
2009-01-26 | Merge commit 'smcv/underlay' | Joey Hess |
2009-01-26 | Merge commit 'smcv/updated' | Joey Hess |
2009-01-26 | hook function names should be the same as the hook name | Joey Hess |
2009-01-27 | po: make the "backlinks involve dependencies" feature optional | intrigeri |
2009-01-27 | revert renamepage's hook original name | intrigeri |
2009-01-26 | po: bring back a useful use of scalar | intrigeri |
2009-01-26 | only pass named parameters to the canremove hook | intrigeri |
2009-01-26 | only pass named parameters to the canrename hook | intrigeri |
2009-01-26 | po(formbuilder): stop hunting down non-existent cases | intrigeri |
2009-01-26 | add mising hooks and fix syntax error | Joey Hess |
2009-01-26 | remove unnecessary returns | Joey Hess |
2009-01-26 | remove redundant use | Joey Hess |
2009-01-26 | non-code changes | Joey Hess |
2009-01-26 | more unnecessary parens | Joey Hess |
2009-01-26 | avoid keeping running if a DOS attack is possible | Joey Hess |
2009-01-26 | remove unnecessary parens | Joey Hess |
2009-01-26 | another useless use of scalar | Joey Hess |
2009-01-26 | remove useless uses of scalar | Joey Hess |
2009-01-26 | improve some english | Joey Hess |
2009-01-26 | avoid standalone -e or foo syntax | Joey Hess |
2009-01-26 | avoid mixing english with translation | Joey Hess |
2009-01-26 | Merge branch 'master' into po | Joey Hess |
2009-01-25 | git: Fix malformed utf8 recieved from git. | Joey Hess |
2009-01-25 | format moderation queue only at end, avoid O(N^3) bug | Joey Hess |
2009-01-25 | add reject all marked defer checkbox | Joey Hess |
2009-01-25 | sort comment queue by time, newest first | Joey Hess |
2009-01-25 | add a button to prefs page for comment moderation | Joey Hess |
2009-01-25 | clean up comment preview | Joey Hess |
2009-01-25 | comments: Add a moderation web interface. | Joey Hess |
2009-01-25 | comments: If comment content checks fail, store the comment (in .ikiwiki/comm... | Joey Hess |
2009-01-25 | blogspam: Fix use of blogspam_options and blogspam_server config settings. | Joey Hess |
2009-01-22 | typo | Joey Hess |
2009-01-22 | fix uninitialized value warnings | Joey Hess |
2009-01-22 | fix typo | Joey Hess |
2009-01-21 | img: only provide alt text if it was specified | Gabriel McManus |
2009-01-20 | fix removal form display | Joey Hess |
2009-01-19 | blogspam: Log spam info on failure. | Joey Hess |
2009-01-19 | remove cansave plugin, now replaced by Joey's checkcontent one | intrigeri |