aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* allow --dumpsetup to be used w/o specifying srcdir and destdirJoey Hess2008-07-26
| | | | | shortcut tried to use srcdir in checkconfig; change it to not so this will work.
* fixupsJoey Hess2008-07-26
|
* finish with rcs plugin conversionJoey Hess2008-07-26
|
* Version control backends promoted to first-class pluginsJoey Hess2008-07-26
|
* fixupsJoey Hess2008-07-26
|
* remove default values in getsetupJoey Hess2008-07-26
| | | | | They were a bit confusing, since they did not actually set the default, and example values are sufficient.
* wrapper setup reorgJoey Hess2008-07-26
| | | | | Flattened the wrapper setup, as this lets it be handled better by the setup generation code.
* add example wrapper and fix formattingJoey Hess2008-07-26
|
* historyurl can be undefJoey Hess2008-07-26
|
* add missing setup options, tweak others' displayJoey Hess2008-07-26
|
* filter out demo pluginsJoey Hess2008-07-26
|
* load all plugins when generating setupJoey Hess2008-07-26
|
* two typosJoey Hess2008-07-26
|
* clarify wordingJoey Hess2008-07-26
|
* tla done tooJoey Hess2008-07-26
|
* move more settings out to rcsJoey Hess2008-07-26
|
* getsetup-ize svn and bzrJoey Hess2008-07-26
|
* add foldingJoey Hess2008-07-26
|
* add gensetup for hgJoey Hess2008-07-26
|
* add gensetup for gitJoey Hess2008-07-26
|
* typosJoey Hess2008-07-26
|
* make monotone use hooks, add getsetupJoey Hess2008-07-26
| | | | | | 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.)
* refactorJoey Hess2008-07-26
|
* refactorJoey Hess2008-07-26
|
* can now dump fully functional setup filesJoey Hess2008-07-26
|
* typoJoey Hess2008-07-26
|
* adminemail may be undefinedJoey Hess2008-07-26
|
* typoJoey Hess2008-07-26
|
* turn booleans into questionsJoey Hess2008-07-26
|
* add info for all common setup file options, and most internal onesJoey Hess2008-07-26
|
* predefine pingurlJoey Hess2008-07-26
|
* allow account_creation_password to not be definedJoey Hess2008-07-26
|
* fixesJoey Hess2008-07-26
|
* standardising and documenting getsetupJoey Hess2008-07-26
|
* fixesJoey Hess2008-07-26
|
* add dumpsetup option; refactorJoey Hess2008-07-26
|
* setup dumping improvementsJoey Hess2008-07-26
|
* more formattingJoey Hess2008-07-26
|
* improve formattingJoey Hess2008-07-26
|
* add ability to generate setup filesJoey Hess2008-07-26
| | | | quite nice ones, too, with comments and everything
* fix plugin nameJoey Hess2008-07-26
|
* avoid fatal error in sanitizeJoey Hess2008-07-26
|
* finish adding getsetup hooks to pluginsJoey Hess2008-07-26
|
* Merge branch 'master' into autoconfigJoey Hess2008-07-25
|\
| * attachment: Use relative paths when inserting links.Joey Hess2008-07-25
| |
* | added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
| |
* | add getsetupJoey Hess2008-07-25
| | | | | | | | | | Also, avoid dying with a fatal error if multimarkdown is enabled and the module doesh't load.
* | add getconfig for inlineJoey Hess2008-07-25
|/ | | | Also, moved the pingurl getopt parsing to inline.
* fix feed urlsJoey Hess2008-07-25
| | | | | | 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.
* bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij2008-07-25
| | | | | | changes. Now passes t/bazaar.t again.