summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-26getsetup-ize svn and bzrJoey Hess
2008-07-26add foldingJoey Hess
2008-07-26add gensetup for hgJoey Hess
2008-07-26add gensetup for gitJoey Hess
2008-07-26typosJoey Hess
2008-07-26put preprocess loop errors inside an error spanJoey Hess
2008-07-26make monotone use hooks, add getsetupJoey Hess
Rather than every monotone rcs_ function calling check_config, just put it in a checkconfig hook. (But the chdir still needs to be done by every hook.)
2008-07-26changelogJoey Hess
2008-07-26Merge branch 'master' into autoconfigJoey Hess
2008-07-26refactorJoey Hess
2008-07-26refactorJoey Hess
2008-07-26can now dump fully functional setup filesJoey Hess
2008-07-26typoJoey Hess
2008-07-26don't clear syslog config when dumpingJoey Hess
2008-07-26adminemail may be undefinedJoey Hess
2008-07-26typoJoey Hess
2008-07-26turn booleans into questionsJoey Hess
2008-07-26add info for all common setup file options, and most internal onesJoey Hess
2008-07-26predefine pingurlJoey Hess
2008-07-26allow account_creation_password to not be definedJoey Hess
2008-07-26httpauth removed long agoJoey Hess
2008-07-26fixesJoey Hess
2008-07-26standardising and documenting getsetupJoey Hess
2008-07-26fixesJoey Hess
2008-07-26documentJoey Hess
2008-07-26add dumpsetup option; refactorJoey Hess
2008-07-26setup dumping improvementsJoey Hess
2008-07-26* Responsehttp://ptecza.myopenid.com/
2008-07-26* Responsehttp://ptecza.myopenid.com/
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.