9 years agocheck both Ref and nonRef types for captures
John Napiorkowski [Fri, 20 Mar 2015 20:26:39 +0000]
check both Ref and nonRef types for captures

9 years agofixes for when there are more than one constraint in the arg or capture
John Napiorkowski [Fri, 20 Mar 2015 20:22:35 +0000]
fixes for when there are more than one constraint in the arg or capture

9 years agominor doc cleanup
John Napiorkowski [Thu, 19 Mar 2015 17:11:04 +0000]
minor doc cleanup

9 years agodocs
John Napiorkowski [Thu, 19 Mar 2015 16:56:08 +0000]
docs

9 years agobasic chaining in place
John Napiorkowski [Thu, 19 Mar 2015 13:56:50 +0000]
basic chaining in place

9 years agocomment out coerce stuff for now
John Napiorkowski [Tue, 17 Mar 2015 20:14:19 +0000]
comment out coerce stuff for now

9 years agoare coercions feasable at all?
John Napiorkowski [Tue, 17 Mar 2015 18:22:29 +0000]
are coercions feasable at all?

9 years agobasic coerces
John Napiorkowski [Tue, 17 Mar 2015 17:51:43 +0000]
basic coerces

9 years agosupport imported types (types-tiny, MXT)
John Napiorkowski [Tue, 17 Mar 2015 14:52:11 +0000]
support imported types (types-tiny, MXT)

9 years agocheck test order
John Napiorkowski [Thu, 12 Mar 2015 21:14:41 +0000]
check test order

9 years agofix typo and update test
John Napiorkowski [Thu, 12 Mar 2015 20:50:16 +0000]
fix typo and update test

9 years agoremove some potentially confusing syntax
John Napiorkowski [Thu, 12 Mar 2015 18:42:11 +0000]
remove some potentially confusing syntax

9 years agoallow refs
John Napiorkowski [Thu, 12 Mar 2015 17:43:37 +0000]
allow refs

9 years agopassing tests and refactored a bit for clarity
John Napiorkowski [Thu, 12 Mar 2015 16:51:57 +0000]
passing tests and refactored a bit for clarity

9 years agopassing tests again
John Napiorkowski [Thu, 12 Mar 2015 16:17:39 +0000]
passing tests again

9 years agodraft / proof of concept
John Napiorkowski [Tue, 10 Mar 2015 23:09:29 +0000]
draft / proof of concept

9 years agoMerge branch 'master' into australorp
John Napiorkowski [Mon, 2 Mar 2015 16:43:44 +0000]
Merge branch 'master' into australorp

Conflicts:
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

9 years agofix typo in Changes
Alexander Hartmaier [Wed, 25 Feb 2015 11:40:36 +0000]
fix typo in Changes

9 years agomake sure we still properly decode the part name 5.90084
John Napiorkowski [Mon, 23 Feb 2015 22:12:59 +0000]
make sure we still properly decode the part name

9 years agoextend the docs on UTF8 to include recent updates
John Napiorkowski [Mon, 23 Feb 2015 22:07:33 +0000]
extend the docs on UTF8 to include recent updates

9 years agoready for upload
John Napiorkowski [Mon, 23 Feb 2015 21:11:14 +0000]
ready for upload

9 years agofinalize changes
John Napiorkowski [Mon, 23 Feb 2015 21:08:59 +0000]
finalize changes

9 years agowhen a POST supplies content encoding, dont assume UTF8
John Napiorkowski [Mon, 23 Feb 2015 20:46:17 +0000]
when a POST supplies content encoding, dont assume UTF8

9 years agomore tests for new utf8 stuff
John Napiorkowski [Mon, 23 Feb 2015 15:44:14 +0000]
more tests for new utf8 stuff

9 years agorestored working test case
John Napiorkowski [Mon, 23 Feb 2015 15:42:31 +0000]
restored working test case

9 years agoFix a typo in Changes
Dave Rolsky [Tue, 17 Feb 2015 03:22:03 +0000]
Fix a typo in Changes

9 years agoupdate changes and update version in prep for release 5.90083
John Napiorkowski [Tue, 17 Feb 2015 02:25:42 +0000]
update changes and update version in prep for release

9 years agoremove test case for now
John Napiorkowski [Tue, 17 Feb 2015 02:17:33 +0000]
remove test case for now

