16 years agomultiple replaces for __HOME__ and __path_to()__ v0.15
Brian Cassidy [Tue, 21 Aug 2007 14:53:42 +0000]
multiple replaces for __HOME__ and __path_to()__

17 years agorequire Catalyst::Runtime explicitly
Brian Cassidy [Thu, 26 Apr 2007 15:50:30 +0000]
require Catalyst::Runtime explicitly

17 years agoadd version for Module::Install
Brian Cassidy [Wed, 25 Apr 2007 14:35:17 +0000]
add version for Module::Install

17 years agofix author pod for META.yml v0.14
Brian Cassidy [Tue, 3 Apr 2007 16:26:11 +0000]
fix author pod for META.yml

17 years agoupdated (c) year
Brian Cassidy [Tue, 3 Apr 2007 16:18:38 +0000]
updated (c) year

17 years agoadding Makefile.PL
Brian Cassidy [Tue, 3 Apr 2007 16:14:31 +0000]
adding Makefile.PL

17 years agoremove some debugging
Brian Cassidy [Tue, 3 Apr 2007 16:09:23 +0000]
remove some debugging

17 years agodistro updates for configloader
Brian Cassidy [Tue, 3 Apr 2007 16:06:51 +0000]
distro updates for configloader

17 years agoadded dbic::schema config example
Brian Cassidy [Fri, 15 Dec 2006 00:41:48 +0000]
added dbic::schema config example

17 years agomore work on configloader manual
Brian Cassidy [Wed, 22 Nov 2006 14:49:59 +0000]
more work on configloader manual

17 years agoadded info about env vars
Brian Cassidy [Thu, 2 Nov 2006 20:20:55 +0000]
added info about env vars

17 years agothis is correct
Jonathan Rockway [Thu, 12 Oct 2006 07:16:33 +0000]
this is correct

17 years agostarted a user manual
Brian Cassidy [Thu, 28 Sep 2006 15:43:32 +0000]
started a user manual

17 years agoremoving old dir v0.13
Brian Cassidy [Fri, 25 Aug 2006 02:26:18 +0000]
removing old dir

17 years agoremerge into trunk
Brian Cassidy [Fri, 25 Aug 2006 02:22:55 +0000]
remerge into trunk

17 years agoadd missing files
Brian Cassidy [Sun, 20 Aug 2006 02:18:06 +0000]
add missing files

17 years agorevert commit from joel to do a branch instead
Brian Cassidy [Sun, 20 Aug 2006 02:09:44 +0000]
revert commit from joel to do a branch instead

17 years agoInitial import of Config::Any (refactored from Catalyst::Plugin::ConfigLoader), and...
Joel Bernstein [Wed, 9 Aug 2006 16:57:11 +0000]
Initial import of Config::Any (refactored from Catalyst::Plugin::ConfigLoader), and rewrite of C::P::CL to use C::A

17 years agomade the local suffix overrideable as per robkinyon's suggestion v0.12
Brian Cassidy [Fri, 28 Jul 2006 17:56:42 +0000]
made the local suffix overrideable as per robkinyon's suggestion

17 years agofixed docs with respect to __path_to()__
Brian Cassidy [Wed, 12 Jul 2006 15:31:01 +0000]
fixed docs with respect to __path_to()__

17 years agobumped version v0.11
Brian Cassidy [Tue, 11 Jul 2006 15:46:55 +0000]
bumped version

17 years agoupdate Build.PL and Changes v0.1
Brian Cassidy [Tue, 11 Jul 2006 15:00:27 +0000]
update Build.PL and Changes

17 years agomore current date in Changes file
Brian Cassidy [Wed, 5 Jul 2006 17:41:48 +0000]
more current date in Changes file

17 years agoswitched to Module::Pluggable::Object
Brian Cassidy [Wed, 5 Jul 2006 17:35:31 +0000]
switched to Module::Pluggable::Object
code cleanup

17 years agofixed debug output some
Brian Cassidy [Mon, 19 Jun 2006 11:17:48 +0000]
fixed debug output some

17 years agobumped version
Brian Cassidy [Mon, 12 Jun 2006 12:42:37 +0000]
bumped version
fixed up Changes

17 years agoadded C/M/V legacy shortcuts
Brian Cassidy [Mon, 12 Jun 2006 12:14:13 +0000]
added C/M/V legacy shortcuts

17 years agoremoved hash merging since it's a core behavior
Brian Cassidy [Wed, 31 May 2006 14:00:34 +0000]
removed hash merging since it's a core behavior

17 years agoignore non-ref model/view/controller/component keys v0.09
Brian Cassidy [Wed, 24 May 2006 12:37:21 +0000]
ignore non-ref model/view/controller/component keys
bumped version

