X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Changes;h=70ab26d3ad2572dd8dd89a64ebd370ad294d07ff;hb=9a7acdd3a2e0701d2fe5366e4965c030a530f860;hp=8a93719a1504a5ae1264dcb84f6ae818ec72436b;hpb=dc0c8b4a91ac443404c0a397cd53d2a78f23f97e;p=maypole.git diff --git a/Changes b/Changes index 8a93719..70ab26d 100644 --- a/Changes +++ b/Changes @@ -9,11 +9,9 @@ Deprecated: in $r->params, or anything else, is DEPRECATED and likely to break in future 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. + 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. API additions and enhancements: Maypole::Application: @@ -21,7 +19,8 @@ API additions and enhancements: Maypole::Headers: add() alias to push() (wishlist 14142) Maypole: - - empty session() attribute, and get_session() method added. + - 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() - new preprocess_path() method added and called by parse_path(), parse_path() will leave any properties set by preprocess_path() in @@ -30,6 +29,8 @@ API additions and enhancements: - setup() split into setup(), setup_model(), and load_model_subclass() - added new path processing methods for ssl and default table/action - added make_path() and make_uri() + Templates: + - Improved pager macro/include Bug fixes: Fix to cgi_maypole.t (bug 11346) @@ -54,6 +55,8 @@ Documentation: Maypole::Manual::About - added Maypole::Manual::Inheritance - added Maypole::Manual::Terminology + - updated Maypole::Manual::View + - updated Maypole::View:TT