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