Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | handle options with no value and no example value | Joey Hess | 2008-07-27 | |
| | ||||
* | typo | Joey Hess | 2008-07-27 | |
| | ||||
* | add new wiki to wikilist | Joey Hess | 2008-07-27 | |
| | ||||
* | password prompt for admin user | Joey Hess | 2008-07-27 | |
| | ||||
* | automator improvements | Joey Hess | 2008-07-27 | |
| | ||||
* | lose the ugly $rawsetup, use a function | Joey Hess | 2008-07-27 | |
| | ||||
* | rcs hook setup for the two I know | Joey Hess | 2008-07-27 | |
| | ||||
* | setup automator | Joey Hess | 2008-07-27 | |
| | | | | | "ikiwiki -setup /etc/ikiwiki/simple.setup" can be used set up a new wiki in seconds | |||
* | fixups | Joey Hess | 2008-07-26 | |
| | ||||
* | fixups | Joey Hess | 2008-07-26 | |
| | ||||
* | add example wrapper and fix formatting | Joey Hess | 2008-07-26 | |
| | ||||
* | filter out demo plugins | Joey Hess | 2008-07-26 | |
| | ||||
* | load all plugins when generating setup | Joey Hess | 2008-07-26 | |
| | ||||
* | add gensetup for git | Joey Hess | 2008-07-26 | |
| | ||||
* | refactor | Joey Hess | 2008-07-26 | |
| | ||||
* | refactor | Joey Hess | 2008-07-26 | |
| | ||||
* | can now dump fully functional setup files | Joey Hess | 2008-07-26 | |
| | ||||
* | add info for all common setup file options, and most internal ones | Joey Hess | 2008-07-26 | |
| | ||||
* | fixes | Joey Hess | 2008-07-26 | |
| | ||||
* | fixes | Joey Hess | 2008-07-26 | |
| | ||||
* | add dumpsetup option; refactor | Joey Hess | 2008-07-26 | |
| | ||||
* | setup dumping improvements | Joey Hess | 2008-07-26 | |
| | ||||
* | more formatting | Joey Hess | 2008-07-26 | |
| | ||||
* | improve formatting | Joey Hess | 2008-07-26 | |
| | ||||
* | add ability to generate setup files | Joey Hess | 2008-07-26 | |
| | | | | quite nice ones, too, with comments and everything | |||
* | fix use ordering | Joey Hess | 2008-07-11 | |
| | | | | | The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope. | |||
* | Make it possible to load setup files w/o running them. Code needing to do so ↵ | Joey Hess | 2008-07-09 | |
| | | | | can call IkiWiki::Setup::load, and the values will be loaded into %IkiWiki::Setup::setup. | |||
* | set rebuild before loading plugins | Joey Hess | 2008-06-04 | |
| | | | | | This fixes a recent minor reversion caused by loading plugins earlier than the messages are printed. Some plugins might check if rebuild is set. | |||
* | load plugins before printing messages | Joey Hess | 2008-05-08 | |
| | | | | | This allows plugins to getopt and change what is done before an incorrect line is printed. | |||
* | * Correct a longstanding bug that could cause the edit form to be empty. | joey | 2007-06-30 | |
| | | | | | | This turns out to have occured if the cgi wrapper was created by an ikiwiki invocation that included --rebuild. Thanks to Carl Worth for tracking that down. | |||
* | * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging | joey | 2007-03-17 | |
| | | | | output the verbose build log to stdout, rather than to the syslog. | |||
* | * Since the CGI had to drop the wiki lock to avoid deadlocking the | joey | 2007-02-21 | |
| | | | | | | | | commit hook, it was possible for one CGI to race another one and "win" the commit of both their files. This race has been fixed by adding a new commitlock, which when locked by the CGI, disables the commit hook (except for commit mails). The CGI then takes care of the updates the commit hook would have done. | |||
* | * Allow disabling of plugins included in goodstuff. | joey | 2006-12-29 | |
| | ||||
* | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | 2006-12-29 | |
| | | | | | is available for translation. * Export gettext() from IkiWiki module. | |||
* | * Turn $config{wiki_file_prune_regexps} into an array that is easier to | joey | 2006-12-21 | |
| | | | | | | | | | | | manipulate. * Only exclude rss and atom files from processing if the inline plugin is enabled and that feed type is enabled. Else it's just a copyable file type. * Move rss and atom option handling code into the inline plugin. * Applied a rather old patch from Recai to fix the "pruning is too strict" issue. Now you can have wiki source directories inside dotdirs and the like, if you want. | |||
* | * Add --render mode, which can be used to preview an edit at the command | joey | 2006-09-21 | |
| | | | | line by test rendering a single page. | |||
* | * Patch from Jordà Polo to make Setup::Standard support hashes in config | joey | 2006-08-23 | |
| | | | | files. | |||
* | * ikiwiki can now download and aggregate feeds with its new aggregate | joey | 2006-07-30 | |
| | | | | | | | | plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk. | |||
* | * 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 | 2006-07-28 | |
| | | | | * Add --tagbase option to tag plugin. | |||
* | * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild | joey | 2006-07-04 | |
| | | | | will be automatically done on all upgrades. | |||
* | * Introduce add_plugins and disable_plugins config options in setup files. | joey | 2006-07-03 | |
| | | | | | | 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. | |||
* | rather a lot of changes to make hyperestraier search be a plugin, allowing | joey | 2006-05-03 | |
| | | | | | | | | | | | | | | 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 | |||
* | deep copy/untaint arrays in setup | joey | 2006-05-02 | |
| | ||||
* | fix comment | joey | 2006-04-21 | |
| | ||||
* | add --refresh and make it with with --setup | joey | 2006-03-26 | |
| | ||||
* | load index before refresh | joey | 2006-03-24 | |
| | ||||
* | another sub, wow | joey | 2006-03-23 | |
| | ||||
* | lock wiki here too | joey | 2006-03-23 | |
| | ||||
* | missing include | joey | 2006-03-23 | |
| |