Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed
* Db/Database.php, Db/MySQLDB.php: Added create() to create a database from scratch
* Controller.php: Fixed PHPDoc
Added de\pointedears\dom\DOMDocument2 with DOMDocument::renameNode() implementation
* Db/Database.php - Decoupled making the DB connection from instantiation * Db/MySQLDB.php - Fixed PHPDoc
Added ZF autoloader
Added Zend Framework 2.1.2 classes for thread-safe gettext-format translation (TODO: use autoloader)
LEAST: Generalized mix-ins
Added LEAST (improved LESSphp)
* 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
←Prev12Next→
Show All