14 years agoBump versions for release 0.82
Tomas Doran [Thu, 4 Feb 2010 22:34:01 +0000]
Bump versions for release

14 years agoSort list of contributors
Dave Rolsky [Thu, 28 Jan 2010 18:01:44 +0000]
Sort list of contributors

14 years agoAdd POD escapes for < and >
Dave Rolsky [Thu, 28 Jan 2010 18:01:17 +0000]
Add POD escapes for < and >

14 years agoAdd myself to list of contributors
Dave Rolsky [Thu, 28 Jan 2010 18:00:47 +0000]
Add myself to list of contributors

14 years agocorrect all spelling errors
Dave Rolsky [Thu, 28 Jan 2010 18:00:10 +0000]
correct all spelling errors

14 years agoAdd pod spelling test
Dave Rolsky [Thu, 28 Jan 2010 17:59:15 +0000]
Add pod spelling test

14 years agoAdd missing puncuation
Dave Rolsky [Thu, 28 Jan 2010 17:55:44 +0000]
Add missing puncuation

14 years agoMove fREW's changes under 0.82
Dave Rolsky [Wed, 27 Jan 2010 23:09:53 +0000]
Move fREW's changes under 0.82

14 years agoadd Changes
Arthur Axel 'fREW' Schmidt [Fri, 22 Jan 2010 23:55:42 +0000]
add Changes

14 years agofix json to encode_blessed
Arthur Axel 'fREW' Schmidt [Fri, 22 Jan 2010 23:53:25 +0000]
fix json to encode_blessed

14 years agochanges to allow objects instead of classes for Serializers
Arthur Axel 'fREW' Schmidt [Fri, 22 Jan 2010 23:52:29 +0000]
changes to allow objects instead of classes for Serializers

14 years agoUpdate the Serialize and Deserialize classes to use Moose
Tomas Doran [Mon, 18 Jan 2010 21:03:02 +0000]
Update the Serialize and Deserialize classes to use Moose

14 years agoDoc nits pointed out in RT#53780
Tomas Doran [Mon, 18 Jan 2010 20:56:44 +0000]
Doc nits pointed out in RT#53780

14 years agoEnsure author side tests are always run
Tomas Doran [Mon, 18 Jan 2010 20:47:32 +0000]
Ensure author side tests are always run

14 years agoUpdate README
Tomas Doran [Mon, 18 Jan 2010 20:47:19 +0000]
Update README

14 years agoDon't require an env var to run pod tests
Dave Rolsky [Sun, 17 Jan 2010 22:31:05 +0000]
Don't require an env var to run pod tests

14 years agoAdd more changes
Dave Rolsky [Sun, 17 Jan 2010 22:30:19 +0000]
Add more changes

14 years agoMove author tests to xt. Finish adding version nums everywhere, and test it.
Dave Rolsky [Sun, 17 Jan 2010 22:29:26 +0000]
Move author tests to xt. Finish adding version nums everywhere, and test it.

14 years agoadd a $VERSION to every module
Dave Rolsky [Sun, 17 Jan 2010 22:27:42 +0000]
add a $VERSION to every module

14 years agoAdd changes for 0.82
Dave Rolsky [Sun, 17 Jan 2010 22:24:57 +0000]
Add changes for 0.82

14 years agoShut up log output from Catalyst with null log object
Dave Rolsky [Sun, 17 Jan 2010 22:22:38 +0000]
Shut up log output from Catalyst with null log object

14 years agoWhen inserting Cat::Req::REST, always add trait, rather than sometimes using the...
Dave Rolsky [Sun, 17 Jan 2010 22:16:06 +0000]
When inserting Cat::Req::REST, always add trait, rather than sometimes using the Cat::Req::REST class directly.

14 years agoIntegrate REST::ForBrowsers. Update docs to point at traits. Update tests to test...
Dave Rolsky [Sun, 17 Jan 2010 22:08:26 +0000]
Integrate REST::ForBrowsers. Update docs to point at traits. Update tests to test trait and class both.

