aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
Commit message (Expand)AuthorAge
* add warning about incomplete tla supportJoey Hess2010-03-29
* add warning messages about bzr and mercurial hooks that are not correctly setupJoey Hess2010-03-29
* fix printing of $@, which is clobbered by the call to gettext•••problem reported by viric Joey Hess2010-03-28
* fix unicode with YAML::Syck•••Syck-- it doesn't use unicode by default?! Hello, 2010 calling.. Joey Hess2010-03-24
* use perl YAML for dumping•••Only it understands $YAML::UseHeader Joey Hess2010-03-24
* fall back from YAML::Any to just YAML•••for portabilty to old YAML in Debian stable that lacks the former. Joey Hess2010-03-24
* use YAML::Any to allow faster versions to be used if availableJoey Hess2010-03-24
* reset setuptype first, actually•••so setup file can override default Joey Hess2010-03-21
* reset setuptype to standard after an automator setup file is loaded•••so a standard file is generated (by default) Joey Hess2010-03-21
* fix newlines in commented defaultsJoey Hess2010-03-19
* load YAML on demand•••so as not to break test suite if YAML is not avilable Joey Hess2010-03-19
* Add support for setup files written in YAML.•••Not the default. (Yet?) Joey Hess2010-03-19
* parameterized indentJoey Hess2010-03-19
* improve commentsJoey Hess2010-03-19
* move generic comment into IkiWiki::SetupJoey Hess2010-03-19
* factored out generic commented line dumpingJoey Hess2010-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 Hess2010-03-19
* Fix admin openid detection in setup automator, and avoid prompting for a pass...Joey Hess2010-02-27
* Add force_overwrite setting to make setup automator overwrite existing files/...•••This can be useful if you're driving the setup automator from another program. Joey Hess2010-02-27
* formatting sillynessJoey Hess2010-02-12
* bordersJoey Hess2010-02-12
* add plugin section, and show which plugins need no configurationJoey Hess2010-02-12
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* setup automator: Configure Term::Readline to use bold for prompt, rather than...Joey Hess2010-02-01
* cvs: Add missing bit to Automator.Joey Hess2009-12-02
* auto.setup, auto-blog.setup: Fix sanitization of entered wikiname. Closes: #5...Joey Hess2009-09-23
* Setup automator: Check that each plugin added to the generated setup file can...Joey Hess2009-06-05
* Merge branch 'darcs'•••Conflicts: debian/changelog Joey Hess2009-04-04
|\
| * fix name of wrapperJoey Hess2009-04-04
| * support darcs in setup automator•••use a consistent name for the ikiwiki wrapper file Joey Hess2009-04-04
* | Add missing newline to Confirm Password prompt.Joey Hess2009-04-04
|/
* 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