Update contao31 to 3.1.2.

Version 3.1.2 (2013-08-27)
--------------------------

### Fixed
Add the global date format in `PageModel::loadDetails()` (see #6104).

### Fixed
Do not override the referer upon Ajax requests (see #5956).

### Fixed
Fixed the content slider in IE < 9 (see #5878).

### Fixed
Do not set a database driver by default (see #6088).

### Fixed
Decode punycode domains in the listing module (see #5946).

### Fixed
Show all themes a template is defined in (see #6071).

### Fixed
Do not add the domain name twice in `redirectToFrontendPage()` (see #6076).

### Fixed
Use the `currentLogin` field to sort users by their last login (see #5949).

### Fixed
Fix the offset handling in the CSS grid (see #5943).

### Fixed
Do not use the `date`, `time` and `datetime` input types (see #5918).

### Fixed
Show tooltips for selected single images in the file picker (see #6031).

### Fixed
Correctly synchronize if a sub folder is selected (see #5979).

### Fixed
Correctly handle password which are longer than 64 characters (see #6015).

### Fixed
Added missing Vietnamese characters to the UFT8 mapper (see #6010).

### Fixed
Decode entities in the page and file pickers (see #5989).

### Fixed
Ensure that the default user and group are integer values (see #6017).

### New
Added the Czech typolinks translations (thanks to ShiraNai7) (see #6051).

### Fixed
Added an option to purge the search cache (see #6041).

### Fixed
Preserve the repository tables when importing a theme (see #6037).

### Fixed
Pass the module to `getAttributesFromDca()` in the registration and personal
data module classes (see #6002).

### Fixed
Validate the e-mail address when creating an admin user (see #6003).

### Fixed
Fix the newslist pagination count (see #5997).

### Fixed
Make the GD image max width and height parameters mandatory (see #5940).

### Fixed
Replace all insert tags when exporting a page as PDF (see #5990).

### Fixed
Correctly validate the options in `Widget::isValidOption()` (see #5951).

### Fixed
Decode IDNA domains in any system mail (see #5932).

### Fixed
Store integers bigger than `PHP_INT_MAX` as string (see #5939).

### Fixed
Fix the alignment of the versions menu in IE (see #5962).

### Fixed
Do not cache the result of `Model::count*()` (see #5973).

### Fixed
Added some missing office file extensions to the configuration (see #6021).

### Fixed
Fixed the "indexPage" hook (see #5967).

### Fixed
Do not copy the autologin hash when duplicating members (see #5945).

### Fixed
Added .svgz support to the default `.htaccess` file (see #5938).
This commit is contained in:
taca 2013-08-27 16:08:03 +00:00
parent 0c935c92e9
commit 1109df3b36
4 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.38 2013/08/22 17:10:04 taca Exp $
# $NetBSD: Makefile.common,v 1.39 2013/08/27 16:08:03 taca Exp $
#
# used by www/contao/Makefile.example"
# used by www/contao211/Makefile
@ -9,7 +9,7 @@
# current release
CT211_VERSION= 2.11.12
CT300_VERSION= 3.0.6
CT310_VERSION= 3.1.1
CT310_VERSION= 3.1.2
CT_VERS?= 211

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.4 2013/08/15 17:53:23 taca Exp $
# $NetBSD: Makefile,v 1.5 2013/08/27 16:08:03 taca Exp $
#
DISTNAME= contao-${CT_VERSION}
PKGNAME= contao${CT_VER}-${CT_PKGVER}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2013/08/15 17:53:23 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2013/08/27 16:08:03 taca Exp $
${CT_WEBDIR}/.gitignore
${CT_WEBDIR}/README.md
${CT_WEBDIR}/assets/ace/1.0.01/ace.js
@ -721,6 +721,8 @@ ${CT_WEBDIR}/assets/tinymce/plugins/typolinks/js/typobox.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/js/typobox_src.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/js/typolinks.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/js/typolinks_src.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/langs/cs.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/langs/cs_dlg.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/langs/da.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/langs/da_dlg.js
${CT_WEBDIR}/assets/tinymce/plugins/typolinks/langs/de.js

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/06/27 16:17:55 taca Exp $
$NetBSD: distinfo,v 1.3 2013/08/27 16:08:03 taca Exp $
SHA1 (contao-3.1.1.tar.gz) = 220846f26727285ca52ab1cb5d4743b6266fbc88
RMD160 (contao-3.1.1.tar.gz) = 4934edf9e6b65efa4462e4329b90ca68275ad409
Size (contao-3.1.1.tar.gz) = 9210102 bytes
SHA1 (contao-3.1.2.tar.gz) = babc410ad8a6bef5b31e5e59172d8b01576b9fc8
RMD160 (contao-3.1.2.tar.gz) = 58fdb5fc1ea9e11913b2b18cd949b9cf1234e1f0
Size (contao-3.1.2.tar.gz) = 9214519 bytes