diff options
author | taca <taca@pkgsrc.org> | 2013-12-21 02:46:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-12-21 02:46:25 +0000 |
commit | ecd30ec742f124b1e2ab97e9cbfd1c569060567d (patch) | |
tree | 0864a51ada0337343738910a71b577d49de87bdb /www/contao/Makefile.common | |
parent | bb2b5cf6628365b71c6970358e04fc49f66f8438 (diff) | |
download | pkgsrc-ecd30ec742f124b1e2ab97e9cbfd1c569060567d.tar.gz |
Update contao32 (and contao32-example) to 3.2.3 during the freeze to
fix a few trivial (but nasty) problems of this almost leaf package:
approved by gdt@.
Version 3.2.3 (2013-12-20)
--------------------------
### Fixed
Correctly resize the mediaboxAdvanced in IE11 (see #6504).
### Fixed
Set the correct status header for cached files (see #6585).
### Fixed
Correctly set the empty value depending on the DB field (fixes #6550, #6544).
### Fixed
Prevent saving of detached models (see #6506).
### Fixed
Correctly determine the ACE editor's height (see #6578).
### Fixed
Always fall back to English if a language does not exist (see #6581).
### Fixed
Correctly display repeated events in the event list (see #6555).
### Fixed
Correctly show the available layout columns in the article module (see #6548).
### Fixed
Correctly show the "read more" link in the news list modules (see #6439).
### Updated
Updated html5shiv to version 3.7.0 (see #6543).
### Fixed
Support browsers with both mouse and touch support in the back end (see #6520).
### Fixed
Correctly handle multiple `RadioTable` widgets on the same page (see #6389).
### Fixed
Fixed two issues with the SQL cache (see #6507).
### Fixed
Do not require a redirect page for newsletter channels (see #6521).
### Fixed
Use the related field instead of `id` in the model query builder (see #6540).
Diffstat (limited to 'www/contao/Makefile.common')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index b463323ecda..9d3e25f3b52 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.52 2013/12/16 01:49:06 taca Exp $ +# $NetBSD: Makefile.common,v 1.53 2013/12/21 02:46:25 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -11,7 +11,7 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release CT211_VERSION= 2.11.13 CT31_VERSION= 3.1.5 -CT32_VERSION= 3.2.2 +CT32_VERSION= 3.2.3 CT_VERS?= 211 |