diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-07 12:42:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-07 12:42:38 -0400 |
commit | 3adb47ec4f7374128d18a88cff54269104fc21fe (patch) | |
tree | dd1ac2c19cece5de41a9b557d76b14ce40687a23 /debian/changelog | |
parent | d9d910f6765de6ba07508ab56a5a0f93edb4c8ad (diff) | |
parent | 25033d91145d0f102c6f6889f04e80e31b218684 (diff) | |
download | ikiwiki-3adb47ec4f7374128d18a88cff54269104fc21fe.tar ikiwiki-3adb47ec4f7374128d18a88cff54269104fc21fe.tar.gz |
Merge branch 'master' into commentreorg
Conflicts:
debian/changelog
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5b51a74f9..7f024a84b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,12 @@ ikiwiki (3.20100505) UNRELEASED; urgency=low comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec. + * Gave comment and page editing forms some CSS and accessability love. + * Renamed postscan hook to indexhtml, to reflect its changed position, + and typical use. + * inline: Call indexhtml when inlining internal pages, so their + text can be indexed for searching. + * Delete hooks are passed deleted internal pages. -- Joey Hess <joeyh@debian.org> Wed, 05 May 2010 18:07:29 -0400 |