catagits/Catalyst-Controller-DBIC-API.git
2014-08-25 Alexander Hartmaier Version 2.006001 2.006001
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 Version 2.005001 2.005001
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-13 Alexander Hartmaier fixed setup example action to match config above
2014-01-12 Alexander Hartmaier tidy Changes according to CPAN::Changes::Spec
2014-01-09 Alexander Hartmaier mention Alex Howarth in Changes
2014-01-09 Alex Howarth Change order in generate_rs so that stash->{class}...
2014-01-09 Alexander Hartmaier added Changes entry for previous, contributed commit
2014-01-09 Alex Howarth Fix generate_rs to set model to contents of stash-...
2014-01-09 Alexander Hartmaier added comments to tests regarding use_json_boolean...
2014-01-09 Alexander Hartmaier added the RT number for the JSON 2.90 fix to Changes
2014-01-09 Alexander Hartmaier use Catalyst's http method matching for REST
2013-11-10 Alexander Hartmaier added release dates to Changes for CPAN::Changes::Spec...
2013-11-10 Alexander Hartmaier updated Changes and dist metadata for previous fix
2013-11-10 skaufman Removed tests' reliance on deprecated JSON behaviour...
2012-11-21 Alexander Hartmaier Version 2.004004 2.004004
2012-11-21 Alexander Hartmaier solve the DBIx::Class warnings about transactions diffe...
2012-11-21 Alexander Hartmaier added diagnostic messages to tests that trigger DBIx...
2012-11-21 Alexander Hartmaier don't wrap the SQLite test schema DDL queries in a...
2012-11-21 Alexander Hartmaier fixed test failures in t/[rest,rpc]/item.t on newer...
2012-05-16 Alexander Hartmaier use Moose::Util::ensure_all_roles instead of Moose...
2011-12-19 Alexander Hartmaier Version 2.004003 2.004003
2011-12-19 Alexander Hartmaier fixed test failure in generic.t with Moose > 2.02
2011-10-24 Alexander Hartmaier Version 2.004002 2.004002
2011-10-24 Alexander Hartmaier updated Dist::Zilla test plugins to new names
2011-10-21 Alexander Hartmaier allow setting the result_class to undef to prevent...
2011-10-19 Alexander Hartmaier Use the column accessor instead of set_column when...
2011-09-28 Alexander Hartmaier fixed typo in pod for offset_arg
2011-08-19 Alexander Hartmaier Version 2.004001 2.004001
2011-08-11 Alexander Hartmaier fetch a model instance on every request instead of...
2011-08-10 Alexander Hartmaier Changed stored_model and stored_result_source attribute...
2011-05-09 Alexander Hartmaier Version 2.003002 2.003002
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-05-05 Alexander Hartmaier fixed tests with newer Moose versions that quote the...
2011-04-19 Alexander Hartmaier fixed invalid value for param test to succeed with...
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-03-22 Alexander Hartmaier added test for action that returns an error
2011-02-16 Alexander Hartmaier Version 2.003001 2.003001
2011-02-16 Alexander Hartmaier require Perl 5.8.6 because of Unicode fixes
2011-02-16 Alexander Hartmaier don't import JSON functions
2011-02-16 Alexander Hartmaier removed perl 5.6.0 requirement from test files
2011-02-16 Alexander Hartmaier use JSON instead of JSON::Any to get rid of the CPAN...
2011-01-13 Alexander Hartmaier Version 2.002004 2.002004
2011-01-13 Alexander Hartmaier properly define testing modules as testing requirement
2011-01-13 Alexander Hartmaier added Oleg Kostyuk to the list of authors
2011-01-13 Alexander Hartmaier updated Changes for the previous two commits
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 added the .build dir to the .gitignore file
2011-01-13 Alexander Hartmaier Renamed Visitor to Validator::Visitor to conform with...
2010-09-17 Alexander Hartmaier Version 2.002003 2.002003
2010-08-20 Alexander Hartmaier added test for searching with sql functions
2010-08-20 Alexander Hartmaier remove trailing newlines from error messages
2010-08-20 Alexander Hartmaier fixed search attribute generation for nonexistent relat...
2010-08-18 Alexander Hartmaier added some Dist::Zilla test plugins and renamed the...
2010-08-18 Alexander Hartmaier fixed UnusedVarsTests
2010-08-18 Alexander Hartmaier Test use_json_boolean true
2010-08-18 Alexander Hartmaier removed comments in synopsis as suggested by castaway
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-11 Alexander Hartmaier fixed pod for page config attribute
2010-08-10 Alexander Hartmaier code cleanups
2010-08-10 Alexander Hartmaier removed check_rel to _check_rel to exclude it from...
2010-08-09 Alexander Hartmaier use Dist::Zilla::Plugin::MetaNoIndex to exclude t/lib...
2010-08-08 Alexander Hartmaier added test for check_has_column
2010-08-08 Alexander Hartmaier cleaned up delete tests
2010-08-08 Alexander Hartmaier added REST and RPC bulk_update tests for nonexisting...
2010-08-08 Alexander Hartmaier improved comments and pod
2010-08-08 Alexander Hartmaier removed useless RPC index action
2010-08-08 Alexander Hartmaier added REST and RPC update_bulk tests
2010-08-07 Alexander Hartmaier added REST and RPC delete_bulk tests and fixed RPC...
2010-08-03 Alexander Hartmaier Version 2.002002 2.002002
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 Fixed t/rpc/list.t error message regex to pass with...
2010-08-02 Alexander Hartmaier Use column accessor for updating an existing object...
2010-08-02 Alexander Hartmaier Fixed search for related columns overwriting existing...
2010-04-08 Alexander Hartmaier more robust json boolean testing
2010-04-01 Florian Ragwitz Version 2.002001. 2.002001
2010-03-31 Florian Ragwitz Update Changes.
2010-03-31 Florian Ragwitz Shut the damn tests up.
2010-03-10 Alexander Hartmaier don't inflate items
2010-03-10 Alexander Hartmaier removed debugging code in rest item test
2010-03-09 Alexander Hartmaier improved pod for list_munge_parameters
2010-03-02 Alexander Hartmaier removed dependency on DBIx::Class::TimeStamp
2010-03-02 Alexander Hartmaier changed Catalyst::Action::REST dependency to Catalyst...
2010-03-02 Florian Ragwitz Revert "removed Catalyst::Action::REST dependency"
2010-03-02 Alexander Hartmaier new test for item fetching with inflated objects
2010-03-02 Alexander Hartmaier removed Catalyst::Action::REST dependency
next