[root]/trunk/wact/component/property
exception
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 34 (100.0%) | 419 (100.0%) | 12.3 |
convert filename case
0 lines of code changed in 6 files:
Changed base exception to introduce sprintf like capability.
18 lines of code changed in 2 files:
Renamed WactException to Wact_Exception_Base to comply with Autoloading scheme.
Wact_Exception_Base was used instead of Wact_Exception to keep the file inside the exception directory. This raises an interesting issue about "namesake" classes that typically take on
the name of the package they are in. In autoloading schemes, they typically appear above their
package directory. We've been placing them inside the package directory. When converting to
namespaces in 5.3, I am not sure which behavior is best.
5 lines of code changed in 2 files:
Removed optional $cause parameter from many exceptions that do not use it.
8 lines of code changed in 2 files:
Added tests to make sure information passed to the constructor of an
exception is incorporated into the error message for that exception.
15 lines of code changed in 4 files:
Removed unused i18n features from base exception class.
3 lines of code changed in 2 files:
Changed include path to a canonical notation to avoid duplicate declaration
errors for cases where there are two paths to a single file.
1 lines of code changed in 1 file:
Removed PHP 4 style reference notation for object assignment and parameter
passing.
1 lines of code changed in 1 file:
Added support for __isset()
3 lines of code changed in 1 file:
Added test cases for createPath
35 lines of code changed in 2 files:
Added test cases for set()
97 lines of code changed in 2 files:
Test casses for get() and getPath()
159 lines of code changed in 2 files:
More progress on binder implementation.
36 lines of code changed in 1 file:
Added binder class, which provides path access to object and array values.
38 lines of code changed in 6 files: