aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-transition
Commit message (Collapse)AuthorAge
* fix moveprefs transitionJoey Hess2008-12-31
|
* make ikiwiki-transition prefix_directives take a setup fileJoey Hess2008-12-24
| | | | | This is easier to remeber, and less error-prone than passing it all the pages in the wiki.
* remove deprecated admin prefsJoey Hess2008-12-24
| | | | | | | | | | A new ikiwiki-transition moveprefs subcommand can pull the old data out of the userdb and inject it into the setup file. Note that it leaves the old values behind in the userdb too. I did this because I didn't want to lose data if it fails writing the setup file for some reason, and the old data in the userdb will only use a small amount of space. Running the command multiple times will mostly not change anything.
* enable aggregate_internal by defaultJoey Hess2008-12-23
|
* add a guard against multiple cgi or rcs wrappersJoey Hess2008-08-05
|
* add ikiwiki-transition setupformat subcommand.Joey Hess2008-08-05
| | | | | Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands.
* Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie2008-07-15
|
* Add aggregateinternal mode to ikiwiki-transition.Simon McVittie2008-07-14
| | | | | | | | | | 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
* ikiwiki-transition: Fix command-line processing so the prefix_directives ↵Josh Triplett2008-07-09
| | | | transition works again.
* hashed password support, and empty password security fixJoey Hess2008-05-30
| | | | | | | This implements the previously documented hashed password support. While implementing that, I noticed a security hole, which this commit also fixes..
* fix transitioning of page stateJoey Hess2008-03-21
|
* add transition code for indexdbJoey Hess2008-03-21
|
* rename ikiwiki-prefix-directives into ikiwiki-transitionJoey Hess2008-01-30
If we have transitions of this sort in the future, this program will hopefully be used to handle them too.