summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-31 14:30:56 -0400
committerJoey Hess <joey@kitenet.net>2010-08-31 14:30:56 -0400
commit3b81ca0c39e6f03adbaacc0b436db6e7cb958f9f (patch)
tree403db7745b1abab7ac0e96fbaf95648954e5c5c2 /doc/news
parent2ff705367b44447c2a9159d14f80880c38556ce4 (diff)
add news item for ikiwiki 3.20100831
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20100610.mdwn18
-rw-r--r--doc/news/version_3.20100623.mdwn29
-rw-r--r--doc/news/version_3.20100831.mdwn27
3 files changed, 27 insertions, 47 deletions
diff --git a/doc/news/version_3.20100610.mdwn b/doc/news/version_3.20100610.mdwn
deleted file mode 100644
index ee7c86d72..000000000
--- a/doc/news/version_3.20100610.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-ikiwiki 3.20100610 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * creation\_day() etc use local time, not gmtime. To match calendars, which
- use local time.
- * img: Fill in missing height or width when scaling image.
- * Remove example blog tag pages; allow autotag creation to create them
- when used.
- * Fix support for globbing in tagged() pagespecs.
- * Fix display of sidebar when previewing page edit. (Thanks, privat)
- * relativedate: Fix problem with localised dates not working.
- * editpage: Avoid storing accidental state changes when previewing pages.
- * page.tmpl: Add a div around the page content, and comments, to aide in
- sidebar styling.
- * style.css: Improvements to make floating sidebar fit much better on
- pages with inlines.
- * calendar: Shorten day names, and improve styling of month calendar.
- * style.css: Reduced sidebar width back to 20ex from 30; the month calendar
- will now fit in the smaller width, and 30 was feeling too large."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100623.mdwn b/doc/news/version_3.20100623.mdwn
deleted file mode 100644
index 684217e26..000000000
--- a/doc/news/version_3.20100623.mdwn
+++ /dev/null
@@ -1,29 +0,0 @@
-ikiwiki 3.20100623 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * openid: Add openid\_realm and openid\_cgiurl configuration options,
- useful in a few edge case setups.
- * attachment: Show files from underlay in attachments list.
- * img: Support hspace and vspace attributes.
- * editpage: Rename "comments" field to avoid CSS conflict with the
- comments div.
- * edittemplate: Make silent mode not disable display when the template
- page does not exist, so it can be easily created.
- * edittemplate: Look for template pages under templates/ like everything
- else (still looks in old location for backwards compatibility).
- * attachment: When inserting links, insert img directives for images,
- if that plugin is enabled.
- * websetup: Allow enabling plugins listed in disable\_plugins.
- * editpage, comments: Fix broken links in sidebar (due to forcebaseurl).
- (Thanks, privat)
- * calendar: Tune archive\_pagespec to only match pages, not other files.
- * Fix issues with combining unicode srcdirs and source files.
- (Workaround bug #586045)
- * Make --gettime be honored after initial setup.
- * git: Fix --gettime to properly support utf8 filenames.
- * attachment: Support Windows paths when taking basename of client-supplied
- file name.
- * theme: New plugin, allows easily themeing a site via the underlay.
- * Added actiontabs theme by Svend Sorensen.
- * Added blueview theme by Bernd Zeimetz.
- * mercurial: Fix buggy getctime code. Closes: #[586279](http://bugs.debian.org/586279)
- * link: Enhanced to handle URLs and email addresses. (Bernd Zeimetz)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20100831.mdwn b/doc/news/version_3.20100831.mdwn
new file mode 100644
index 000000000..152e3c2f7
--- /dev/null
+++ b/doc/news/version_3.20100831.mdwn
@@ -0,0 +1,27 @@
+ikiwiki 3.20100831 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * filecheck: Fall back to using the file command if the freedesktop
+ magic file cannot identify a file.
+ * flattr: New plugin. (Thanks to jaywalk for the initial implementation
+ at a flattr plugin! This one is less configurable, but simpler.)
+ * smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
+ * openid: Syntax tweak to the javascript code to make it work with MSIE 7
+ (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting
+ the bug and providing access to debug it.
+ * style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
+ * htmlscrubber: Do not scrub url anchors that contain colons.
+ * Danish translation update. Closes: #[594673](http://bugs.debian.org/594673)
+ * highlight: Make location of highlight's files configurable in setup
+ file to allow for nonstandard installations.
+ * Allow "link(.)" and similar PageSpecs. Thanks, Giuseppe Bilotta.
+ * Run the preprocess hooks in scan mode *before* the scan hooks.
+ This allows the po plugin to register a scan hook that runs
+ last and rescans pages after all data from the first scan pass is
+ completed. This avoids the po plugin needing to rebuild some pages.
+ (intrigeri)
+ * po: Fix some bugs that affected l10n.ikiwiki.info's unusual
+ setup. (intrigeri)
+ * t/bazaar.t: Work around bzr 2.2.0's new requirement to configure
+ bzr whoami before committing.
+ * httpauth: Avoid redirecting the user to the cgiauthurl if
+ they already have a login session."""]] \ No newline at end of file