summaryrefslogtreecommitdiff
path: root/doc/ikiwiki-transition.mdwn
AgeCommit message (Collapse)Author
2008-12-24make ikiwiki-transition prefix_directives take a setup fileJoey Hess
This is easier to remeber, and less error-prone than passing it all the pages in the wiki.
2008-12-24remove deprecated admin prefsJoey Hess
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.
2008-08-05add 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-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14document aggregateinternalJoey Hess
2008-05-29documentation for use of hashed passwordsJoey Hess
Everything but the actual coding to support them.
2008-03-21add transition code for indexdbJoey Hess
2008-02-02Update another reference to ikiwiki-prefix-directivesJosh Triplett
2008-01-30rename ikiwiki-prefix-directives into ikiwiki-transitionJoey Hess
If we have transitions of this sort in the future, this program will hopefully be used to handle them too.