]> git.decadent.org.uk Git - maypole.git/blob - Changes
There goes 1.4.
[maypole.git] / Changes
1 Revision history for Perl extension Maypole 
2
3 1.4   Fri Apr 16 18:11:41 BST 2004
4     - Much, much more documentation
5     - CLI debugging mode
6     - CGI frontend (CGI::Maypole)
7     - Beginnings of a test suite
8     - Maypole::Constants module to remove dependency on Apache
9     - Refactoring of view classes to base/module-specific modules
10     - HTML::Mason view class
11     - Various small template bug fixes and enhancements
12
13 1.3   Fri Mar 26 19:16:33 GMT 2004
14     - Fix serious order/CDBI::Page interaction bug.
15     - Die if model/view class can't be compiled.
16
17 1.2   Thu Mar 25 12:35:21 GMT 2004
18     - Ensure safety when dereferencing any ->objects
19     - Support for the "frontpage" template
20     - Maypole itself no longer uses ->{ar}, which is now completely
21       refactored into the Apache::MVC class
22     - The beginnings of the documentation framework
23     - Support for paging and ordering in searches
24     - Stringify column changed from magic "name" to customizable
25       property
26     - Move BeerDB to ex/
27     - Fix SQLite dependency
28
29 1.1   Wed Feb 25 10:29:25 GMT 2004
30     - Update CDBIL dependency
31     - Don't stringify to "name" if there isn't one
32     - Better support for authentication and template changes
33     - Full set of templates
34     - Allow passing of username and password to ->setup
35     - display_columns method
36
37 1.0   Wed Feb 11 17:34:12 GMT 2004
38     - Renamed from Apache::MVC to Maypole.
39     - Clearer separation of model and view classes from controller
40     - Factoring out of Apache-specific code back into Apache::MVC
41
42 0.2   Thu Feb  5 18:03:33 GMT 2004
43     - This release adds paging of list results and ordering by column
44       (ascending and descending)
45
46 0.01  Thu Jan  8 15:50:17 2004
47         - original version; created by h2xs 1.22 with options
48                 -AX -b 5.6.0 -n Apache::MVC
49