0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 10 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated formatting More... over 19 years ago
fixed long standing problem where html would be stripped if PHP setting html_errors was on (set to 1) all output was incorrectly being run through strip_tags instead of only fatal error output as intended More... over 19 years ago
automation scripts for project management More... over 19 years ago
updates More... over 19 years ago
use releases directory add more excludes to tarball More... over 19 years ago
skip over releases directory More... over 19 years ago
put releases in releases/ directory More... over 19 years ago
added setFloat() to PreparedStatement interface More... over 19 years ago
new release 0.9.4 More... over 19 years ago
remove automatic call to main() method More... over 19 years ago
add scm properties More... over 19 years ago
relocate position of createOutdir() call so that it happens on each compile More... over 19 years ago
fixed syntax error in called to getParent() More... over 19 years ago
this build file will help with releases, packaging and testing of the Studs source tree More... over 19 years ago
appropriately handle tag definitions and tag namespaces that cannot be located More... over 19 years ago
defer startup of context More... over 19 years ago
readded fatalErrorWatchdog with some added cleanups context startup deferred to run() method where fatal errors could be caught More... over 19 years ago
notes More... over 19 years ago
cleanups to using xmllint to prevent non-support system errors More... over 19 years ago
add ability to defer startup by adding a flag inserted a bubble_exception() call to prevent unnecessary processing More... over 19 years ago
remove bug note More... over 19 years ago
no change More... over 19 years ago
added recursion when searching for tests in superclasses More... over 19 years ago
getSuperclass wasn't even working as it was referencing the incorrect class property More... over 19 years ago
added a getDeclaredMethod function fixed a problem with newInstance() that would return the same reference on each consecutive call More... over 19 years ago
added NoSuchMethodException to MethodUtils More... over 19 years ago
initial import of the unittest framework, adding first level support, but nothing fancy More... over 19 years ago
an exception used when a requested class cannot be located More... over 19 years ago
links to articles or discussions that a relevant to the development of this project. More... over 19 years ago
added phpdoc on several functions use empty instead of count for global exception array More... over 19 years ago