[Solar-svn] Revision 2617

pmjones at solarphp.com pmjones at solarphp.com
Tue Jul 24 11:50:28 CDT 2007


updated todo notes



Modified: todo/todo.txt
===================================================================
--- todo/todo.txt	2007-07-24 16:50:17 UTC (rev 2616)
+++ todo/todo.txt	2007-07-24 16:50:28 UTC (rev 2617)
@@ -33,8 +33,8 @@
   to use method-based injection (e.g., Page::setFrontController()).
 
 * Remove the protaculaous helpers proper, since we seem to always go through
-  JS instead of the PHP methods ... maybe have a way to push JS directly to the
-  head?
+  JS instead of the PHP methods ... maybe have a way to push JS directly to
+  the head?
 
 * Re-convert back to Solar_Test
 
@@ -45,6 +45,8 @@
 * Check php.ini cookie timeout settings in relation to Solar_Auth
 
 * Solar_Mail: check \r\n vice \n, and QP encoding, for garbled messages.
+    
+    * Turns out this is a mail() on Windows kind of thing.
 
   
 Solar_Model and related
@@ -66,6 +68,10 @@
 
 * Start using DataMapper instead of ActiveRecord?
 
+* Have a "load_ignore" property so that certain fields are automatically
+  not-loaded at load() time. This makes sure that the fields have to be set
+  explicitly (i.e., never via a form).
+
 By Class
 ========
 




More information about the Solar-svn mailing list