]> git.decadent.org.uk Git - maypole.git/blobdiff - Changes
AJT synch
[maypole.git] / Changes
diff --git a/Changes b/Changes
index 8067f8a34c3fefe8800f47e79f2fe9159a65f3d7..bbee8111cc5240174980940230bafd1e3a9c5c22 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,33 +7,49 @@ For information about current developments and future releases, see:
 Deprecated:
     Directly accessing the attributes of the request object, or the parameters 
     in $r->params, or anything else, is DEPRECATED and likely to break in future 
-    releases. Be good, and use proper method calls. 
+    releases. Be good, and use proper method calls.
 
 Incompatible API changes:
     Maypole:
         - is_applicable() renamed to is_model_applicable(), and returns boolean 
             instead of a status code. Old-style is_applicable() will still work, 
             but issues a warning.
+    Maypole::Model
+       - delete and search actions are now deprecated - use do_search and do_delete
+         instead
 
 API additions and enhancements:
     Maypole::Application:
-       -Init flag (wishlist 14123)
+       - -Init flag (wishlist 14123)
+        - recognises Maypole::HTTPD and installs Maypole::HTTPD::Frontend
+            as its frontend
     Maypole::Headers:
        add() alias to push() (wishlist 14142)
     Maypole:
-        - session() attribute, and get_session() method (no-op)
-        - user() attribute, and get_user() method (no-op)
-        - get_session() now called during handler_guts() before authenticate()
+        - get_session() method (no-op)
+        - get_user() method (no-op)
+        - get_session() is called during handler_guts() before authenticate()
         - new preprocess_path() method added and called by parse_path(), 
                parse_path() will leave any properties set by preprocess_path() in 
             place
         - start_request_hook() added
+        - status() attribute added (though only used by start_request_hook() 
+            so far)
         - setup() split into setup(), setup_model(), and load_model_subclass()
         - added new path processing methods for ssl and default table/action
         - added make_path() 
         - added make_uri()
+       - improved exception handling
+     Maypole::Model
+       - do_delete, do_search in place of delete/search actions
+     Maypole::View::TT:
+       - new report_error method
+       - new embedded error report page in __DATA__
      Templates:
         - Improved pager macro/include
+       - Improved factory templates
+        - added the status() attribute, although it's not used in many places 
+            yet
 
 Bug fixes:
     Fix to cgi_maypole.t (bug 11346)