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

14 years agoLess crap in MANIFEST please 0.74
t0m [Wed, 22 Jul 2009 23:04:46 +0000]
Less crap in MANIFEST please

14 years agoChange to my github as master
t0m [Wed, 22 Jul 2009 23:02:30 +0000]
Change to my github as master

14 years agoAdd release date, shuffle maintainers
t0m [Wed, 22 Jul 2009 22:53:28 +0000]
Add release date, shuffle maintainers

14 years agoallow actions for methods
unknown [Tue, 21 Jul 2009 01:22:18 +0000]
allow actions for methods

14 years agoChangelog
t0m [Fri, 17 Jul 2009 23:27:06 +0000]
Changelog

14 years agoMore correct finding of the application class
t0m [Fri, 17 Jul 2009 23:25:11 +0000]
More correct finding of the application class

14 years agoChangelog
t0m [Fri, 17 Jul 2009 20:06:26 +0000]
Changelog

14 years agoYou mean next::method I think
t0m [Thu, 16 Jul 2009 23:30:04 +0000]
You mean next::method I think

14 years agoBump version numbers so I can depend on the new code in CX::SimpleLogin
t0m [Mon, 13 Jul 2009 00:06:29 +0000]
Bump version numbers so I can depend on the new code in CX::SimpleLogin

14 years agoChangelogging
t0m [Sun, 12 Jul 2009 23:49:02 +0000]
Changelogging

14 years agoimporting Catalyst has special, magical effects. You really didn't want to do that...
t0m [Sun, 12 Jul 2009 23:48:12 +0000]
importing Catalyst has special, magical effects. You really didn't want to do that, especially as it makes action role explode

14 years agoChangelogging
t0m [Sun, 5 Jul 2009 13:25:20 +0000]
Changelogging

14 years agoAdd POD test
t0m [Sun, 5 Jul 2009 13:20:59 +0000]
Add POD test

14 years agoFix contrubutors / maintainer section
t0m [Sun, 5 Jul 2009 13:19:53 +0000]
Fix contrubutors / maintainer section

14 years agoStrip trailing whitespace, tidy up and fix POD
t0m [Sun, 5 Jul 2009 13:18:09 +0000]
Strip trailing whitespace, tidy up and fix POD

14 years agoYet more sanity
t0m [Sun, 5 Jul 2009 13:15:44 +0000]
Yet more sanity

14 years agoMake saner
t0m [Sun, 5 Jul 2009 13:12:58 +0000]
Make saner

14 years agoRemote trailing space
t0m [Sun, 5 Jul 2009 13:12:48 +0000]
Remote trailing space

14 years agoRewrite REST _METHOD action handling to fake being a real action, and ergo appear... fixes_5_80_forward_stats_warnings
t0m [Mon, 29 Jun 2009 22:45:33 +0000]
Rewrite REST _METHOD action handling to fake being a real action, and ergo appear in the stats table as you would expect. I like what this does, but my implementation here is hideous..

14 years agoAdd .gitignore
t0m [Mon, 29 Jun 2009 22:43:06 +0000]
Add .gitignore

14 years agoRip the testapp embedded in the test out, this isn't supported and doesn't work for me
t0m [Mon, 29 Jun 2009 21:29:23 +0000]
Rip the testapp embedded in the test out, this isn't supported and doesn't work for me

14 years agoFix version no
t0m [Mon, 29 Jun 2009 20:54:04 +0000]
Fix version no

14 years agoMerge
t0m [Mon, 29 Jun 2009 20:53:15 +0000]
Merge

14 years agonever include pm_to_blib
Hans Dieter Pearcey [Sun, 28 Jun 2009 00:22:54 +0000]
never include pm_to_blib

14 years agofix packaging 0.73
Hans Dieter Pearcey [Sun, 28 Jun 2009 00:22:13 +0000]
fix packaging

14 years agobump for packaging 0.72
Hans Dieter Pearcey [Thu, 25 Jun 2009 18:54:17 +0000]
bump for packaging

14 years agoCommitting switch from NEXT to MRO::Compat.
agladdish [Thu, 28 May 2009 13:48:52 +0000]
Committing switch from NEXT to MRO::Compat.

15 years agoadd repo
Hans Dieter Pearcey [Sat, 28 Mar 2009 20:18:34 +0000]
add repo

15 years ago0.71 0.71
Hans Dieter Pearcey [Sat, 28 Mar 2009 16:16:51 +0000]
0.71

15 years agopartial revert of e540a1fa72e4a5425c59a9397a3353f4784d726a -- fixes RT#44641 (plus...
Hans Dieter Pearcey [Sat, 28 Mar 2009 15:46:52 +0000]
partial revert of e540a1fa72e4a5425c59a9397a3353f4784d726a -- fixes RT#44641 (plus tests)