9 years agot push origin masterMerge branch 'ap-fix-prepare-query-parameters'
John Napiorkowski [Tue, 17 Feb 2015 01:52:10 +0000]
t push origin masterMerge branch 'ap-fix-prepare-query-parameters'

9 years agoMerge branch 'fix-prepare-query-parameters' of https://github.com/ap/catalyst-runtime...
John Napiorkowski [Tue, 17 Feb 2015 01:51:57 +0000]
Merge branch 'fix-prepare-query-parameters' of https://github.com/ap/catalyst-runtime into ap-fix-prepare-query-parameters

9 years agoreuse mixed-values hash logic from Hash::MultiValue
Aristotle Pagaltzis [Mon, 16 Feb 2015 16:53:36 +0000]
reuse mixed-values hash logic from Hash::MultiValue

There is no need to have code for the same job in memory twice,
or two fix bugs in two copies of code for doing the same thing.

9 years agostop using cached Hash::MultiValue from env
Aristotle Pagaltzis [Mon, 16 Feb 2015 13:50:21 +0000]
stop using cached Hash::MultiValue from env

Plack::Request and Catalyst::Request have incompatible semantics for
naked parameters: P::Rq parses them as keys with empty-string values
while C::Rq parses them as keys with an undef value. Therefore even
if a Hash::MultiValue object was cached by P::Rq in the environment,
it is wrong to reuse it.

9 years agotest case we want to fix
John Napiorkowski [Tue, 20 Jan 2015 21:47:55 +0000]
test case we want to fix

9 years agoupdate changes
John Napiorkowski [Tue, 20 Jan 2015 21:46:43 +0000]
update changes

9 years agoupdate requirements
John Napiorkowski [Tue, 20 Jan 2015 21:42:49 +0000]
update requirements

9 years agot push origin masterMerge branch 'andrewalker/fix-options-http-method'
John Napiorkowski [Tue, 20 Jan 2015 21:39:55 +0000]
t push origin masterMerge branch 'andrewalker/fix-options-http-method'

9 years agomake travis builds faster
Arthur Axel 'fREW' Schmidt [Tue, 20 Jan 2015 18:28:09 +0000]
make travis builds faster

9 years agoAdd my IRC handle
André Walker [Tue, 20 Jan 2015 16:21:03 +0000]
Add my IRC handle

9 years agoAdd test case for OPTIONS
André Walker [Tue, 20 Jan 2015 16:20:05 +0000]
Add test case for OPTIONS

The attribute OPTION should not have any effect on method matching. The
attribute OPTIONS should work as expected.

9 years agoFix OPTIONS HTTP Method
André Walker [Tue, 20 Jan 2015 15:37:14 +0000]
Fix OPTIONS HTTP Method

The attribute that matched the OPTIONS HTTP method was spelled "OPTION"
instead of "OPTIONS". There's no such HTTP verb "OPTION".

This patch fixes documentation and implementation, and adds my name as a
contributor :)

9 years agocorrected changes dates
John Napiorkowski [Sun, 11 Jan 2015 18:41:25 +0000]
corrected changes dates

9 years agofixed another regression
John Napiorkowski [Sat, 10 Jan 2015 23:30:29 +0000]
fixed another regression

9 years agoremove horrid hack, add test cases 5.90081
John Napiorkowski [Sat, 10 Jan 2015 22:34:52 +0000]
remove horrid hack, add test cases

9 years agofirst post on australorp
John Napiorkowski [Sat, 10 Jan 2015 22:17:11 +0000]
first post on australorp

9 years agoready for release 5.90080
John Napiorkowski [Fri, 9 Jan 2015 16:44:05 +0000]
ready for release

9 years agomore spelling fixes
Alexander Hartmaier [Thu, 8 Jan 2015 15:25:36 +0000]
more spelling fixes

9 years agowhitespace fixes in Upgrading.pod
Alexander Hartmaier [Thu, 8 Jan 2015 10:12:36 +0000]
whitespace fixes in Upgrading.pod

9 years agofix Catalyst::ActionRole::Scheme docs
Alexander Hartmaier [Thu, 8 Jan 2015 10:07:20 +0000]
fix Catalyst::ActionRole::Scheme docs

9 years agofix whitespace in the new UTF8 doc
Alexander Hartmaier [Thu, 8 Jan 2015 10:04:43 +0000]
fix whitespace in the new UTF8 doc

