[root]/trunk/wact/config/registry

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 18 (100.0%) | 1089 (100.0%) | 60.5 |
convert filename case
0 lines of code changed in 2 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 1 file:
Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.
1 lines of code changed in 1 file:
Add a test case for the asValue syntax
7 lines of code changed in 1 file:
Add an asValue operation for symmetry
49 lines of code changed in 1 file:
Changed asType method to asAliasToType. Cleaned up comments.
70 lines of code changed in 2 files:
The get method now allows optional constructor parameters
2 lines of code changed in 2 files:
added setterRequired, propertyRequired, and parameterRequired methods on the factory
to eliminate confusion between the two ways of using the Type setting method.
Added get() and set() methods so that property access on the container is now a mere shortcut.
Cleaned up docblocks and terminology dealing with what is a type.
104 lines of code changed in 2 files:
Added fluent interface for describing object construction
546 lines of code changed in 2 files:
Added the concept of fallback and heirarchy to Wact_Config_Registry
14 lines of code changed in 1 file:
Documentation and formatting cleanup
53 lines of code changed in 1 file:
Converted to use Wact_Reflection_* classes instead of custom reflection classes
34 lines of code changed in 1 file:
Split the registry and the factory into different files and change classnames to allow autoloading
209 lines of code changed in 1 file: