first go a a test and method to convert tags to events
[catagits/Web-Simple.git] / lib /
2011-02-16 Matt S Trout re-bump
2011-02-16 Matt S Trout bump version
2011-02-15 Matt S Trout bump version
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 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 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 fix config handling, finish porting bloggery, safer...
2010-11-25 Matt S Trout update docs
2010-11-25 John Napiorkowski typo correction
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 'fREW... release 0.004, hide Plack bits from PAUSE v0.004
2010-07-08 Arthur Axel 'fREW... 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-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 Fix escaping of '"' in XML::Tags::to_xml_string
2009-12-09 Arthur Axel 'fREW... switch to Syntax::Keyword::Gather
2009-12-05 Arthur Axel 'fREW... Merge branch 'css_declare'
2009-12-04 Arthur Axel 'fREW... new html tag list from quackit.com/html_5/tags/
2009-12-03 Arthur Axel 'fREW... add lots of CSS properties (eskimo.com/~bloo/indexdot...
2009-12-01 Arthur Axel 'fREW... CSS::Declare works with arrays instead of arrayrefs
2009-12-01 Matt S Trout changes line for 0.002 and bump version in Web/Simple.pm
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 'fREW... examples, and rearrangement
2009-11-27 Matt S Trout add as_psgi_app and make run_if_script return it for...
2009-11-26 Arthur Axel 'fREW... fix some really basic doc
2009-11-26 Arthur Axel 'fREW... synopsis
2009-11-24 Matt S Trout POD cleanup, extended warning and changes section
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 ()
2009-11-22 Matt S Trout implement | dispatch combinator
2009-11-21 Matt S Trout more renaming and cleanup
2009-11-21 Matt S Trout add return so code doesn't explode after use
2009-11-21 Matt S Trout add %INC entry setting to Web::Simple import() method
2009-11-12 Matt S Trout more dispatch strategy documentation
2009-11-11 Matt S Trout start of dispatch strategy docs
2009-11-11 Matt S Trout switched to Web::Simple::Dispatcher
2009-11-04 Matt S Trout first chunk o' docs
2009-11-04 Matt S Trout default default_config method
2009-11-04 Matt S Trout add ** to capture unlimited path parts
2009-11-04 Matt S Trout perl bloggery.cgi / runs get request
2009-11-04 Matt S Trout I R RETARD. fix 500 errors
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 first cut of Web-Simple
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 comment this up the arseholes
2009-10-22 Matt S Trout cleanup to _set_glob function
2009-10-22 Matt S Trout cleanup glob override
2009-10-21 Matt S Trout add sanitize sub
next