slusarz  Fri, 11 Jul 2014 14:29:08 +0000

Modified page: http://wiki.horde.org/Project/H6TODO
New Revision:  6
Change log:  more todos

@@ -12,8 +12,10 @@
   * Remove Horde_Exception_Wrapped
* (Discuss) Provide separate error message for admins vs. error message meant for end user display
 * Remove External session handler from horde/conf.php
* This can be accomplished by creating a SessionHandler class and passing in this classname to 'type'.
+* Horde_Translation
+ * Vastly simplify framework library implementation by using late static binding - should only need to declare the path to the base of the application in a member variable.

 ++ To Discuss

 * New Hooks format
@@ -27,4 +29,9 @@
 * Application API access
* Current status is apparently that complex objects are not allowed as return from API calls due to possibility that they may be returned via RPC. But we have a bunch of code that does do this, and the takeaway is that inter-application sharing is much much more important than remote calls * One solution: Have these calls return an object that will allow to gracefully degrade if advanced object support is not available * Or else figure out way to consistently determine how to document calls not intended for remote access. I see absolutely nothing wrong with allowing access to inter-application calls via native PHP interface without allowing remote call. (Logistically, this could be done by defining yet another API for applications. But practically, this is better done within the existing framework to minimize complexity).
+* Require PHP 5.4 (or 5.5?)
+* Simplify views
+  * Should only be "Standard" and "Mobile".
+ * Standard is either the current dynamic view (if exists) or the current basic view
+    * Mobile is the jquery mobile based view

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to