diff options
author | taca <taca@pkgsrc.org> | 2013-12-09 16:25:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-12-09 16:25:27 +0000 |
commit | fe7841099ec70b6056594ff85007e9917f3937d6 (patch) | |
tree | 85ea95310d87104a5c65bc7cafe649a4c8038c0b /www/contao | |
parent | 918f60f069a7c4ae7d843da6e9b168f611feebbe (diff) | |
download | pkgsrc-fe7841099ec70b6056594ff85007e9917f3937d6.tar.gz |
Update contao32 (and contao32-example) to 3.2.2.
Version 3.2.2 (2013-12-09)
--------------------------
### Fixed
Correctly support insert tags nested in shortened "iflng" tags (see #6509).
### Fixed
Do not require a foreign key to define a relation in the DCA (see #6524).
### Fixed
Use UUIDs as parent IDs in `Dbafs::addResource()` (see #6532).
### Fixed
Correctly set the default language (see #6533).
### Fixed
Correctly update the order fields in the database updater (see #6534).
### Fixed
Do not override the "href" property in `addImageToTemplate()` (see #6468).
### Fixed
Correctly handle URLs if page aliases are disabled (see #6502).
### Fixed
Handle UUIDs in `Model::getRelated()` (see #6525).
### Fixed
Hide records with only one version from the "changed elements" overview.
### Fixed
Use an auto-resizing textarea to store CSS selectors.
### Updated
Updated the ACE editor to version 1.1.2.
### Fixed
Prevent the ACE editor from overlapping the modal window (see #6497).
### Fixed
Use the default back end theme when running in safe mode (see #6505).
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 78a4a1b4571..04928ea7a9f 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.50 2013/11/29 17:36:25 taca Exp $ +# $NetBSD: Makefile.common,v 1.51 2013/12/09 16:25:27 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile -# used by www/contao211-translations/Makefile # used by www/contao31/Makefile # used by www/contao32/Makefile # @@ -13,7 +12,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.1 +CT32_VERSION= 3.2.2 CT_VERS?= 211 |