Add a patch tag
[ikiwiki.git] / IkiWiki / Setup / Standard.pm
2012-03-18 Simon McVittieMerge tag '3.20120202' into trail3-integrated
2012-01-31 Amitai SchlairMerge branch 'master' into cvs
2012-01-31 Amitai SchlairMerge branch 'master' of git://git.ikiwiki.info
2012-01-30 Joey HessMerge remote-tracking branch 'schmonz/portability'
2012-01-08 Amitai SchlairWhen generating scripts, give them the interpreter...
2010-08-27 Jonas SmedegaardMerge branch 'master' of git://git.ikiwiki.info
2010-06-25 intrigeriMerge remote branch 'upstream/master' into prv/po
2010-04-17 Joey HessMerge remote branch 'davrieb/autotag' into autotag
2010-03-19 Joey Hessparameterized indent
2010-03-19 Joey Hessimprove comments
2010-03-19 Joey Hessmove generic comment into IkiWiki::Setup
2010-03-19 Joey Hessfactored out generic commented line dumping
2010-03-19 Joey Hessallow multiple setup file types, and support safe parsing
2010-02-12 Joey Hessformatting sillyness
2010-02-12 Joey Hessborders
2010-02-12 Joey Hessadd plugin section, and show which plugins need no...
2010-02-12 Joey HessGroup related plugins into sections in the setup file...
2009-04-04 Joey HessMerge branch 'master'
2008-12-30 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-17 Joey HessCoding style change: Remove explcit vim folding markers.
2008-10-20 intrigeriMerge branch 'prv/po' into pub/po
2008-10-20 intrigeriMerge commit 'origin/master' into prv/po
2008-10-20 Joey HessUse the pure perl Data::Dumper when generating setup...
2008-08-05 Joey Hessavoid forcing syslog setting
2008-08-04 Joey Hessloosen qw regexp
2008-08-03 Joey Hessfix misc breakage from plugin safe/rebuild data addition
2008-08-03 Joey Hessplugin safe/rebuild controls
2008-08-03 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-08-03 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-08-03 Joey Hessfix syntax error with corrupt data
2008-08-02 Joey Hesswebsetup form display done
2008-08-02 Joey Hessrefactor
2008-07-31 Joey HessMerge branch 'master' into autoconfig
2008-07-29 Joey HessMerge branch 'tova' into autoconfig
2008-07-27 Joey Hesshandle options with no value and no example value
2008-07-27 Joey Hesslose the ugly $rawsetup, use a function
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey Hessfixups
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey Hessfixups
2008-07-26 Joey Hessadd example wrapper and fix formatting
2008-07-26 Joey Hessfilter out demo plugins
2008-07-26 Joey Hessload all plugins when generating setup
2008-07-26 Joey Hessadd gensetup for git
2008-07-26 Joey HessMerge branch 'master' into autoconfig
2008-07-26 Joey Hessrefactor
2008-07-26 Joey Hessrefactor
2008-07-26 Joey Hesscan now dump fully functional setup files
2008-07-26 Joey Hessadd info for all common setup file options, and most...
2008-07-26 Joey Hessfixes
2008-07-26 Joey Hessfixes
2008-07-26 Joey Hessadd dumpsetup option; refactor
2008-07-26 Joey Hesssetup dumping improvements
2008-07-26 Joey Hessmore formatting
2008-07-26 Joey Hessimprove formatting
2008-07-26 Joey Hessadd ability to generate setup files
2008-07-11 Joey Hessfix use ordering
2008-07-10 Joey HessMake it possible to load setup files w/o running them...
2008-06-04 Joey Hessset rebuild before loading plugins
2008-05-08 Joey Hessload plugins before printing messages
2007-06-30 joey* Correct a longstanding bug that could cause the edit...
2007-03-17 joey* Make ikiwiki -verbose -setup with a setup file that...
2007-02-21 joey* Since the CGI had to drop the wiki lock to avoid...
2006-12-29 joey* Allow disabling of plugins included in goodstuff.
2006-12-29 joey* Initial work on internationalization of the program...
2006-12-21 joey* Turn $config{wiki_file_prune_regexps} into an array...
2006-09-21 joey* Add --render mode, which can be used to preview an...
2006-08-23 joey* Patch from Jordà Polo to make Setup::Standard support...
2006-07-30 joey* ikiwiki can now download and aggregate feeds with...
2006-07-28 joey* Add exclude option in setup files, works same as...
2006-07-28 joey* Add getopt hook type, this allows plugins to add...
2006-07-04 joey* Make ikiwiki --setup --refresh rebuild wrappers,...
2006-07-03 joey* Introduce add_plugins and disable_plugins config...
2006-05-03 joeyrather a lot of changes to make hyperestraier search...
2006-05-02 joeydeep copy/untaint arrays in setup
2006-04-21 joeyfix comment
2006-03-26 joeyadd --refresh and make it with with --setup
2006-03-24 joeyload index before refresh
2006-03-23 joeyanother sub, wow
2006-03-23 joeylock wiki here too
2006-03-23 joeymissing include
2006-03-23 joeyMajor code reoganisation, splitting up the single big...
2006-03-23 joeyfix config restoration after wrapper gen
2006-03-23 joeyfix oops in %config handling
2006-03-23 joeyAt Branden's request, clean up the hardcoded ".ikiwiki...
2006-03-15 joeyfixes
2006-03-15 joeyconfig files now based on perl modules