summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-08-23responseJoey Hess
2008-08-23Add very preliminary patchhttp://www.cse.unsw.edu.au/~willu/
2008-08-23(no commit message)jcw
2008-08-23Further thinkinghttp://www.cse.unsw.edu.au/~willu/
2008-08-23Thoughts...http://www.cse.unsw.edu.au/~willu/
2008-08-23Bug fix and commenthttp://www.cse.unsw.edu.au/~willu/
2008-08-22Major patch rewritehttp://www.cse.unsw.edu.au/~willu/
2008-08-22fix directory uniquification codeJoey Hess
2008-08-22put monotone dir name munging code in auto.setupJoey Hess
conceptually cleaner to do it this way
2008-08-22more monotone changes from Thomas KellerJoey Hess
2008-08-22typoJoey Hess
2008-08-22Responseshttp://www.cse.unsw.edu.au/~willu/
2008-08-22Response, suggested NEWS item, small patch additionhttp://www.cse.unsw.edu.au/~willu/
2008-08-22monotone updatesJoey Hess
- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates
2008-08-21ikiwiki-makerepo: Added support for monotone. (Thomas Keller)Joey Hess
2008-08-21Fix bug in wikiname sanitisation in the setup automator.Joey Hess
2008-08-21Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)"Joey Hess
This reverts commit 65c12dffecc49df2d8135a32121b9cabe8288cae. Turns out we can't use PREFIX for files in /etc, because that would tend to put them in /usr/etc, which is bad..