diff options
author | taca <taca@pkgsrc.org> | 2013-04-02 15:29:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-04-02 15:29:00 +0000 |
commit | e57af4d3ddf2f1def24c5c8b6b32ba6f40204030 (patch) | |
tree | c5d9c638190ff2407b28fb202d0c555786c78a36 /www/contao/Makefile.common | |
parent | fb87595cff4d864bc914d2282230b0e839bd4b44 (diff) | |
download | pkgsrc-e57af4d3ddf2f1def24c5c8b6b32ba6f40204030.tar.gz |
Update contao211 to 2.11.10.
Version 2.11.10 (2013-03-21)
----------------------------
### Fixed
Cast varchar date fields to int when selecting from the database (see #5503).
### Fixed
Only unset POST variables if `Widget::submitInput()` returns `true` (see #5474).
### Fixed
Strictly compare values when determining whether to save or not (see #5471).
### Updated
Updated TinyMCE to version 3.5.8 (see #5329).
### Fixed
Correctly show the "invalid date and time" error message (see #5480).
### Fixed
Correctly split the words when adding to the search index (see #5363).
### Fixed
Correctly load TinyMCE in IE7 and IE8 (see #5346).
### Fixed
Send the correct cache headers in "client cache only" mode (see #5358).
### Fixed
Remove the session of deleted or disabled users (see #5353).
### Fixed
Correctly set the cookie paths (see #5339).
Diffstat (limited to 'www/contao/Makefile.common')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 9f84b7053ab..b9493a84ece 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2013/04/02 15:27:34 taca Exp $ +# $NetBSD: Makefile.common,v 1.32 2013/04/02 15:29:00 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -7,7 +7,7 @@ # # current release -CT211_VERSION= 2.11.9 +CT211_VERSION= 2.11.10 CT300_VERSION= 3.0.5 CT_VERS?= 211 |