Added -scripts option to catalyst.pl for script updating
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
2005-11-02 Sebastian Riedel Added -scripts option to catalyst.pl for script updating
2005-11-02 Sebastian Riedel Updated helper templates
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...
2005-11-02 Sebastian Riedel Fixed typo
2005-11-02 Sebastian Riedel Changed helpers to default to long types, Controller...
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 Made JSAN support optional
2005-10-31 Sebastian Riedel Added JSAN support
2005-10-21 Sebastian Riedel Updated class templates
2005-10-21 Sebastian Riedel Fixed pod and added Catalyst::Utils::appprefix
2005-10-20 Andy Grundman Fixed binmode call in helper
2005-10-20 Andy Grundman Set binmode on files created using the helper, so they...
2005-10-19 Sebastian Riedel Updated helper
2005-10-19 Sebastian Riedel Added images, updated helper and added some comments
2005-10-19 Sebastian Riedel Added first welcome screen mockup
2005-10-17 Sebastian Riedel Improved test server
2005-10-17 Sebastian Riedel Added restart feature to test server
2005-10-11 Jesse Sheidlower Spelling fixes throughout core modules
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-19 Andy Grundman Fixed Helper so it works with CRLF line-endings
2005-08-21 Sebastian Riedel Fixed mkpath in Catalyst::Helper
2005-07-21 Andrew Ford helpers now create .new files where files to be created...
2005-06-23 Marcus Ramberg minor pod fix to make tests pass.
2005-06-23 Sebastian Riedel Added Catalyst::Helper::Controller::Scaffold
2005-06-22 Christian Hansen Updated Helper.pm MANIFEST and Changes
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-10 Sebastian Riedel Fixed typo
2005-06-10 Sebastian Riedel Fixed typo
2005-06-10 Sebastian Riedel Fixed helper template
2005-06-10 Sebastian Riedel Fixed helper templates...again...
2005-06-08 Sebastian Riedel Improved helper templates and test naming scheme
2005-06-07 Christian Hansen Fixed regexp in Helper (David Storrs)
2005-06-07 Christian Hansen reverted latest path from Andy Grundman
2005-06-06 Sebastian Riedel Fixed scripts on win32
2005-05-29 Christian Hansen Fixed a typo in Helper.pm (Lars Balker Rasmussen)
2005-05-18 Marcus Ramberg fixed pod errors.
2005-05-07 Sebastian Riedel Updated helper templates again...
2005-05-07 Sebastian Riedel Updated helper templates again
2005-05-07 Sebastian Riedel Updated helper templates
2005-05-06 Sebastian Riedel Updated helper templates
2005-04-25 Sebastian Riedel Updated helper
2005-04-25 Sebastian Riedel Updated helper s/fcgi/fastcgi/
2005-04-25 Christian Hansen Rename FCGI to FastCGI
2005-04-22 Sebastian Riedel Added makefile to helper
2005-04-22 Christian Hansen - Improved: Params handling with MP engines
2005-04-22 Marcus Ramberg added: passthrough makefile.pl compat for Catalyst...
2005-04-20 Sebastian Riedel Fixed helper
2005-04-20 Sebastian Riedel Updated helper
2005-04-20 Sebastian Riedel Big change, new installer and home detection
2005-04-19 Marcus Ramberg Fixed: No Helper in Catalyst.pm
2005-04-17 Sebastian Riedel Fixed helper generated changes file
2005-04-16 Marcus Ramberg Added: Automagic AUTHOR in helpers.
2005-04-16 Marcus Ramberg Fixed: builtin actions are private too (Tutorial Docs)
2005-04-15 Marcus Ramberg Fixed: Minor typo in Intro.pod
2005-04-14 Sebastian Riedel goodbye ajax, welcome prototype
2005-04-13 Sebastian Riedel fixed helpers, maybe
2005-04-13 Sebastian Riedel some updates
2005-03-31 Sebastian Riedel generated apps should now require Cat5
2005-03-31 Sebastian Riedel fixed some minor bugs
2005-03-31 Sebastian Riedel fixed helper
2005-03-29 Christian Hansen Removing C::E::CGI::NPH
2005-03-28 Sebastian Riedel fixed helper
2005-03-28 Sebastian Riedel big cleansweep
2005-03-28 Sebastian Riedel improved documentation
2005-03-25 Christian Hansen - removed C::E::Server
2005-03-25 Sebastian Riedel added Test::Pod support
2005-03-23 Christian Hansen added cgi.pl helper script
2005-03-23 Christian Hansen added C::E::CGI::NPH
2005-03-22 Sebastian Riedel fcgi engine
2005-03-22 Sebastian Riedel added fcgi.pl
2005-03-22 Sebastian Riedel removed cgi-server.pl
2005-03-22 Sebastian Riedel AAAAAAAAAAAAAAAAAAAAAAAAAAAHHHH!!
2005-03-22 Sebastian Riedel fixed base
2005-03-21 Sebastian Riedel fixed helper
2005-03-21 Sebastian Riedel updated server.pl and cgi-server.pl
2005-03-21 Sebastian Riedel cgi.pl-> nph-cgi.pl
2005-03-19 Sebastian Riedel added script/cgi-server.pl
2005-03-19 Sebastian Riedel many many fixes...
2005-03-12 Sebastian Riedel correct perl pathes for helper generated scripts
2005-03-10 Sebastian Riedel lots of updates!
2005-03-05 Sebastian Riedel moved bin to script
2005-03-04 Sebastian Riedel new helper api
2005-03-03 Sebastian Riedel pod coverage test for helper generated apps
2005-03-02 Sebastian Riedel Many bugfixes,better docs
2005-03-02 Sebastian Riedel Improved docs
2005-03-01 Sebastian Riedel Added CDBI helper and added some documentation
2005-02-28 Marcus Ramberg initial import of catalyst.