diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 13:09:11 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 13:09:11 -0400 |
commit | c2e2da6ee2834d6ab68d06048588cdf3a27d3691 (patch) | |
tree | 3e739818004141946a685a37e1319b1cae7922cb /doc/ikiwiki-transition.mdwn | |
parent | a8318303d88de40fb10f3d831cbfc4c2a807436f (diff) | |
download | ikiwiki-c2e2da6ee2834d6ab68d06048588cdf3a27d3691.tar ikiwiki-c2e2da6ee2834d6ab68d06048588cdf3a27d3691.tar.gz |
ikiwiki-transition: deduplinks was broken and threw away all metadata stored by plugins in the index. Fix this bug.
Diffstat (limited to 'doc/ikiwiki-transition.mdwn')
-rw-r--r-- | doc/ikiwiki-transition.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki-transition.mdwn b/doc/ikiwiki-transition.mdwn index 6177f5a46..3d81d659f 100644 --- a/doc/ikiwiki-transition.mdwn +++ b/doc/ikiwiki-transition.mdwn @@ -61,7 +61,7 @@ If this is not done explicitly, a user's plaintext password will be automatically converted to a hash when a user logs in for the first time after upgrade to ikiwiki 2.48. -# deduplinks your.setup|srcdir +# deduplinks your.setup In the past, bugs in ikiwiki have allowed duplicate link information to be stored in its indexdb. This mode removes such duplicate information, |