13 years agocreated application to test extending the container
André Walker [Tue, 2 Aug 2011 17:53:47 +0000]
created application to test extending the container

13 years agoseparate repeated code, and move it to _lookup_mvc
André Walker [Tue, 2 Aug 2011 01:54:04 +0000]
separate repeated code, and move it to _lookup_mvc

13 years agopod for build_component_subcontainer
André Walker [Tue, 2 Aug 2011 01:22:10 +0000]
pod for build_component_subcontainer

13 years agoACCEPT_CONTEXT wasnt getting the args
André Walker [Tue, 2 Aug 2011 01:06:46 +0000]
ACCEPT_CONTEXT wasnt getting the args

13 years agoMerge branch 'suppress_data_dumper_warnings' into gsoc_breadboard
André Walker [Mon, 1 Aug 2011 23:33:50 +0000]
Merge branch 'suppress_data_dumper_warnings' into gsoc_breadboard

13 years agoSuppressing Data::Dumper warnings in test t/aggregate/live_component_controller_actio...
André Walker [Mon, 1 Aug 2011 23:28:18 +0000]
Suppressing Data::Dumper warnings in test t/aggregate/live_component_controller_action_action.t

13 years agoConstructorInjection doesn't have accept_context_args parameter
André Walker [Mon, 1 Aug 2011 23:01:18 +0000]
ConstructorInjection doesn't have accept_context_args parameter

13 years agooverridden WithParameters defaults
André Walker [Mon, 1 Aug 2011 22:58:32 +0000]
overridden WithParameters defaults

13 years agosuffix becomes config_key
André Walker [Mon, 1 Aug 2011 22:57:14 +0000]
suffix becomes config_key

13 years agoSmash TODO more
Tomas Doran [Mon, 1 Aug 2011 21:50:49 +0000]
Smash TODO more

13 years agoget_all_components gets services from component container
André Walker [Mon, 1 Aug 2011 21:19:48 +0000]
get_all_components gets services from component container

13 years agoCreated component sub-container, brought BlockInjection back
André Walker [Mon, 1 Aug 2011 21:08:33 +0000]
Created component sub-container, brought BlockInjection back

13 years agoSmash the TODO
Tomas Doran [Mon, 1 Aug 2011 19:40:02 +0000]
Smash the TODO

13 years agoMake this required, and no default
Tomas Doran [Thu, 28 Jul 2011 20:22:17 +0000]
Make this required, and no default

13 years agoturns out the test is useful
André Walker [Mon, 1 Aug 2011 18:46:03 +0000]
turns out the test is useful

13 years agoMerge branch 'master' into gsoc_breadboard
André Walker [Sat, 30 Jul 2011 03:42:04 +0000]
Merge branch 'master' into gsoc_breadboard

13 years agoservice is in subcontainer, not root container. put a fixme in the test that help...
André Walker [Sat, 30 Jul 2011 03:27:14 +0000]
service is in subcontainer, not root container. put a fixme in the test that help me find it, but had nothing to do with it

13 years agoupdated test to look for exception, not warning
André Walker [Sat, 30 Jul 2011 03:15:36 +0000]
updated test to look for exception, not warning

13 years agotest was trying to dispatch through TestApp, instead of TestApp::Controller::Root
André Walker [Sat, 30 Jul 2011 02:55:13 +0000]
test was trying to dispatch through TestApp, instead of TestApp::Controller::Root

13 years ago%args passed to Container->new again
André Walker [Sat, 30 Jul 2011 02:27:56 +0000]
%args passed to Container->new again

13 years agotest was failing because of the order of components returned
André Walker [Sat, 30 Jul 2011 02:11:31 +0000]
test was failing because of the order of components returned

13 years agoskipped tests for expand_modules and search_extra, updated other bits
André Walker [Sat, 30 Jul 2011 01:53:50 +0000]
skipped tests for expand_modules and search_extra, updated other bits

13 years agoskip tests from setup_component till we decide what to do with it
André Walker [Sat, 30 Jul 2011 01:36:26 +0000]
skip tests from setup_component till we decide what to do with it

