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