Version 2.008001
[catagits/Catalyst-Controller-DBIC-API.git] / lib / Catalyst / Controller / DBIC / API /
2016-04-01 Alexander Hartmaier fix grouped_by request argument documentation
2014-08-25 Alexander Hartmaier add support for the -and, -not and -or operators (RT93864)
2014-01-13 Alexander Hartmaier don't document private method that probabliy no one...
2014-01-13 Alexander Hartmaier documentation improvements
2014-01-13 Alexander Hartmaier perltidy all classes
2014-01-09 Alexander Hartmaier use Catalyst's http method matching for REST
2011-10-21 Alexander Hartmaier allow setting the result_class to undef to prevent...
2011-09-28 Alexander Hartmaier fixed typo in pod for offset_arg
2011-08-10 Alexander Hartmaier Changed stored_model and stored_result_source attribute...
2011-05-09 Alexander Hartmaier removed useless end-of-line comments
2011-05-05 Alexander Hartmaier moved prefetch_allows to StaticArguments to fix control...
2011-02-16 Alexander Hartmaier use JSON instead of JSON::Any to get rid of the CPAN...
2011-01-13 Oleg Kostyuk Added support for tweaking where to store response...
2011-01-13 Oleg Kostyuk Added possibility to tweak resultset class after searching
2011-01-13 Alexander Hartmaier make release tests happy
2011-01-13 Alexander Hartmaier fixed failure because of Data::DPath >=0.41 by not...
2011-01-13 Alexander Hartmaier Renamed Visitor to Validator::Visitor to conform with...
2010-08-20 Alexander Hartmaier fixed search attribute generation for nonexistent relat...
2010-08-12 Alexander Hartmaier better hack description with link to Moose test
2010-08-11 Alexander Hartmaier fixed static configured page attribute not being used...
2010-08-10 Alexander Hartmaier code cleanups
2010-08-10 Alexander Hartmaier removed check_rel to _check_rel to exclude it from...
2010-08-08 Alexander Hartmaier improved comments and pod
2010-08-08 Alexander Hartmaier removed useless RPC index action
2010-08-07 Alexander Hartmaier added REST and RPC delete_bulk tests and fixed RPC...
2010-08-03 Alexander Hartmaier Fixed pod coverage and added a test for it
2010-08-02 Alexander Hartmaier Fixed search for related columns overwriting existing...
2010-03-01 Florian Ragwitz Use ActionRole::MatchRequestMethod instead of Action...
2010-03-01 nperez whitespace clean up
2010-03-01 nperez End point clean up and alter forwards to method calls...
2010-03-01 nperez Make tests pass for new definitive chaining
2010-03-01 nperez Merge in object_split functionality object_split
2010-03-01 nperez Start proper dispatch chaining for objects with and...
2010-02-18 Alexander Hartmaier Fixed some typos and code cleanups
2010-02-15 Florian Ragwitz Remove debugging code.
2010-02-11 nperez Add more coercions to some types so we can specify...
2010-02-09 nperez Attribute building order is important for offset-based...
2010-02-09 nperez Enable offset based paging
2010-02-08 nperez Sigh. Missed a place where I was still using MX::Aliases
2010-02-04 nperez Some pod fixes, updating Changes, prepping for release
2010-02-04 nperez initial commit with working tests, docs, and conversion...