Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Use the pure perl Data::Dumper when generating setup files to ensure that ↵ | Joey Hess | 2008-10-19 |
| | | | | | | | 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. | ||
* | 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 |
| | |||
* | avoid forcing syslog setting | Joey Hess | 2008-08-05 |
| | | | | This avoids forcing the setting to 0 if it was not set at all. | ||
* | 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-03 |
| | |||
* | fix syntax error with corrupt data | Joey Hess | 2008-08-02 |
| | | | | | Just because it's supposed to be an integer or boolean doesn't mean the vlaue really is.. | ||
* | websetup form display done | Joey Hess | 2008-08-02 |
| | |||
* | refactor | Joey Hess | 2008-08-02 |
| | |||
* | handle options with no value and no example value | Joey Hess | 2008-07-27 |
| | |||
* | 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 |
| | |||
* | lose the ugly $rawsetup, use a function | 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 | ||
* | fixups | Joey Hess | 2008-07-26 |
| | |||
* | fixups | Joey Hess | 2008-07-26 |
| | |||
* | add example wrapper and fix formatting | Joey Hess | 2008-07-26 |
| | |||
* | filter out demo plugins | Joey Hess | 2008-07-26 |
| | |||
* | load all plugins when generating setup | Joey Hess | 2008-07-26 |
| | |||
* | add gensetup for git | Joey Hess | 2008-07-26 |
| | |||
* | refactor | Joey Hess | 2008-07-26 |
| | |||
* | refactor | Joey Hess | 2008-07-26 |
| | |||
* | can now dump fully functional setup files | Joey Hess | 2008-07-26 |
| | |||
* | add info for all common setup file options, and most internal ones | Joey Hess | 2008-07-26 |
| | |||
* | fixes | Joey Hess | 2008-07-26 |
| | |||
* | fixes | Joey Hess | 2008-07-26 |
| | |||
* | add dumpsetup option; refactor | Joey Hess | 2008-07-26 |
| | |||
* | setup dumping improvements | Joey Hess | 2008-07-26 |
| | |||
* | more formatting | Joey Hess | 2008-07-26 |
| | |||
* | improve formatting | Joey Hess | 2008-07-26 |
| | |||
* | add ability to generate setup files | Joey Hess | 2008-07-26 |
| | | | | quite nice ones, too, with comments and everything | ||
* | fix use ordering | Joey Hess | 2008-07-11 |
| | | | | | The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope. | ||
* | Make it possible to load setup files w/o running them. Code needing to do so ↵ | Joey Hess | 2008-07-09 |
| | | | | can call IkiWiki::Setup::load, and the values will be loaded into %IkiWiki::Setup::setup. | ||
* | set rebuild before loading plugins | Joey Hess | 2008-06-04 |
| | | | | | This fixes a recent minor reversion caused by loading plugins earlier than the messages are printed. Some plugins might check if rebuild is set. | ||
* | load plugins before printing messages | Joey Hess | 2008-05-08 |
| | | | | | This allows plugins to getopt and change what is done before an incorrect line is printed. |