[commits] [Wiki] changed: Doc/Dev/ConversionH4
Wiki Guest
wikiguest at horde.org
Thu May 19 09:59:38 UTC 2011
guest [213.197.150.2] Thu, 19 May 2011 09:59:38 +0000
Modified page: http://wiki.horde.org/Doc/Dev/ConversionH4
New Revision: 1.19
Change log: H4 updates
@@ -37,9 +37,9 @@
Use Horde_Registry::appInit(), with the 'cli' option, to initialize
CLI scripts.
++ Configuration files
-Add $Id$ tag to all conf/*.php.dist and conf/*.xml files
+Add $Id$ tag to all conf/*.xml files
++ Convert Base files
No more lib/base.php, lib/api.php, lib/version.php. Converted to
lib/Application.php and lib/Api.php
@@ -146,9 +146,9 @@
Most/all language and/or charset handling has been moved to
Horde_Registry. See http://bugs.horde.org/ticket/9124#c8.
++ Output buffering
-Convert from Util::bufferOutput() -> Horde::startBuffer()
+Convert from Util::bufferOutput() -> Horde::startBuffer()/Horde::endBuffer()
++ PEAR_Error
Remove PEAR_Error usage - convert to Exceptions.
@@ -156,9 +156,9 @@
++ Prefs UI
No more lib/prefs.php - now uses Horde_Registry_Application calls.
-Update config/prefs.php.dist to remove unneeded entries.
+Update config/prefs.php to remove unneeded entries.
++ Sidebar integration
The sidebar menu is no longer in a separate frame. To integrate with
all pages of your application, put the following code after your menu,
e.g. at the bottom of templates/menu.inc, but before the notification
output:
More information about the commits
mailing list