From c244e13d6b3afcf0ac6bc54d6cdce556e70e1f83 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Jan 2009 14:47:11 -0500 Subject: add news item for ikiwiki 3.03 --- doc/news/version_3.02.mdwn | 24 ------------------------ doc/news/version_3.03.mdwn | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 24 deletions(-) delete mode 100644 doc/news/version_3.02.mdwn create mode 100644 doc/news/version_3.03.mdwn (limited to 'doc/news') diff --git a/doc/news/version_3.02.mdwn b/doc/news/version_3.02.mdwn deleted file mode 100644 index f4e17a375..000000000 --- a/doc/news/version_3.02.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -ikiwiki 3.02 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * blogspam: New plugin, adding spam filtering for page editing / comment - posting using the BlogSpam.net API. - * Add auto-blog.setup, which will set up an ikiwiki instance tuned for use - in blogging. - * checkcontent: New hook, can be used to implement arbitrary content - filters, including spam filters. - * table: Fix misparsed links in external files. - * table: Find links in external files in scan pass. - * rename: Show full names of affected pages. - * comments: Fix cache avoidance hack. - * repolist: New plugin to support the rel=vcs-* microformat. - * goodstuff: Include repolist by default. (But it does nothing until - configured with the repository locations.) - * comments: Add support for removing comments via web interface. (smcv) - * Consistently allow use of relative paths in all PageSpecs - that take a page name parameter. Previously, match\_created\_before(), - match\_created\_after(), match\_sourcepage(), and match\_destpage() - did not support that, and the docs were not clear. - * pinger: Get whole url, don't just head, avoids problems on - the nostromo web server. - * Recommend libterm-readline-gnu-perl since that makes auto.setup - behave better."""]] \ No newline at end of file diff --git a/doc/news/version_3.03.mdwn b/doc/news/version_3.03.mdwn new file mode 100644 index 000000000..b999344e1 --- /dev/null +++ b/doc/news/version_3.03.mdwn @@ -0,0 +1,15 @@ +ikiwiki 3.03 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Avoid feeding decoded unicode to Term::ReadLine. Closes: [512169](http://bugs.debian.org/512169) + * blogspam: Log spam info on failure in debug mode. + * Remove nonstandard css. Closes: #[512378](http://bugs.debian.org/512378) + * blogspam: Fix use of blogspam\_options and blogspam\_server config settings. + * comments: If comment content checks fail, store the comment + (in .ikiwiki/comments\_pending) for moderator review. + * comments: Add a moderation web interface, which admins can + access via their Preferences page. + * git: Fix malformed utf8 received from git. + * meta: New "updated" metadata specifies a fake modification time for a + page, to be output into RSS and Atom feeds. (smcv) + * underlay: New plugin, allows pulling in additional files not + in version control. (smcv)"""]] \ No newline at end of file -- cgit v1.2.3 From edc9d462d06d4622dd3c49996bd455cae23a985e Mon Sep 17 00:00:00 2001 From: "68.251.214.66" <68.251.214.66@web> Date: Thu, 5 Feb 2009 09:22:34 -0500 Subject: poll vote (Accept only OpenID for logins) --- doc/news/openid.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/news') diff --git a/doc/news/openid.mdwn b/doc/news/openid.mdwn index ad76606aa..45414142c 100644 --- a/doc/news/openid.mdwn +++ b/doc/news/openid.mdwn @@ -10,4 +10,4 @@ log back in, try out the OpenID signup process if you don't already have an OpenID, and see how OpenID works for you. And let me know your feelings about making such a switch. --[[Joey]] -[[!poll 59 "Accept only OpenID for logins" 18 "Accept only password logins" 35 "Accept both"]] +[[!poll 60 "Accept only OpenID for logins" 18 "Accept only password logins" 35 "Accept both"]] -- cgit v1.2.3 From a543e8934b4562d175dcc24a13f97ec6d07d5647 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 15 Feb 2009 18:32:09 -0500 Subject: add news item for ikiwiki 3.04 --- doc/news/version_3.03.mdwn | 15 --------------- doc/news/version_3.04.mdwn | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 15 deletions(-) delete mode 100644 doc/news/version_3.03.mdwn create mode 100644 doc/news/version_3.04.mdwn (limited to 'doc/news') diff --git a/doc/news/version_3.03.mdwn b/doc/news/version_3.03.mdwn deleted file mode 100644 index b999344e1..000000000 --- a/doc/news/version_3.03.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -ikiwiki 3.03 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Avoid feeding decoded unicode to Term::ReadLine. Closes: [512169](http://bugs.debian.org/512169) - * blogspam: Log spam info on failure in debug mode. - * Remove nonstandard css. Closes: #[512378](http://bugs.debian.org/512378) - * blogspam: Fix use of blogspam\_options and blogspam\_server config settings. - * comments: If comment content checks fail, store the comment - (in .ikiwiki/comments\_pending) for moderator review. - * comments: Add a moderation web interface, which admins can - access via their Preferences page. - * git: Fix malformed utf8 received from git. - * meta: New "updated" metadata specifies a fake modification time for a - page, to be output into RSS and Atom feeds. (smcv) - * underlay: New plugin, allows pulling in additional files not - in version control. (smcv)"""]] \ No newline at end of file diff --git a/doc/news/version_3.04.mdwn b/doc/news/version_3.04.mdwn new file mode 100644 index 000000000..b29a43a09 --- /dev/null +++ b/doc/news/version_3.04.mdwn @@ -0,0 +1,17 @@ +ikiwiki 3.04 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * 404: New plugin which lets you use the IkiWiki CGI script as + an Apache 404 handler, to give the behaviour of various other wiki + engines where visiting a nonexistent page provides you with a link + to create it. (smcv) + * Factor out redundant code into goto plugin. (smcv) + * Work around XML::Atom strangeness that results in double-encoded posts. + (smcv) + * Updated German translation (Kai Wasserbäch). Closes: #[514251](http://bugs.debian.org/514251) + * Fix unusual --setup --post-commit command line option combo. + * Create any missing directory necessary to put the wrapper + file into. Closes: #[514384](http://bugs.debian.org/514384) + * shortcut: If default\_pageext is set, first look for + shortcuts.default\_pageext. + * Allow comments, rename, remove, and attachment plugins to be used + even if the editpage plugin is disabled."""]] \ No newline at end of file -- cgit v1.2.3 From c1d800f29c869fd53b28ada69dba6e9e4700011f Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Mon, 16 Feb 2009 11:33:39 +0000 Subject: link to goto plugin page --- doc/news/version_3.04.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/news') diff --git a/doc/news/version_3.04.mdwn b/doc/news/version_3.04.mdwn index b29a43a09..e04093c8f 100644 --- a/doc/news/version_3.04.mdwn +++ b/doc/news/version_3.04.mdwn @@ -4,7 +4,7 @@ ikiwiki 3.04 released with [[!toggle text="these changes"]] an Apache 404 handler, to give the behaviour of various other wiki engines where visiting a nonexistent page provides you with a link to create it. (smcv) - * Factor out redundant code into goto plugin. (smcv) + * Factor out redundant code into [[plugins/goto]] plugin. (smcv) * Work around XML::Atom strangeness that results in double-encoded posts. (smcv) * Updated German translation (Kai Wasserbäch). Closes: #[514251](http://bugs.debian.org/514251) @@ -14,4 +14,4 @@ ikiwiki 3.04 released with [[!toggle text="these changes"]] * shortcut: If default\_pageext is set, first look for shortcuts.default\_pageext. * Allow comments, rename, remove, and attachment plugins to be used - even if the editpage plugin is disabled."""]] \ No newline at end of file + even if the editpage plugin is disabled."""]] -- cgit v1.2.3 From f9efb5b1eb08d7f9f94b9a5028fc234735720c85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Feb 2009 15:55:34 -0500 Subject: add news item for ikiwiki 3.05 --- doc/news/version_3.04.mdwn | 17 ----------------- doc/news/version_3.05.mdwn | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 doc/news/version_3.04.mdwn create mode 100644 doc/news/version_3.05.mdwn (limited to 'doc/news') diff --git a/doc/news/version_3.04.mdwn b/doc/news/version_3.04.mdwn deleted file mode 100644 index e04093c8f..000000000 --- a/doc/news/version_3.04.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -ikiwiki 3.04 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * 404: New plugin which lets you use the IkiWiki CGI script as - an Apache 404 handler, to give the behaviour of various other wiki - engines where visiting a nonexistent page provides you with a link - to create it. (smcv) - * Factor out redundant code into [[plugins/goto]] plugin. (smcv) - * Work around XML::Atom strangeness that results in double-encoded posts. - (smcv) - * Updated German translation (Kai Wasserbäch). Closes: #[514251](http://bugs.debian.org/514251) - * Fix unusual --setup --post-commit command line option combo. - * Create any missing directory necessary to put the wrapper - file into. Closes: #[514384](http://bugs.debian.org/514384) - * shortcut: If default\_pageext is set, first look for - shortcuts.default\_pageext. - * Allow comments, rename, remove, and attachment plugins to be used - even if the editpage plugin is disabled."""]] diff --git a/doc/news/version_3.05.mdwn b/doc/news/version_3.05.mdwn new file mode 100644 index 000000000..8975aa913 --- /dev/null +++ b/doc/news/version_3.05.mdwn @@ -0,0 +1,15 @@ +ikiwiki 3.05 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * debhelper v7(.0.50); rules file minimisation. + * template: Load templates in scan mode. + This is potentially expensive, but is necessary so that meta and tag + directives, and other links on templates affect the page using the + template reliably. + * goto: Fix redirect to comments. + * Add noextension parameter to htmlize hooks to support, eg, Makefile. + * Add tagged() PageSpec. + * Updated German translation (Kai Wasserbäch). Closes: #[516770](http://bugs.debian.org/516770) + * Setup automator: Prompt for password twice. Closes: #[516973](http://bugs.debian.org/516973) + * bzr: Add missing rcs\_diff. (liw) + * comments: Avoid showing comment moderation button in prefs to non-admins. + * goto: Fix typo that broke recentchanges\_link compatibility."""]] \ No newline at end of file -- cgit v1.2.3 From a5f4159717cb3be79043a280573c82ccbda26b61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 1 Mar 2009 15:11:40 -0500 Subject: add news item for ikiwiki 3.06 --- doc/news/version_3.05.mdwn | 15 --------------- doc/news/version_3.06.mdwn | 3 +++ 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 doc/news/version_3.05.mdwn create mode 100644 doc/news/version_3.06.mdwn (limited to 'doc/news') diff --git a/doc/news/version_3.05.mdwn b/doc/news/version_3.05.mdwn deleted file mode 100644 index 8975aa913..000000000 --- a/doc/news/version_3.05.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -ikiwiki 3.05 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * debhelper v7(.0.50); rules file minimisation. - * template: Load templates in scan mode. - This is potentially expensive, but is necessary so that meta and tag - directives, and other links on templates affect the page using the - template reliably. - * goto: Fix redirect to comments. - * Add noextension parameter to htmlize hooks to support, eg, Makefile. - * Add tagged() PageSpec. - * Updated German translation (Kai Wasserbäch). Closes: #[516770](http://bugs.debian.org/516770) - * Setup automator: Prompt for password twice. Closes: #[516973](http://bugs.debian.org/516973) - * bzr: Add missing rcs\_diff. (liw) - * comments: Avoid showing comment moderation button in prefs to non-admins. - * goto: Fix typo that broke recentchanges\_link compatibility."""]] \ No newline at end of file diff --git a/doc/news/version_3.06.mdwn b/doc/news/version_3.06.mdwn new file mode 100644 index 000000000..0e2a48fe6 --- /dev/null +++ b/doc/news/version_3.06.mdwn @@ -0,0 +1,3 @@ +ikiwiki 3.06 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Setup automator: Fix bug in password comparison. Closes: #[517654](http://bugs.debian.org/517654)"""]] \ No newline at end of file -- cgit v1.2.3