13 years agoupdated test. ConstructorInjection tries to load files from disk, so, instead of...
André Walker [Sat, 30 Jul 2011 01:34:43 +0000]
updated test. ConstructorInjection tries to load files from disk, so, instead of mocking, I created files on disk

13 years agono redefine warnings for test
André Walker [Fri, 29 Jul 2011 22:54:25 +0000]
no redefine warnings for test

13 years agoupdating test to work with Container changes
André Walker [Fri, 29 Jul 2011 22:48:08 +0000]
updating test to work with Container changes

13 years agoadded pod for class_config service
André Walker [Fri, 29 Jul 2011 22:30:36 +0000]
added pod for class_config service

13 years agoclass level config merged with container's config
André Walker [Fri, 29 Jul 2011 22:15:26 +0000]
class level config merged with container's config

13 years agosame for SubContainer.pm
André Walker [Fri, 29 Jul 2011 21:32:20 +0000]
same for SubContainer.pm

13 years agoshorter lines in pod
André Walker [Fri, 29 Jul 2011 21:31:40 +0000]
shorter lines in pod

13 years agorenaming method get_components_names_types
André Walker [Fri, 29 Jul 2011 21:29:41 +0000]
renaming method get_components_names_types

13 years agoadd_component only needs one arg now
André Walker [Fri, 29 Jul 2011 21:18:26 +0000]
add_component only needs one arg now

13 years agodocumenting Container. removed pod for private methods
André Walker [Fri, 29 Jul 2011 20:56:59 +0000]
documenting Container. removed pod for private methods

13 years agosmall fixes in POD
André Walker [Fri, 29 Jul 2011 20:14:21 +0000]
small fixes in POD

13 years agoundef for accept_context_args is better than []
André Walker [Fri, 29 Jul 2011 04:07:43 +0000]
undef for accept_context_args is better than []

13 years agoRemoved references to BlockInjection, and created validation for parameters in accept...
André Walker [Fri, 29 Jul 2011 04:01:57 +0000]
Removed references to BlockInjection, and created validation for parameters in accept_context_args

13 years agoremoved code from WithCOMPONENT
André Walker [Fri, 29 Jul 2011 04:01:05 +0000]
removed code from WithCOMPONENT

13 years agoFixed WithAcceptContext to use params correctly
André Walker [Fri, 29 Jul 2011 04:00:02 +0000]
Fixed WithAcceptContext to use params correctly

13 years agocreated ::Service::WithCOMPONENT, wih code from ConstructorInjection
André Walker [Fri, 29 Jul 2011 03:58:39 +0000]
created ::Service::WithCOMPONENT, wih code from ConstructorInjection

13 years agono need for BlockInjection (now components are ConstructorInjection)
André Walker [Fri, 29 Jul 2011 03:48:18 +0000]
no need for BlockInjection (now components are ConstructorInjection)

13 years agoremoved completed items from TODO
André Walker [Fri, 29 Jul 2011 01:25:24 +0000]
removed completed items from TODO

13 years agoadded test for broken applevel config functionality
André Walker [Thu, 28 Jul 2011 23:02:41 +0000]
added test for broken applevel config functionality

13 years agoupdating TestAppContainer to use Moose and extend Catalyst
André Walker [Thu, 28 Jul 2011 23:02:12 +0000]
updating TestAppContainer to use Moose and extend Catalyst

13 years agotrailing whitespace
André Walker [Thu, 28 Jul 2011 22:48:18 +0000]
trailing whitespace

13 years agoTestApp extending Catalyst
André Walker [Thu, 28 Jul 2011 22:47:53 +0000]
TestApp extending Catalyst

13 years agofixed test
André Walker [Thu, 28 Jul 2011 22:37:10 +0000]
fixed test

13 years agoattempt at locate_components backcompat
André Walker [Thu, 28 Jul 2011 22:35:36 +0000]
attempt at locate_components backcompat

