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