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