summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-11-02 01:19:54 +0000
committertaca <taca@pkgsrc.org>2014-11-02 01:19:54 +0000
commit03532631653a37e378afee22efb7e8a83f876a93 (patch)
tree8ea37a9596e15ecbb16d1ca286f9fa2b7abea5a7 /www/contao
parent70f52cb104759ce38664f6d65eca291203912957 (diff)
downloadpkgsrc-03532631653a37e378afee22efb7e8a83f876a93.tar.gz
Update contao33 to 3.3.6.
Version 3.3.6 (2014-10-31) -------------------------- ### Fixed Always pass a DC object in the `toggleVisibility` callback (see #7314). ### Fixed Correctly render the "read more" and article navigation links (see #7300). ### Fixed Fix the markup of the form submit button (see #7396). ### Fixed Do not generally remove insert tags from page titles (see #7198). ### Fixed Consider the `useSSL` flag of the root page when generating URLs (see #7390). ### Fixed Correctly create the template object in `BaseTemplate::insert()` (see #7366). ### Updated Updated TinyMCE to version 4.1.6 and added the "lists" plugin (see #7349). ### Fixed Fixed the FAQ sorting in the back end (see #7362). ### Fixed Added the `Widget::__isset()` method (see #7290). ### Fixed Correctly handle dynamic parent tables in the `DC_Table` driver (see #7335). ### Fixed Correctly shortend HTML strings in `String::substrHtml()` (see #7311). ### Updated Updated MooTools to version 1.5.1 (see #7267). ### Fixed Updated swipe.js to version 2.0.1 (see #7307). ### Fixed Use an `.invisible` class which plays nicely with screen readers (see #7372). ### Fixed Handle disabled modules in the module loader (see #7380). ### Fixed Fixed the "link_target" insert tag. ### Fixed Correctly mark CAPTCHA fields as mandatory (see #7283). ### Updated Updated the ACE editor to version 1.1.6 (see #7278). ### Fixed Fix the `Database::list_fields()` method (see #7277). ### Fixed Correctly assign "col_first" and "col_last" in the image gallery (see #7250). ### Fixed Set the correct path to TCPDF in `system/config/tcpdf.php` (see #7264).
Diffstat (limited to 'www/contao')
-rw-r--r--www/contao/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 0b14f1f96ff..8f8ea8bff75 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.82 2014/11/02 01:17:44 taca Exp $
+# $NetBSD: Makefile.common,v 1.83 2014/11/02 01:19:54 taca Exp $
#
# used by www/contao32/Makefile
# used by www/contao33/Makefile
# current release
CT32_VERSION= 3.2.15
-CT33_VERSION= 3.3.5
+CT33_VERSION= 3.3.6
CT_VERS?= 32