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