Directory trunk/wact/component/property/

Directory Created:
2006-05-13 19:16
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/trunk/wact/component/property
                    Folder removed from repo exception (0 files, 0 lines)

Lines of Code

trunk/wact/component/property/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 34 (100.0%) 419 (100.0%) 12.3

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 6 files:

  • trunk/wact/component/property: binder.inc.php (del), binder.test.php (del), dereference.test.php (del), dereference.xcpt.php (del), notfound.test.php (del), notfound.xcpt.php (del)
JeffMoore 2008-05-04 05:28 Rev.: 672

Changed base exception to introduce sprintf like capability.

18 lines of code changed in 2 files:

  • trunk/wact/component/property: binder.inc.php (+6 -12), binder.test.php (+12 -12)
JeffMoore 2008-03-29 16:21 Rev.: 667

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:

  • trunk/wact/component/property: dereference.xcpt.php (+2 -2), notfound.xcpt.php (+3 -3)
JeffMoore 2006-11-13 03:07 Rev.: 303

Removed optional $cause parameter from many exceptions that do not use it.

8 lines of code changed in 2 files:

  • trunk/wact/component/property: dereference.xcpt.php (+2 -5), notfound.xcpt.php (+6 -8)
JeffMoore 2006-10-09 01:41 Rev.: 207

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:

  • trunk/wact/component/property: dereference.test.php (-6), dereference.xcpt.php (+1 -1), notfound.test.php (+8 -10), notfound.xcpt.php (+6 -6)
JeffMoore 2006-10-06 02:35 Rev.: 202

Removed unused i18n features from base exception class.

3 lines of code changed in 2 files:

  • trunk/wact/component/property: dereference.xcpt.php (+1 -1), notfound.xcpt.php (+2 -2)
JeffMoore 2006-06-12 18:03 Rev.: 179

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:

  • trunk/wact/component/property: binder.test.php (+1 -1)
JeffMoore 2006-05-14 00:46 Rev.: 144

Removed PHP 4 style reference notation for object assignment and parameter
passing.

1 lines of code changed in 1 file:

  • trunk/wact/component/property: binder.test.php (+1 -1)
JeffMoore 2006-05-14 00:35 Rev.: 142

Added support for __isset()

3 lines of code changed in 1 file:

  • trunk/wact/component/property: binder.inc.php (+3)
JeffMoore 2006-05-14 00:14 Rev.: 140

Added test cases for createPath

35 lines of code changed in 2 files:

  • trunk/wact/component/property: binder.inc.php (+11 -14), binder.test.php (+24)
JeffMoore 2006-05-13 23:58 Rev.: 139

Added test cases for set()

97 lines of code changed in 2 files:

  • trunk/wact/component/property: binder.inc.php (+1), binder.test.php (+96 -7)
JeffMoore 2006-05-13 22:35 Rev.: 138

Test casses for get() and getPath()

159 lines of code changed in 2 files:

  • trunk/wact/component/property: binder.inc.php (+8 -12), binder.test.php (+151 -4)
JeffMoore 2006-05-13 19:31 Rev.: 136

More progress on binder implementation.

36 lines of code changed in 1 file:

  • trunk/wact/component/property: binder.inc.php (+36 -5)
JeffMoore 2006-05-13 19:16 Rev.: 135

Added binder class, which provides path access to object and array values.

38 lines of code changed in 6 files:

  • trunk/wact/component/property: binder.inc.php (new 5), binder.test.php (new 4), dereference.test.php (new 6), dereference.xcpt.php (new 5), notfound.test.php (new 10), notfound.xcpt.php (new 8)
Generated by StatSVN 0.4.0