diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-06-23 23:52:12 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-06-23 23:52:12 +0000 |
commit | 9d3f4ab063c5968a5b951f45ffb7d25514e72710 (patch) | |
tree | cbffd507d8b92989ae5b611dcf1c6df0b3e0594a /www/ikiwiki/PLIST | |
parent | 50a637d70c3bae5ed128ca0e5b4f22f96f778416 (diff) | |
download | pkgsrc-9d3f4ab063c5968a5b951f45ffb7d25514e72710.tar.gz |
Update this generally stable leaf package during the freeze, mainly
for a handful of bugfixes, to 3.20100623. From the changelog:
* 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
* link: Enhanced to handle URLs and email addresses. (Bernd Zeimetz)
Diffstat (limited to 'www/ikiwiki/PLIST')
-rw-r--r-- | www/ikiwiki/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index bf6f939ae02..3a094c7dec1 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2010/06/11 15:15:57 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.26 2010/06/23 23:52:12 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-makerepo @@ -409,6 +409,10 @@ share/ikiwiki/templates/rsspage.tmpl share/ikiwiki/templates/searchform.tmpl share/ikiwiki/templates/searchquery.tmpl share/ikiwiki/templates/titlepage.tmpl +share/ikiwiki/themes/actiontabs/style.css +share/ikiwiki/themes/blueview/background_darkness.png +share/ikiwiki/themes/blueview/header_background.png +share/ikiwiki/themes/blueview/style.css share/locale/bg/LC_MESSAGES/ikiwiki.mo share/locale/cs/LC_MESSAGES/ikiwiki.mo share/locale/da/LC_MESSAGES/ikiwiki.mo |