summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-12-31 21:35:18 -0400
committerJoey Hess <joey@kitenet.net>2010-12-31 21:35:18 -0400
commitf4280128a1afd46c89a424fff698010b9dbef7b7 (patch)
tree3ede68c51a343d865a176629a4e65d074fc2237b /doc/news
parent84224c78a031743f40b4f5e3394eefb1d5f9d129 (diff)
add news item for ikiwiki 3.20101231
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20100926.mdwn6
-rw-r--r--doc/news/version_3.20101019.mdwn20
-rw-r--r--doc/news/version_3.20101231.mdwn31
3 files changed, 31 insertions, 26 deletions
diff --git a/doc/news/version_3.20100926.mdwn b/doc/news/version_3.20100926.mdwn
deleted file mode 100644
index b56e5770b..000000000
--- a/doc/news/version_3.20100926.mdwn
+++ /dev/null
@@ -1,6 +0,0 @@
-ikiwiki 3.20100926 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * meta: Ensure that the url specified by xrds-location is absolute.
- * attachment: Fix attachment file size display.
- * Propigate PATH into wrapper.
- * htmlbalance: Fix compatibility with HTML::Tree 4.0. (smcv)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101019.mdwn b/doc/news/version_3.20101019.mdwn
deleted file mode 100644
index 86c302e25..000000000
--- a/doc/news/version_3.20101019.mdwn
+++ /dev/null
@@ -1,20 +0,0 @@
-ikiwiki 3.20101019 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix test suite failure on other side of date line.
- * htmltidy: Allow configuring tidy parameters in setup file.
- (W. Trevor King)
- * Updated French program translation. Closes: #[598918](http://bugs.debian.org/598918)
- * git: Added new rcs\_revert and rcs\_preprevert hooks.
- * recentchanges: Add revert buttons to RecentChanges page, and
- implement web-based reversion interface.
- * Thanks to Peter Gammie for his assistance with the web-based reversion
- feature.
- * actiontabs: More consistent styling of Hn tags.
- * websetup: Fix saving of advanced mode changes.
- * websetup: Fix defaults of checkboxes in advanced mode.
- * monotone: Fix recentchanges page when the srcdir is not at the top
- of the monotone workspace. Thanks, tommyd.
- * img: If a class is specified, don't also put the img in the img
- class.
- * auto-blog.setup: Don't enable opendiscussion by default; require users be
- logged in to post comments."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20101231.mdwn b/doc/news/version_3.20101231.mdwn
new file mode 100644
index 000000000..014684016
--- /dev/null
+++ b/doc/news/version_3.20101231.mdwn
@@ -0,0 +1,31 @@
+ikiwiki 3.20101231 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Better support for serving the same site on multiple urls. (Such as
+ a http and a https url, or a ipv4 and an ipv6 url.)
+ (Thanks, smcv)
+ * API: urlto without a defined second parameter now generates an url
+ that starts with "/" (when possible; eg when the site's url and cgiurl
+ are on the same domain).
+ * Now when users log in via https, ikiwiki sends a secure cookie, that can
+ only be used over https. If the user switches to using http, they will
+ need to re-login. (smcv)
+ * inline: Display feed buttons for nested inlines, linking to the inlined
+ page's feed. (Giuseppe Bilotta)
+ * goldtype: New theme, based on blueview, contributed by Lars Wirzenius.
+ * po: do not override homepage title when it was overridden. (intrigeri)
+ * Set HTML::Template's parent\_global\_vars option to allow using parameters
+ like title\_overridden that do not appear on the template. (intrigeri)
+ (See https://rt.cpan.org/Public/Bug/Display.html?id=64158)
+ * inline: Force an absolute page location when the inline postform is used.
+ * editpage, comment: Clean up title when editing or creating a page or
+ comment.
+ * teximg: Use `\[` and `\]` instead of not recommended `$$`. (Paul Menzel)
+ Closes: #[596084](http://bugs.debian.org/596084)
+ * monotone: Improve version parsing to support patch and development
+ versions of the monotone binary. (tommyd3mdi)
+ * highlight: Support highlight 3.2+svn19 (note that released version 3.2
+ is not supported). Closes: #[605779](http://bugs.debian.org/605779) (David Bremner)
+ * Add a second parameter to the rcs\_diff hook, and avoid bloating memory
+ reading in enormous commits.
+ * git: Fix bug involving attempting to web revert a commit that included
+ changes to attachments."""]] \ No newline at end of file