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