Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
Added framework from es-matrix
* collection.js - jsx.Iterator: Fixed iteration methods * dom.js - jsx.dom.hyphenate(): Fixed iteration and recursion * object.js - jsx.importFrom(): Rearranged JSdoc * regexp.js - jsx.regexp.RegExp: Fixed typo in JSdoc * string/hyphenation.js - Licensed under GNU GPLv3 - Can load dictionaries with jsx.importFrom() (experimental)
* footnotes.class.php - Fixed footnote order
* General - Final revision as submitted to FFHS (except for updated src/thesis.tex): + Added README for DVD + Added poster files + Moved images to separate directory - Updated K3B image * src/thesis.tex: - Added empty page style for Abstract
* global.inc - Added debug() for readable var_dump()
* global.inc - Added htmlEntityDecode() to decode HTML entities with proper character encoding
* features.class.php - Feature: Added getter for read access to protected properties (migration to DB)
* features.class.php - Added fix for ENCODING='ASCII'
* 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())
←Prev12Next→
Show All