From: Simon Cozens Date: Thu, 25 Mar 2004 12:40:04 +0000 (+0000) Subject: Random docs. Really will release now. X-Git-Tag: 2.10~268 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=bde05e8f82d9cae0dc8976f539fef89d6a2b86a7;p=maypole.git Random docs. Really will release now. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@94 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/TODO b/TODO index aca6d32..3444d0c 100644 --- a/TODO +++ b/TODO @@ -1,38 +1,2 @@ -=head1 TODO List +See http://wiki.simon-cozens.org/?MaypoleToDo -=head2 Advanced searching - -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 columns - -What order do the columns appear in the lists and edit boxes? It B -already possible to customize this by overriding C in an -individual model class, but it might be better to do that in the config. - -Excluding some columns from list display might be worth doing. Again, it -can be done in the templates, but might be better in config. - -=head2 Pages with several ?(different kinds) of objects? - -I don't know if this is actually a useful concept. Maybe someone will -find a case for it. - -=head2 ACLs? Users? Last-updated? - -Probably not. These are handled in subclasses - -=head2 Error handling - -When happens if authentication is denied, for instance? Currently we -just get an Apache 403. - -=head2 Many-to-many relationships - -Beers are on pumps in pubs. How do I say which pubs have what beers on -and vice versa? A multiple select seems the right way to do it from the -CGI point of view, so we need to do something with edit, create, search -and view pages to enable this. Maybe another C-style hack -required. diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 08be2fa..0fd95be 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -245,6 +245,12 @@ sub get_request { } sub parse_location { die "Do not use Maypole directly; use Apache::MVC or similar" } sub send_output{ die "Do not use Maypole directly; use Apache::MVC or similar" } +=head1 SEE ALSO + +There's more documentation, examples, and a wiki at the Maypole web site: + +http://maypole.simon-cozens.org/ + =head1 AUTHOR Simon Cozens, C