summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-02remove two plugins that are unrelated to cvsJoey Hess
2009-09-02Merge commit 'schmonz/master' into cvsJoey Hess
2009-09-02add will's git repoJoey Hess
2009-09-02Add French basewiki translation from the Debian French l10n team, including ↵Joey Hess
Philippe Batailler, Alexandre Dupas, and Steve Petruzzello.
2009-09-02Add link to my git repositoryhttp://www.cse.unsw.edu.au/~willu/
2009-09-01Revert spamJoey Hess
2009-09-01Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-09-01typoJoey Hess
2009-09-01testblahgrad
2009-09-01Remove references to merged-and-deleted git branchesSimon McVittie
2009-08-31remove ^P'sJoey Hess
2009-08-31new page: sandbox/test2mike castleman
2009-08-31fixed linkmartin
2009-08-30whitespaceAmitai Schlair
2009-08-30update for Text::MultiMarkdown splitJoey Hess
2009-08-30CVEJoey Hess
2009-08-30Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-08-30On some systems the commit message gets quoted properly already. Don'tAmitai Schlair
requote in such cases, do quote in all others.
2009-08-30still mispelling josh's name..Joey Hess
2009-08-30add news item for ikiwiki 3.1415926Joey Hess
2009-08-30finalize releaseJoey Hess
2009-08-30teximg security problemJoey Hess
2009-08-30noteJoey Hess
2009-08-30fixedJoey Hess
2009-08-30Revert "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-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-30Fix uninitialized value when editing a page being vivified from theAmitai Schlair
basewiki. Makes the filetype-testing logic more explicit anyway.
2009-08-30Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-08-30describe the wrapper changeAmitai Schlair
2009-08-30Only examine argv if the VCS is cvs.Amitai Schlair
2009-08-30Remove debug statement.Amitai Schlair
2009-08-30also need File::ReadBackwards nowAmitai Schlair
2009-08-30bug fixed, to-dos doneAmitai Schlair
2009-08-30Knock off another to-do item: "Don't slurp the entire cvsps outputAmitai Schlair
into memory (!)."
2009-08-30Knock off a to-do item: "If the argument to cvs add smells like aAmitai Schlair
binary file, cvs add -kb it (for attachment support)."
2009-08-30The string to match might not be "New directory" exactly, so match thatAmitai Schlair
substring instead.
2009-08-29This is in my git branch now, no need for a copy of the code here.Amitai Schlair
2009-08-29Remove getopt() hook (it's a dead end, unsafe to pass wrapper args toAmitai Schlair
ikiwiki). Crunch on-demand module loads into one-liners. Comment why cvsps output is getting read in its entirety and reversed.
2009-08-29Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-29doc/po(test suite failures): follow-upintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-08-29mod_auth_openidhttp://schmonz.livejournal.com/
2009-08-29build failure on nearlyfreespeech.netbremner
2009-08-29Answer to Joey, and justify my text (in the source)http://emptty.myopenid.com/
2009-08-28teximg: Make TeX handle preventing unsafe things; remove insufficient blacklistJosh 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-29note that debian-* branches are subject to being rebasedJoey Hess
2009-08-28img: 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-28mergedJoey Hess
2009-08-28Merge commit 'intrigeri/po'Joey Hess
2009-08-28avoid clobbering origsub if checkconfig runs more than onceJoey 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
2009-08-28po test suite failureJoey Hess