expand ParamParser comment so nobody breaks it again
[catagits/Web-Simple.git] / t /
2012-11-16 Christian Walde test to check cached multipart bodies and arrayification
2012-07-16 Matt S Trout add %_ setting
2012-07-15 Robert Sedlacek allow parameter names to contain dots
2012-07-15 Matt S Trout basic authorization support for run_test_request and CLI
2012-07-05 Christian Walde test + changes for CGI detection under mod_cgid
2012-04-27 Matt S Trout basic named path part matching
2012-04-22 Matt S Trout test fixup
2012-01-30 Christian Walde the ... part of '/foo...' should match ONLY empty strin...
2012-01-30 John Napiorkowski added a test case for various matching behaviors
2012-01-30 Christian Walde allow matching of empty path with the spec ~
2012-01-30 Christian Walde allow subdispatch to apply even when the url has no...
2012-01-30 Andrew Rodland Allow dots in path matchers, so that sub (/foo.html...
2012-01-30 Mateu X Hunter Add inner ** test
2011-12-09 John Napiorkowski changed the regexp to not use perl 5.14isms and improve...
2011-11-29 John Napiorkowski first draft of http methods, with a test case
2011-11-22 John Napiorkowski predicates are objects
2011-11-02 Christian Walde removed frankensteining remnant
2011-11-02 Christian Walde [sub{ }] can now be returned by a route to be used...
2011-11-02 Christian Walde added a test file that puts Web::Dispatch's coverage...
2011-10-06 Matt S Trout maintain $env->{Web::Dispatch.original_env} for ParamPa...
2011-10-05 Christian Walde trimmed some trailing spaces
2011-10-05 Christian Walde ported tests to make use of run_test_request
2011-10-04 Christian Walde more spacing fixes
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-04 Christian Walde added failing todo test for empty dispatch prototype
2011-10-03 Matt S Trout eliminate HTTP::Request::AsCGI in favour of Plack:...
2011-10-03 Christian Walde make it easier to breakpoint into the request
2011-10-03 Christian Walde Test::Plack returns the response, no need for gyrations
2011-10-03 Matt S Trout experimental upload support
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2011-02-11 Matt S Trout fix environment changes within subdispatch and arrange...
2011-01-10 John Napiorkowski changes after mst code review
2011-01-10 John Napiorkowski fix for response_filter regression and matching test
2010-12-15 Matt S Trout isolate param matching in Predicates
2010-12-15 Matt S Trout factor out and simplify param parsing logic
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-15 Matt S Trout handle strings as well as prototypes
2010-12-14 Robin Edwards adapted to take dashes
2010-12-06 John Napiorkowski documentation corrections and updates
2010-11-25 Matt S Trout return to $self by following the upgrade instructions...
2010-11-25 John Napiorkowski fixed test to use new way to init dispatch
2010-11-25 John Napiorkowski correct usages of PSGI_ENV
2010-11-25 John Napiorkowski updated testcase for new code
2010-11-25 John Napiorkowski $self no longer automatically in scope, fixing test
2010-11-20 Matt S Trout switch to Moo
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout factor dispatch parser out
2010-06-28 Matt S Trout rename ENV to PSGI_ENV (*ENV is forced into main::)
2010-06-17 nperez Add failing test for ENV feature
2010-01-20 Matt S Trout skeleton BUILDALL support
2009-12-18 Josh McMichael fixed url path segment match regex so that trailing...
2009-12-16 Jakub Narebski t/tags.t: HTML comments ok
2009-12-16 Jakub Narebski t/tags.t: HTML tags which conflict with Perl built...
2009-12-15 Jakub Narebski t/tags.t: Test escaping of attributes more extensively
2009-12-15 Jakub Narebski t/tags.t: Test that Document Type Declaration (DTD...
2009-12-12 Jakub Narebski t/tags.t: Test that XML processing instruction (<?xml...
2009-12-11 Jakub Narebski t/tags.t: Test of automatic escaping of user data
2009-12-11 Arthur Axel 'fREW... tests for html escaping (jnareb)
2009-12-03 Arthur Axel 'fREW... better test for unimporting
2009-12-01 Arthur Axel 'fREW... CSS::Declare works with arrays instead of arrayrefs
2009-12-01 Arthur Axel 'fREW... super basic tests for CSS::Declare, also dep
2009-11-30 Matt S Trout remove erroneous dispatch test
2009-11-27 Arthur Axel 'fREW... wrap tests in blocks and a failing tests for ?foo=
2009-11-24 Matt S Trout nuke rogue Data::Dumper::Concise invocation
2009-11-24 Matt S Trout amend post.t to work with new body parsing rules
2009-11-24 Matt S Trout implement ?:foo syntax and make ?foo positional
2009-11-23 Matt S Trout switch dispatch [] to dispatch {}
2009-11-23 Matt S Trout first cut at body matching
2009-11-23 Matt S Trout working query parameter handling
2009-11-22 Matt S Trout simple param parser
2009-11-22 Matt S Trout /foo/*/... syntax
2009-11-22 Matt S Trout implement !
2009-11-22 Matt S Trout nesting error message
2009-11-22 Matt S Trout implement ()
2009-11-22 Matt S Trout test three combination |
2009-11-22 Matt S Trout implement | dispatch combinator
2009-10-22 Matt S Trout redispatch_to
2009-10-22 Matt S Trout use overload::constant to escape attributes within...
2009-10-22 Matt S Trout sketch test showing output
2009-10-22 Matt S Trout switch to + separated for sections
2009-10-22 Matt S Trout dispatch parser
2009-10-22 Matt S Trout rename sanitize to to_xml_string, add to_html_string
2009-10-22 Matt S Trout add test files
2009-10-22 Matt S Trout cleanup glob override
2009-10-21 Matt S Trout add sanitize sub
2009-10-21 Matt S Trout make XML::Tags return scalarrefs
2009-10-21 Matt S Trout basic HTML tags
2009-10-21 Matt S Trout first cut of XML::Tags