17 years agopod updates and more tests v0.08
Brian Cassidy [Tue, 23 May 2006 13:20:18 +0000]
pod updates and more tests

17 years agoupdated pod + tests
Brian Cassidy [Tue, 23 May 2006 12:59:48 +0000]
updated pod + tests

17 years agoupdate Changes file
Brian Cassidy [Tue, 23 May 2006 11:48:57 +0000]
update Changes file

17 years agomore granular top-level hash merging
Brian Cassidy [Tue, 23 May 2006 11:40:43 +0000]
more granular top-level hash merging

17 years agotypo fix.
Brian Cassidy [Tue, 23 May 2006 00:38:15 +0000]
typo fix.

17 years agoadded get_config_path and ability to specific a MYAPP_CONFIG ENV variable
Brian Cassidy [Mon, 15 May 2006 17:01:54 +0000]
added get_config_path and ability to specific a MYAPP_CONFIG ENV variable

17 years agoupdated MANIFEST v0.07
Brian Cassidy [Tue, 9 May 2006 23:06:37 +0000]
updated MANIFEST

18 years agotabs => 4 spaces
Brian Cassidy [Mon, 1 May 2006 12:28:35 +0000]
tabs => 4 spaces

18 years agoadded Config::General support
Brian Cassidy [Mon, 1 May 2006 12:22:31 +0000]
added Config::General support
added nicer syntax for models/views/controllers

18 years agoremoved last; so that _local config will be processed v0.06
Brian Cassidy [Wed, 26 Apr 2006 12:00:04 +0000]
removed last; so that _local config will be processed

18 years agoattemp to load local config v0.05
Brian Cassidy [Tue, 18 Apr 2006 23:25:40 +0000]
attemp to load local config
updated docs
updated Changes
bumped version

18 years agoreworked __HOME__ to be a synonym for $c->path_to( '' )
Brian Cassidy [Tue, 18 Apr 2006 20:02:56 +0000]
reworked __HOME__ to be a synonym for $c->path_to( '' )
new replacement: __path_to('foo/bar')__ => $c->path_to( 'foo', 'bar' )

18 years agolink to XML::Simple in the pod
Brian Cassidy [Mon, 10 Apr 2006 14:10:57 +0000]
link to XML::Simple in the pod

18 years agoApply |RABBIT|'s defined warning fix for ConfigLoader
Yuval Kogman [Sun, 19 Mar 2006 14:28:17 +0000]
Apply |RABBIT|'s defined warning fix for ConfigLoader
http://rabbit.us/pool/configloader_undef_warning_fix.diff

18 years agonicer fix to ConfigLoader issue v0.04
David Kamholz [Thu, 23 Feb 2006 23:49:37 +0000]
nicer fix to ConfigLoader issue

18 years agofix silly bug in ConfigLoader
David Kamholz [Thu, 23 Feb 2006 13:53:17 +0000]
fix silly bug in ConfigLoader

18 years agoadded contributors section
Brian Cassidy [Fri, 10 Feb 2006 12:09:50 +0000]
added contributors section

18 years agofix up slurp idiom
Brian Cassidy [Thu, 9 Feb 2006 23:38:39 +0000]
fix up slurp idiom

18 years agofix ConfigLoader
David Kamholz [Wed, 8 Feb 2006 20:42:11 +0000]
fix ConfigLoader

18 years agore-require File::Slurp
David Kamholz [Wed, 8 Feb 2006 15:20:43 +0000]
re-require File::Slurp

18 years agoConfigLoader 0.04
David Kamholz [Wed, 8 Feb 2006 15:09:30 +0000]
ConfigLoader 0.04
    - add finalize_config method
    - make default finalize_config traverse the config and substitute
      things beginning __HOME__/* with real path
    - don't use File::Slurp, not sure how to eliminate warnings

18 years agoneeds File::Slurp
Brian Cassidy [Tue, 7 Feb 2006 23:22:04 +0000]
needs File::Slurp

18 years agopod fixes v0.03
Brian Cassidy [Mon, 30 Jan 2006 18:43:04 +0000]
pod fixes

18 years agopod fixes
Brian Cassidy [Mon, 30 Jan 2006 11:49:46 +0000]
pod fixes

18 years agoupdated SYNOPSIS
Brian Cassidy [Mon, 30 Jan 2006 02:57:26 +0000]
updated SYNOPSIS

18 years agorefactored v0.02
Brian Cassidy [Mon, 30 Jan 2006 01:01:55 +0000]
refactored

18 years agoinitial import v0.01
Brian Cassidy [Sun, 29 Jan 2006 01:40:49 +0000]
initial import

18 years agoCreated folder remotely
Brian Cassidy [Sun, 29 Jan 2006 01:38:59 +0000]
Created folder remotely