remove a submodule from travis
[catagits/Catalyst-Runtime.git] / t / aggregate /
2018-01-16 Jay Hannah Merge branch 'pr/135' into release-candidates/rc-5...
2017-09-26 Graham Knop use different package name in autoflush log test
2017-09-26 Graham Knop stop using Moo as a test package
2017-09-26 Graham Knop use inlined module hiding in tests
2017-09-11 Dagfinn Ilmari Man... Fix double-encoding of spaces in query parameter keys...
2016-05-26 asparkman Updated number of tests for live_engine_request_parameters
2016-05-26 asparkman Further corrects previously mentioned tests.
2016-05-25 asparkman Fixes tests to assume orthogonality between query keywo...
2015-10-29 John Napiorkowski get catalyst passing tests again
2015-10-29 John Napiorkowski merged
2015-10-26 Marco Pessotto Test uri_for with path = 0
2015-10-26 Marco Pessotto Avoid warning when path argument for uri_for is not...
2015-07-28 John Napiorkowski make stringy first argument into expert mode
2015-07-28 John Napiorkowski proposal for fragment spec
2015-07-27 John Napiorkowski more tests for escaping fragment
2015-07-27 Mischa S preserve fragments and stick them on the end of URLs
2015-01-20 André Walker Add test case for OPTIONS
2014-12-02 John Napiorkowski more utf8 tests and fixes
2014-10-29 John Napiorkowski proposed new test
2014-09-28 Charlie Garrison Tests for `uri_for` called as class method.
2014-09-26 John Napiorkowski to_app alias
2014-09-21 Charlie Garrison `controller|mode|view` will return component…
2014-08-10 Henry Van Styn undo 310c2a3 ('change default log level to info') ...
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 'lazy' to two parameters to let the constructor...
2014-06-10 John Napiorkowski stash is now middleware
2014-06-04 Henry Van Styn version 5.90065 5.90065
2014-05-27 John Napiorkowski merge new log stuff
2014-05-13 Henry Van Styn API change: autoflush (log) now on by default + unit...
2014-05-12 Dagfinn Ilmari Man... Use a fixed body in response header tests
2014-05-05 Dagfinn Ilmari Man... Fix test failures when running under CATALYST_DEBUG...
2014-01-27 Mark Ellis Added an extra test that dies in the middle of a chain
2013-12-21 John Napiorkowski first pass at not streaming via the catalyst app, but...
2013-11-04 Mark Ellis fixed failing test
2013-11-02 Mark Ellis fixed failing test and maybe travis
2013-11-02 Mark Ellis Fixed failing tests where you Starman is installed...
2013-10-18 John Napiorkowski first pass at making Catalyst act enough like PSGI...
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2013-08-21 Karen Etheridge remove all unnecessary shebangs
2013-08-21 Karen Etheridge convert all uses of Test::Exception to Test::Fatal
2013-06-12 John Napiorkowski merged after conflict resolution
2013-06-12 Dimitar Petrov Add comment to the test
2013-06-12 Dimitar Petrov Add option to break a chain if error occurs
2013-05-10 Wallace Reis Unicode plugin: import tests and update current ones
2013-03-29 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-03-27 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-03-25 Fitz Elliott update docs and tests for cpanfile support
2013-02-18 Dimitar Petrov Fix text indention
2013-02-11 John Napiorkowski new match and match captutres for http methods, plus...
2013-01-05 Karen Etheridge work with MooseX::Getopt 0.48 by using the new public...
2013-01-04 Tomas Doran Revert "work with MooseX::Getopt 0.48 by using the...
2012-12-27 Karen Etheridge work with MooseX::Getopt 0.48 by using the new public...
2012-12-10 Ferruccio Zamuner Fixed the TODO test, it works now.
2012-12-05 Dagfinn Ilmari Man... Make URI query param tests simpler and more robust
2012-12-04 Tomas Doran Fix http server test, which also runs all the tests...
2012-12-04 Tomas Doran More v5.17.5-518-g7dc8663 related fixing
2012-12-04 Tomas Doran Fix for v5.17.5-518-g7dc8663
2012-11-12 Tomas Doran Make a load of the tests fail more obviously
2012-11-12 Tomas Doran Fix for perl 5.8. RT#61122
2012-10-23 Tomas Doran Fix more stupidity
2012-10-23 Tomas Doran Using a regex on data::dumper output is insane. I suck
2012-08-28 Gareth Kirwan Change Catalsyt _parse_attrs so that when sub attr...
2012-08-16 John Napiorkowski patch to make prepare_parameters not be both a builder...
2012-08-14 Matt S Trout Fix model/view/controller methods to handle stringifiab...
2012-08-14 Matt S Trout Fix model/view/controller methods to handle stringifiab...
2012-06-30 Tomas Doran Fix ->finalize_headers getting called twice. RT#78090
2012-06-25 Andrew Rodland Fix CPAN RT#76179
2012-06-08 Florian Ragwitz Move Controller::ActionRole's functionality into the...
2012-05-26 Tomas Doran Fix script test when aggregated
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2012-03-13 Tomas Doran Add test case from RT#75607
2012-03-02 Nigel Metheringham Fixed up uses of catdir being used to return a file...
2012-03-01 Tomas Doran Simplify loading madness back to what I was originally...
2012-02-16 Tomas Doran Tests and fixes for conditional inclusion
2012-02-12 Peter Rabbitson Catalyst is tested and works just fine with 5.8.3....
2012-02-06 Tomas Doran Change path_to testing to use a real app to test it...
2012-01-22 Tomas Doran lose the aggressive error handling - works when aggrega...
2012-01-22 Tomas Doran Shut up another test
2012-01-22 Tomas Doran Merge remote branch 'origin/no_state_in_engine'
2011-12-01 Tomas Doran Work when not aggregated
2011-11-22 Matthias Dietrich Implemented match_captures
2011-10-31 Tomas Doran Stop the request needing the context, just pass in...
2011-10-28 Tomas Doran Move preparing the body into the request, almost works.
2011-10-25 Tomas Doran Move all request state out of the engine into Request...
2011-10-25 Tomas Doran Store the script options in the engine.
2011-10-22 Tomas Doran Merge branch script_roles
2011-10-21 Lian Wan Situ allow uri_for_action to be called with captures and...
2011-10-21 Florian Ragwitz Implement automatic role loading for script classes.
2011-10-21 Tomas Doran Merge branch captures_and_args_combined
2011-10-05 Tomas Doran Fix test by backing out 5dbac379d1a478321ca88d3c94c16d3...
2011-10-05 Tomas Doran Find bin right
2011-10-05 Tomas Doran Fix issue with array refs and actions from config....
2011-09-02 Tomas Doran Re-space more sanely
2011-09-02 Tomas Doran Move to aggregate
2011-08-14 Jesse Sheidlower Doc changes to Upgrading and PSGI.
2011-08-07 Tomas Doran Back compat fix for CX::CRUD and others
2011-07-28 Tomas Doran Runtime check to skip the plan, ergo need to runtime...
2011-07-28 Tomas Doran Fix server test to work in make test
next