Updated makefile
[catagits/Catalyst-Runtime.git] / Changes
2005-12-02 Sebastian Riedel Updated makefile
2005-12-02 Andy Grundman 5.60 release
2005-12-02 Sebastian Riedel Updated changes
2005-12-02 Sebastian Riedel Fixed Path and index actions in the appclass
2005-12-02 Andy Grundman Added -d fix to Changes
2005-12-01 Andy Grundman Added a warning if you attempt to retrieve a param...
2005-11-30 Andy Grundman Fixed restarter by backing out Class::C3 fix
2005-11-30 Andy Grundman Backed out REDIRECT_URL support until we can get a...
2005-11-30 Sebastian Riedel Fixed catalyst_par_core() and catalyst_par_multiarch()
2005-11-29 Sebastian Riedel Removed scrollbar from debug screen
2005-11-29 Marcus Ramberg applied patch from autrijus to fix warnings in generate...
2005-11-27 Sebastian Riedel Fixed shebang line for generated scripts
2005-11-27 Sebastian Riedel Added REDIRECT_URL support
2005-11-26 Sebastian Riedel Fixed forward to classes
2005-11-24 Marcus Ramberg prepared for 5.58
2005-11-24 Sebastian Riedel Added ExtUtils::AutoInstall support
2005-11-23 Andy Grundman Added -makefile to catalyst.pl to generate a new Makefi...
2005-11-23 Andy Grundman Restored Catalyst::Build with a deprecation notice
2005-11-23 Andy Grundman Merged latest Static::Simple into core
2005-11-23 Sebastian Riedel Improved PAR support
2005-11-21 Sebastian Riedel Fixed prereqs
2005-11-21 Sebastian Riedel Replaced -short with auto-detection
2005-11-21 Andy Grundman Updated Changes for 5.57 release
2005-11-19 Sebastian Riedel Updated uri_for to accept undef actions
2005-11-19 Sebastian Riedel Fixed typo
2005-11-19 Sebastian Riedel Updated changes
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-18 Sebastian Riedel Renamed -nonew to -force
2005-11-17 Andy Grundman Applied FastCGI daemon patch from mugwump
2005-11-17 Andy Grundman Added esskar's keep-alive patch
2005-11-17 Sebastian Riedel Added PAR support
2005-11-16 Marcus Ramberg prepared for 5.56
2005-11-15 Andy Grundman Added pidfile option to FastCGI server
2005-11-15 Sebastian Riedel Updated Catalyst::Test to use HTTP::Request::AsCGI
2005-11-15 Sebastian Riedel Fixed dispatcher, so $c->req->action(undef) works again
2005-11-15 Andy Grundman Fixed FastCGI engine to not clobber the global %ENV...
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-14 David Kamholz - fix a couple typos
2005-11-14 Sebastian Riedel Released 5.54
2005-11-14 Andy Grundman Released 5.53
2005-11-14 Marcus Ramberg updated to 0.10
2005-11-14 Andy Grundman Fixed formatting of Changes
2005-11-14 Sebastian Riedel Changed uri_for behavior, updated for 5.51
2005-11-12 Marcus Ramberg added support for Model/View/Controller namespace relative
2005-11-12 Andy Grundman Response.pm doc update
2005-11-12 Sebastian Riedel Updated pod
2005-11-11 Sebastian Riedel Fixed args handling in forward
2005-11-10 Andy Grundman Fixed catalyst.pl-generated Build.PL Makefile section
2005-11-10 Sebastian Riedel Fixed relative forwarding
2005-11-10 Andy Grundman Updated Changes for rc4
2005-11-10 Sebastian Riedel Updated changes
2005-11-09 Andy Grundman Updated Changes file to give credit
2005-11-08 Sebastian Riedel Updated built in server to restart on win32
2005-11-08 Andy Grundman Fixed streaming write from a filehandle to stop writing...
2005-11-07 Sebastian Riedel Added user again
2005-11-07 Sebastian Riedel Removed $c->req->user accessor
2005-11-06 Sebastian Riedel Added $c->controller, $c->model and $c->view shortcuts
2005-11-04 Sebastian Riedel Switched to Text::SimpleTable
2005-11-03 Andy Grundman 5.49_03 release changes
2005-11-03 Andy Grundman Fixed req->{path} for backwards-compat
2005-11-03 Marcus Ramberg allow debug to be disabled via Env.
2005-11-02 Sebastian Riedel Added -scripts option to catalyst.pl for script updating
2005-11-02 Sebastian Riedel Changed helpers to default to long types, Controller...
2005-11-02 Sebastian Riedel Added Catalyst::Controller, Catalyst::Model and Catalys...
2005-11-02 Sebastian Riedel Added JavaScript to debug screen, to show and hide...
2005-11-01 Sebastian Riedel Fixed pod
2005-11-01 Andy Grundman Fixed typo in myapp_fastcgi.pl helper
2005-10-31 Sebastian Riedel Updated fcgi engine for multi process external support
2005-10-31 Sebastian Riedel Removed JSAN support from core
2005-10-31 Sebastian Riedel Added JSAN support
2005-10-27 Andy Grundman Updated Changes
2005-10-27 Andy Grundman Updated Changes
2005-10-27 Andy Grundman Fixed Changes file to remove 5.34 and full_uri
2005-10-25 Marcus Ramberg prepare for _02...
2005-10-25 Sebastian Riedel Added path_to method
2005-10-22 Sebastian Riedel Added index action and fixed get_action
2005-10-20 Andy Grundman Close ->res->body if it's a handle
2005-10-19 Andy Grundman Added Static::Simple to core
2005-10-18 Andy Grundman Fixed header test for proxied requests so it works...
2005-10-17 Sebastian Riedel Updated Changes
2005-10-12 Andy Grundman Added filename to debug output for uploaded files
2005-10-12 Andy Grundman Dropped URI::Query, put back old query code, moved...
2005-10-11 Andy Grundman Added upload parameters back into req->params
2005-10-11 Sebastian Riedel Added multiple paths support
2005-10-11 Andy Grundman Updated Changes for path fix
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Added prepare_body_chunk method for upload progress...
2005-10-10 Andy Grundman Updated Changes with uri_for fix
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-26 Andy Grundman Backed out memory leak workaround, bumped Text::ASCIITa...
2005-09-23 Andy Grundman Added temporary workaround for debug memory leak in...
2005-09-19 Andy Grundman Arrr.. I forgot Changes
2005-09-19 Andy Grundman Added Dispatcher bug fix note to Changes, also fixed...
2005-09-17 Jesse Sheidlower added $c->req->full_uri method (core from C::P::Require...
2005-08-21 Sebastian Riedel Fixed mkpath in Catalyst::Helper
2005-08-10 Marcus Ramberg added missing test class.
2005-08-10 Marcus Ramberg released 5.33
2005-08-10 Marcus Ramberg fix objects that evaulate to false. rafl
2005-07-21 Sebastian Riedel Fixed detach and whitespaces in Path/Regex
2005-07-21 Andrew Ford helpers now create .new files where files to be created...
next