Update: Yet more things that need doing.

This commit is contained in:
ian%hixie.ch 2002-04-05 20:25:11 +00:00
Родитель c1e6c65c47
Коммит f8012497bf
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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).