15 years ago0.70 0.70
Hans Dieter Pearcey [Sat, 28 Mar 2009 06:22:35 +0000]
0.70

15 years agofix wrong JSON tests
Hans Dieter Pearcey [Sat, 28 Mar 2009 06:20:42 +0000]
fix wrong JSON tests

15 years ago0.69 0.69
Hans Dieter Pearcey [Thu, 26 Mar 2009 21:18:01 +0000]
0.69

15 years agonote weirdness
Hans Dieter Pearcey [Thu, 26 Mar 2009 21:15:52 +0000]
note weirdness

15 years agoMerge branch 'master' of git://github.com/jshirley/catalyst-action-rest
Hans Dieter Pearcey [Thu, 26 Mar 2009 21:14:08 +0000]
Merge branch 'master' of git://github.com/jshirley/catalyst-action-rest

15 years agoMoving app lookup to _insert_self_into
Jay Shirley [Thu, 26 Mar 2009 19:19:58 +0000]
Moving app lookup to _insert_self_into

15 years agotake pity on people using the deprecated 'serialize' config key (RT#32342)
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:50:58 +0000]
take pity on people using the deprecated 'serialize' config key (RT#32342)

15 years ago0.68 0.68
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:36:28 +0000]
0.68

15 years agono longer die under Catalyst 5.80
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:32:20 +0000]
no longer die under Catalyst 5.80

15 years agoditch Data::Dump
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:26:18 +0000]
ditch Data::Dump

15 years agoData::Denter is dead
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:15:24 +0000]
Data::Denter is dead

15 years agoadd note about 5.80
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:08:55 +0000]
add note about 5.80

15 years agorelease 0.67_01 unchanged as 0.67 0.67
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:03:24 +0000]
release 0.67_01 unchanged as 0.67

15 years agomake a dev release because I'm cautious 0.67_01
Hans Dieter Pearcey [Wed, 25 Mar 2009 16:36:55 +0000]
make a dev release because I'm cautious

15 years agoadd .git to skip
Hans Dieter Pearcey [Wed, 25 Mar 2009 16:33:17 +0000]
add .git to skip

15 years agoadd VERSION to README so that perl-reversion is happier
Hans Dieter Pearcey [Wed, 25 Mar 2009 16:33:11 +0000]
add VERSION to README so that perl-reversion is happier

15 years agofix RT#42025 by making C::Request::REST less unfriendly
Hans Dieter Pearcey [Wed, 25 Mar 2009 06:03:26 +0000]
fix RT#42025 by making C::Request::REST less unfriendly

15 years agoadd to Changes
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:42:56 +0000]
add to Changes

15 years agochange dependency to Catalyst::Runtime
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:42:10 +0000]
change dependency to Catalyst::Runtime

15 years agoadd myself to Changes
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:39:16 +0000]
add myself to Changes

15 years agoreplace many uses of $controller->config with $controller for RT#43840
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:38:14 +0000]
replace many uses of $controller->config with $controller for RT#43840

15 years agofailing test for RT#43840
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:37:24 +0000]
failing test for RT#43840

15 years agorefactored test application
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:30:38 +0000]
refactored test application

15 years agorefactor another single-file app
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:27:40 +0000]
refactor another single-file app

15 years agorefactor into umbrella test application
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:23:56 +0000]
refactor into umbrella test application

15 years agofix broken single-file test application
Hans Dieter Pearcey [Wed, 25 Mar 2009 05:19:47 +0000]
fix broken single-file test application

15 years agoAdd content_type_stash_key to enable a stash entry to override the serialize content...
timbunce [Wed, 11 Mar 2009 16:46:02 +0000]
Add content_type_stash_key to enable a stash entry to override the serialize content type.
With docs and tests.

15 years agoFix test count in t/catalyst-action-rest.t
timbunce [Wed, 11 Mar 2009 16:08:35 +0000]
Fix test count in t/catalyst-action-rest.t

15 years agoChange requires('Catalyst-Runtime',...) to requires('Catalyst',...) as the former...
timbunce [Wed, 11 Mar 2009 16:05:23 +0000]
Change requires('Catalyst-Runtime',...) to requires('Catalyst',...) as the former is easily confused.

15 years agoadded further documentation on Apache disallowing encoded slashes
dhoss [Sun, 1 Feb 2009 17:22:13 +0000]
added further documentation on Apache disallowing encoded slashes

15 years agoAdded note that Apache will refuse %2F in urls unless configured accordingly.
dhoss [Sun, 1 Feb 2009 17:10:35 +0000]
Added note that Apache will refuse %2F in urls unless configured accordingly.