Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* features.class.php - Added test case support - Added getter - Replaced list() with foreach
Added htmlencode.old.php
TODO
* features.class.php - FeatureList::printItems(); + Disabled header repetition until footnote ref. name/ID problem has been solved * footnotes.class.php - Footnote::printMe(): Fixed duplicate name/ID
* footnotes.class.php - Fixed invalid generated markup (extra <">)
* features.class.php - Feature:__construct(): Reverted class name fix (apparently version-dependent)
* features.class.php - Use script encoding for htmlspecialchars() * footnotes.class.php - Added prefix, suffix, and tooltip (title) support * global.inc - Added reduceWhitespace()
* footnotes.class.php - FootnoteList::add(): Fixed inconsistent numbering
* footnotes.class.php - FootnoteList::add(): int $sign can set start number
* footnotes.class.php - Footnote:__get(): Refined exception
* features.class.php - FeatureList::__construct, Feature::_construct: Fixed class name reference - Feature::__construct: Only set defined properties with parameter array
* footnotes.class.php - FootnoteList::$printMe(): Output of sorted footnotes list - Added Footnote::$name, set via constructor - Added Footnote::__get() for public read access to protected $sign property - Renamed Footnote::printRef() to getRef since it does not print anything - Implemented footnote reference and representation in the list, $name and $references support repeated references and footnotes with different name but same sign (in sections, using flush())
Added footnotes.class.php
* features.class.php - Fixed remaining `title' attributes for test results
* features.class.php - Clarified `title' attributes for test results
* features.class.php - Fixed: Deprecated call-time pass-by-reference
* features.class.php - Fixed: Unknown version is considered safe
Added global.inc, features.class.php
Created project layout