diff options
author | taca <taca@pkgsrc.org> | 2013-06-27 16:17:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-27 16:17:55 +0000 |
commit | e8f277f532feaeecf170653953941b47be298982 (patch) | |
tree | 5834c2c82cbf36ed018b03dfb52068db263931ad /www/contao | |
parent | b5f0632d118cb54dbb35ca1d2c58841bf02e4b11 (diff) | |
download | pkgsrc-e8f277f532feaeecf170653953941b47be298982.tar.gz |
Update contao31 to 3.1.1.
Albanian language files are added and Spanish language files are re-added.
Version 3.1.1 (2013-06-25)
--------------------------
### Fixed
Append the query string when forwarding (see #5867).
### Fixed
Decouple the file/page picker breadcrumb from the file/page manager (see #5899).
### Fixed
Also show the mandatory star in password confirmation fields (see #5926).
### Fixed
Only return one IP address in `Environment::get('ip')` (see #5830).
### Fixed
Explicitly check for `.php` files when scanning DCA files (see #5898).
### Fixed
Replaced all dummy `.htaccess` files with `.gitignore` files.
### Fixed
Quote wildcard characters in MySQL `LIKE` queries (see #5896).
### Fixed
Correctly align the version drop-down menu in Safari (see #5854).
### Fixed
Make sure `window.$` is mapped to MooTools (see #5892).
### Fixed
Do not add sort buttons to table row headers (see #5845).
### Fixed
Show the newsletter channels upon registration (see #5874).
### Updated
Updated ACE to version 1.1.01 (fixes #5852).
### Fixed
Correctly handle hidden pages in the custom navigation module (see #5832).
### Fixed
Support FAQs with images on the FAQ page (see #5810).
### Fixed
Support using commas in folder names in the file selector (see #5823).
### Fixed
Ignore the `auto_item` parameter when forwarding internally (see #5886).
### Fixed
Added support for old IE versions to swipe.js (see #5862).
### Fixed
Correctly bypass the cache if `bypassCache` is set (see #5872).
### Fixed
Preserve the CSS3PIE behavior file path when combining style sheets (see #5848).
### Fixed
Support all known template types in the autoload creator (see #5857).
### Fixed
Correctly adjust the accordion elements to the new DB structure (see #5820).
### Fixed
Added `E_USER_DEPRECATED` to the list of error constants (see #5839).
Diffstat (limited to 'www/contao')
-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 dfa26bf5bab..6b09e6cf981 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2013/06/27 15:48:29 taca Exp $ +# $NetBSD: Makefile.common,v 1.37 2013/06/27 16:17:55 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -9,7 +9,7 @@ # current release CT211_VERSION= 2.11.11 CT300_VERSION= 3.0.6 -CT310_VERSION= 3.1.0 +CT310_VERSION= 3.1.1 CT_VERS?= 211 |