[cvs] [Wiki] changed: BCBreakingHordeIssues
Michael Slusarz
slusarz at horde.org
Thu Jan 15 04:42:30 UTC 2009
slusarz Wed, 14 Jan 2009 23:42:29 -0500
Modified page: http://wiki.horde.org/BCBreakingHordeIssues
New Revision: 2.69
Change log: Fixed IMP template name
@@ -4,9 +4,9 @@
* Fix cloning behavior (See Bug 1410).
* Encrypt deprecations in Horde_Crypt_pgp::. **(DONE)**
* Use one place for clear text sendmail error messages.
-* rename files in imp/templates/prefs to more sensible defaults (e.g.
draftsfolderselect.inc, not folderselect.inc)
+* rename files in imp/templates/prefs to more sensible defaults (e.g.
draftsfolderselect.inc, not folderselect.inc) **(DONE)**
* Remove {{$foo = &new Foo();}} calls and replace with {{$foo = new
Foo();}} - The former is deprecated as of PHP 5 and causes errors when
strict code checking is on.
* Similarly, don't pass objects by reference ( function foo(&$bar) )
* Move share edit form into framework package to make it extendable.
* Convert all configuration files to XML format (or to a unified
conf.yaml, or an annotated conf.php - either way, something the config
interface can universally manage and generate)
More information about the cvs
mailing list