diff options
author | taca <taca> | 2013-11-29 16:43:06 +0000 |
---|---|---|
committer | taca <taca> | 2013-11-29 16:43:06 +0000 |
commit | db9fe6d07f850fd68fbf24a282331bdc77c91e0c (patch) | |
tree | 867b426be436377f4cd17b0b5c5d2a8cf6a0dd3c /www/contao32 | |
parent | 9991e4f7790079ba7b2d08aab6c9c81543c9ba6e (diff) | |
download | pkgsrc-db9fe6d07f850fd68fbf24a282331bdc77c91e0c.tar.gz |
Update contao32 and contao32-example package to 3.2.1.
* pkgsrc change: drop optional php-tidy package requirement from MESSAGE.
Version 3.2.1 (2013-11-29)
--------------------------
### Updated
Updated TinyMCE to version 3.5.10 to fix the IE11 issues (see #6479).
### Fixed
Optionally override the repository tables when importing a template (see #6470).
### Fixed
Only do the UUID conversion once even if the `Database\Updater` helper methods
are called multiple times (see #6481).
### Fixed
Correctly toggle the mobile/desktop view (see #6227).
### Fixed
Correctly detect UUIDs in the "file" insert tag (see #6472).
### Fixed
Correctly assign images to FAQs (see #6465).
### Fixed
Improved the speed and memory footprint of the news archive menu (see #6463).
### Fixed
Removed `CalendarEventsModel::findBoundaries()` (see #6467).
Diffstat (limited to 'www/contao32')
-rw-r--r-- | www/contao32/MESSAGE | 7 | ||||
-rw-r--r-- | www/contao32/distinfo | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/www/contao32/MESSAGE b/www/contao32/MESSAGE index 802708eb8b5..567e6ab38e7 100644 --- a/www/contao32/MESSAGE +++ b/www/contao32/MESSAGE @@ -1,15 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/11/21 16:52:43 taca Exp $ +$NetBSD: MESSAGE,v 1.2 2013/11/29 16:43:06 taca Exp $ To complete the setup, please read: ${PREFIX}/share/doc/contao${CT_VER}/README.md -To use minify the HTML markup function, you'll have to install the -following package: - - www/php-tidy - To use ${PREFIX}/share/doc/contao${CT_VER}/system/bin/minify command, Please install the following package: diff --git a/www/contao32/distinfo b/www/contao32/distinfo index 33cd070dc2a..ec02383c350 100644 --- a/www/contao32/distinfo +++ b/www/contao32/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2013/11/21 16:52:43 taca Exp $ +$NetBSD: distinfo,v 1.2 2013/11/29 16:43:06 taca Exp $ -SHA1 (contao/3.2.0.tar.gz) = 46bcb910fa02e9259a7794c40addf97ee7ef9b56 -RMD160 (contao/3.2.0.tar.gz) = 64f88fe05097ac2e3b4cfe4a2be10b34c09189a6 -Size (contao/3.2.0.tar.gz) = 10820691 bytes +SHA1 (contao/3.2.1.tar.gz) = c0407fb66e5c073c11224d0b60a7a654b30c6f02 +RMD160 (contao/3.2.1.tar.gz) = 71a445dc71cfccc2caebc10fb9bcb668f5ccddb0 +Size (contao/3.2.1.tar.gz) = 10823766 bytes SHA1 (patch-system_bin_sqldump) = a22f7dab9043cf9f965e695b895d7c32f48c9f91 |