9 years agomore doc tweaks 5.90079_008
John Napiorkowski [Wed, 7 Jan 2015 22:59:21 +0000]
more doc tweaks

9 years agodocs and ready for release testing
John Napiorkowski [Wed, 7 Jan 2015 22:44:04 +0000]
docs and ready for release testing

9 years agoif a response is from an external psgi app, donot double encode if a charset is present
John Napiorkowski [Wed, 7 Jan 2015 22:35:01 +0000]
if a response is from an external psgi app, donot double encode if a charset is present

9 years agoadded links to UTF8 docs in delta and upgrading
Mark Ellis [Wed, 7 Jan 2015 21:53:56 +0000]
added links to UTF8 docs in delta and upgrading

also fixed typos in UTF8 doc

9 years agoup version for pending release
John Napiorkowski [Wed, 7 Jan 2015 19:48:28 +0000]
up version for pending release

9 years agocorrect documentation on the Scheme actionrole
John Napiorkowski [Wed, 7 Jan 2015 19:48:10 +0000]
correct documentation on the Scheme actionrole

9 years agonew document reviewing catalyst UTF8 changes
John Napiorkowski [Wed, 7 Jan 2015 19:37:55 +0000]
new document reviewing catalyst UTF8 changes

9 years agotests and donot let you change encoding too late into the response
John Napiorkowski [Wed, 7 Jan 2015 19:37:39 +0000]
tests and donot let you change encoding too late into the response

9 years agoif we change encoding on $c after asking for a write_fh we want to make sure catalyst...
John Napiorkowski [Wed, 7 Jan 2015 18:40:42 +0000]
if we change encoding on $c after asking for a write_fh we want to make sure catalyst does the right thing

9 years agomore test cases
John Napiorkowski [Wed, 7 Jan 2015 18:40:03 +0000]
more test cases

9 years agoexclude a test that fails on windows pointlessly
John Napiorkowski [Wed, 7 Jan 2015 15:37:29 +0000]
exclude a test that fails on windows pointlessly

9 years agofixed test fail on windows (/ versus \)
John Napiorkowski [Wed, 7 Jan 2015 15:27:45 +0000]
fixed test fail on windows (/ versus \)

9 years agofix spelling to satisfy t/author/spelling.t
Alexander Hartmaier [Wed, 7 Jan 2015 15:19:34 +0000]
fix spelling to satisfy t/author/spelling.t

9 years agofix typos in Changes back to version 5.60
Alexander Hartmaier [Wed, 7 Jan 2015 14:36:39 +0000]
fix typos in Changes back to version 5.60

9 years agofixed changes
John Napiorkowski [Tue, 6 Jan 2015 23:16:05 +0000]
fixed changes

9 years agoMerge branch 'master' into holland
John Napiorkowski [Tue, 6 Jan 2015 23:15:11 +0000]
Merge branch 'master' into holland

Conflicts:
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

9 years agomore docs
John Napiorkowski [Mon, 5 Jan 2015 19:54:09 +0000]
more docs

9 years agofix broken test case, update copyright date 5.90079
John Napiorkowski [Fri, 2 Jan 2015 17:48:34 +0000]
fix broken test case, update copyright date

9 years agoremoved unneeded dependency that was causing test fails
John Napiorkowski [Fri, 2 Jan 2015 14:28:24 +0000]
removed unneeded dependency that was causing test fails

9 years agodocumentation and up version
John Napiorkowski [Fri, 2 Jan 2015 15:05:39 +0000]
documentation and up version

9 years agoremoved unneeded dependency that was causing test fails
John Napiorkowski [Fri, 2 Jan 2015 14:28:24 +0000]
removed unneeded dependency that was causing test fails

9 years agoremoved updated file
John Napiorkowski [Wed, 31 Dec 2014 20:52:23 +0000]
removed updated file

9 years agomore release docs updates, and fixed some config options;
John Napiorkowski [Wed, 31 Dec 2014 20:48:36 +0000]
more release docs updates, and fixed some config options;

9 years agomerged and resolved conflicts from stable
John Napiorkowski [Wed, 31 Dec 2014 16:36:02 +0000]
merged and resolved conflicts from stable

9 years agoinc version for release 45.90078 5.90078
John Napiorkowski [Wed, 31 Dec 2014 16:09:25 +0000]
inc version for release

9 years agoremoved outdated roadmap
John Napiorkowski [Wed, 31 Dec 2014 16:09:13 +0000]
removed outdated roadmap

