Merge branch 'rrwo/log_stats_report'
[catagits/Catalyst-Runtime.git] / t /
2015-04-10 John Napiorkowski tweaked how constraints work to narrow and tighten...
2015-04-03 John Napiorkowski make it less easy to want moose stringy types
2015-03-31 John Napiorkowski first pass
2015-03-30 John Napiorkowski specificy minimum typetiny version (might solve issue...
2015-03-26 John Napiorkowski make sure we can properly do utf8 constraints
2015-03-26 John Napiorkowski first pass at constraints on uri_for
2015-03-26 John Napiorkowski fixed POD error
2015-03-26 John Napiorkowski skip test if no Type::Tiny
2015-03-26 John Napiorkowski more work on docs
2015-03-25 John Napiorkowski merged from master to sync release
2015-03-25 John Napiorkowski fix for bug around evil query params and docs
2015-03-25 John Napiorkowski preparing docs for release
2015-03-25 John Napiorkowski test case for reported stash issue to prevent regressions
2015-03-25 John Napiorkowski test cases for the args0 issue
2015-03-24 John Napiorkowski arg0 bug
2015-03-24 John Napiorkowski failing test cases
2015-03-24 John Napiorkowski fail test case for args0 issue
2015-03-23 John Napiorkowski more testing
2015-03-23 John Napiorkowski arg0 tests
2015-03-23 John Napiorkowski handle infinite args
2015-03-22 John Napiorkowski show constraint name if available, and fix bug where...
2015-03-21 John Napiorkowski fix ->uri_for*
2015-03-20 John Napiorkowski check both Ref and nonRef types for captures
2015-03-20 John Napiorkowski fixes for when there are more than one constraint in...
2015-03-19 John Napiorkowski docs
2015-03-19 John Napiorkowski basic chaining in place
2015-03-17 John Napiorkowski comment out coerce stuff for now
2015-03-17 John Napiorkowski are coercions feasable at all?
2015-03-17 John Napiorkowski basic coerces
2015-03-17 John Napiorkowski support imported types (types-tiny, MXT)
2015-03-12 John Napiorkowski check test order
2015-03-12 John Napiorkowski fix typo and update test
2015-03-12 John Napiorkowski remove some potentially confusing syntax
2015-03-12 John Napiorkowski allow refs
2015-03-12 John Napiorkowski passing tests again
2015-03-10 John Napiorkowski draft / proof of concept
2015-03-02 John Napiorkowski Merge branch 'master' into australorp
2015-02-23 John Napiorkowski make sure we still properly decode the part name 5.90084
2015-02-23 John Napiorkowski when a POST supplies content encoding, dont assume...
2015-02-23 John Napiorkowski more tests for new utf8 stuff
2015-02-23 John Napiorkowski restored working test case
2015-02-17 John Napiorkowski remove test case for now
2015-01-20 John Napiorkowski test case we want to fix
2015-01-20 André Walker Add test case for OPTIONS
2015-01-20 André Walker Fix OPTIONS HTTP Method
2015-01-10 John Napiorkowski fixed another regression
2015-01-10 John Napiorkowski remove horrid hack, add test cases 5.90081
2015-01-10 John Napiorkowski first post on australorp
2015-01-08 Alexander Hartmaier more spelling fixes
2015-01-07 John Napiorkowski if a response is from an external psgi app, donot doubl...
2015-01-07 John Napiorkowski tests and donot let you change encoding too late into...
2015-01-07 John Napiorkowski more test cases
2015-01-07 John Napiorkowski exclude a test that fails on windows pointlessly
2015-01-07 John Napiorkowski fixed test fail on windows (/ versus \)
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2015-01-02 John Napiorkowski removed unneeded dependency that was causing test fails
2015-01-02 John Napiorkowski removed unneeded dependency that was causing test fails
2014-12-31 John Napiorkowski merged and resolved conflicts from stable
2014-12-31 John Napiorkowski docs and new test cases
2014-12-30 David Schmidt backcompat http-exception handling by middleware
2014-12-26 John Napiorkowski test new method
2014-12-26 John Napiorkowski changes so that we skip encoding under programmatic...
2014-12-18 John Napiorkowski more tests for utf8 and docs
2014-12-10 John Napiorkowski a few extra url generation tests
2014-12-03 John Napiorkowski fixed test that failed on older perl 5.90079_003
2014-12-03 John Napiorkowski do not run tests that fail when debug mode is active
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2014-12-02 John Napiorkowski proxy object for the PSGI writer
2014-12-02 John Napiorkowski remove some debugging logic
2014-12-02 John Napiorkowski more utf8 tests and fixes
2014-12-02 John Napiorkowski get passing tests
2014-12-01 John Napiorkowski troubling test results
2014-12-01 John Napiorkowski failing test
2014-11-25 John Napiorkowski moved the new redirect test to a place where it doesnt...
2014-11-25 John Napiorkowski allow the redirect method to accept a URI style object...
2014-11-25 John Napiorkowski merged from master
2014-11-25 John Napiorkowski more unicode tests
2014-11-25 John Napiorkowski remove a test case I do not think is valid
2014-11-25 John Napiorkowski fixed how upload info is added to parameters
2014-11-24 John Napiorkowski more unicode fixes
2014-11-24 John Napiorkowski fix unicode in chain and path parts + debug console
2014-11-19 John Napiorkowski make the env in Engine weak so that its request scoped 5.90077
2014-11-14 John Napiorkowski remove mistaken file 5.90076
2014-11-13 John Napiorkowski make the httpexception filter more choosey
2014-10-29 John Napiorkowski proposed new test
2014-09-28 Charlie Garrison Merge remote-tracking branch 'upstream/master'
2014-09-28 Charlie Garrison Tests for `uri_for` called as class method.
2014-09-26 John Napiorkowski evolve the stash middleware a bit. add a test case...
2014-09-26 John Napiorkowski as_psgi and to_app
2014-09-26 John Napiorkowski to_app alias
2014-09-23 John Napiorkowski test case for param regression
2014-09-21 Charlie Garrison `controller|mode|view` will return component…
2014-09-15 John Napiorkowski better warnings when code is stupid and calls ->params... 5.90072
2014-08-10 Henry Van Styn undo 310c2a3 ('change default log level to info') ...
2014-08-09 Henry Van Styn Tests passing again (temp/fix - "leak_count")
2014-08-07 John Napiorkowski we no longer need this test
2014-08-06 John Napiorkowski change default log level to info
2014-07-21 John Napiorkowski merged the encoding plugin to Catalyst.p,
2014-07-14 Laufeyjarson Add a new name to the list in stopwords, to fix t/autho...
2014-07-14 Laufeyjarson Add 'lazy' to two parameters to let the constructor...
next