head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2011.05.18.13.25.18; author taca; state dead; branches; next 1.1; 1.1 date 2011.03.25.16.52.08; author taca; state Exp; branches; next ; desc @@ 1.2 log @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 @ text @$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; @ 1.1 log @Fix broken PLIST. Along with it, add a small patch to fix code editor problem. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @