Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | allow adminuser to be an email address | Joey Hess | 2015-05-13 |
| | |||
* | Standardize on --long-option instead of -long-option | Simon McVittie | 2015-03-01 |
| | | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case. | ||
* | Make the setup automator create YAML formatted files. | Joey Hess | 2011-11-06 |
| | |||
* | 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-29 |
| | |||
* | fix printing of $@, which is clobbered by the call to gettext | Joey Hess | 2010-03-28 |
| | | | | problem reported by viric | ||
* | reset setuptype first, actually | Joey Hess | 2010-03-21 |
| | | | | so setup file can override default | ||
* | reset setuptype to standard after an automator setup file is loaded | Joey Hess | 2010-03-21 |
| | | | | so a standard file is generated (by default) | ||
* | Fix admin openid detection in setup automator, and avoid prompting for a ↵ | Joey Hess | 2010-02-27 |
| | | | | password. | ||
* | Add force_overwrite setting to make setup automator overwrite existing ↵ | Joey Hess | 2010-02-27 |
| | | | | | | | files/directories. This can be useful if you're driving the setup automator from another program. | ||
* | setup automator: Configure Term::Readline to use bold for prompt, rather ↵ | Joey Hess | 2010-02-01 |
| | | | | than default underline. Closes: #517656 | ||
* | cvs: Add missing bit to Automator. | Joey Hess | 2009-12-02 |
| | |||
* | auto.setup, auto-blog.setup: Fix sanitization of entered wikiname. Closes: ↵ | Joey Hess | 2009-09-23 |
| | | | | #547378 | ||
* | Setup automator: Check that each plugin added to the generated setup file ↵ | Joey Hess | 2009-06-05 |
| | | | | can be loaded and that its config is ok. If a plugin fails for any reason, disable it in the generated file. Closes: 532001 | ||
* | Merge branch 'darcs' | Joey Hess | 2009-04-04 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
| * | fix name of wrapper | Joey Hess | 2009-04-04 |
| | | |||
| * | support darcs in setup automator | Joey Hess | 2009-04-04 |
| | | | | | | | | use a consistent name for the ikiwiki wrapper file | ||
* | | Add missing newline to Confirm Password prompt. | Joey Hess | 2009-04-04 |
|/ | |||
* | Setup automator: Fix bug in password comparison. Closes: #517654 | Joey Hess | 2009-03-01 |
| | |||
* | Setup automator: Prompt for password twice. Closes: #516973 | Joey Hess | 2009-02-24 |
| | |||
* | Avoid feeding decoded unicode to Term::ReadLine | Joey Hess | 2009-01-18 |
| | | | | | | | | 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.) | ||
* | Add auto-blog.setup | Joey Hess | 2009-01-12 |
| | | | | | | | 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. | ||
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
| | |||
* | fix directory uniquification code | Joey Hess | 2008-08-22 |
| | |||
* | monotone updates | Joey Hess | 2008-08-22 |
| | | | | | | | - Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates | ||
* | 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-21 |
| | |||
* | typo | Joey Hess | 2008-07-27 |
| | |||
* | add new wiki to wikilist | Joey Hess | 2008-07-27 |
| | |||
* | password prompt for admin user | Joey Hess | 2008-07-27 |
| | |||
* | automator improvements | Joey Hess | 2008-07-27 |
| | |||
* | rcs hook setup for the two I know | Joey Hess | 2008-07-27 |
| | |||
* | setup automator | Joey Hess | 2008-07-27 |
"ikiwiki -setup /etc/ikiwiki/simple.setup" can be used set up a new wiki in seconds |