Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* features.class.php: Replaced INPUTs with SPANs (feedback feature will be implemented using PHPX instead)
* AbstractModel.php - map(): Force parameters to be arrays, no user-defined exceptions necessary * Application.php - Fixed PHPDoc * Table.php - find($id) returns empty array or first item
* General - Added Base.php for general getters and setters * Application.php - Reverted bad pretty printing * database.class.php (legacy file) - Fixed Googlebot-blocking bogus constant reference * Database.php, Table.php - Support constructor parameters to override properties
* Db/Database.php - insert(): Fixed wrong method reference
* Framework - Improved support for dabase-specific quotes - Added support for pre-quoted table/database references
* Application.php - getURL(): Added support for $_SERVER['SCRIPT_URI'] (PHP 5.3.3-7+squeeze13 Apache 2.0 module on Apache/2.2.16 (Debian)) - Unified linebreaks (\n only), replaced tabs with spaces
* Controller.php - Support `button' elements in IE/MSHTML 7 with $_actionMap
- Use relative include paths, removes dependency on lib/ path - Added experimental AccessDB
* features.class.php - Use directory-relative includes
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
←Prev12Next→
Show All