13 years agofixing pod again
André Walker [Thu, 28 Jul 2011 22:21:42 +0000]
fixing pod again

13 years agofixing pod
André Walker [Thu, 28 Jul 2011 22:18:19 +0000]
fixing pod

13 years agofixed ConstructorInjection
André Walker [Thu, 28 Jul 2011 22:07:37 +0000]
fixed ConstructorInjection

13 years agocreated ConstructorInjection (NOT working)
André Walker [Thu, 28 Jul 2011 21:08:48 +0000]
created ConstructorInjection (NOT working)

13 years agosetup_components back to method
André Walker [Thu, 28 Jul 2011 19:07:34 +0000]
setup_components back to method

13 years agosetup_components became a service
André Walker [Thu, 28 Jul 2011 18:49:51 +0000]
setup_components became a service

13 years agoUpdate MANIFEST.SKIP to ignore t/tmp horrible regex gets worse as I'm tired
Tomas Doran [Thu, 28 Jul 2011 18:26:47 +0000]
Update MANIFEST.SKIP to ignore t/tmp horrible regex gets worse as I'm tired

13 years agorequired container name, small other fixes
André Walker [Thu, 28 Jul 2011 18:26:11 +0000]
required container name, small other fixes

13 years agorenaming build_name_service to build_application_name_service
André Walker [Thu, 28 Jul 2011 18:12:39 +0000]
renaming build_name_service to build_application_name_service

13 years agolocate_components as a service
André Walker [Thu, 28 Jul 2011 18:10:37 +0000]
locate_components as a service

13 years agoname -> application_name in POD
André Walker [Thu, 28 Jul 2011 18:01:53 +0000]
name -> application_name in POD

13 years agorenamed 'name' container attribute to 'application_name'
André Walker [Thu, 28 Jul 2011 17:41:27 +0000]
renamed 'name' container attribute to 'application_name'

13 years agowarn only once
André Walker [Thu, 28 Jul 2011 17:08:59 +0000]
warn only once

13 years agoSingleton lifecycles
André Walker [Thu, 28 Jul 2011 15:22:30 +0000]
Singleton lifecycles

13 years agofixed current_instance
André Walker [Thu, 28 Jul 2011 15:22:19 +0000]
fixed current_instance

13 years agosmall cleanup
André Walker [Thu, 28 Jul 2011 14:25:23 +0000]
small cleanup

13 years agomoved setup_components to Container
André Walker [Wed, 27 Jul 2011 20:44:11 +0000]
moved setup_components to Container

13 years agomoved locate_components
André Walker [Wed, 27 Jul 2011 20:35:32 +0000]
moved locate_components

13 years agoLion is like Snow Leopard when it comes to tar issues
John Napiorkowski [Wed, 27 Jul 2011 15:05:29 +0000]
Lion is like Snow Leopard when it comes to tar issues

13 years agotry to make a summary of some sort
Tomas Doran [Tue, 26 Jul 2011 20:58:51 +0000]
try to make a summary of some sort

13 years agoWarning fix
Tomas Doran [Tue, 26 Jul 2011 14:16:36 +0000]
Warning fix

13 years agomoved expand_component_module
André Walker [Tue, 26 Jul 2011 00:55:22 +0000]
moved expand_component_module

13 years agoMerge branch 'master' into gsoc_breadboard
André Walker [Mon, 25 Jul 2011 23:08:02 +0000]
Merge branch 'master' into gsoc_breadboard

13 years agomerge gsoc_breadboard_moved_setup_component
André Walker [Mon, 25 Jul 2011 23:06:05 +0000]
merge gsoc_breadboard_moved_setup_component

13 years agobroke expand_modules, setup_component became a method
André Walker [Mon, 25 Jul 2011 23:04:22 +0000]
broke expand_modules, setup_component became a method

13 years agomore TODO
André Walker [Mon, 25 Jul 2011 22:55:45 +0000]
more TODO

13 years agoMore TODO notes
Tomas Doran [Mon, 25 Jul 2011 17:42:14 +0000]
More TODO notes

