catagits/Web-Simple.git
2011-01-11 Matt S Trout 0.005 release commit v0.005
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 cleanup match_ usage
2010-12-15 Matt S Trout factor out match_not
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-08 Matt S Trout improve Application.pm docs
2010-12-08 Matt S Trout change non-matching example since the old version would...
2010-12-06 John Napiorkowski documentation corrections and updates
2010-12-02 John Napiorkowski documentation for WSA to get started
2010-12-02 John Napiorkowski filled out more docs
2010-12-02 John Napiorkowski minor tweaks
2010-11-29 John Napiorkowski moved around history stuff so that readers get to the...
2010-11-29 John Napiorkowski corrected filter example
2010-11-27 Matt S Trout hello-world.cgi works again
2010-11-27 Matt S Trout fix config handling, finish porting bloggery, safer...
2010-11-25 Matt S Trout update docs
2010-11-25 Matt S Trout return to $self by following the upgrade instructions...
2010-11-25 John Napiorkowski typo correction
2010-11-25 John Napiorkowski fixing test example case
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-24 Matt S Trout document disappearance of magic $self global
2010-11-24 Matt S Trout as_psgi_app becomes to_psgi_app, factor dispatcher...
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 make non-/-terminated path matches allow an extension
2010-11-19 Matt S Trout factor dispatch parser out
2010-10-24 Matt S Trout Support 'use Web::Simple;' to default to current package
2010-10-09 Matt S Trout pass ARGV to _run_cli to enable testing
2010-10-08 Matt S Trout squelch 'used only once' warnings
2010-10-07 Matt S Trout make Class->as_psgi_app only call ->new once
2010-09-25 Matt S Trout skeleton CLI support
2010-08-29 Matt S Trout don't duplicate the PSGI_ENV
2010-07-08 Arthur Axel... release 0.004, hide Plack bits from PAUSE v0.004
2010-07-08 Arthur Axel... release 0.003 v0.003
2010-07-08 Arthur Axel... fix my silly example fails
2010-06-28 Kjetil Kjernsmo ENV -> PSGI_ENV in docs; Bump version
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-06-10 nperez Document ENV feature
2010-05-11 Matt S Trout experimentally expose psgi $env as $_[ENV] with-ENV
2010-02-22 markie switch to using Plack, add FCGI support, use Plack...
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-16 Jakub Narebski Fix escaping of '"' in XML::Tags::to_xml_string
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 Tomas Doran Add .gitignore
2009-12-11 Jakub Narebski t/tags.t: Test of automatic escaping of user data
2009-12-11 Arthur Axel... tests for html escaping (jnareb)
2009-12-09 Arthur Axel... switch to Syntax::Keyword::Gather
2009-12-05 Arthur Axel... changes for css_declare
2009-12-05 Arthur Axel... Merge branch 'css_declare'
2009-12-04 Arthur Axel... new html tag list from quackit.com/html_5/tags/
2009-12-03 Arthur Axel... add lots of CSS properties (eskimo.com/~bloo/indexdot...
2009-12-03 Arthur Axel... better test for unimporting
2009-12-01 Arthur Axel... Look how dumb I am
2009-12-01 Arthur Axel... CSS::Declare works with arrays instead of arrayrefs
2009-12-01 Arthur Axel... super basic tests for CSS::Declare, also dep
2009-12-01 Matt S Trout changes line for 0.002 and bump version in Web/Simple.pm
2009-11-30 Matt S Trout add hello-world.cgi example as file
2009-11-30 Matt S Trout remove erroneous dispatch test
2009-11-30 Matt S Trout sub {} == undef proto, sub () {} == '' proto
2009-11-30 Matt S Trout fix Application.pm to handle empty sub protos correctly
2009-11-27 Arthur Axel... Merge branch 'master' of catagits@git.shadowcat.co...
2009-11-27 Arthur Axel... wrap tests in blocks and a failing tests for ?foo=
2009-11-27 Arthur Axel... examples, and rearrangement
2009-11-27 Matt S Trout update Changes
2009-11-27 Matt S Trout add as_psgi_app and make run_if_script return it for...
2009-11-26 Arthur Axel... fix some really basic doc
2009-11-26 Arthur Axel... fix obvious errors in dispatchex
2009-11-26 Arthur Axel... synopsis
2009-11-24 Matt S Trout dist files
2009-11-24 Matt S Trout nuke rogue Data::Dumper::Concise invocation
2009-11-24 Matt S Trout POD cleanup, extended warning and changes section
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 change filter_response to response_filter in the places...
2009-11-23 Matt S Trout working query parameter handling
2009-11-22 Matt S Trout first cut of query/body parsing, no body support, no...
2009-11-22 Matt S Trout simple param parser
2009-11-22 Matt S Trout explain dispatch subroutine more
2009-11-22 Matt S Trout subdispatch
2009-11-22 Matt S Trout /foo/*/... syntax
2009-11-22 Matt S Trout document new dispatcher features
2009-11-22 Matt S Trout implement !
2009-11-22 Matt S Trout nesting error message
2009-11-22 Matt S Trout implement ()
next