6.0.0-beta13
4/13/26
  • Backlinks
  • Similar Pages
  • Attachments
  • History
  • Back to

[[toc]]

  • H4 Conversion !HowTo

Items that need to be converted...

++ Autoloading

Convert files/libraries to be able to be autoloaded.
Remove require/include calls within the code.

++ Remove CVS remnants

No need for $Horde$ in header comments.

++ Constants

Constants should be namespaced - preferably within the utility class (e.g. lib/App.php).

++ Globals

Remove all use of globals within the application (use injector instead).

++ Injector Usage

Various Horde libraries now must be loaded via the injector.

++ Output buffering

Convert from Util::bufferOutput() -> Horde::startBuffer()

++ Prefs UI

TODO

++ Themes

TODO