]> git.decadent.org.uk Git - maypole.git/history - lib/Maypole/Model/CDBI.pm
Fixed FromCGI and AsForm some more. No official tests in crud.t yet but
[maypole.git] / lib / Maypole / Model / CDBI.pm
2006-07-11 biopeteFixed FromCGI and AsForm some more. No official tests...
2006-06-30 biopeteAdded column_* interface for retrieving column matadata...
2006-06-13 biopeteCRUD tests, FromCGI that works, test to prove it ;)
2006-03-13 Aaron Trevenaupdated MANIFEST
2006-03-02 Aaron Trevenaremoved Untaint::Maypole from CDBI model
2006-02-26 Aaron Trevenasmall fixes from peter
2006-02-23 Aaron Trevenaremoved CGI::Untaint::Maypole, 29 tests now passing
2006-02-21 Aaron Trevenafixing bugs introduced in 2.11
2006-02-08 Aaron Trevenaupdate deprecation warning in Changes and fix to M...
2006-02-08 Aaron Trevenapod and pod-coverage tests now pass
2006-02-07 Aaron Trevenapjsz and AJT Maypole/Model updates and fixes
2006-02-07 Aaron Trevenamaking Untainting less awful
2006-02-05 Aaron Trevenasome documentation improvements, some test fixes
2006-02-04 Aaron Trevenaapplied Peter J Speltz model/asform fixes
2006-01-11 Aaron TrevenaFixed mime type setting, fixed errors in revision 445...
2006-01-09 Aaron Trevenafixed bug 16869 - forced inheritance of model
2005-12-24 Aaron TrevenaAJT synch
2005-11-18 David BairdMaypole::Application supports Maypole::HTTPD (which...
2005-11-01 David BairdFixed description of how Maypole::Application loads...
2005-10-11 Aaron Trevenaapplied peters fix for bug # 14566
2005-10-11 Aaron Trevenafix for http://rt.cpan.org/Ticket/Display.html?id=14566
2005-07-15 Aaron Trevenamore small changes
2005-07-13 Aaron Trevenachange to Maypole::Model::CDBI::stringify_column to...
2005-07-05 Aaron TrevenaFix to Maypole::Model::CDBI order sub from list
2005-07-05 Aaron Trevenadatabase_setup fix applied
2005-01-24 Simon Cozensfix M::M::Base::FETCH_CODE_ATTRIBUTES, warn() about...
2005-01-16 Simon Cozensremoved Maypole::Model->description,
2004-12-24 Simon CozensPOD updates: fleshed out some weak areas, reorganised...
2004-12-21 Simon Cozens+ fix #7917 - use correct template if object creation...
2004-12-09 Marcus Rambergfixes default retrieve.
2004-12-06 Simon Cozensfix tabs/spaces
2004-12-06 Marcus RambergRefactored ->retrieve to fetch_objects
2004-12-06 Simon Cozensminor tweaks
2004-11-24 Simon Cozensdon't use deprecated CDBI::ContextualSearch param
2004-11-07 Marcus RambergOrdering should not matter for parameters to ::Application.
2004-10-15 Sebastian RiedelSome warnings for easier debugging
2004-10-13 Marcus RambergAll POD::Coverage tests now succeed.
2004-10-13 Sebastian RiedelZero search fix and sweet new templates, wheee...
2004-10-11 Marcus RambergShitload of doc fixes.
2004-10-08 Sebastian Riedelfixed search ordering in Maypole::Model::CDBI and param...
2004-09-20 Marcus RambergAdded Maypole::Config, and changed other classes to...
2004-09-18 Sebastian Riedelview exceptions and some code cleaning
2004-09-08 Sebastian RiedelConfig parameter handling for Maypole::Model::CDBI
2004-06-21 Simon Cozens#6617 Required cols patch in CDBI.pm (Jesse Sheidlower)
2004-06-21 Simon CozensFix bug 6569: Passing DBI options in setup()
2004-05-22 Simon Cozensrelated() patch from Marcus.
2004-05-21 Simon CozensCreation failure bug reported by Jesse S.
2004-04-13 Simon CozensReorder the way we look for stringification column.
2004-04-08 Simon CozensShuffle this about for clarity.
2004-03-26 Simon CozensCrap! Forgot to check this in before release!
2004-03-25 Simon CozensSome more fixes to sorting and viewing.
2004-03-25 Simon CozensDo list properly after delete.
2004-03-22 Simon CozensRemove "name" magic, replace with "stringify_column...
2004-03-13 Simon CozensRemove some debugging crud.
2004-03-10 Simon CozensPaging support for searches too.
2004-02-28 Simon CozensMiscellaneous fixes.
2004-02-26 Simon CozensBelt and braces.
2004-02-24 Simon CozensCDBI's ->search should be callable from everywhere.
2004-02-19 Simon CozensOnly stringify by the "name" column if there is one!
2004-02-17 Simon CozensTake user and password.
2004-02-11 Simon CozensThis makes it all work as Maypole.
2004-02-11 Simon CozensFurther renaming.
2004-02-11 Simon CozensMove everything to Maypole.