summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-11-28 05:45:42 +0000
committertaca <taca@pkgsrc.org>2015-11-28 05:45:42 +0000
commit2cc54d8a4eb1f2e9b589f9cc2ef6e636a03d5468 (patch)
treeafd66ebb7dec0bf33c167b48ead4571e006d04ba /www/contao
parent7e6c86792c80eb0ac425091a06ac0a5fd4f50d9e (diff)
downloadpkgsrc-2cc54d8a4eb1f2e9b589f9cc2ef6e636a03d5468.tar.gz
Update contao35 to 3.5.6.
Version 3.5.6 (2015-11-27) -------------------------- ### Fixed Correctly determin the protocol delimiter in `Idna::encodeUrl()`. ### Fixed Handle relative URLs when following redirects in the Request class (see #7799). ### Fixed Correctly handle empty UUIDs when comparing versions (see #7971). ### Fixed Remove the "required" attribute when setting up TinyMCE (see #8131). Version 3.5.5 (2015-11-25) -------------------------- ### Fixed Fix the domain when forwarding in the page controllers (see #8123). ### Fixed Use the feed URL instead of the base URL for enclosures (see #8116). ### Fixed Fix the `<time>` tags and standardize the event templates (see #8012). ### Fixed Handle empty `href` attributes in the book navigation (see #8104). ### Fixed Do not store e-mail addresses in the newsletter (un)subscription log. ### Fixed Correctly encrypt fields upon registration (see #8110). ### Fixed Correctly render required single checkboxes in the back end (see #7731). ### Fixed Correctly store multi select menus if no value is selected (see #7760). ### Fixed Prevent recursion when rendering 403/404 pages (see #8060). ### Fixed Map the `FileTree` widget to `FormFileUpload` in the front end (see #8091). ### Fixed Preserve the user input when loading image meta data (see #8108). ### Fixed Show the "toggle all" buttons in "edit multiple" mode (see #5622). ### Fixed Disable the gallery pagination if the images are sorted randomly (see #8033). ### Fixed Set the correct empty value when copying elements (see #8064). ### Fixed Correctly hide forward pages with no public subpages (see #8054). ### Fixed Correctly render the page picker if the value starts with `#` (see #8055). ### Fixed Correctly render the "group" option in the radio button and checkbox widgets. ### Fixed Correctly set the ID when toggling fields via Ajax (see #8043). ### Fixed Support call, sms and app hyperlinks when converting relative URLs (see #8102). ### Fixed Correctly check if a folder is protected when loading subfolders. ### Fixed Correctly check the synchronization status when copying or moving files. ### Fixed Adjust the code to be compatible with PHP7 (see #8018). ### Fixed Correctly show the UUID in the back end file manager popup (see #8058).
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 5ee03bc12ad..e1586bc3e71 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.101 2015/10/12 05:47:19 taca Exp $
+# $NetBSD: Makefile.common,v 1.102 2015/11/28 05:45:42 taca Exp $
#
# used by www/contao32/Makefile
# used by www/contao35/Makefile
# current release
CT32_VERSION= 3.2.21
-CT35_VERSION= 3.5.4
+CT35_VERSION= 3.5.6
CT_VERS?= 35