]> git.decadent.org.uk Git - maypole.git/history - lib
added preprocess_location method
[maypole.git] / lib /
2007-06-06 Aaron Trevenaadded preprocess_location method
2007-06-05 Aaron Trevenaadded preprocess_location method
2007-06-01 Aaron Trevenafix to Apache::MVC redirect_request
2007-05-18 Aaron Trevenafix to View::TT
2007-05-18 Aaron Trevenamade setting user() and session() backward compatible
2007-05-18 Aaron Trevenaremoved C3 and no longer require it
2007-04-19 Aaron Trevenafix to bug raised by mst with FromCGI
2007-03-26 Aaron Trevenachange template path to only look for custom, factory...
2007-03-24 Aaron Trevenafixed MANIFEST to include Maypole::HTTPD
2007-03-24 Aaron Trevenaapplied nicg fix, to make code match pod, i.e. make...
2007-03-23 Aaron Trevenachange to view::base to only call display_columns,...
2007-03-23 Aaron Trevenaapplied patch from nicg : Modified sub warn to use...
2007-03-23 Aaron Trevenaapplied patch from nicg : Modified DFV.pm to allow...
2007-03-23 Aaron Trevenaapplied patch from nicg : Modified MVC.pm to correct...
2006-12-09 Aaron Trevenafixes to fixes to changes to fixes
2006-11-30 Aaron Trevenafix to bug 23722
2006-11-30 Aaron Trevenafixed bug 22899 + broken link in manual contents, remov...
2006-11-06 Aaron Trevenafixed bug with multiple template roots in TT, fixed...
2006-11-06 Aaron Trevenachanged template path ordering a bit more in TT
2006-11-06 Aaron Trevenachanged template path ordering, no longer return empty...
2006-11-06 Aaron Trevenaapplied parse_path fix to CGI::Maypole
2006-11-05 Aaron Trevenafix to bug in Apache::MVC location handling
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 Trevenasome tidying of factory templates
2006-11-02 Aaron Trevenasearch_form now uses search columns
2006-11-02 Aaron Trevenasearch_form now uses search columns
2006-11-02 Aaron Trevenaanother change to object stringification in selects...
2006-10-30 Aaron Trevenafixed pod for warn method
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-16 Aaron Trevenanew warn function, other small trivial changes and...
2006-10-16 Aaron TrevenaDFV model tested and working, new additional method...
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 Trevenamade db_colinfo test less fragile, changed test on...
2006-10-02 Aaron TrevenaC3, inheritence changes and adding skeleton DFV model
2006-10-02 Aaron Trevenaupdated action names in manual for standard templates
2006-10-02 Aaron Trevenafixed typo in factory/edit template
2006-08-10 Aaron Trevenamoved ex to examples, fix to edit template
2006-07-31 Aaron Trevenatested and it seems to work
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 Trevenafixed mysql test in db_colinfo to skip if no MySQL...
2006-07-20 Aaron Trevenaupped Class::DBI::SQLite requirement, quiettened tests...
2006-07-19 Aaron Trevenafixes to url tests to handle ordering of arguments...
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-06-12 biopeteNow request model_class is not set unless the model...
2006-06-12 Aaron Trevenafixed error template in TT.pm and possible work around...
2006-06-12 Aaron Trevenaadded object method to templates
2006-06-12 Aaron Trevenaadded object method, not added to templates yet
2006-05-22 Aaron Trevena2.11 release unless I find a problem sharpish
2006-05-09 biopeteBug fixxes to AsForm -- has_many select and zero filled...
2006-05-03 Aaron TrevenaAJT synch
2006-04-28 biopeteinit accessors -- bug fix 15147
2006-04-27 biopeteFixed Apache::MVC to use HTTP::Body to get the params...
2006-04-25 Aaron Trevenachanged error code constant, and related test
2006-04-24 Aaron Trevenahopefully fixed Apache::MVC with HTTP::Body fallback...
2006-04-17 Aaron Trevenaremoving C::DBI::AsForm requirement
2006-04-14 Aaron Trevenaupdated tests, and exception handling a little
2006-04-13 biopeteChanged View so it uses table name rather than class...
2006-04-12 Aaron Trevenacomponents now work
2006-04-12 Aaron Trevenapossible fix for components, added another test to...
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 biopetePeter -- uses more standard method for mp1 and mp2...
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-30 biopetett list heading sort link fixed
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 Trevenareworked components
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-13 Aaron Trevenaadded a couple of requisites to the makefile
next