summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-26add dumpsetup option; refactorJoey Hess
2008-07-26setup dumping improvementsJoey Hess
2008-07-26more formattingJoey Hess
2008-07-26improve formattingJoey Hess
2008-07-26add ability to generate setup filesJoey Hess
quite nice ones, too, with comments and everything
2008-07-26fix plugin nameJoey Hess
2008-07-26avoid fatal error in sanitizeJoey Hess
2008-07-26finish adding getsetup hooks to pluginsJoey Hess
2008-07-25Merge branch 'master' into autoconfigJoey Hess
2008-07-25add test dataJoey Hess
2008-07-25add a regression test to ensure that permalinks never changeJoey Hess
2008-07-25Merge branch 'master' into autoconfigJoey Hess
2008-07-25attachment: Use relative paths when inserting links.Joey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-07-25add getsetupJoey Hess
Also, avoid dying with a fatal error if multimarkdown is enabled and the module doesh't load.
2008-07-25add getconfig for inlineJoey Hess
Also, moved the pingurl getopt parsing to inline.
2008-07-25fix feed urlsJoey Hess
The fix for colons involved adding "./" to some urls. Due to the weird way inline called urlto, these snuck into feed urls and permalinks. Fix it by adding an optional third parameter to urlto.
2008-07-25commentsJoey Hess
2008-07-252 was apparently correctJoey Hess
I don't think it really matters whether directories are returned or not.
2008-07-25Merge commit 'jelmer/master'Joey Hess
2008-07-25bring git test to parity with bazaar testJoey Hess
Also, fixed bug I introduced in bazaar test.
2008-07-25mark doneJoey Hess
2008-07-25bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij
changes. Now passes t/bazaar.t again.
2008-07-25responseJoey Hess
2008-07-25ehJoey Hess
2008-07-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-07-25bzr (mostly) doneJoey Hess
2008-07-25expose a bug in bzr renameing codeJoey Hess
2008-07-25add missing --quietJoey Hess
2008-07-25Merge commit 'jelmer/master'Joey Hess
2008-07-25* Bug reporthttp://ptecza.myopenid.com/
2008-07-25* RC1 color pluginhttp://ptecza.myopenid.com/
2008-07-25(no commit message)Mathias
2008-07-25(no commit message)Mathias
2008-07-25improved, possibly faster getelementsbyclass by willuJoey Hess
2008-07-25turn on archive modeJoey Hess
2008-07-25Suggest improved getElementsByClass() functionhttp://www.cse.unsw.edu.au/~willu/
2008-07-25toggle: Fix incompatability between javascript and webkit.Joey Hess
2008-07-25(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-07-25report bughttp://www.cse.unsw.edu.au/~willu/
2008-07-24respJoey Hess
2008-07-24fix monotone/mercurial confusionJoey Hess
2008-07-24Add notes about possible security issues with rename - these look to be ↵http://www.cse.unsw.edu.au/~willu/
already covered in the source, but I wanted to make sure they're listed in the docs too.
2008-07-24Support staging commands in bzr backend.Jelmer Vernooij
2008-07-24responseJoey Hess
2008-07-24mercurial: Add support for rename, delete, and also diff. (William Uther)Joey Hess
2008-07-24forwardedJoey Hess
2008-07-24responseJoey Hess
2008-07-24Merge branch 'tova'Joey Hess
2008-07-24fix encoding issues with link conversionJoey Hess
Have to convert link text to page name going in. And on the way out, need to replace spaces with underscores in the link text, which is not normally done with titles.