Fixed function call.
1 lines of code changed in 1 file:
Removed double dispatch through parameter object to make code easier to
refactor. Double dispatch may have to be re-introduced later when dealing
with array type parameters. Began implementation of default values for
parameters.
39 lines of code changed in 4 files:
Removed a duplicated parameter.
1 lines of code changed in 1 file:
Implemented recursive directory scanning for plugins and replaced PHP 4-style opendir() to PHP 5-style DirectoryIterator implementation.
36 lines of code changed in 2 files:
Some notes on the controller implementation.
33 lines of code changed in 2 files:
Replaced PHP4-style assign by reference.
1 lines of code changed in 1 file:
Removed getPropertyList() in favor of the parents getPluginList() method. Fixed the revealing bug. Renamed WactTemplateCompilingContext::findProperty() to findProperties().
8 lines of code changed in 6 files:
Wired in the new plugin locator implementation.
106 lines of code changed in 6 files:
Upgraded tags to use the new plugin locator.
49 lines of code changed in 4 files:
Upgraded formatters to use the new plugin locator.
40 lines of code changed in 4 files:
Upgraded properties to use the new plugin locator.
41 lines of code changed in 4 files:
Added the beta of our new lugin locator (needs test cases, although subclasses have many).
18 lines of code changed in 1 file:
Moved WactSourceLocation one level up in the directory tree (the directory will be removed).
41 lines of code changed in 3 files:
May 2007 »