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