| Commit message (Expand) | Author | Age |
* | parameterized indent | Joey Hess | 2010-03-19 |
* | improve comments | Joey Hess | 2010-03-19 |
* | move generic comment into IkiWiki::Setup | Joey Hess | 2010-03-19 |
* | factored out generic commented line dumping | Joey Hess | 2010-03-19 |
* | allow multiple setup file types, and support safe parsing•••Finally removed the last hardcoding of IkiWiki::Setup::Standard.
Take the first "IkiWiki::Setup::*" in the setup file to define the
setuptype, and remember that type to use in dumping later. (But it can be
overridden using --set, etc.)
Also, support setup file types that are not evaled.
| Joey Hess | 2010-03-19 |
* | formatting sillyness | Joey Hess | 2010-02-12 |
* | borders | Joey Hess | 2010-02-12 |
* | add plugin section, and show which plugins need no configuration | Joey Hess | 2010-02-12 |
* | Group related plugins into sections in the setup file, and drop unused rcs pl... | Joey Hess | 2010-02-11 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | Use the pure perl Data::Dumper when generating setup files to ensure that utf...•••Note that the text produced by the C version was interpreted fine
when ikiwiki loaded the setup file. But it was not user-friendly.
| Joey Hess | 2008-10-19 |
* | avoid forcing syslog setting•••This avoids forcing the setting to 0 if it was not set at all.
| Joey Hess | 2008-08-05 |
* | loosen qw regexp | Joey Hess | 2008-08-03 |
* | fix misc breakage from plugin safe/rebuild data addition | Joey Hess | 2008-08-03 |
* | plugin safe/rebuild controls | Joey Hess | 2008-08-03 |
* | fix syntax error with corrupt data•••Just because it's supposed to be an integer or boolean doesn't mean the
vlaue really is..
| Joey Hess | 2008-08-02 |
* | websetup form display done | Joey Hess | 2008-08-02 |
* | refactor | Joey Hess | 2008-08-02 |
* | handle options with no value and no example value | Joey Hess | 2008-07-27 |
* | lose the ugly $rawsetup, use a function | Joey Hess | 2008-07-27 |
* | 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•••quite nice ones, too, with comments and everything
| Joey Hess | 2008-07-26 |
* | fix use ordering•••The recent setup revamp exposed some latent bugs in use/package ordering
that caused some symbols to not the exported into the correct scope.
| Joey Hess | 2008-07-11 |
* | Make it possible to load setup files w/o running them. Code needing to do so ... | Joey Hess | 2008-07-09 |
* | set rebuild before loading plugins•••This fixes a recent minor reversion caused by loading plugins earlier than
the messages are printed. Some plugins might check if rebuild is set.
| Joey Hess | 2008-06-04 |
* | load plugins before printing messages•••This allows plugins to getopt and change what is done before an incorrect
line is printed.
| Joey Hess | 2008-05-08 |
* | * Correct a longstanding bug that could cause the edit form to be empty.••• 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.
| joey | 2007-06-30 |
* | * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging••• output the verbose build log to stdout, rather than to the syslog.
| joey | 2007-03-17 |
* | * Since the CGI had to drop the wiki lock to avoid deadlocking the••• 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.
| joey | 2007-02-21 |
* | * Allow disabling of plugins included in goodstuff. | joey | 2006-12-29 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | * Turn $config{wiki_file_prune_regexps} into an array that is easier to••• 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.
| joey | 2006-12-21 |
* | * Add --render mode, which can be used to preview an edit at the command••• line by test rendering a single page.
| joey | 2006-09-21 |
* | * Patch from Jordà Polo to make Setup::Standard support hashes in config••• files.
| joey | 2006-08-23 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate••• 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.
| joey | 2006-07-30 |