


Fixed memcached connection timeout.
Added implicit delay to clear() to ensure data granularity.
11 lines of code changed in 1 file:
Added memcache connect toggle. Fixed test case to connect only once.
6 lines of code changed in 2 files:
Added localhost as the default host for memcache.
2 lines of code changed in 2 files:
Added memcached cache store.
192 lines of code changed in 2 files:
Added extension_loaded() check to the XDebug coverage recorder test case.
4 lines of code changed in 1 file:
Fixed case to fully comply with autoloading.
84 lines of code changed in 6 files:
Fixed classname cases.
5 lines of code changed in 5 files:
Renamed coverage recorder methods.
23 lines of code changed in 3 files:
Class documentation update.
3 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:
Coverage class cleanup.
108 lines of code changed in 4 files:
Started experimental coverage recorder + reporter. (Can be tested through runtests.php by replacing testdir to coverdir in the URL.)
496 lines of code changed in 9 files:
Removed duplicate code (defined in parent).
0 lines of code changed in 1 file:
Added missing dependency for CLI testing on UNIX.
1 lines of code changed in 1 file:
Fixed autoloading temporary lowercase conversion for case-sensitive operating systems.
1 lines of code changed in 1 file:
Added some refactoring comments.
11 lines of code changed in 1 file:
Added default collector ID to WactValidator.
Renamed some methods for better naming.
Merged validate() and isValid() in WactController to decrease the complexity of the API.
Extracted validation API method map for refactoring purposes.
68 lines of code changed in 3 files:
Added WactCompoundParameterRule.
46 lines of code changed in 3 files:
Added fluid interface to WactCompoundParameter::addParameter().
5 lines of code changed in 2 files:
Replaced the WactNoParameter-based multi-parameter validation with a WactCompoundParameter experiment.
46 lines of code changed in 2 files:
(236 more)