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