[cvs] [Wiki] changed: BCBreakingHordeIssues

Jan Schneider jan at horde.org
Wed Aug 16 03:19:41 PDT 2006


jan  Wed, 16 Aug 2006 03:19:41 -0700

Modified page: http://wiki.horde.org/BCBreakingHordeIssues
New Revision:  2.14
Change log:  More ideas

@@ -26,12 +26,17 @@
  * Remove app-specific 'open_calendar.js' files and extra code in Horde's open_calendar.js.
  * Remove hack to fix app-specific Notification_Listeners that output <p> instead of <li> (in Notification/Listender/status.php).
  * Prefix all classes with Horde_ that don't have that prefix yet (also see http://www.php.net/manual/en/userlandnaming.php).
  * Global Prototype/Scriptaculous libraries.
+* Filter all input through filter extension of library
+* Use Horde_Template for all templates.
+* Escape all template tags by default
  
  ++ To discuss
  * use __autoload() instead of require_once
   * Using a global __autoload() function is not good practice for a framework because you can only have one __autoload function - I'm not in favor of it (ChuckHagenbuch).
   * Using it in Horde apps as opposed to the framework is an option, but still leaves us all of the framework requires.
   * http://php.net/spl-autoload-register is a potential solution. With PHP 5.1.x (or 5.2, or ...) as a minimum version requiring SPL should be okay.
  * RemoveGlobals
  * HordeSpaces
+* Require UTF-8 support
+


More information about the cvs mailing list