]> git.decadent.org.uk Git - maypole.git/history - lib/Maypole/Model
fixed MANIFEST to include Maypole::HTTPD
[maypole.git] / lib / Maypole / Model /
2007-03-23 Aaron Trevenaapplied patch from nicg : Modified DFV.pm to allow...
2006-12-09 Aaron Trevenafixes to fixes to changes to fixes
2006-11-30 Aaron Trevenafix to bug 23722
2006-11-03 Aaron Trevenafixed fixes to bugs in DFV model when updating and...
2006-11-03 Aaron Trevenafixed bug in DFV model when updating object
2006-11-02 Aaron Trevenaanother change to object stringification in selects...
2006-10-30 Aaron Trevenaanother stringify fix in AsForm
2006-10-25 Aaron Trevenasome more cleaning up and fixing for AsForm, changed...
2006-10-25 Aaron TrevenaAsForm select handling tested and works, debug warnings...
2006-10-24 Aaron Trevenalots of debug warnings, fixes to AsForm select handling
2006-10-22 Aaron Trevenaadded dfv check method to DFV model
2006-10-15 Aaron TrevenaDFV model mostly working with Postgres
2006-10-15 Aaron TrevenaDFV model mostly working with Postgres
2006-10-15 Aaron Trevenafixed DFV model
2006-10-09 Aaron Trevenaupdated db_colinfo test, and fixed syntax error in...
2006-10-09 Aaron Trevenareorganised model inheritance, new test
2006-10-05 biopetecheck some hashrefs for existence before trying to...
2006-10-02 Aaron TrevenaC3, inheritence changes and adding skeleton DFV model
2006-07-31 Aaron Trevenaadded tests for and fixed new column_required and _colu...
2006-07-30 Aaron Trevenachanges to get/set default columns and column metadata
2006-07-21 biopetebug in options_from_hashes
2006-07-20 Aaron Trevenasmall updates to docs, etc
2006-07-20 Aaron Trevenaupped Class::DBI::SQLite requirement, quiettened tests...
2006-07-17 biopeteminor bug fixes.
2006-07-16 Aaron Trevenadb_colinfo now works with (my) sqlite, uncommented...
2006-07-14 biopetecolumn_info tests, AsForm select fixings and docs.
2006-07-12 biopeteFinally, FromCGI seems functional and the documentation...
2006-07-11 biopeteFixed FromCGI and AsForm some more. No official tests...
2006-06-30 biopeteAdded column_* interface for retrieving column matadata...
2006-06-23 Aaron Trevenafixed index action, you can now over-ride it, but other...
2006-06-22 Aaron Trevenafixed Maypole versions of Untaint and AsForm to pass...
2006-06-13 biopeteCRUD tests, FromCGI that works, test to prove it ;)
2006-05-09 biopeteBug fixxes to AsForm -- has_many select and zero filled...
2006-04-27 biopeteFixed Apache::MVC to use HTTP::Body to get the params...
2006-04-13 biopeteChanged View so it uses table name rather than class...
2006-04-12 Aaron Trevenaajt updates, fixed AsForm to pass pod and podcoverage...
2006-04-11 biopeteAdded _options_from_hash so you can say:
2006-04-07 biopeteAsForm bug fixes -- to_cgi args, to_enum_select , searc...
2006-04-01 Aaron Trevenanew updated Maypole::Model::CDBI::AsForm with PJSZ...
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-23 Aaron Trevenapeter speltz AsForm update
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 Trevenaadded AsForm
2006-01-11 Aaron TrevenaFixed mime type setting, fixed errors in revision 445...
2006-01-09 Aaron Trevenafixes to plain CDBI model
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-08 David BairdA few micro-edits, esp. wishlist.txt
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-10-06 David BairdAdded doc stubs for Aaron's new methods.
2005-08-20 David Bairdtidied up inheritance in Mp::App - bugs 12923 & 14120
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-06-30 Aaron Trevenaapplied patch for http://rt.cpan.org/NoAuth/Bug.html...
2005-03-25 Simon Cozensuse strict
2005-01-24 Simon Cozensfix M::M::Base::FETCH_CODE_ATTRIBUTES, warn() about...
2005-01-16 Simon Cozensremoved Maypole::Model->description,
2004-12-30 Simon Cozensonly set $r->objects if there is an object
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-28 Sebastian Riedelsome fixes for Maypole::Config, Maypole::Model::Base and
2004-10-28 Sebastian RiedelMaypole::Model::Base::process() no more steals you...
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-27 Marcus RambergFixed documentation bug in ::Plain (base class)
2004-09-27 Sebastian Riedelfixed is_public()
2004-09-26 Sebastian RiedelAdded Maypole::Model::Base::is_public()
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 CozensFinish the doc for this.
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-06-14 Simon CozensHas no docs yet, but still useful.
2004-05-22 Simon Cozensrelated() patch from Marcus.
2004-05-21 Simon CozensCreation failure bug reported by Jesse S.
2004-04-14 Simon CozensPass object and arguments to model methods.
next