]> git.decadent.org.uk Git - maypole.git/blob - Changes
increased version number to 2.01
[maypole.git] / Changes
1 Revision history for Perl extension Maypole 
2
3 2.01  Fri Oct 24 14:50:00 2004
4     - documentation fix to make t/03podcoverage happy
5
6 2.0   Fri Oct 22 20:00:00 2004
7     - added parse_args() (Simon Flack)
8     - call additional_data() and authenticate() for plain templates
9     - merged Apache2::MVC (mod_perl2 support) into Apache::MVC
10     - added Maypole::Application universal front-end
11     - config parameter handling for Maypole::Model::CDBI
12     - $r->{query} is now deprecated, use $r->{params} for GET and POST
13     - fixed multiple value handling (Simon Flack)
14     - added exception handling (Simon Flack)
15     - fixed documentation bugs
16     - changed default documentencoding to utf8. Change with 
17       $r->config->{document_encoding}
18     - removed Maypole::View::Mason as it's distributed separately on CPAN.
19     - factory templates are now XHTML 1.1 compliant.
20     - made the config hash into -> Maypole::Config
21     - accessors for everything
22     - win32 support
23     - new documentation for Maypole.pm (Simon Flack)
24     - moved doc/*.pod to lib/Maypole/Manual
25     - added Maypole::Model::Base::is_public() to make it simple to overload
26       :Exported behavior
27     - added support for replacing use base qw/All My Modules/ with 
28       use Maypole::Application qw/Redirect AnotherPlugin/; note that this 
29       will only triggers with parameters to import, to preserve backwards
30       compability.
31     - fixed search ordering in Maypole::Model::CDBI and parameter
32       handling in CGI::Maypole (Dave Slack)
33     - sweet new factory templates (Danijel Milicevic)
34     - zero search fix (Dave Slack)
35
36 1.7   Sat Jul 17 20:15:26 BST 2004
37     - Emergency release - we lost the "use Maypole::Constants" from
38       CLI.pm somehow
39
40 1.6   Fri Jul 16 23:51:21 BST 2004
41     - Two very trivial fixes:
42     - Put ::Plain in the MANIFEST, so it actually ships this time
43     - Make CLI test == OK, not just true
44
45 1.5   Mon Jun 21 14:36:54 BST 2004
46     - CLI mode correctly uses Constants module
47     - Template footers as well as headers (Markus Ramberg)
48     - Fix problems on failed object create (Jesse Sheidlower)
49     - Fix related() to deal with latest version of Class::DBI (Markus)
50     - Add sample CSS to distribution
51     - Maypole::Model::CDBI::Plain, for those who already have a CDBI set
52       of classes set up
53     - Friendlier errors when a template can't be found
54     - Don't authenticate without a model class
55     - #6569 Passing DBI options in setup() (Mickael Joanne)
56     - #6571 User-defined ok_tables: patch
57     - #6572 Makefile patch: require up-to-date CBDI::AsForm (Markus Ramberg)
58     - #6573 Set empty params to '' instead of undef (Jody Belka)
59     - #6617 Required cols patch in CDBI.pm (Jesse Sheidlower)
60
61 1.4   Fri Apr 16 18:11:41 BST 2004
62     - Much, much more documentation
63     - CLI debugging mode
64     - CGI frontend (CGI::Maypole)
65     - Beginnings of a test suite
66     - Maypole::Constants module to remove dependency on Apache
67     - Refactoring of view classes to base/module-specific modules
68     - HTML::Mason view class
69     - Various small template bug fixes and enhancements
70
71 1.3   Fri Mar 26 19:16:33 GMT 2004
72     - Fix serious order/CDBI::Page interaction bug.
73     - Die if model/view class can't be compiled.
74
75 1.2   Thu Mar 25 12:35:21 GMT 2004
76     - Ensure safety when dereferencing any ->objects
77     - Support for the "frontpage" template
78     - Maypole itself no longer uses ->{ar}, which is now completely
79       refactored into the Apache::MVC class
80     - The beginnings of the documentation framework
81     - Support for paging and ordering in searches
82     - Stringify column changed from magic "name" to customizable
83       property
84     - Move BeerDB to ex/
85     - Fix SQLite dependency
86
87 1.1   Wed Feb 25 10:29:25 GMT 2004
88     - Update CDBIL dependency
89     - Don't stringify to "name" if there isn't one
90     - Better support for authentication and template changes
91     - Full set of templates
92     - Allow passing of username and password to ->setup
93     - display_columns method
94
95 1.0   Wed Feb 11 17:34:12 GMT 2004
96     - Renamed from Apache::MVC to Maypole.
97     - Clearer separation of model and view classes from controller
98     - Factoring out of Apache-specific code back into Apache::MVC
99
100 0.2   Thu Feb  5 18:03:33 GMT 2004
101     - This release adds paging of list results and ordering by column
102       (ascending and descending)
103
104 0.01  Thu Jan  8 15:50:17 2004
105         - original version; created by h2xs 1.22 with options
106                 -AX -b 5.6.0 -n Apache::MVC
107