summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-08-27 16:08:03 +0000
committertaca <taca@pkgsrc.org>2013-08-27 16:08:03 +0000
commit5c5ba7cafff3dd09591c38d398fbf1467f093a2d (patch)
tree78b8effcc76271d827bc24c15b54444d6976047b /www
parentcc4295e860d6c00f813e26d4dfc7cf8e9e3a48d8 (diff)
downloadpkgsrc-5c5ba7cafff3dd09591c38d398fbf1467f093a2d.tar.gz
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).
Diffstat (limited to 'www')
-rw-r--r--www/contao/Makefile.common4
-rw-r--r--www/contao31/Makefile3
-rw-r--r--www/contao31/PLIST4
-rw-r--r--www/contao31/distinfo8
4 files changed, 10 insertions, 9 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 760d5a0cb84..0b42c0f9668 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -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
diff --git a/www/contao31/Makefile b/www/contao31/Makefile
index 067783c1b97..89b27b3a077 100644
--- a/www/contao31/Makefile
+++ b/www/contao31/Makefile
@@ -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/}
diff --git a/www/contao31/PLIST b/www/contao31/PLIST
index 581cdcd4a26..c9e4cc6a23e 100644
--- a/www/contao31/PLIST
+++ b/www/contao31/PLIST
@@ -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
diff --git a/www/contao31/distinfo b/www/contao31/distinfo
index 157ecb64806..67091c37672 100644
--- a/www/contao31/distinfo
+++ b/www/contao31/distinfo
@@ -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