Directory trunk/wact/event/

Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/trunk/wact/event

Lines of Code

trunk/wact/event/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 49 (100.0%) 1117 (100.0%) 22.7

Most Recent Commits

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

convert filename case

0 lines of code changed in 10 files:

  • trunk/wact/event: badcallback.test.php (del), badcallback.xcpt.php (del), broker.inc.php (del), callback.test.inc.php (del), class.test.inc.php (del), event.inc.php (del), event.test.php (del), function.test.inc.php (del), notifier.inc.php (del), notifier.test.php (del)
JeffMoore 2009-04-26 06:49 Rev.: 898

Remove @version, @access, and @version doc comments. They're meaningless here.

0 lines of code changed in 2 files:

  • trunk/wact/event: broker.inc.php (-3), notifier.inc.php (-3)
JeffMoore 2008-10-19 01:41 Rev.: 782

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:

  • trunk/wact/event: notifier.test.php (+1 -1)
JeffMoore 2008-10-12 22:17 Rev.: 764

Move brainstorming notes to other location.

0 lines of code changed in 1 file:

  • trunk/wact/event: notifier.inc.php (-33)
JeffMoore 2008-05-10 22:37 Rev.: 695

Convert WactNotifer class names to take advantage of Wact_Loader

11 lines of code changed in 3 files:

  • trunk/wact/event: broker.inc.php (+1 -1), notifier.inc.php (+2 -2), notifier.test.php (+8 -9)
JeffMoore 2008-05-04 05:28 Rev.: 672

Changed base exception to introduce sprintf like capability.

1 lines of code changed in 1 file:

  • trunk/wact/event: notifier.inc.php (+1 -6)
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.

2 lines of code changed in 1 file:

  • trunk/wact/event: badcallback.xcpt.php (+2 -2)
JeffMoore 2007-05-06 01:32 Rev.: 503

Removed the wrapper classes for php callbacks in favor of a new
"callback constructor" parameter list pattern for registerListener
methods and WactCommandController.

322 lines of code changed in 3 files:

  • trunk/wact/event: broker.inc.php (new 23), notifier.inc.php (new 156), notifier.test.php (new 143)
JeffMoore 2006-11-13 03:07 Rev.: 303

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

3 lines of code changed in 1 file:

  • trunk/wact/event: badcallback.xcpt.php (+3 -5)
JeffMoore 2006-10-28 19:30 Rev.: 252

Added tests for databinding events.

26 lines of code changed in 2 files:

  • trunk/wact/event: callback.test.inc.php (new 25), event.test.php (+1 -24)
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.

1 lines of code changed in 2 files:

  • trunk/wact/event: badcallback.test.php (-6), badcallback.xcpt.php (+1 -1)
JeffMoore 2006-10-06 02:35 Rev.: 202

Removed unused i18n features from base exception class.

1 lines of code changed in 1 file:

  • trunk/wact/event: badcallback.xcpt.php (+1 -1)
JeffMoore 2006-10-06 02:14 Rev.: 201

Added test cases and improved exception handling for WactNotifier.

194 lines of code changed in 4 files:

  • trunk/wact/event: class.test.inc.php (+1 -1), event.inc.php (+35 -17), event.test.php (+157 -12), function.test.inc.php (+1 -1)
JeffMoore 2006-10-04 19:41 Rev.: 200

Eliminated the distinction between WactUnicastNotifier and WactMultiCast
notifier. Now there is only WactNotifier, which is multicast. Unicast was
unused and can be re-introduced if the need ever arises.
Adopted the naming convention of using With to denote methods that take
an array of parameters.
Changed the invoke methods on callbacks to call.
Changed the invoke methods on the notifier to notify.

63 lines of code changed in 2 files:

  • trunk/wact/event: event.inc.php (+54 -89), event.test.php (+9 -9)
JeffMoore 2006-10-04 01:56 Rev.: 199

Added test cases for callback create method. Added exception for invalid
callback specification. Improved documentation.

147 lines of code changed in 4 files:

  • trunk/wact/event: badcallback.test.php (new 24), badcallback.xcpt.php (new 38), event.inc.php (+26 -23), event.test.php (+59 -1)
JeffMoore 2006-09-29 00:55 Rev.: 198

Added test cases for lazy loading callbacks

38 lines of code changed in 3 files:

  • trunk/wact/event: class.test.inc.php (new 11), event.test.php (+20), function.test.inc.php (new 7)
JeffMoore 2006-09-28 04:05 Rev.: 197

Added test cases for callback wrappers and fixed bugs in same.

115 lines of code changed in 2 files:

  • trunk/wact/event: event.inc.php (+5 -4), event.test.php (new 110)
JeffMoore 2006-09-28 00:43 Rev.: 196

Added Wact classname prefix to Callback wrapper classes and Notifier classes.
Added functionality to callback wrapper classes.

174 lines of code changed in 1 file:

  • trunk/wact/event: event.inc.php (+174 -26)
JeffMoore 2006-05-06 22:45 Rev.: 130

Removed factory protocol.

0 lines of code changed in 1 file:

  • trunk/wact/event: event.inc.php (-4)
JeffMoore 2006-03-25 19:10 Rev.: 61

Changed from PHP 4 style constructor to PHP 5 style constructor

3 lines of code changed in 1 file:

  • trunk/wact/event: event.inc.php (+3 -3)

(2 more)

Generated by StatSVN 0.4.0