summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-02 02:33:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-02 02:33:03 +0000
commit5f162cfd344f6b75fa39a57be4b3d488cadd1535 (patch)
tree56528c6b3fad333fc32ee4a774a0130bbfaa6131 /debian
parent930ca4d85f90ddf83cfaab7061a9ac49ee04313a (diff)
* Add canedit hook, allowing arbitrary controls over when a page can be
edited. * Move code forcing signing before edit to a new "signinedit" plugin, and code checking for locked pages into a new "lockedit" plugin. Both are enabled by default. * Remove the anonok config setting. This is now implemented by a new "anonok" plugin. Anyone with a wiki allowing anonymous edits should change their configs to enable this new plugin. * Add an opendiscussion plugin that allows anonymous users to edit discussion pages, on a wiki that is otherwise wouldn't allow it. * Lots of CGI code reorg and cleanup.
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS8
-rw-r--r--debian/changelog15
2 files changed, 21 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
index dd19e26b4..bb3bf2272 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,11 @@
+ikiwiki (1.42) unstable; urgency=low
+
+ The anonok setting in config files has been removed. To enable
+ httpauth support on your wiki, you should now enable the anonok plugin,
+ instead.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 1 Feb 2007 16:57:59 -0500
+
ikiwiki (1.34) unstable; urgency=low
The httpauth setting in config files has been removed. To enable
diff --git a/debian/changelog b/debian/changelog
index 40eaae238..9ef47936e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,19 @@ ikiwiki (1.42) UNRELEASED; urgency=low
* Fix several more missing translations of Discussion.
* Fix for missing backlinks() in pagestats plugin.
-
- -- Joey Hess <joeyh@debian.org> Wed, 31 Jan 2007 02:12:01 -0500
+ * Add canedit hook, allowing arbitrary controls over when a page can be
+ edited.
+ * Move code forcing signing before edit to a new "signinedit" plugin, and
+ code checking for locked pages into a new "lockedit" plugin. Both are
+ enabled by default.
+ * Remove the anonok config setting. This is now implemented by a new
+ "anonok" plugin. Anyone with a wiki allowing anonymous edits should
+ change their configs to enable this new plugin.
+ * Add an opendiscussion plugin that allows anonymous users to edit
+ discussion pages, on a wiki that is otherwise wouldn't allow it.
+ * Lots of CGI code reorg and cleanup.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 1 Feb 2007 15:36:38 -0500
ikiwiki (1.41) unstable; urgency=low