[cvs] [Wiki] changed: BCBreakingHordeIssues

Michael Slusarz slusarz at horde.org
Thu Jan 15 05:12:49 UTC 2009


slusarz  Thu, 15 Jan 2009 00:12:49 -0500

Modified page: http://wiki.horde.org/BCBreakingHordeIssues
New Revision:  2.70
Change log:  hash() changes

@@ -11,9 +11,9 @@
  * 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)
  * Checkboxes in Horde_Form that are marked as required should be  
required to be checked.
  * Remove IMP_SpellChecker::. **(DONE)**
-* Use hash() instead of md5 or sha1 directly for speed  
(http://us.php.net/manual/en/function.hash.php)
+* Use hash() instead of md5 or sha1 directly for speed  
(http://us.php.net/manual/en/function.hash.php) **(As of 1/14/2009,  
all md5() and sha1() calls in horde-git and horde-hatchery have been  
converted)**
  * Add a single function for changing the language (handle the  
bindTextDomain() call also)
  * Remove hack to fix app-specific Notification_Listeners that output  
<p> instead of <li> (in Notification/Listener/status.php).
  * Prefix all classes with Horde_ that don't have that prefix yet  
(also see http://www.php.net/manual/en/userlandnaming.php).
  * Filter all input through filter extension or library.



More information about the cvs mailing list