catagits/Web-Simple.git
2011-09-10 Chris Nehren More dispatch tests. people/apeiron/extend-dispatch-tests
2011-07-15 Matt S Trout auto-fetch Distar
2011-03-28 Justin Hunter fix doc typo
2011-02-25 Matt S Trout tweak Antiquated Perl copyright to 'same as perl'.
2011-02-25 Matt S Trout change Web::Simple::Application to refer to Web::Simple...
2011-02-25 Matt S Trout add Antiquated Perl slides as POD, delete takahashi...
2011-02-16 Matt S Trout Release commit for 0.008 release_0.008
2011-02-16 Matt S Trout re-bump
2011-02-16 Matt S Trout Release commit for 0.007 release_0.007
2011-02-16 Matt S Trout bump version
2011-02-16 Matt S Trout note in changes we need another release due to an index...
2011-02-15 Matt S Trout Release commit for 0.006 release_0.006
2011-02-15 Matt S Trout bump version
2011-02-15 Matt S Trout update Changes
2011-02-15 Matt S Trout convert to Distar
2011-02-11 Matt S Trout fix environment changes within subdispatch and arrange...
2011-02-10 Matt S Trout avoid undef errors blowing out XML::Tags
2011-02-02 Devin Austin updated Changelog
2011-02-02 Devin Austin added mst's fix to ParamParser for Content-type stuffs
2011-01-17 Matt S Trout Make Web::Dispatch return [$cv] as $cv to allow subref...
2011-01-12 Matt S Trout cleanup test code and support non-GET requests
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...
next