summaryrefslogtreecommitdiff
path: root/IkiWiki/Setup/Standard.pm
AgeCommit message (Collapse)Author
2006-07-28* Add exclude option in setup files, works same as --exclude.joey
2006-07-28* Add getopt hook type, this allows plugins to add new command-line options.joey
* Add --tagbase option to tag plugin.
2006-07-04* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuildjoey
will be automatically done on all upgrades.
2006-07-03* Introduce add_plugins and disable_plugins config options in setup files.joey
This allows adding or removing plugins w/o overriding the whole list of default plugins, which makes it easier to upgrade when new default plugins are added.
2006-05-03rather a lot of changes to make hyperestraier search be a plugin, allowingjoey
for other types of search engine plugins if wanted, and also opening up a lot of new possibilities for other kinds of plugins later some notable changes along the way: - lots of new hook types: cgi, render, delete - wrapper files fixed to support config strings with newlines in them - HEADERCONTENT in page template useful for plugins. Probably needs to be expanded to more such for other places plugins might want to add content. - remove unnecessary wrappers field from config info stored in wrappers
2006-05-02deep copy/untaint arrays in setupjoey
2006-04-21fix commentjoey
2006-03-26add --refresh and make it with with --setupjoey
2006-03-24load index before refreshjoey
2006-03-23another sub, wowjoey
2006-03-23lock wiki here toojoey
2006-03-23missing includejoey
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey
kept in mind during this are a) to reduce load time for common cases like cgi and post-commit and b) make the code easier to navigate. This also modularises RCS support to the extent that it should be possible to drop in a module for some RCS other than svn, add a switch for it, and it pretty much just work. High chance I missed an edge case that breaks something, this is only barely tested at this point.
2006-03-23fix config restoration after wrapper genjoey
2006-03-23fix oops in %config handlingjoey
2006-03-23At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and addjoey
checkoptions() that can be used to set defaults for this and other options based on existing options. Also involved some cleanups to how gen_wrapper is used.
2006-03-15fixesjoey
2006-03-15config files now based on perl modulesjoey
add MakeMaker foo for module