add news item for ikiwiki 3.20100831
parent
2ff705367b
commit
3b81ca0c39
|
@ -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."""]]
|
|
@ -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)"""]]
|
|
@ -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."""]]
|
Loading…
Reference in New Issue