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