Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-29 | add warning about incomplete tla support | Joey Hess | |
2010-03-29 | add warning messages about bzr and mercurial hooks that are not correctly setup | Joey Hess | |
2010-03-28 | fix printing of $@, which is clobbered by the call to gettext | Joey Hess | |
problem reported by viric | |||
2010-03-24 | fix unicode with YAML::Syck | Joey Hess | |
Syck-- it doesn't use unicode by default?! Hello, 2010 calling.. | |||
2010-03-24 | use perl YAML for dumping | Joey Hess | |
Only it understands $YAML::UseHeader | |||
2010-03-24 | fall back from YAML::Any to just YAML | Joey Hess | |
for portabilty to old YAML in Debian stable that lacks the former. | |||
2010-03-24 | use YAML::Any to allow faster versions to be used if available | Joey Hess | |
2010-03-21 | reset setuptype first, actually | Joey Hess | |
so setup file can override default | |||
2010-03-21 | reset setuptype to standard after an automator setup file is loaded | Joey Hess | |
so a standard file is generated (by default) | |||
2010-03-19 | fix newlines in commented defaults | Joey Hess | |
2010-03-19 | load YAML on demand | Joey Hess | |
so as not to break test suite if YAML is not avilable | |||
2010-03-19 | Add support for setup files written in YAML. | Joey Hess | |
Not the default. (Yet?) | |||
2010-03-19 | 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 | Joey Hess | |
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. | |||
2010-02-27 | Fix admin openid detection in setup automator, and avoid prompting for a ↵ | Joey Hess | |
password. | |||
2010-02-27 | Add force_overwrite setting to make setup automator overwrite existing ↵ | Joey Hess | |
files/directories. This can be useful if you're driving the setup automator from another program. | |||
2010-02-12 | 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-11 | Group related plugins into sections in the setup file, and drop unused rcs ↵ | Joey Hess | |
plugins from the setup file. | |||
2010-02-01 | setup automator: Configure Term::Readline to use bold for prompt, rather ↵ | Joey Hess | |
than default underline. Closes: #517656 | |||
2009-12-02 | cvs: Add missing bit to Automator. | Joey Hess | |
2009-09-23 | auto.setup, auto-blog.setup: Fix sanitization of entered wikiname. Closes: ↵ | Joey Hess | |
#547378 | |||
2009-06-05 | Setup automator: Check that each plugin added to the generated setup file ↵ | Joey Hess | |
can be loaded and that its config is ok. If a plugin fails for any reason, disable it in the generated file. Closes: 532001 | |||
2009-04-04 | Merge branch 'darcs' | Joey Hess | |
Conflicts: debian/changelog | |||
2009-04-04 | fix name of wrapper | Joey Hess | |
2009-04-04 | Add missing newline to Confirm Password prompt. | Joey Hess | |
2009-04-04 | support darcs in setup automator | Joey Hess | |
use a consistent name for the ikiwiki wrapper file | |||
2009-03-01 | Setup automator: Fix bug in password comparison. Closes: #517654 | Joey Hess | |
2009-02-24 | Setup automator: Prompt for password twice. Closes: #516973 | Joey Hess | |
2009-01-18 | Avoid feeding decoded unicode to Term::ReadLine | Joey Hess | |
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.) | |||
2009-01-12 | Add auto-blog.setup | Joey Hess | |
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. | |||
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-10-19 | Use the pure perl Data::Dumper when generating setup files to ensure that ↵ | Joey Hess | |
utf-8 characters are written out as such, and not as the encoded perl strings the C Data::Dumper produces. Note that the text produced by the C version was interpreted fine when ikiwiki loaded the setup file. But it was not user-friendly. | |||
2008-08-22 | fix directory uniquification code | Joey Hess | |
2008-08-22 | monotone updates | Joey Hess | |
- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates | |||
2008-08-21 | Fix bug in wikiname sanitisation in the setup automator. | Joey Hess | |
2008-08-21 | improve handling of typoed or problem rcs | Joey Hess | |
2008-08-05 | avoid forcing syslog setting | Joey Hess | |
This avoids forcing the setting to 0 if it was not set at all. | |||
2008-08-03 | 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-02 | fix syntax error with corrupt data | Joey Hess | |
Just because it's supposed to be an integer or boolean doesn't mean the vlaue really is.. | |||
2008-08-02 | websetup form display done | Joey Hess | |
2008-08-02 | refactor | Joey Hess | |
2008-07-27 | handle options with no value and no example value | Joey Hess | |
2008-07-27 | typo | Joey Hess | |