diff options
author | taca <taca> | 2011-05-18 13:25:17 +0000 |
---|---|---|
committer | taca <taca> | 2011-05-18 13:25:17 +0000 |
commit | dc9e09ef253617f3d7a63395f39499554fecdf6e (patch) | |
tree | 7b9427c81ddfd04639cf9bc6b896598b241b9b7c /www/contao29 | |
parent | 0391f8a7dbb8294397d155090866f4a94b63a46e (diff) | |
download | pkgsrc-dc9e09ef253617f3d7a63395f39499554fecdf6e.tar.gz |
Update contao29 package to 2.9.5.
Version 2.9.5 (2011-05-18)
--------------------------
- Updated: updated TCPDF to version 5.9.061 (#2929)
- Added: IE9 compatibility
- Added: added the Swedish editArea translation (#3016)
- Fixed: the code editor did not show up in the file manager (#2922)
- Fixed: the RSS reader did not parse HTML code correctly (#2918)
- Fixed: not all option callbacks worked correctly in override multiple mode (#2976)
- Fixed: the textarea widget did not support the readonly attribute (#2997)
- Fixed: the personal data modules did not handle checkbox fields (#3063)
- Fixed some minor issues
Diffstat (limited to 'www/contao29')
-rw-r--r-- | www/contao29/Makefile | 4 | ||||
-rw-r--r-- | www/contao29/Makefile.version | 4 | ||||
-rw-r--r-- | www/contao29/distinfo | 9 | ||||
-rw-r--r-- | www/contao29/patches/patch-system_drivers_DC__Folder.php | 16 |
4 files changed, 7 insertions, 26 deletions
diff --git a/www/contao29/Makefile b/www/contao29/Makefile index 1ea01146b06..1cd65f5004e 100644 --- a/www/contao29/Makefile +++ b/www/contao29/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2011/05/12 14:48:10 taca Exp $ +# $NetBSD: Makefile,v 1.13 2011/05/18 13:25:17 taca Exp $ # DISTNAME= contao-${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} -DIST_SUBDIR= ${PKGBASE}-20101203 MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.contao.org/ diff --git a/www/contao29/Makefile.version b/www/contao29/Makefile.version index bb7811699fb..f802d04cbb5 100644 --- a/www/contao29/Makefile.version +++ b/www/contao29/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.5 2011/03/08 14:11:56 taca Exp $ +# $NetBSD: Makefile.version,v 1.6 2011/05/18 13:25:17 taca Exp $ # # used by www/contao29/Makefile # used by www/contao29-example/Makefile # used by www/contao29-translations/Makefile # -CT_VERSION= 2.9.4 +CT_VERSION= 2.9.5 diff --git a/www/contao29/distinfo b/www/contao29/distinfo index 2016ed424c4..563544003e3 100644 --- a/www/contao29/distinfo +++ b/www/contao29/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/03/25 16:52:08 taca Exp $ +$NetBSD: distinfo,v 1.9 2011/05/18 13:25:17 taca Exp $ -SHA1 (contao29-20101203/contao-2.9.4.tar.gz) = 42a75a20d2aef3f3f2ef9d8654cdf115c6540a32 -RMD160 (contao29-20101203/contao-2.9.4.tar.gz) = 8ce6527558121df1e3e457c372796789e3065827 -Size (contao29-20101203/contao-2.9.4.tar.gz) = 4404002 bytes -SHA1 (patch-system_drivers_DC__Folder.php) = 7583ff06b074be4c1a2900b15ea2d263bb5d3eae +SHA1 (contao-2.9.5.tar.gz) = 93c1fb67a396f057eb700ec181aaed839c10cb1d +RMD160 (contao-2.9.5.tar.gz) = 0a7229382d50f1d08dd05c10274d08b0bdb1b12c +Size (contao-2.9.5.tar.gz) = 4594817 bytes diff --git a/www/contao29/patches/patch-system_drivers_DC__Folder.php b/www/contao29/patches/patch-system_drivers_DC__Folder.php deleted file mode 100644 index 935e4056e99..00000000000 --- a/www/contao29/patches/patch-system_drivers_DC__Folder.php +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-system_drivers_DC__Folder.php,v 1.1 2011/03/25 16:52:08 taca Exp $ - -Fix code editor problem applying r630 from repository. - ---- system/drivers/DC_Folder.php.orig 2011-03-02 13:03:27.000000000 +0000 -+++ system/drivers/DC_Folder.php -@@ -1403,7 +1403,8 @@ window.addEvent(\'domready\', function() - // Prepare the code editor - if ($GLOBALS['TL_CONFIG']['useCE']) - { -- $this->ceField = 'ctrl_source'; -+ $this->ceFields = array('ctrl_source'); -+ $this->ceField = 'ctrl_source'; // Backwards compatibility - $this->language = $GLOBALS['TL_LANGUAGE']; - $this->extension = $objFile->extension; - |