
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 43 (100.0%) | 602 (100.0%) | 14.0 |
| JeffMoore | 38 (88.4%) | 540 (89.7%) | 14.2 |
| norbertmocsnik | 5 (11.6%) | 62 (10.3%) | 12.4 |
convert filename case
0 lines of code changed in 2 files:
Added temporary support to the web test UI to accept coverreporter=xml|html in the URL. Defaults to html.
8 lines of code changed in 1 file:
Started experimental coverage recorder + reporter. (Can be tested through runtests.php by replacing testdir to coverdir in the URL.)
14 lines of code changed in 1 file:
detab.
84 lines of code changed in 1 file:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 1 file:
Split out classes and converted to autoloading.
12 lines of code changed in 2 files:
Optimized the previous fix.
1 lines of code changed in 1 file:
Fixed test runner notices.
1 lines of code changed in 1 file:
Removed static index page and began introduction of a Wact Project Console
web application to access the variety of wact based tools through the browser.
10 lines of code changed in 1 file:
Added AJAX test runner. Broke coverage tests from the web test runner.
Yuk! Who tests the tester? The test runner code is hideous!
169 lines of code changed in 1 file:
Remove test prerequisites. SimpleTest now has an official way of doing this
via the skip() and skipIf() methods.
6 lines of code changed in 2 files:
Fixed code coverage + refactored our web test interface. Explanation on the mailing list.
38 lines of code changed in 1 file:
Fixed a problem generating coverage reports.
14 lines of code changed in 1 file:
Added Wact classname prefix to Callback wrapper classes and Notifier classes.
Added functionality to callback wrapper classes.
1 lines of code changed in 1 file:
Added configuration options to test prerequisites.
4 lines of code changed in 2 files:
removed TestPrerequisiteRegistry singleton
11 lines of code changed in 2 files:
Added userInterface property to cli tests.
22 lines of code changed in 2 files:
Changed interface variable to userInterface
3 lines of code changed in 1 file:
Changed configuration class to use straight properties.
8 lines of code changed in 2 files:
Changed php 4 style object iteraction using array_keys to use PHP 5 style
foreach with objects.
6 lines of code changed in 2 files:
(9 more)