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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 59 (100.0%) | 1135 (100.0%) | 19.2 |
convert filename case
0 lines of code changed in 12 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 4 files:
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:
Updated error and exception formatters to use autoloading conventions
48 lines of code changed in 4 files:
Added convenience method.
8 lines of code changed in 1 file:
Changed base exception to introduce sprintf like capability.
243 lines of code changed in 3 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.
128 lines of code changed in 3 files:
Began converting exception mechanism to use autoloading.
6 lines of code changed in 2 files:
moved message formatter to its own directory.
5 lines of code changed in 4 files:
Cleaned up view lifecycle centering around when iterators and models are
available to be accessed during the render stage.
5 lines of code changed in 1 file:
Fixed up HTML error and exception message reporting.
273 lines of code changed in 5 files:
Added debugging error handler.
33 lines of code changed in 1 file:
Added an Exception that collects other exceptions into a list.
75 lines of code changed in 2 files:
Added Level
26 lines of code changed in 1 file:
Added tests to make sure information passed to the constructor of an
exception is incorporated into the error message for that exception.
7 lines of code changed in 1 file:
Added ability to convert non-Wact exception messages to HTML.
83 lines of code changed in 4 files:
Added an exception handler to print debugging information for uncaught
exceptions.
The base exception class now has the ability to generate an html representation
of itself. (With truly dreadful HTML.)
Added several examples to show what information will be shown with uncaught
exceptions.
153 lines of code changed in 2 files:
Added interpolation to error messages so that {property} is replaced by the
value of that property on the object (via the getProperty accessor methods).
23 lines of code changed in 1 file:
__toString now includes any causing exceptions.
14 lines of code changed in 1 file:
Removed unused i18n features from base exception class.
4 lines of code changed in 6 files: