summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-26color: New plugin from ptecza.Joey Hess
2008-08-26remove dead codeJoey Hess
2008-08-26(no commit message)http://thewordnerd.myopenid.com/
2008-08-26Major patch updatehttp://www.cse.unsw.edu.au/~willu/
2008-08-26* Fixhttp://ptecza.myopenid.com/
2008-08-26* Licensehttp://ptecza.myopenid.com/
2008-08-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
Conflicts: doc/bugs/previewing_with_an_edittemplate_reverts_edit_box.mdwn
2008-08-25edittemplate: Don't wipe out edits on preview.Joey Hess
2008-08-25SigningJoeRayhawk
2008-08-25Bug: previewing with an edittemplate reverts edit boxJoeRayhawk
2008-08-25filecheck: New plugin factoring out the PageSpec additions that were ↵Joey Hess
originally part of the attachment plugin.
2008-08-25closing, current implementation seems good enoughJoey Hess
2008-08-25add linkJoey Hess
2008-08-25responseJoey Hess
2008-08-25response, updates, need licenseJoey Hess
2008-08-25cleanupJoey Hess
2008-08-25fix a horrible mispellingJoey Hess
2008-08-25mark down, open new todoJoey Hess
2008-08-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-08-25(no commit message)test
2008-08-25(no commit message)test
2008-08-25(no commit message)test
2008-08-25fix exampleJoey Hess
2008-08-25use listdirectives if availableJoey Hess
2008-08-25updateJoey Hess
2008-08-25updateJoey Hess
2008-08-25rename preprocessordirective to directiveJoey Hess
Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-)
2008-08-25remove wacky meta description tagJoey Hess
2008-08-25rename pluginJoey Hess
I don't want to be stuck renameing it later if preprocessor directives are turned into postprocessor directives. Also, "directives" is shorter and clearer than "preprocessors".
2008-08-25indentation, style, and fixed name of preprocessor_description_dirJoey Hess
2008-08-25updateJoey Hess
2008-08-25plugin by willuJoey Hess
2008-08-25modify patch based on feedbackhttp://www.cse.unsw.edu.au/~willu/
2008-08-24Responsehttp://www.cse.unsw.edu.au/~willu/
2008-08-24willu's teximg changesJoey Hess
* teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng.
2008-08-24responseJoey Hess
2008-08-24confirmationJoey Hess
2008-08-24Might help to put the right version in...http://www.cse.unsw.edu.au/~willu/
2008-08-24New patch taking comments into accounthttp://www.cse.unsw.edu.au/~willu/
2008-08-23commentshttp://www.cse.unsw.edu.au/~willu/
2008-08-23add target to aid benchmarkingJoey Hess
2008-08-23cannot reproduceJoey Hess
2008-08-23(no commit message)http://mskala.livejournal.com/
2008-08-23commentsJoey Hess
2008-08-23map: The fix for #449285 was buggy and broke display of parents in certian ↵Joey Hess
circumstances. The use of $dummy was not sufficient, because it only stuck around for the first element after a dummy parent, and was then lost. Instead, use a $addparent that contains the actual dummy parent, so it can be compared with the new item to see if we're still under that parent or have moved to another one.
2008-08-23fix my broken fixJoey Hess
2008-08-23fix off-by-one, and fix linkJoey Hess
The link was broken if the inserted dir was not under the destpage
2008-08-23fix links to inserted parent pagesJoey Hess
The parent page names had "/" prepended, which caused broken links.
2008-08-23remove incorrect commentJoey Hess
2008-08-23problem with the patchJoey Hess