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