9 years agoMerge branch 'master' of https://github.com/davewood/catalyst-runtime
John Napiorkowski [Wed, 31 Dec 2014 15:55:56 +0000]
Merge branch 'master' of https://github.com/davewood/catalyst-runtime

9 years agodocs and new test cases
John Napiorkowski [Wed, 31 Dec 2014 15:39:50 +0000]
docs and new test cases

9 years agorefactor HTTP exception check
David Schmidt [Wed, 31 Dec 2014 11:57:12 +0000]
refactor HTTP exception check

9 years agorm whitespace, fix typo, add contributor
David Schmidt [Wed, 31 Dec 2014 11:38:32 +0000]
rm whitespace, fix typo, add contributor

9 years agoMerge branch 'davewood-master'
John Napiorkowski [Tue, 30 Dec 2014 22:44:56 +0000]
Merge branch 'davewood-master'

9 years agoMerge branch 'master' of https://github.com/davewood/catalyst-runtime into davewood...
John Napiorkowski [Tue, 30 Dec 2014 22:44:47 +0000]
Merge branch 'master' of https://github.com/davewood/catalyst-runtime into davewood-master

9 years agoMerge branch 'sergeyromanov-patch-1'
John Napiorkowski [Tue, 30 Dec 2014 22:40:04 +0000]
Merge branch 'sergeyromanov-patch-1'

9 years agobackcompat http-exception handling by middleware
David Schmidt [Tue, 30 Dec 2014 19:20:32 +0000]
backcompat http-exception handling by middleware

9 years agostarting to prep release version info
John Napiorkowski [Fri, 26 Dec 2014 21:56:18 +0000]
starting to prep release version info

9 years agotest new method
John Napiorkowski [Fri, 26 Dec 2014 21:54:49 +0000]
test new method

9 years agochanges so that we skip encoding under programmatic situations
John Napiorkowski [Fri, 26 Dec 2014 20:42:10 +0000]
changes so that we skip encoding under programmatic situations

9 years agomore tests for utf8 and docs
John Napiorkowski [Thu, 18 Dec 2014 14:48:29 +0000]
more tests for utf8 and docs

9 years agorename Pod heading (TITLE -> NAME)
Sergey Romanov [Wed, 17 Dec 2014 12:21:41 +0000]
rename Pod heading (TITLE -> NAME)

9 years ago a few extra url generation tests
John Napiorkowski [Wed, 10 Dec 2014 00:25:26 +0000]
 a few extra url generation tests

9 years agofixed test that failed on older perl 5.90079_003
John Napiorkowski [Wed, 3 Dec 2014 19:15:40 +0000]
fixed test that failed on older perl

9 years agodo not run tests that fail when debug mode is active
John Napiorkowski [Wed, 3 Dec 2014 17:42:22 +0000]
do not run tests that fail when debug mode is active

9 years agofixed typo 5.90079_002
John Napiorkowski [Tue, 2 Dec 2014 23:15:35 +0000]
fixed typo

9 years agocute manifest skip... 5.90079_001
John Napiorkowski [Tue, 2 Dec 2014 21:45:45 +0000]
cute manifest skip...

9 years agofix typo
John Napiorkowski [Tue, 2 Dec 2014 21:39:07 +0000]
fix typo

9 years agoadd these deps so that people can use th ws and wss schemes
John Napiorkowski [Tue, 2 Dec 2014 21:37:14 +0000]
add these deps so that people can use th ws and wss schemes

9 years agostart making people use new URI since we have a patch pending and will update to...
John Napiorkowski [Tue, 2 Dec 2014 21:31:29 +0000]
start making people use new URI since we have a patch pending and will update to that when available

9 years agofinished the scheme matching and uri_for updates
John Napiorkowski [Tue, 2 Dec 2014 21:25:00 +0000]
finished the scheme matching and uri_for updates

9 years agoproxy object for the PSGI writer
John Napiorkowski [Tue, 2 Dec 2014 15:16:04 +0000]
proxy object for the PSGI writer

9 years agoremove some debugging logic
John Napiorkowski [Tue, 2 Dec 2014 02:08:36 +0000]
remove some debugging logic

9 years agomore utf8 tests and fixes
John Napiorkowski [Tue, 2 Dec 2014 01:58:04 +0000]
more utf8 tests and fixes