From 0529f17d7ddfe2830a46dbd41d111b8b6ae2d7f5 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Fri, 5 Apr 2002 20:25:11 +0000 Subject: [PATCH] Update: Yet more things that need doing. --- webtools/PLIF/TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webtools/PLIF/TODO b/webtools/PLIF/TODO index 2f6d1f6cd45..ed8775e7673 100644 --- a/webtools/PLIF/TODO +++ b/webtools/PLIF/TODO @@ -10,15 +10,20 @@ Move PLIF/Service/User* to PLIF/Session/* Move PLIF/Service/Session.pm to PLIF/Session.pm Move PLIF/Service/ContactMethods to PLIF/ProtocolHelper/... Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm +Move PLIF/Service/Coses.pm and PLIF/Service/TemplateToolkit.bm to PLIF/??? CGI input needs POST support +Abstract out the metadata stuff in the Input classes. + + Change output system (again) by removing the pointless dispatch.generic layer. All it does is convert a set of parameters into a hash labelling those parameters. The callers can do that, it's just like requiring named arguments. -Need to move default default strings to the PLIF directory +Make the DBI Results Frame return array refs and not arrays (will +require rather large changes throughout PLIF).