]> git.decadent.org.uk Git - maypole.git/blob - Changes
This is 1.5.
[maypole.git] / Changes
1 Revision history for Perl extension Maypole 
2
3 1.5   Mon Jun 21 14:36:54 BST 2004
4     - CLI mode correctly uses Constants module
5     - Template footers as well as headers (Markus Ramberg)
6     - Fix problems on failed object create (Jesse Shiedlower)
7     - Fix related() to deal with latest version of Class::DBI (Markus)
8     - Add sample CSS to distribution
9     - Maypole::Model::CDBI::Plain, for those who already have a CDBI set
10       of classes set up
11     - Friendlier errors when a template can't be found
12     - Don't authenticate without a model class
13     - #6569 Passing DBI options in setup() (Mickael Joanne)
14     - #6571 User-defined ok_tables: patch
15     - #6572 Makefile patch: require up-to-date CBDI::AsForm (Markus Ramberg)
16     - #6573 Set empty params to '' instead of undef (Jody Belka)
17     - #6617 Required cols patch in CDBI.pm (Jesse Sheidlower)
18
19 1.4   Fri Apr 16 18:11:41 BST 2004
20     - Much, much more documentation
21     - CLI debugging mode
22     - CGI frontend (CGI::Maypole)
23     - Beginnings of a test suite
24     - Maypole::Constants module to remove dependency on Apache
25     - Refactoring of view classes to base/module-specific modules
26     - HTML::Mason view class
27     - Various small template bug fixes and enhancements
28
29 1.3   Fri Mar 26 19:16:33 GMT 2004
30     - Fix serious order/CDBI::Page interaction bug.
31     - Die if model/view class can't be compiled.
32
33 1.2   Thu Mar 25 12:35:21 GMT 2004
34     - Ensure safety when dereferencing any ->objects
35     - Support for the "frontpage" template
36     - Maypole itself no longer uses ->{ar}, which is now completely
37       refactored into the Apache::MVC class
38     - The beginnings of the documentation framework
39     - Support for paging and ordering in searches
40     - Stringify column changed from magic "name" to customizable
41       property
42     - Move BeerDB to ex/
43     - Fix SQLite dependency
44
45 1.1   Wed Feb 25 10:29:25 GMT 2004
46     - Update CDBIL dependency
47     - Don't stringify to "name" if there isn't one
48     - Better support for authentication and template changes
49     - Full set of templates
50     - Allow passing of username and password to ->setup
51     - display_columns method
52
53 1.0   Wed Feb 11 17:34:12 GMT 2004
54     - Renamed from Apache::MVC to Maypole.
55     - Clearer separation of model and view classes from controller
56     - Factoring out of Apache-specific code back into Apache::MVC
57
58 0.2   Thu Feb  5 18:03:33 GMT 2004
59     - This release adds paging of list results and ordering by column
60       (ascending and descending)
61
62 0.01  Thu Jan  8 15:50:17 2004
63         - original version; created by h2xs 1.22 with options
64                 -AX -b 5.6.0 -n Apache::MVC
65