2001-12-30 04:03:45 +03:00
|
|
|
add
|
|
|
|
__DATA__
|
|
|
|
to most service files and then make services, during construction,
|
|
|
|
call $self->load(), which loads any unloaded __DATA__ blocks in any of
|
|
|
|
the module's ISA chain.
|
|
|
|
|
|
|
|
|
|
|
|
Move PLIF/Service/Components to PLIF/Component
|
|
|
|
Move PLIF/Service/User* to PLIF/Session/*
|
|
|
|
Move PLIF/Service/Session.pm to PLIF/Session.pm
|
|
|
|
Move PLIF/Service/ContactMethods to PLIF/ProtocolHelper/...
|
2002-02-01 09:32:17 +03:00
|
|
|
Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm
|
2002-09-05 20:52:07 +04:00
|
|
|
Move PLIF/Service/Coses.pm and PLIF/Service/TemplateToolkit.bm to PLIF/OutputHelper ?
|
2002-01-25 06:12:26 +03:00
|
|
|
|
|
|
|
|
2002-04-06 00:25:11 +04:00
|
|
|
Make the DBI Results Frame return array refs and not arrays (will
|
|
|
|
require rather large changes throughout PLIF).
|
2002-04-30 04:24:01 +04:00
|
|
|
|
|
|
|
|
2002-05-04 05:03:48 +04:00
|
|
|
Make getSettings return a boolean instead of raising an exception.
|
|
|
|
|
|
|
|
|
2002-09-05 20:52:07 +04:00
|
|
|
Stylesheet should be a template
|