Revision history for Perl extension Class::DBI::Factory.
0.80
- Silly MANIFEST error corrected.
0.80
- Should be a drop-in replacement, with subclasses working exactly
as before, but much extended:
- Class::DBI::Factory::Exception now provides a base class for
systematic, mod_perl-friendly exception handling. All CDF family
now throw exceptions based on Apache return codes.
- CDF::Handler now much more useful and adaptable: includes full
request-handling skeleton that should allow handler classes of
only a few lines.
- CDF::Ghost added (from Delivery) to simplify handling of
object precursors (and deletion relics).
- Demo application brought up to date. still doesn't store, though.
- We now have tests for all modules except the Handler, which is
only use_ok'd. Apache integration is needed for Handler tests :(
0.77
- minor tweaks to handler base class provide a better way to set
mime type during response cycle.
0.76 Tues 22 June 2004
- Brought up to date with Class::DBI 0.96 and Ima::DBI 0.33
Definitely doesn't work with earlier versions: requirements updated.
Not guaranteed (or likely) to work with later versions.
- tweaks to documentation and tests
0.75 Fri 23 April 2004
- list object now accepts prefix parameter used to mark input/output
relevant to this list, and allow inclusion of several lists on one page.
- minor improvements to Factory class, but no interface changes.
- pager-handling unborked thanks to Bill Moseley
- demo updated to paginate properly
0.742 Fri 5 March 2004
- bugs introduced by bug fix fixed.
0.741 Fri 5 March 2004
- pager tests made conditional on presence of Class:DBI::Pager (d'oh).
0.74 Weds 3 March 2004
- tests no longer require Term::Prompt, so as to get out of the
dilemma of whether to record it as a dependency or not. This means
the tests don't work in mysql now, but it means the dependencies
are all that's required to run make test (so we get past CPAN testers)
- tests skip if DBD::SQLite not present.
- template processing consolidated in the factory so that it only
needs to subclassed in one place.
- more debugging flags in Factory.pm
- officially works with cdbi 0.95 (I had forgotten to update :)
should be fine with anything 0.9x, iirc.
- lots more tests
0.73 Tues 2 March 2004
- debugging hooks spread throughout the system in a way that's useful
to subclasses. Configuration files now supply a debug_level that
controls the amount of detail supplied. exception handling still
poor, though.
- This version is the first uploaded to CPAN.
0.72
- bugfix: template path reversed before use, so that later definitions
appear earlier in path: allows package templates to override core
which was the whole point.
- various dull internal rationalisations
- bugfix: CDF::Config::package_loaded() now works. stupido.
- factory now exposes using() method for template decisions based
on packages loaded. package/plugin thing generally smartened up
behind it.
0.71 Thursday Jan 28 2004
- made the dbh connection method compatible with sybase by allowing the
omission of db_name.
- configuration file can supply a whole DSN if required to get around
compatibility issues (sugg. Ed Sabol).
0.70 Tue Jan 26 2004
- first public release, and so heavily rewritten as to bear little relation
to any previous version except in the names of the methods, so I shan't bother
recording changes except to observe that the package/plugin thing, automatic
configuration refresh and POD are all new in this release and therefore less
beaten into shape than other parts.
...