]> git.decadent.org.uk Git - maypole.git/commitdiff
Admin
authorSimon Cozens <simon@simon-cozens.org>
Thu, 26 Feb 2004 15:06:39 +0000 (15:06 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 26 Feb 2004 15:06:39 +0000 (15:06 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@76 48953598-375a-da11-a14b-00016c27c3ee

Changes
META.yml
TODO

diff --git a/Changes b/Changes
index f3b0f863f22a8218ba656391614ecdd11e60ba95..64431d39e4754e466586745ff2b7d9689d080cb6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 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
index 759d1a6c54edf461d5060940d9d6a2b000f58e93..c5e99b0bdab5aad61e5286c0bb4d468c3d4109a9 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # 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:
@@ -10,7 +10,7 @@ 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
@@ -19,4 +19,4 @@ requires:
     UNIVERSAL::require:            0
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.21
diff --git a/TODO b/TODO
index c201b227e975e8513c8af8e17f9186730ca275c3..aca6d3232d3d0ebbce8399062bc0578e531324a9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,10 +6,6 @@ I'm already using AbstractSearch, so I need to put the operators as form
 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>
@@ -28,14 +24,6 @@ find a case for it.
 
 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