mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
22 lines
734 B
Plaintext
22 lines
734 B
Plaintext
Description of Spike PHPCoverage 0.8.2 library import into Moodle
|
|
|
|
Removed:
|
|
* build.xml
|
|
* samples
|
|
* screenshots
|
|
* xdebug_bin
|
|
* src/PEAR.php | => Already in lib/pear
|
|
* src/XML |
|
|
|
|
Added:
|
|
* index.html - prevent directory browsing on misconfigured servers
|
|
* readme_moodle.txt - this file ;-)
|
|
|
|
Our changes: /// Look for "moodle" in code
|
|
* src/parser/PHPParser.php - comment some debug lines causing some notices in moodle
|
|
* src/parser/PHPParser.php - added support for the T_ABSTRACT token
|
|
* src/reporter/HtmlCoverageReporter.php, src/reporter/html/indexheader.html,
|
|
src/reporter/html/header.html, src/reporter/html/footer.html - various xhtml fixes
|
|
|
|
20090621 - Eloy Lafuente (stronk7): Original import of 0.8.2 release
|