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