14 years agoBump versions for release 0.81
Tomas Doran [Thu, 14 Jan 2010 20:56:46 +0000]
Bump versions for release

14 years agoChangelog
Tomas Doran [Thu, 14 Jan 2010 20:55:33 +0000]
Changelog

14 years agoTrim trailing whitespace
Tomas Doran [Thu, 14 Jan 2010 20:52:10 +0000]
Trim trailing whitespace

14 years agoBEGIN { extends only needed for method attributes, so not in actions
Tomas Doran [Thu, 14 Jan 2010 20:51:20 +0000]
BEGIN { extends only needed for method attributes, so not in actions

14 years agoregex typo
nebulous [Mon, 11 Jan 2010 18:32:16 +0000]
regex typo

14 years agoAdded a Moose
nebulous [Mon, 11 Jan 2010 18:29:41 +0000]
Added a Moose

14 years agoUse strict and warnings
Tomas Doran [Sun, 10 Jan 2010 20:15:11 +0000]
Use strict and warnings

14 years agoAdded JSONP module and tests. Child of Catalyst::Action::Serialize::JSON that allows...
nebulous [Wed, 6 Jan 2010 20:29:09 +0000]
Added JSONP module and tests. Child of Catalyst::Action::Serialize::JSON that allows for a ?callback= option

14 years agoChange repos metadata to make catgit master
Tomas Doran [Sun, 10 Jan 2010 18:21:27 +0000]
Change repos metadata to make catgit master

14 years agoAdd author_requires for optional modules and autogenerate README
Tomas Doran [Sun, 10 Jan 2010 18:15:56 +0000]
Add author_requires for optional modules and autogenerate README

14 years agoFix docs
Tomas Doran [Sun, 10 Jan 2010 17:59:25 +0000]
Fix docs

14 years agoMerge branch 'master' of github.com:bobtfish/catalyst-action-rest
Tomas Doran [Sat, 19 Dec 2009 14:59:23 +0000]
Merge branch 'master' of github.com:bobtfish/catalyst-action-rest

* 'master' of github.com:bobtfish/catalyst-action-rest:
  Changelog
  Add tests for Serialize::View error behavior
  Add some real error-handling for Serialize::View
  View is halfway there. Do we want to poke in $c->error? Maybe not.
  Port Serialize classes except for View.
  Change Serialize::execute to expect serializers to throw an exception

14 years agoBump versions 0.80
Tomas Doran [Sat, 19 Dec 2009 14:55:02 +0000]
Bump versions

14 years agoFix test warning
Tomas Doran [Sat, 19 Dec 2009 14:56:19 +0000]
Fix test warning

14 years agoChangelog
Tomas Doran [Sat, 19 Dec 2009 14:44:24 +0000]
Changelog

14 years agoAdd tests for Serialize::View error behavior
Andrew Rodland [Thu, 17 Dec 2009 10:55:44 +0000]
Add tests for Serialize::View error behavior

14 years agoAdd some real error-handling for Serialize::View
Andrew Rodland [Thu, 17 Dec 2009 10:55:27 +0000]
Add some real error-handling for Serialize::View

14 years agoView is halfway there. Do we want to poke in $c->error? Maybe not.
Andrew Rodland [Fri, 4 Dec 2009 02:09:38 +0000]
View is halfway there. Do we want to poke in $c->error? Maybe not.

14 years agoPort Serialize classes except for View.
Andrew Rodland [Fri, 4 Dec 2009 02:04:59 +0000]
Port Serialize classes except for View.

14 years agoChange Serialize::execute to expect serializers to throw an exception
Andrew Rodland [Fri, 4 Dec 2009 02:00:37 +0000]
Change Serialize::execute to expect serializers to throw an exception

14 years agoChangelog
Tomas Doran [Sat, 19 Dec 2009 14:44:24 +0000]
Changelog

14 years agoMerge remote branch 'hobbs/rework-serializer-return-2'
Tomas Doran [Sat, 19 Dec 2009 14:42:20 +0000]
Merge remote branch 'hobbs/rework-serializer-return-2'

* hobbs/rework-serializer-return-2:
  Add tests for Serialize::View error behavior
  Add some real error-handling for Serialize::View
  View is halfway there. Do we want to poke in $c->error? Maybe not.
  Port Serialize classes except for View.
  Change Serialize::execute to expect serializers to throw an exception

14 years agoChangelogging
Tomas Doran [Sat, 19 Dec 2009 14:40:23 +0000]
Changelogging

14 years agosimplify (and speed up) `_get_allowed_methods`
Aristotle Pagaltzis [Thu, 17 Dec 2009 15:47:24 +0000]
simplify (and speed up) `_get_allowed_methods`

14 years agoAdd tests for Serialize::View error behavior
Andrew Rodland [Thu, 17 Dec 2009 10:55:44 +0000]
Add tests for Serialize::View error behavior

14 years agoAdd some real error-handling for Serialize::View
Andrew Rodland [Thu, 17 Dec 2009 10:55:27 +0000]
Add some real error-handling for Serialize::View

14 years agoView is halfway there. Do we want to poke in $c->error? Maybe not.
Andrew Rodland [Fri, 4 Dec 2009 02:09:38 +0000]
View is halfway there. Do we want to poke in $c->error? Maybe not.

14 years agoPort Serialize classes except for View.
Andrew Rodland [Fri, 4 Dec 2009 02:04:59 +0000]
Port Serialize classes except for View.

14 years agoChange Serialize::execute to expect serializers to throw an exception
Andrew Rodland [Fri, 4 Dec 2009 02:00:37 +0000]
Change Serialize::execute to expect serializers to throw an exception

14 years agoComment about the yuk
Tomas Doran [Fri, 11 Dec 2009 10:12:08 +0000]
Comment about the yuk

14 years agoChangelog
Tomas Doran [Fri, 11 Dec 2009 10:06:23 +0000]
Changelog

14 years agoMangle the request class mangling stuff. It's still fugly, but it's no longer totally...
Tomas Doran [Fri, 11 Dec 2009 02:50:39 +0000]
Mangle the request class mangling stuff. It's still fugly, but it's no longer totally retarded

14 years agoAdd Trait containing all the real logic
Tomas Doran [Fri, 11 Dec 2009 02:29:11 +0000]
Add Trait containing all the real logic

14 years agoChange to Moose
Tomas Doran [Fri, 11 Dec 2009 02:23:51 +0000]
Change to Moose

14 years agoChange all classes to Moose
Tomas Doran [Fri, 11 Dec 2009 10:02:50 +0000]
Change all classes to Moose

14 years agoCherry pick everything bar the use parent change from 25d49c2, fixing RT#46680
Tomas Doran [Fri, 11 Dec 2009 09:50:05 +0000]
Cherry pick everything bar the use parent change from 25d49c2, fixing RT#46680

14 years agoFix author info
Tomas Doran [Fri, 11 Dec 2009 02:24:31 +0000]
Fix author info

14 years agoShuffle all the Pod to the bottom of the file
Tomas Doran [Fri, 11 Dec 2009 02:18:21 +0000]
Shuffle all the Pod to the bottom of the file

14 years agoBump versions 0.79
Tomas Doran [Fri, 11 Dec 2009 01:09:43 +0000]
Bump versions

14 years agoAdditional pod cleanups
Tomas Doran [Fri, 11 Dec 2009 01:07:13 +0000]
Additional pod cleanups

14 years agoMore precise error messages that 'serialize' is a deprecated configuration key. POD...
Dan Dascalescu [Thu, 10 Dec 2009 03:43:24 +0000]
More precise error messages that 'serialize' is a deprecated configuration key. POD for that too.

14 years agoCatalyst::Action::Serialize::View uses the calculated $stash_key; amended C::C::REST...
Dan Dascalescu [Thu, 10 Dec 2009 03:38:32 +0000]
Catalyst::Action::Serialize::View uses the calculated $stash_key; amended C::C::REST POD to explain how exactly to use a View for custom serialization.

14 years agoCosmetic changes to C::C::REST POD
Dan Dascalescu [Thu, 10 Dec 2009 03:34:32 +0000]
Cosmetic changes to C::C::REST POD

14 years agoPut changes in the right place, duh
Tomas Doran [Thu, 19 Nov 2009 10:14:34 +0000]
Put changes in the right place, duh

14 years agoDeal with nasty q headers (chansen)
Tomas Doran [Thu, 19 Nov 2009 10:06:28 +0000]
Deal with nasty q headers (chansen)

14 years agoMerge branch 'master' of git@github.com:bobtfish/catalyst-action-rest
Tomas Doran [Mon, 26 Oct 2009 23:58:06 +0000]
Merge branch 'master' of git@github.com:bobtfish/catalyst-action-rest

* 'master' of git@github.com:bobtfish/catalyst-action-rest:
  Bump versions
  Require Moose for tests

14 years agoManual setup_components not needed
Tomas Doran [Mon, 26 Oct 2009 23:58:01 +0000]
Manual setup_components not needed

14 years agoTests which I believe show that JSON encoding is handled correctly. I.E. You pass...
Tomas Doran [Mon, 26 Oct 2009 23:52:23 +0000]
Tests which I believe show that JSON encoding is handled correctly. I.E. You pass in a character string (in perl's internal representation), and it's correctly encoded as utf8 in the JSON. It's then decoded when it arrives in the test controller and needs to be re-encoded to push into the output. Then for comparison in the tests we need to encode the character string back into bytes so that the test is testing like for like..

14 years agoBump versions 0.78
Tomas Doran (t0m) [Mon, 28 Sep 2009 14:02:52 +0000]
Bump versions

14 years agoRequire Moose for tests
Tomas Doran (t0m) [Mon, 28 Sep 2009 14:02:20 +0000]
Require Moose for tests

14 years ago.gitignore built dists
Tomas Doran [Thu, 27 Aug 2009 01:25:50 +0000]
.gitignore built dists

14 years agoChangelog, bump versions 0.77
Tomas Doran [Thu, 27 Aug 2009 01:23:12 +0000]
Changelog, bump versions

14 years agoDink to s/: Private/: Action/
Tomas Doran [Thu, 27 Aug 2009 01:20:45 +0000]
Dink to s/: Private/: Action/

14 years agoDoc, Changelog, Attribution
Arthur Axel 'fREW' Schmidt [Thu, 27 Aug 2009 01:11:24 +0000]
Doc, Changelog, Attribution

14 years agoMerge branch 'frew-forward_to_actions' of git://github.com/bobtfish/catalyst-action...
Arthur Axel 'fREW' Schmidt [Thu, 27 Aug 2009 00:51:03 +0000]
Merge branch 'frew-forward_to_actions' of git://github.com/bobtfish/catalyst-action-rest

14 years agoMerge branch 'master' of git://github.com/bobtfish/catalyst-action-rest
Arthur Axel 'fREW' Schmidt [Thu, 27 Aug 2009 00:47:21 +0000]
Merge branch 'master' of git://github.com/bobtfish/catalyst-action-rest

14 years agoMade the test more clear, works here..
Tomas Doran [Wed, 26 Aug 2009 21:40:36 +0000]
Made the test more clear, works here..

14 years agoMerge branch 'master' into frew-forward_to_actions
Tomas Doran [Wed, 26 Aug 2009 21:26:54 +0000]
Merge branch 'master' into frew-forward_to_actions

* master:
  Changelog
  tests don't pass with CATALYST_DEBUG set to 1
  Changelogging
  add tests for status
  add status for no content and gone
  Update date in Changes
  Fix failing test. Normalize method names
  Doh, I meant that - works better
  Bump versions, use eval trick with version numbers to support dev releases etc
  Add new serializer for JSON::XS
  Changelog
  Made test independent of YAML::Syck bugs
  Merge cherry pick of whitespace cleanups

14 years agoadd extra test for Action and not just Private
Arthur Axel 'fREW' Schmidt [Wed, 26 Aug 2009 13:38:06 +0000]
add extra test for Action and not just Private

14 years agoadd failing test (for private action)
Arthur Axel 'fREW' Schmidt [Wed, 26 Aug 2009 03:23:19 +0000]
add failing test (for private action)

14 years agoChangelog
Tomas Doran [Mon, 24 Aug 2009 23:36:35 +0000]
Changelog

14 years agoMerge commit 'franckcuny/master'
Tomas Doran [Mon, 24 Aug 2009 23:35:10 +0000]
Merge commit 'franckcuny/master'

* commit 'franckcuny/master':
  tests don't pass with CATALYST_DEBUG set to 1

14 years agotests don't pass with CATALYST_DEBUG set to 1
franck cuny [Mon, 24 Aug 2009 12:27:46 +0000]
tests don't pass with CATALYST_DEBUG set to 1

14 years agoChangelogging 0.76
t0m [Fri, 21 Aug 2009 20:22:47 +0000]
Changelogging

14 years agoadd tests for status
franck cuny [Thu, 20 Aug 2009 09:57:39 +0000]
add tests for status

14 years agoadd status for no content and gone
franck cuny [Thu, 20 Aug 2009 09:57:31 +0000]
add status for no content and gone

14 years agoUpdate date in Changes 0.75
Tomas Doran (t0m) [Mon, 17 Aug 2009 13:07:29 +0000]
Update date in Changes

14 years agoFix failing test. Normalize method names
Tomas Doran (t0m) [Mon, 17 Aug 2009 13:04:00 +0000]
Fix failing test. Normalize method names

14 years agoDoh, I meant that - works better
Tomas Doran (t0m) [Mon, 17 Aug 2009 12:58:13 +0000]
Doh, I meant that - works better

14 years agoBump versions, use eval trick with version numbers to support dev releases etc
Tomas Doran (t0m) [Mon, 17 Aug 2009 12:50:18 +0000]
Bump versions, use eval trick with version numbers to support dev releases etc

14 years agoAdd new serializer for JSON::XS
Tomas Doran (t0m) [Mon, 17 Aug 2009 12:47:28 +0000]
Add new serializer for JSON::XS

14 years agoI'm an idiot
Arthur Axel 'fREW' Schmidt [Tue, 28 Jul 2009 00:56:18 +0000]
I'm an idiot

14 years agotests for dispatching to actions
Arthur Axel 'fREW' Schmidt [Sat, 25 Jul 2009 11:24:47 +0000]
tests for dispatching to actions

14 years agoChangelog
Tomas Doran (t0m) [Sat, 25 Jul 2009 10:26:29 +0000]
Changelog

14 years agoMade test independent of YAML::Syck bugs
Dan Dascalescu [Tue, 16 Jun 2009 01:02:52 +0000]
Made test independent of YAML::Syck bugs

14 years agoMerge cherry pick of whitespace cleanups
Tomas Doran (t0m) [Sat, 25 Jul 2009 10:25:33 +0000]
Merge cherry pick of whitespace cleanups

14 years agoMerge branch 'master' of git://github.com/bobtfish/catalyst-action-rest
Arthur Axel 'fREW' Schmidt [Sat, 25 Jul 2009 10:07:40 +0000]
Merge branch 'master' of git://github.com/bobtfish/catalyst-action-rest

Conflicts:
lib/Catalyst/Action/REST.pm