[Solar-svn] Revision 2595

pmjones at solarphp.com pmjones at solarphp.com
Fri Jul 13 21:40:12 CDT 2007


updated todo list


Modified: todo/todo.txt
===================================================================
--- todo/todo.txt	2007-07-14 01:36:54 UTC (rev 2594)
+++ todo/todo.txt	2007-07-14 02:40:12 UTC (rev 2595)
@@ -25,16 +25,16 @@
 
 * Create separate MIME part class for use in mail and http?
 
-* Start a Solar_Cli series to extend from Solar_Controller_Console (same as
-  Solar_App extends from Solar_Controller_Page).
-
 * Rename Markdown rules from "header" to "heading" (yes this is pedantic)
   
 * Make Solar_Http_Response a little less sensitive about _sendHeaders() ?
 
 * Implement @ignore or @internal for Solar_Docs_Apidoc
 
+* Write up notes on when to use config keys for dependency injection, and when
+  to use method-based injection (e.g., Page::setFrontController()).
 
+
 Solar_Model and related
 =======================
 
@@ -52,10 +52,16 @@
     * Need S_F_Load_Model loader
     * Move to using DataFilter
 
+* Start using DataMapper instead of ActiveRecord?
 
 By Class
 ========
 
+* Solar_App_Base
+
+    * Add $this->pager or $this->layout_pager with array keys 'count', 'pages',
+      'page', 'paging'
+
 * Solar_Form
 
     * Better checking of which elements are set/not-set, so we don't get
@@ -63,22 +69,17 @@
     
     * Convert to Solar_DataFilter usage
     
-    * Add "autopop" key to allow for ignoring auto-populate (things like
-      buttons, etc).
+    * Add "autopop" or "autofill" key to allow for ignoring auto-populate
+      (things like buttons, etc).
     
+    * Add support for 'input type="image"' elements (foo.x, foo.y) ?
+    
 * Solar_Request
 
     * De-singleton Solar_Request, adapt all classes depending on it
 
-    * rename Solar_Request to Solar_Env_Web? The base Env.php can deal with
-      superglobals.
+    * Add argc() and argv() to Solar_Request, as well as isCli() method
 
-    * Need to de-singleton Solar_Request to do that, anyway.
-
-    * then add Sungrazr_Console as Solar_Env_Cli?
-
-    * Or, add argc() and argv() to Solar_Request, as well as isCli() method?
-
 * Solar_Sql
   
     * Better SQL error reporting on createTable()
@@ -87,6 +88,10 @@
 
     * way to pass charset and collation in SQL adapters
 
+* Solar_View
+
+    * Auto-append ".php" to template names if no .php there
+    
 * Solar_View_Helper
     
     * hCard helper? <http://microformats.org/wiki/hcard>




More information about the Solar-svn mailing list