summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-30update for Text::MultiMarkdown splitJoey Hess
2009-08-30CVEJoey Hess
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-30describe the wrapper changeAmitai Schlair
2009-08-30also need File::ReadBackwards nowAmitai Schlair
2009-08-30bug fixed, to-dos doneAmitai Schlair
2009-08-29This is in my git branch now, no need for a copy of the code here.Amitai Schlair
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
2009-08-28(no commit message)furby
2009-08-28(no commit message)furby
2009-08-28<pedant>rename depends_exact to depends_simpleJoey Hess
It's not "exact" since case munging has to be done, and I think "simple" captures the optimisation better.</pedant> With apologies to smcv, who probably has to rebuild his wiki now.
2009-08-28changelpgJoey Hess
2009-08-28Merge commit 'smcv/ready/depends-exact'Joey Hess
2009-08-28responseJoey Hess
2009-08-28Merge commit 'smcv/ready/trivia'Joey Hess
2009-08-28Introduce myselfhttp://emptty.myopenid.com/
2009-08-28my first edit to this site, please forgive mistakeshttp://emptty.myopenid.com/
2009-08-28Some crude benchmarking on a larger wikiSimon McVittie
2009-08-28Merge commit 'origin/master'Simon McVittie
2009-08-28Mark as doneSimon McVittie
2009-08-28Updated branch, thanks for the feedbackSimon McVittie
2009-08-28Avoid duplicating debug message for building a page due to a dependencySimon McVittie
As per Joey's review
2009-08-28Force %depends_exact to lower case, fixing incorrect case-sensitivitySimon McVittie
2009-08-28Auto-detect "simple dependencies" instead of requiring callers to use ↵Simon McVittie
add_depends_exact()
2009-08-28doc/po: report problem with link() + propose patchintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-08-28po: fix link() pagespec when used on translation pagesintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-08-28Fix typo in dependency debug messageSimon McVittie