aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
Commit message (Expand)AuthorAge
* Setup automator: Fix bug in password comparison. Closes: #517654Joey Hess2009-03-01
* Setup automator: Prompt for password twice. Closes: #516973Joey Hess2009-02-24
* Avoid feeding decoded unicode to Term::ReadLine•••That resulted in double encoded display when using perl's stub readline module. Apparently that module unconditionally upgrades text to utf8, in a quite braindead way. (Term::ReadLine::Gnu::Perl worked ok.) Joey Hess2009-01-18
* Add auto-blog.setup•••It will set up an ikiwiki instance tuned for use in blogging. As part of this change, move the example sites into /usr/share/ikiwiki so they are available even if docs are not installed. Joey Hess2009-01-12
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-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 Hess2008-10-19
* fix directory uniquification codeJoey Hess2008-08-22
* monotone updates•••- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates Joey Hess2008-08-22
* Fix bug in wikiname sanitisation in the setup automator.Joey Hess2008-08-21
* improve handling of typoed or problem rcsJoey Hess2008-08-21
* avoid forcing syslog setting•••This avoids forcing the setting to 0 if it was not set at all. Joey Hess2008-08-05
* loosen qw regexpJoey Hess2008-08-03
* fix misc breakage from plugin safe/rebuild data additionJoey Hess2008-08-03
* plugin safe/rebuild controlsJoey Hess2008-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 Hess2008-08-02
* websetup form display doneJoey Hess2008-08-02
* refactorJoey Hess2008-08-02
* handle options with no value and no example valueJoey Hess2008-07-27
* typoJoey Hess2008-07-27
* add new wiki to wikilistJoey Hess2008-07-27
* password prompt for admin userJoey Hess2008-07-27
* automator improvementsJoey Hess2008-07-27
* lose the ugly $rawsetup, use a functionJoey Hess2008-07-27
* rcs hook setup for the two I knowJoey Hess2008-07-27
* setup automator•••"ikiwiki -setup /etc/ikiwiki/simple.setup" can be used set up a new wiki in seconds Joey Hess2008-07-27
* fixupsJoey Hess2008-07-26
* fixupsJoey Hess2008-07-26
* add example wrapper and fix formattingJoey Hess2008-07-26
* filter out demo pluginsJoey Hess2008-07-26
* load all plugins when generating setupJoey Hess2008-07-26
* add gensetup for gitJoey Hess2008-07-26
* refactorJoey Hess2008-07-26
* refactorJoey Hess2008-07-26
* can now dump fully functional setup filesJoey Hess2008-07-26
* add info for all common setup file options, and most internal onesJoey Hess2008-07-26
* fixesJoey 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 files•••quite nice ones, too, with comments and everything Joey Hess2008-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 Hess2008-07-11
* Make it possible to load setup files w/o running them. Code needing to do so ...Joey Hess2008-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 Hess2008-06-04
* load plugins before printing messages•••This allows plugins to getopt and change what is done before an incorrect line is printed. Joey Hess2008-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. joey2007-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. joey2007-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. joey2007-02-21
* * Allow disabling of plugins included in goodstuff.joey2006-12-29