Version 2.008001
[catagits/Catalyst-Controller-DBIC-API.git] / lib / Catalyst / Controller / DBIC / API.pm
2019-11-26 Alexander Hartmaier add support for has_many relationships (RT#65168)
2018-06-13 Alexander Hartmaier Use JSON::MaybeXS for improved performance
2018-06-13 Alexander Hartmaier don't overwrite already set response data when return_o...
2014-09-23 Alexander Hartmaier improve data_root & item_root documentation
2014-08-25 Alexander Hartmaier add support for the -and, -not and -or operators (RT93864)
2014-08-24 Alexander Hartmaier fix links to ::Request::Context
2014-01-13 Alexander Hartmaier documentation improvements
2014-01-13 Alexander Hartmaier perltidy all classes
2014-01-13 Alexander Hartmaier fixed setup example action to match config above
2014-01-09 Alex Howarth Change order in generate_rs so that stash->{class}...
2014-01-09 Alex Howarth Fix generate_rs to set model to contents of stash-...
2014-01-09 Alexander Hartmaier use Catalyst's http method matching for REST
2012-05-16 Alexander Hartmaier use Moose::Util::ensure_all_roles instead of Moose...
2011-10-19 Alexander Hartmaier Use the column accessor instead of set_column when...
2011-08-11 Alexander Hartmaier fetch a model instance on every request instead of...
2011-05-05 Alexander Hartmaier moved prefetch_allows to StaticArguments to fix control...
2011-03-28 Robert Buels correct resultset_class param name in the API.pm synopsis
2011-03-22 Alexander Hartmaier refactored end action to be easier to understand
2011-03-22 Alexander Hartmaier die if Catalyst app object is missing in push_error...
2011-03-22 Alexander Hartmaier added has_errors method
2011-02-16 Alexander Hartmaier don't import JSON functions
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
2010-08-20 Alexander Hartmaier remove trailing newlines from error messages
2010-08-18 Alexander Hartmaier fixed UnusedVarsTests
2010-08-18 Alexander Hartmaier removed comments in synopsis as suggested by castaway
2010-08-11 Alexander Hartmaier fixed pod for page config attribute
2010-08-03 Alexander Hartmaier Fixed pod coverage and added a test for it
2010-08-03 Alexander Hartmaier fixed update again, all tests pass
2010-08-02 Alexander Hartmaier fixed nested updates and column accessor != name
2010-08-02 Alexander Hartmaier Use column accessor for updating an existing object...
2010-04-08 Alexander Hartmaier more robust json boolean testing
2010-03-10 Alexander Hartmaier don't inflate items
2010-03-09 Alexander Hartmaier improved pod for list_munge_parameters
2010-03-02 Florian Ragwitz Create related rows on create.
2010-03-02 Florian Ragwitz Create related rows if they don't exist already.
2010-03-02 Florian Ragwitz Stop treating false values for related objects as no...
2010-03-02 Florian Ragwitz Don't rely on absolute paths in exeptions.
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 Implement generate_rs to provide a default implementati...
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-16 Florian Ragwitz Give row_format_output a context.
2010-02-15 Florian Ragwitz Remove debugging code.
2010-02-13 nperez Pass in with each save_objects step
2010-02-11 nperez Implement per object save_objects and make each step...
2010-02-09 nperez Since page is now calculated from offset and rows,...
2010-02-09 nperez Enable offset based paging
2010-02-08 nperez Implement per object inflation hook in end
2010-02-04 nperez Some pod fixes, updating Changes, prepping for release
2010-02-04 nperez initial commit with working tests, docs, and conversion...