Fix for Windows regarding changes from 0.29
[catagits/Catalyst-Plugin-ConfigLoader.git] / lib / Catalyst / Plugin / ConfigLoader.pm
2010-08-21 Brian Cassidy Fix for Windows regarding changes from 0.29 v0.30
2010-08-20 Brian Cassidy bump ver
2010-08-19 Tomas Doran Fix issue from the mailing list
2010-06-30 Brian Cassidy copyright year v0.28
2009-08-19 Brian Cassidy Pod Fixes related to config_substitutions()
2009-08-13 Brian Cassidy prep release v0.27
2009-08-10 Brian Cassidy prep release v0.26
2009-08-07 Brian Cassidy fix for get_config_path also v0.25
2009-08-07 Dan Dascalescu Prepare for release the version number as well
2009-08-07 Dan Dascalescu Test case and patch for RT #47937 - MYAPP_CONFIG_LOCAL_...
2009-06-28 Tomas Doran Patch to add an __ENV(foo)__ macro to configloader...
2009-05-14 Tomas Doran Explain MYAPP_LOCAL_CONFIG_SUFFIX etc much more clearly...
2009-04-27 Brian Cassidy bump ver (missing commit from marcus?). other minor...
2009-01-05 Brian Cassidy test updates
2009-01-03 Brian Cassidy switch from NEXT to MRO::Compat
2008-10-14 Brian Cassidy add a cookbook entry re: UTF-8 and Config::General...
2008-08-05 Brian Cassidy add nice syntax for plugins to match models/views/contr...
2008-06-13 Brian Cassidy fix up pod to explain in more detail how to pass option...
2008-04-22 Brian Cassidy deprecation notice removal, as planned.
2008-04-22 Brian Cassidy die() instead of silently skip files with extensions...
2008-03-09 Marcus Ramberg pod update
2008-02-06 Brian Cassidy sort configs by filename for loading (RT #31498)
2007-11-21 Brian Cassidy whoops. blew that change. v0.19
2007-11-21 Brian Cassidy warn a little louder
2007-11-21 Brian Cassidy removed each()
2007-11-21 Brian Cassidy tiny pod fix
2007-11-21 Brian Cassidy perltidy
2007-11-21 Brian Cassidy fixed suffix appending to explicit config paths.
2007-10-14 Brian Cassidy fix indent level on DBIC::Schema config
2007-08-24 Brian Cassidy added prereq for catalyst 5.7008 v0.17
2007-08-22 Brian Cassidy pass special config options to drivers
2007-08-22 Brian Cassidy add deprecation notices
2007-08-22 Brian Cassidy use explicit Plugin::ConfigLoader config section
2007-08-22 Brian Cassidy allow custom macros or overriding of config_substitutio...
2007-08-22 Brian Cassidy fix configloader to use Catalyst::Utils::env_value()
2007-08-21 Brian Cassidy multiple replaces for __HOME__ and __path_to()__ v0.15
2007-04-03 Brian Cassidy fix author pod for META.yml v0.14
2007-04-03 Brian Cassidy updated (c) year
2006-09-28 Brian Cassidy started a user manual
2006-08-25 Brian Cassidy remerge into trunk
2006-08-20 Brian Cassidy revert commit from joel to do a branch instead
2006-08-09 Joel Bernstein Initial import of Config::Any (refactored from Catalyst...
2006-07-28 Brian Cassidy made the local suffix overrideable as per robkinyon... v0.12
2006-07-12 Brian Cassidy fixed docs with respect to __path_to()__
2006-07-11 Brian Cassidy bumped version v0.11
2006-07-05 Brian Cassidy switched to Module::Pluggable::Object
2006-06-19 Brian Cassidy fixed debug output some
2006-06-12 Brian Cassidy bumped version
2006-06-12 Brian Cassidy added C/M/V legacy shortcuts
2006-05-31 Brian Cassidy removed hash merging since it's a core behavior
2006-05-24 Brian Cassidy ignore non-ref model/view/controller/component keys v0.09
2006-05-23 Brian Cassidy more granular top-level hash merging
2006-05-23 Brian Cassidy typo fix.
2006-05-15 Brian Cassidy added get_config_path and ability to specific a MYAPP_C...
2006-05-01 Brian Cassidy tabs => 4 spaces
2006-05-01 Brian Cassidy added Config::General support
2006-04-26 Brian Cassidy removed last; so that _local config will be processed v0.06
2006-04-18 Brian Cassidy attemp to load local config v0.05
2006-04-18 Brian Cassidy reworked __HOME__ to be a synonym for $c->path_to(...
2006-03-19 Yuval Kogman Apply |RABBIT|'s defined warning fix for ConfigLoader
2006-02-10 Brian Cassidy added contributors section
2006-02-09 Brian Cassidy fix up slurp idiom
2006-02-08 David Kamholz ConfigLoader 0.04
2006-01-30 Brian Cassidy pod fixes v0.03
2006-01-30 Brian Cassidy pod fixes
2006-01-30 Brian Cassidy updated SYNOPSIS
2006-01-30 Brian Cassidy refactored v0.02
2006-01-29 Brian Cassidy initial import v0.01