X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Changes;h=bbee8111cc5240174980940230bafd1e3a9c5c22;hb=a02686080acb66fce170e9657e110761b09e62a2;hp=929ff96daf8c94d6bcd92389c14aefedca8cfc9b;hpb=3e978894e009cbd57ad9376c29a0de845ad5e6de;p=maypole.git diff --git a/Changes b/Changes index 929ff96..bbee811 100644 --- a/Changes +++ b/Changes @@ -7,13 +7,16 @@ 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: @@ -37,11 +40,14 @@ API additions and enhancements: - 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