diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-07-23 13:07:16 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-07-23 13:07:16 +0000 |
commit | 280ccd62ae61a1adaee4d546197acd50c32eacef (patch) | |
tree | cb5dd0aa49d8f94b6e4bb4db8fabce5f5b0e6c3b /www/ikiwiki/PLIST | |
parent | 072bf7a57db3c842e1f360e6adc5a9b25c6148f4 (diff) | |
download | pkgsrc-280ccd62ae61a1adaee4d546197acd50c32eacef.tar.gz |
Update to 3.20100722. From the changelog:
* img: Add a margin around images displayed by this directive.
* comments: Added commentmoderation directive for easy linking to the
comment moderation queue.
* aggregate: Write timestamp next aggregation can happen to
.ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
* Add --changesetup mode that allows easily changing options in a
setup file.
* openid: Fix handling of utf-8 nicknames.
* Clarified what the filter hook should be passed: Only be the raw,
complete text of a page. Not a snippet, or data read in from an
unrelated file.
* template: Do not pass filled in template through filter hook.
Avoids causing breakage in po plugin.
* color, comments, conditional, cutpaste, more, sidebar, toggle: Also
avoid unnecessary calls to filter hook.
* po: needstranslation() pagespec can have a percent specified.
* Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have
the caching problem that was added to work around). Closes: #588623
* Made much more robust in cases where multiple source files produce
conflicting files/directories in the destdir.
* Updated French translation from Philippe Batailler. Closes: #589423
* po: Fix selflink display on tranlsated pages. (intrigeri)
* Avoid showing 'Add a comment' link at the bottom of the comment post form.
Diffstat (limited to 'www/ikiwiki/PLIST')
-rw-r--r-- | www/ikiwiki/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index 3a094c7dec1..a6d13e7274e 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2010/06/23 23:52:12 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.27 2010/07/23 13:07:16 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-makerepo @@ -50,6 +50,7 @@ share/ikiwiki/directives/ikiwiki/directive/brokenlinks.mdwn share/ikiwiki/directives/ikiwiki/directive/calendar.mdwn share/ikiwiki/directives/ikiwiki/directive/color.mdwn share/ikiwiki/directives/ikiwiki/directive/comment.mdwn +share/ikiwiki/directives/ikiwiki/directive/commentmoderation.mdwn share/ikiwiki/directives/ikiwiki/directive/copy.mdwn share/ikiwiki/directives/ikiwiki/directive/cut.mdwn share/ikiwiki/directives/ikiwiki/directive/cutpaste.mdwn |