Revision history for Perl extension Maypole
+1.1 Wed Feb 25 10:29:25 GMT 2004
+ - Update CDBIL dependency
+ - Don't stringify to "name" if there isn't one
+ - Better support for authentication and template changes
+ - Full set of templates
+ - Allow passing of username and password to ->setup
+ - display_columns method
+
1.0 Wed Feb 11 17:34:12 GMT 2004
- Renamed from Apache::MVC to Maypole.
- Clearer separation of model and view classes from controller
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Maypole
-version: 1.0
+version: 1.1
version_from: lib/Maypole.pm
installdirs: site
requires:
Class::DBI::AbstractSearch: 0
Class::DBI::AsForm: 0
Class::DBI::FromCGI: 0
- Class::DBI::Loader: 0
+ Class::DBI::Loader: 0.02
Class::DBI::Loader::Relationship: 0
Class::DBI::Pager: 0
Class::DBI::Plugin::RetrieveAll: 0
UNIVERSAL::require: 0
distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.21
fields in the templates, then extract them again in the search method.
The code is almost there.
-=head2 Ordering of results
-
-Should be able to sort up and down by column name.
-
=head2 Ordering of columns
What order do the columns appear in the lists and edit boxes? It B<is>
Probably not. These are handled in subclasses
-=head2 Paging results
-
-Class::DBI::Page is a very handy thing; got to work it in somehow.
-
-=head2 Documentation, documentation, documentation
-
-As ever. Maybe I can write a few articles about it too.
-
=head2 Error handling
When happens if authentication is denied, for instance? Currently we