0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated README More... over 10 years ago
Added testcases for new Aspects behaviour More... over 10 years ago
API Updated aspect proxy service More... over 10 years ago
Added ability to bind multiple aspects for a single method in an AopProxy More... over 10 years ago
Removed commented out symphony dep from require-dev More... about 11 years ago
Added travis file More... about 11 years ago
Updated test cases to work with namespaces More... about 11 years ago
Updated to composer layout with revised test structure More... about 11 years ago
Updated to composer layout with revised test structure More... about 11 years ago
Moved everything around to better support composer et al More... about 11 years ago
API: Changed to re-enable checking for the static property More... over 12 years ago
Added the ability to define scoped services, so that a class that states it wants a scoped injection, eg Log.Email or Log.Debug, will be injected with a service declared as Log if the specific service isn't defined More... about 13 years ago
Added ability to specify mappings for a class between property/methods and the items that should be injected there More... about 13 years ago
Added ability to specify a mapping between a class's property and the object that should be injected there More... about 13 years ago
Disabled static injection setting for now as there's a better setter way of doing it More... about 13 years ago
Added functionality to take a different object creator for handling the creation of new objects More... about 13 years ago
By default, disable scanning of object properties for injecting, instead making it a configurable piece of functionality More... about 13 years ago
Added testcase to ensure correct loading of BeanId => ClassName More... about 13 years ago
Updated to make sure the specifically configured properties are injected each time an object of a particular class is injected More... about 13 years ago
Added ability to define a static on a type to provide property overrides More... about 13 years ago
Added the ability to specify the service ID in the array index of a config array More... about 13 years ago
Changed protection of instantiate to 'protected', forcing consumers to use ->get to create objects. This forces the checking of the service definitions in case you have one defined. Added tests to ensure this works as expected More... about 13 years ago
Renamed pre/postCall to before/after to maintain consistency More... about 13 years ago
Updated readme More... about 13 years ago
Proxied methods only get called if the 'beforeCall' doesn't return false More... about 13 years ago
Make autoinjected properties configurable. Added config files for SS module usage, that don't affect standalone use More... about 13 years ago
Added ability to set constructor variables via configuration More... about 13 years ago
Added ability to specify a 'priority' for a service. This allows users to prevent later code from overriding previously configured services that might be lesser bound to that ID More... over 13 years ago
Updated simpletest to be compliant with 5.3 More... over 13 years ago
Er remove that More... over 13 years ago