Fix spelling
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Utils.pm
2012-02-18 Andrew Rodland Fix spelling
2012-02-16 Tomas Doran Doc new function
2012-02-16 Tomas Doran Split out into new function
2012-02-16 Tomas Doran Some sane testing for home utility.
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-09-09 Tomas Doran We use Class::MOP in Catalyst::Utils, so load it
2010-08-04 Robert Buels don't load Catalyst::Exception in Utils.pm BEGIN, becau...
2009-11-14 Tomas Doran Pod fixes re RT#51489
2009-10-28 Florian Ragwitz Enable Catalyst::Utils::home() to find home within...
2009-07-16 Tomas Doran Remove 10897, this hack kinda works, but then leads...
2009-07-16 Tomas Doran Special move for CX::Component::Traits. No tests, pleas...
2009-06-26 Florian Ragwitz Fix annoying warnings in Utils::resolve_namespace.
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-06 Moritz Onken refactor of namespace handling
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Clean imports from Catalyst::Utils.
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS}
2009-01-12 Tomas Doran Re-write Roadmap to not be lies, change warns on compon...
2008-12-14 Tomas Doran Fix a 5.70/5.80 behavior change in Catalyst::Utils...
2008-10-17 Florian Ragwitz Stop using Class::Inspector. Class::MOP::load_class...
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-05-27 Brian Cassidy Fix Catalyst::Utils::home() when application .pm is...
2008-04-06 Marcus Ramberg Patch to fix homefinding for scripts in deep subdirs
2008-02-02 Jess Robinson Steal class loading code from Class::MOP, which isnt...
2007-10-14 Jess Robinson Add tests to not load files that are not valid/sane...
2007-08-21 Matt S Trout fix plugin loading
2007-08-02 Brian Cassidy tabs => spaces
2007-07-21 Jonathan Rockway add env_value patch from (Adam Herzog)++
2007-07-18 Marcus Ramberg Better error handling
2007-03-28 Andy Grundman Fix to C::Test to allow proper testing of remote URLs...
2006-10-19 David Kamholz clean up Catalyst::Utils and fix a couple bugs in it...
2006-07-15 Brian Cassidy Fix component_setup + tests
2006-06-28 Matt S Trout fixup to Catalyst::Utils::home
2006-06-24 Yuval Kogman Clean up Catalyst::Utils::home for better readability
2006-06-23 Brian Cassidy ripped out the guts of merge_config_hashes and put...
2006-06-07 Yuval Kogman be a bit more anal about the checking for successful...
2006-06-07 Yuval Kogman Catalyst::Utils::ensure_class_loaded
2005-11-19 Sebastian Riedel Fixed Catalyst::Utils::request
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Andy Grundman Utils doc patch from ningu
2005-11-06 Sebastian Riedel Added DBIx::Class::WebForm
2005-10-31 Yuval Kogman Example for Catalyst::Utils::apprefix
2005-10-21 Sebastian Riedel Fixed second bug
2005-10-21 Sebastian Riedel Fixed my bug
2005-10-21 Sebastian Riedel Fixed pod and added Catalyst::Utils::appprefix
2005-10-11 Jesse Sheidlower Spelling fixes throughout core modules
2005-10-10 Andy Grundman Missed some changes, merged again from r1019
2005-06-24 Christian Hansen added C::Utils::class2tempdir()
2005-06-21 Christian Hansen Moved all setup methods to Catalyst::Setup
2005-06-20 Christian Hansen Added $req->cookie
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-08 Sebastian Riedel Added support for case sensitivity
2005-06-07 Christian Hansen Prettify home path by resolving '..' (Andy Grundman)
2005-05-18 Marcus Ramberg fixed pod errors.
2005-05-05 Christian Hansen Minor engine cleanup
2005-04-30 Sebastian Riedel Updated utils
2005-04-30 Sebastian Riedel Updated some core stuff, cleanups, better errors...
2005-04-26 Sebastian Riedel Added examples for cat utils
2005-04-17 Sebastian Riedel Added global config for components
2005-04-16 Sebastian Riedel Added . support to xmlrpc
2005-04-16 Sebastian Riedel Added Catalyst::Utils