Skip to content

Commit

Permalink
Update contao42 to 4.2.3.
Browse files Browse the repository at this point in the history
### 4.2.3 (2016-09-06)

 * Do not double URL encode the content syndication links.
 * Use CSS3 transforms instead of transitions to animate the off-canvas navigation.
 * Improve the exception handling when using the resource locator (see #557).
 * Correctly reset the filter menu in parent view.
 * Support all characters but =!<> and whitespace in simple tokens (see contao/core#8436).
 * Check the user's permission when generating links in the picker (see contao/core#8407).
 * Handle forward pages without target in the navigation modules (see contao/core#8377).
 * Provide the same template variables for downloads and enclosures (see contao/core#8392).
 * Handle %n when parsing date formats (see contao/core#8411).
 * Fix the module wizard's accessibility (see contao/core#8391).
 * Correctly initialize TinyMCE in sub-palettes in Firefox (see contao/core#3673).
 * Validate form field names more accurately (see contao/core#8403).
 * Correctly show the ctime, mtime and atime of a folder (see contao/core#8408).
 * Correctly index changed pages (see contao/core#8439).
  • Loading branch information
taca committed Sep 8, 2016
1 parent 1aba55a commit 4f9906b
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 22 deletions.
4 changes: 2 additions & 2 deletions www/contao42/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2016/08/09 13:53:27 taca Exp $
# $NetBSD: Makefile,v 1.4 2016/09/08 03:27:23 taca Exp $
#

DISTNAME= contao-${CT_PKGVER}
Expand All @@ -24,7 +24,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
DEPENDS+= bash>=4.0:../../shells/bash

CT_VERSION= 4.2.2
CT_VERSION= 4.2.3
USE_TOOLS= bash pax
NO_BUILD= yes

Expand Down
Loading

0 comments on commit 4f9906b

Please sign in to comment.