From: Simon Cozens Date: Thu, 23 Dec 2004 15:08:29 +0000 (+0000) Subject: reorganise changelog ready for release X-Git-Tag: 2.10~40 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=f76351a09c6594711ebcae3ab07f9dde9c04367e reorganise changelog ready for release git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@324 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index 7444732..d7b7528 100644 --- a/Changes +++ b/Changes @@ -1,35 +1,57 @@ -Revision history for Perl extension Maypole - -2.05 Tue Oct 28 20:00:00 2004 +This file documents the revision history for Perl extension Maypole. +For information about current developments and future releases, see: + http://maypole.perl.org/?TheRoadmap + +2.05 XXX + - Revised and updated documentation. Many thanks to Dave Howorth for his + hard work and 120kb documentation patches. + - Added support for request and response HTTP headers with + $r->headers_in & $r->headers_out (Maypole::Headers) + - Support for compound primary keys for Maypole::Model::CDBI classes + - Template toolkit objects are configurable with M::Config->view_options + - Templating performance should be improved when running Maypole with + mod_perl since compiled templates remain in memory. CGI users can use + TT2's COMPILE_DIR or COMPILE_EXT options with + Maypole::Config->view_options to improve performance + + Internal changes: + - Added a new override for the model: fetch_objects(). + - 'classmetadata' template variables can now be overriden individually + - New unit tests for Maypole, CGI::Maypole, Maypole::Headers, and others. + More to come. + + Fixes: + - Maypole::CLI is more tolerant of trailing slashes in the request/uri_base - fixed a bug in CGI::Maypole::parse_location() (Dave Howorth) - Also applied that fix to Apache::MVC (Marcus Ramberg) - some fixes for Maypole::Config, Maypole::Model::Base and Maypole::Model::CDBI::Plain (Dave Howorth) - - Added Apache::RequestIO to Apache::MVC (michael@diaspora.gen.nz) + - Documented adding new accessors to Maypole::Config + - Added Apache::RequestIO to Apache::MVC (michael#diaspora.gen.nz) - Applied patch to fix length of utf8 documents. - - added a new override for the model: fetch_objects. - support compound primary keys in CDBI fetch_objects. - - add support for compound primary keys in factory templates - (Dagfinn Ilmari Mannsåker) - Check if has_a actually points to a Maypole::Model (Dave Howorth) - - Only show buttons for public actions. - (Dagfinn Ilmari Mannsåker) - - Added $r->headers_in & $r->headers_out (request & response headers) - - Split the meat of the view template off to a view_item macro. + - Make test suite work with DBD::SQLite2 + - default search() action removes empty fields from search parameters + - #6622 - Maypole::Application will create a separate Maypole::Config for + each application (instead of the current workaround for multiple apps + under mod_perl) - #7643 - improve M::V::Base's error() messages. prefix error with label, and carp() - #7651 - minor POD improvements in M::M::CDBI (Dave Howorth) - #7834 - minor POD update in M::M::CDBI (Kevin Connor) - - default search action removes empty fields from search parameters - - #6622 - Maypole::Application will create a separate Maypole::Config for - each application (instead of the current workaround for multiple apps - under mod_perl) - #7917 - if do_edit fails for object creation, try again with the correct template (addnew) - #7930 - handle Class::DBI constraint failures in do_edit. - - classmetadata template variables can now be overriden individually - - Template toolkit objects are configured with Maypole::Config->view_options - - Make test suite work with DBD::SQLite2 + + Templates: + - add support for compound primary keys in factory templates + (Dagfinn Ilmari Mannsåker) + - Only show buttons for public actions. + (Dagfinn Ilmari Mannsåker) + - Split the meat of the view template off to a view_item macro. + - New login template + - Other assorted css/template fixes 2.04 Tue Oct 27 14:00:00 2004