Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-02 | minor formatting | Joey Hess | |
2009-09-02 | remove two plugins that are unrelated to cvs | Joey Hess | |
2009-09-02 | Merge commit 'schmonz/master' into cvs | Joey Hess | |
2009-09-02 | add will's git repo | Joey Hess | |
2009-09-02 | Add French basewiki translation from the Debian French l10n team, including ↵ | Joey Hess | |
Philippe Batailler, Alexandre Dupas, and Steve Petruzzello. | |||
2009-09-02 | Add link to my git repository | http://www.cse.unsw.edu.au/~willu/ | |
2009-09-01 | Revert spam | Joey Hess | |
2009-09-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-09-01 | typo | Joey Hess | |
2009-09-01 | test | blahgrad | |
2009-09-01 | Remove references to merged-and-deleted git branches | Simon McVittie | |
2009-08-31 | remove ^P's | Joey Hess | |
2009-08-31 | new page: sandbox/test2 | mike castleman | |
2009-08-31 | fixed link | martin | |
2009-08-30 | whitespace | Amitai Schlair | |
2009-08-30 | update for Text::MultiMarkdown split | Joey Hess | |
2009-08-30 | CVE | Joey Hess | |
2009-08-30 | Merge branch 'master' of git://github.com/joeyh/ikiwiki | Amitai Schlair | |
2009-08-30 | On some systems the commit message gets quoted properly already. Don't | Amitai Schlair | |
requote in such cases, do quote in all others. | |||
2009-08-30 | still mispelling josh's name.. | Joey Hess | |
2009-08-30 | add news item for ikiwiki 3.1415926 | Joey Hess | |
2009-08-30 | finalize release | Joey Hess | |
2009-08-30 | teximg security problem | Joey Hess | |
2009-08-30 | note | Joey Hess | |
2009-08-30 | fixed | Joey Hess | |
2009-08-30 | Revert "po: do not inject custom bestlink function when po_link_to eq default" | Joey Hess | |
This reverts commit cdc3576c8d1efb2593cac2d9da3f2393a2afe26e. Conflicts: IkiWiki/Plugin/po.pm This change broke the test suite and is not strictly necessary. | |||
2009-08-30 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-30 | Fix uninitialized value when editing a page being vivified from the | Amitai Schlair | |
basewiki. Makes the filetype-testing logic more explicit anyway. | |||
2009-08-30 | Merge branch 'master' of git://github.com/joeyh/ikiwiki | Amitai Schlair | |
2009-08-30 | describe the wrapper change | Amitai Schlair | |
2009-08-30 | Only examine argv if the VCS is cvs. | Amitai Schlair | |
2009-08-30 | Remove debug statement. | Amitai Schlair | |
2009-08-30 | also need File::ReadBackwards now | Amitai Schlair | |
2009-08-30 | bug fixed, to-dos done | Amitai Schlair | |
2009-08-30 | Knock off another to-do item: "Don't slurp the entire cvsps output | Amitai Schlair | |
into memory (!)." | |||
2009-08-30 | Knock off a to-do item: "If the argument to cvs add smells like a | Amitai Schlair | |
binary file, cvs add -kb it (for attachment support)." | |||
2009-08-30 | The string to match might not be "New directory" exactly, so match that | Amitai Schlair | |
substring instead. | |||
2009-08-29 | This is in my git branch now, no need for a copy of the code here. | Amitai Schlair | |
2009-08-29 | Remove getopt() hook (it's a dead end, unsafe to pass wrapper args to | Amitai Schlair | |
ikiwiki). Crunch on-demand module loads into one-liners. Comment why cvsps output is getting read in its entirety and reversed. | |||
2009-08-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-29 | doc/po(test suite failures): follow-up | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-29 | mod_auth_openid | http://schmonz.livejournal.com/ | |
2009-08-29 | build failure on nearlyfreespeech.net | bremner | |
2009-08-29 | Answer to Joey, and justify my text (in the source) | http://emptty.myopenid.com/ | |
2009-08-28 | teximg: Make TeX handle preventing unsafe things; remove insufficient blacklist | Josh Triplett | |
TeX has configuration options that prevent unsafe things like shell escapes and insecure file reads/writes. Turn all of them on. teximg's regex-based blacklist does not suffice. For instance: [[!teximg code=""" \catcode`\%=0 %input{/etc/passwd} """]] Remove the blacklist, since the TeX configuration options seal off the underlying mechanisms more safely, and the blacklist blocks other TeX commands that can prove useful. | |||
2009-08-29 | note that debian-* branches are subject to being rebased | Joey Hess | |
2009-08-28 | img: Don't generate new verison of image if it is scaled to be larger in ↵ | Joey Hess | |
either dimension. Although imagemagick handles even really large sizes sanely, using a page file, doing so would just waste time and disk space, since the browser can be told to resize it larger. | |||
2009-08-28 | merged | Joey Hess | |
2009-08-28 | Merge commit 'intrigeri/po' | Joey Hess | |
2009-08-28 | avoid clobbering origsub if checkconfig runs more than once | Joey Hess | |
checkconfig can run more than once in a single ikiwiki run if setup is building wrappers. That clobbered the origsub value for bestlink, leading to infinite recursion |