catagits/Catalyst-Action-REST.git
2015-10-29 John Napiorkowski updated changes; v1.20
2015-10-29 John Napiorkowski merged
2015-10-29 John Napiorkowski Merge branch 'klkanet push origin master-master'
2015-10-29 John Napiorkowski resolved
2015-10-29 John Napiorkowski t push origin masterMerge branch 'bockscar-master'
2015-10-29 Steve Kleiman Fix docs citing incorrect method, "serialize_bad_request"
2015-10-29 Kevin L. Kane bumping revision number and adding entry to changes...
2015-10-29 Kevin L. Kane making SerializeBase respect Vary: header if it has...
2015-02-06 Arthur Axel... v1.19 v1.19
2015-02-06 Arthur Axel... Make LWP a test dep instead of a hard dep
2015-02-06 Arthur Axel... set repository to github to participate in new CPAN...
2015-02-06 Arthur Axel... Hard dep on JSON::MaybeXS
2015-01-20 Arthur Axel... v1.18 v1.18
2015-01-20 Arthur Axel... fix encoding
2015-01-20 André Walker Remove coverage from Travis
2015-01-20 André Walker Add my name to CONTRIBUTORS
2015-01-20 André Walker Use accessor instead of low level header value in tests
2015-01-20 André Walker Update LWP::UserAgent min version
2014-10-24 Arthur Axel... v1.17 v1.17
2014-10-24 Arthur Axel... normalize Changes even more
2014-10-24 Jesse Sheidlower Allow redirections like ::RenderView
2014-10-22 Arthur Axel... no need for OurPkgVersion with modern dzil
2014-09-12 Arthur Axel... v1.16 v1.16
2014-09-12 Matt S Trout Switch from JSON to JSON::MaybeXS to get a better choic...
2014-09-12 Arthur Axel... fix missing v1.15 v1.15
2013-12-27 Arthur Axel... v1.14 v1.14
2013-12-27 Arthur Axel... update changes
2013-12-27 Arthur Axel... test on travis
2013-12-27 Arthur Axel... normalize Changes
2013-12-27 Arthur Axel... remove hardcoded version strings
2013-12-27 Arthur Axel... convert to dzil
2013-11-08 Arthur Axel... remove generated or otherwise unneeded files
2013-11-08 John Napiorkowski why oh why does every class have VERSION??? 1.13
2013-11-08 Arthur Axel... Fix tests to skip if YAML::Syck is not installed
2013-09-05 John Napiorkowski oh my god, its full of tiny version numbers 1.12
2013-09-03 John Napiorkowski make more de/serializers optional for security reasons
2013-06-16 Dagfinn Ilmari... Release 1.11 1.11
2013-06-16 Dagfinn Ilmari... Fix infinite recursion in tests under Catalyst 5.90040
2013-06-16 Dagfinn Ilmari... Ignore Emacs droppings
2013-06-16 Dagfinn Ilmari... Actually test both the request trait and class
2013-04-22 Dagfinn Ilmari... Version 1.10 1.10
2013-04-22 Dagfinn Ilmari... Use YAML rather than JSON in basic tests
2013-04-19 Dagfinn Ilmari... Version 1.09 1.09
2013-04-19 Dagfinn Ilmari... Don't load Data::Serializer unnecessarily in tests
2013-04-16 Tomas Doran Version 1.08 1.08
2013-04-12 Arthur Axel... Factor Data::Serialization into a sep dist
2013-04-11 Tomas Doran Version 1.07 1.07
2013-04-11 Tomas Doran Changelog
2013-04-11 Tomas Doran Security fix
2013-03-15 Shea Levy Test-case: When view is set, don't serialize
2013-03-15 Shea Levy Don't serialize if a view is explicitly set.
2012-12-11 Tomas Doran Version 1.06 1.06
2012-12-09 Dagfinn Ilmari... Sort list of allowed methods. RT#81825
2012-07-02 Tomas Doran Version 1.05 1.05
2012-07-02 Wallace Reis Update changelog
2012-07-02 Wallace Reis Remove not_implemented from the list of allowed methods
2012-06-30 Wallace Reis Extend get_allowed_methods to include HEAD
2012-06-30 Tomas Doran Version 1.04 1.04
2012-06-30 Tomas Doran Update changes
2012-06-30 Tomas Doran Fix spelling
2012-06-29 Wallace Reis Bugfix _dispatch_rest_method
2012-06-27 Tomas Doran Merge
2012-06-27 Tomas Doran Version 1.03 1.03
2012-06-27 Wallace Reis Update changelog
2012-06-27 Tomas Doran Update README
2012-06-25 Wallace Reis Update changelog
2012-06-25 Wallace Reis Add me to the CONTRIB list
2012-06-25 Wallace Reis Document default HEAD handler
2012-06-25 Wallace Reis Expose _get_allowed_methods to the API
2012-06-25 Wallace Reis Fix default OPTIONS handler
2012-06-25 Wallace Reis Add failing tests for OPTIONS
2012-06-22 Wallace Reis Add default HEAD handler
2012-06-22 Wallace Reis Add failing tests for default HEAD dispatch
2012-06-22 Wallace Reis Add HEAD requests support to T::Rest
2012-06-21 Wallace Reis Bit of rework for _dispatch_rest_method
2012-06-05 Tomas Doran Version 1.02 1.02
2012-06-05 Tomas Doran Spelling
2012-06-05 Tomas Doran Changelog
2012-06-05 Wallace Reis Make public response building methods for errors
2012-06-05 Tomas Doran Fix display of foo_GET mehods in non-root controllers
2012-05-29 Tomas Doran Version 1.01 1.01
2012-05-29 Tomas Doran Changelog
2012-05-29 Wallace Reis Oops. ENV setting should be in ::XS classes
2012-05-29 Wallace Reis Rework ::XS serializer and deserializer classes
2012-05-28 Wallace Reis Enable UTF-8 for JSON::XS serializer
2012-04-13 Tomas Doran Version 1.00 1.00
2012-04-13 Tomas Doran Shoot auto_include. RT#76524
2012-02-28 Tomas Doran Version 0.99 0.99
2012-02-21 Tomas Doran Version 0.98 0.98
2012-02-21 Tomas Doran More spelling skips
2012-02-21 Tomas Doran Version 0.97 0.97
2012-02-21 Tomas Doran Test fix
2012-01-30 Tomas Doran Merge remote branch 'shadowcat/master'
2012-01-30 Tomas Doran Version 0.96 0.96
2012-01-30 Tomas Doran Added fix for RT 63537 (from Gerv) and tests to check it.
2012-01-04 Tomas Doran Fix typo, thanks bricas
2012-01-04 Dave Rolsky Fix a typo in Changes
2012-01-04 Tomas Doran Version 0.95 0.95
2012-01-04 Tomas Doran Fix periods in jsonp param name. RT#73741
2012-01-04 Tomas Doran Add optional location parameter to status_acceped handl...
next