Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-23 | enable aggregate_internal by default | Joey Hess | |
2008-08-05 | add a guard against multiple cgi or rcs wrappers | Joey Hess | |
2008-08-05 | add ikiwiki-transition setupformat subcommand. | Joey Hess | |
Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands. | |||
2008-07-15 | Fix aggregateinternal migration so it skips expired entries, and deletes output | Simon McVittie | |
2008-07-14 | Add aggregateinternal mode to ikiwiki-transition. | Simon McVittie | |
Usage: 1. Update all pagespecs that use aggregated pages to use internal() 2. ikiwiki-transition aggregateinternal $srcdir $htmlext (where $srcdir and $htmlext are the srcdir and htmlext options in your .setup file) 3. Add aggregateinternal to your .setup file 4. Rebuild the wiki | |||
2008-07-09 | ikiwiki-transition: Fix command-line processing so the prefix_directives ↵ | Josh Triplett | |
transition works again. | |||
2008-05-30 | hashed password support, and empty password security fix | Joey Hess | |
This implements the previously documented hashed password support. While implementing that, I noticed a security hole, which this commit also fixes.. | |||
2008-03-21 | fix transitioning of page state | Joey Hess | |
2008-03-21 | add transition code for indexdb | Joey Hess | |
2008-01-30 | rename ikiwiki-prefix-directives into ikiwiki-transition | Joey Hess | |
If we have transitions of this sort in the future, this program will hopefully be used to handle them too. |