13 years agoSome initial todo notes
Tomas Doran [Mon, 25 Jul 2011 17:38:46 +0000]
Some initial todo notes

13 years agoAdd _set_env writer to non-PSGI Catalyst
Tomas Doran [Sun, 24 Jul 2011 17:05:45 +0000]
Add _set_env writer to non-PSGI Catalyst

13 years agoRemove trailing whitespace
Tomas Doran [Sun, 24 Jul 2011 17:02:36 +0000]
Remove trailing whitespace

13 years agoVersion 5.80033 5.80033
Tomas Doran [Sun, 24 Jul 2011 15:10:10 +0000]
Version 5.80033

13 years agoBetter changelog for the ->config(actions => { '*' fix
Florian Ragwitz [Sun, 24 Jul 2011 14:41:25 +0000]
Better changelog for the ->config(actions => { '*' fix

13 years agoSmall whitespace and test cleanups
Tomas Doran [Sun, 24 Jul 2011 13:44:58 +0000]
Small whitespace and test cleanups

13 years agoUpdate changelog
Tomas Doran [Sun, 24 Jul 2011 13:44:39 +0000]
Update changelog

13 years agoDescription & Synopsis sketch
André Walker [Sat, 23 Jul 2011 22:28:36 +0000]
Description & Synopsis sketch

13 years agoditto
André Walker [Sat, 23 Jul 2011 22:02:12 +0000]
ditto

13 years agoPOD and FIXME's
André Walker [Sat, 23 Jul 2011 21:56:05 +0000]
POD and FIXME's

13 years agoFixed test
André Walker [Sat, 23 Jul 2011 20:55:10 +0000]
Fixed test

13 years agomoved setup_component practically unchanged to the container
André Walker [Sat, 23 Jul 2011 20:33:35 +0000]
moved setup_component practically unchanged to the container

13 years agoa little more cleanup
André Walker [Sat, 23 Jul 2011 15:13:27 +0000]
a little more cleanup

13 years agomoved temporarily _get_component_type_name to Container
André Walker [Sat, 23 Jul 2011 15:02:38 +0000]
moved temporarily _get_component_type_name to Container

13 years agomoving block from ->component to container
André Walker [Sat, 23 Jul 2011 14:52:09 +0000]
moving block from ->component to container

13 years agomoved code block from ->components to the container
André Walker [Sat, 23 Jul 2011 14:31:43 +0000]
moved code block from ->components to the container

13 years agoupdate tests to ignore CATALYST_HOME env var
Matt S Trout [Fri, 22 Jul 2011 21:06:17 +0000]
update tests to ignore CATALYST_HOME env var

13 years agofixing plugin test app to use base 'Catalyst'
André Walker [Thu, 21 Jul 2011 21:34:19 +0000]
fixing plugin test app to use base 'Catalyst'

13 years ago_get_component_type is dead
André Walker [Thu, 21 Jul 2011 21:31:32 +0000]
_get_component_type is dead

13 years agolive_view_warnings.t -> live_mvc_warnings.t
André Walker [Thu, 21 Jul 2011 21:26:41 +0000]
live_view_warnings.t -> live_mvc_warnings.t

13 years agoFIXME, and POD
André Walker [Thu, 21 Jul 2011 20:42:45 +0000]
FIXME, and POD

13 years agodeprecate search_extra
André Walker [Thu, 21 Jul 2011 20:40:15 +0000]
deprecate search_extra

13 years agogetting structure from Container
André Walker [Thu, 21 Jul 2011 19:22:32 +0000]
getting structure from Container

13 years agoFixing test
André Walker [Thu, 21 Jul 2011 14:37:04 +0000]
Fixing test

13 years agoFIXME
André Walker [Thu, 21 Jul 2011 14:36:55 +0000]
FIXME

13 years agomaking $c->comp(qr/::M::/) work
André Walker [Thu, 21 Jul 2011 14:21:46 +0000]
making $c->comp(qr/::M::/) work