diff options
author | taca <taca@pkgsrc.org> | 2014-03-13 13:55:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-13 13:55:07 +0000 |
commit | dd3467cd24aa6e85c80eb3057caebec3bf078b63 (patch) | |
tree | d9537f205efba6c51977f8e25502ca49a704fb18 /www/contao32 | |
parent | 61e8d206d70cf6b2ee503eec8ab4cad971ecc7fb (diff) | |
download | pkgsrc-dd3467cd24aa6e85c80eb3057caebec3bf078b63.tar.gz |
Update contao32 (and contao32-example) to 3.2.8.
Version 3.2.8 (2014-03-12)
--------------------------
### Fixed
Add the "href" values for active breadcrumb menus to the template (see #6796).
### Fixed
The file/page tree widget did not work properly in "edit multiple" mode (#6788).
### Fixed
Preserve the referer ID when clicking the "switch to edit" button (see #6127).
### Fixed
Encode e-mail addresses in the "explanation" form field (see #6771).
### Fixed
Use a placeholder image if no thumbnail can be created (see #6754).
### Fixed
Pass additional arguments to the "replaceInsertTags" hook (see #6672).
### Fixed
Correctly initialize the `Session` class (see #6747).
### Fixed
Do not use `Input::setGet()` in the event modules (see #6733).
### Fixed
Correctly shorten the CSS `background` property (see #6709).
### Fixed
Do not use `UNION SELECT` when searching for parent pages (see #6704).
### Fixed
Disable `zlib.output_compression` when sending files to the browser (see #6717).
### Fixed
Consider the event time in the event list module (see #6719).
### Fixed
Make the newsletter recipient address available in the template (see #5782).
### Fixed
Correctly handle Unicode characters in `Validator::isGooglePlusId` (see #6707).
### Fixed
Fixed the arguments of two `CalendarEventsModel` methods (see #6781).
### Fixed
Pass the "tableless" flag to the "form_message" template (see #6772).
### Fixed
Update the `swipe.js` script so the "continuous" option works (see #6762).
### Fixed
Improve the `Search::removeEntry()` method (see #6785).
### Fixed
Correctly set the cookie path in the front mode in debug mode (see #6723).
### Fixed
Point to `Frontend::addToUrl()` in front end templates (see #6736).
### Fixed
Do not stop the cron job execution after the first interval.
Diffstat (limited to 'www/contao32')
-rw-r--r-- | www/contao32/Makefile | 3 | ||||
-rw-r--r-- | www/contao32/PLIST | 3 | ||||
-rw-r--r-- | www/contao32/distinfo | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/contao32/Makefile b/www/contao32/Makefile index 02316e7b731..6d21bbb822b 100644 --- a/www/contao32/Makefile +++ b/www/contao32/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2014/03/05 15:09:42 taca Exp $ +# $NetBSD: Makefile,v 1.4 2014/03/13 13:55:07 taca Exp $ # DISTNAME= ${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${CT_MASTER_SITE} diff --git a/www/contao32/PLIST b/www/contao32/PLIST index ee2c05b85bd..d0b03d5f40c 100644 --- a/www/contao32/PLIST +++ b/www/contao32/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/01/21 16:20:09 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/03/13 13:55:07 taca Exp $ ${CT_WEBDIR}/.gitignore ${CT_WEBDIR}/.htaccess.default ${CT_WEBDIR}/README.md @@ -3726,6 +3726,7 @@ ${CT_WEBDIR}/system/themes/default/images/pasteinto_.gif ${CT_WEBDIR}/system/themes/default/images/pickcolor.gif ${CT_WEBDIR}/system/themes/default/images/pickfile.gif ${CT_WEBDIR}/system/themes/default/images/pickpage.gif +${CT_WEBDIR}/system/themes/default/images/placeholder.png ${CT_WEBDIR}/system/themes/default/images/preview.gif ${CT_WEBDIR}/system/themes/default/images/published.gif ${CT_WEBDIR}/system/themes/default/images/redirect.gif diff --git a/www/contao32/distinfo b/www/contao32/distinfo index a121febdb4a..5231355dee1 100644 --- a/www/contao32/distinfo +++ b/www/contao32/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2014/02/13 14:12:20 taca Exp $ +$NetBSD: distinfo,v 1.9 2014/03/13 13:55:07 taca Exp $ -SHA1 (contao/3.2.7.tar.gz) = 2ec8dc6fa041dd7a187cd045fb5249a4d7939547 -RMD160 (contao/3.2.7.tar.gz) = 8f46b49d27b845330825e4e39b2cc1b7035e5ed4 -Size (contao/3.2.7.tar.gz) = 10995971 bytes +SHA1 (contao/3.2.8.tar.gz) = d7b3b8062022f8edf9b7a1256681cf2c5bbbcac8 +RMD160 (contao/3.2.8.tar.gz) = 2cd9d886291775a3db3f8c924f66f3185673cb39 +Size (contao/3.2.8.tar.gz) = 10998490 bytes SHA1 (patch-system_bin_sqldump) = a22f7dab9043cf9f965e695b895d7c32f48c9f91 |