Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
50 |
2013-05-28 01:43:28 |
PointedEars |
/trunk/Db/ |
* Db/Table.php
- Support string for database class, converted to corresponding instance
- use === instead of is_null() |
|
/trunk/Db/Table.php
|
49 |
2013-05-28 01:24:58 |
PointedEars |
/trunk/ |
* Db/Mapper.php:
- Mapper inherits from AbstractModel for generic getters/setters,
constructors must be `protected' |
|
/trunk/AbstractModel.php /trunk/Db/Mapper.php
|
48 |
2013-05-28 01:19:39 |
PointedEars |
/trunk/Db/ |
* Db/Database.php
- Database::updates(): Require array for $updates |
|
/trunk/Db/Database.php
|
47 |
2013-05-25 20:53:06 |
PointedEars |
/trunk/Db/ |
Can read database connection configuration from file |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
46 |
2013-04-06 18:33:48 |
PointedEars |
/trunk/Db/ |
* Db/MySQLDB.php: Fixed create() parameters for strict standards |
|
/trunk/Db/MySQLDB.php
|
45 |
2013-04-06 18:27:38 |
PointedEars |
/trunk/ |
* Application.php, Registry.php: Return registry key of database for easier use of setDefaultDatabase() |
|
/trunk/Application.php /trunk/Registry.php
|
44 |
2013-04-06 18:26:29 |
PointedEars |
/trunk/Db/ |
* Db/Database.php, Db/MySQLDB.php: Added create() to create a database from scratch |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
43 |
2013-04-06 18:24:44 |
PointedEars |
/trunk/ |
* Controller.php: Fixed PHPDoc |
|
/trunk/Controller.php
|
42 |
2013-04-06 17:54:28 |
PointedEars |
/trunk/dom/ |
Added de\pointedears\dom\DOMDocument2 with DOMDocument::renameNode() implementation |
|
/trunk/dom /trunk/dom/DOMDocument2.php /trunk/dom/tests /trunk/dom/tests/DOMDocument2Test.php
|
41 |
2013-04-06 13:18:42 |
PointedEars |
/trunk/Db/ |
* Db/Database.php
- Decoupled making the DB connection from instantiation
* Db/MySQLDB.php
- Fixed PHPDoc |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
40 |
2013-02-22 23:17:13 |
PointedEars |
/trunk/ZendFramework-2.1.2/library/Zend/Loader/ |
Added ZF autoloader |
|
/trunk/ZendFramework-2.1.2/library/Zend/Loader /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/BadMethodCallException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/DomainException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/ExceptionInterface.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/InvalidArgumentException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/InvalidPathException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/MissingResourceNamespaceException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/PluginLoaderException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/RuntimeException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/SecurityException.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/SplAutoloader.php /trunk/ZendFramework-2.1.2/library/Zend/Loader/StandardAutoloader.php
|
39 |
2013-02-21 12:21:02 |
PointedEars |
/trunk/ZendFramework-2.1.2/ |
Added Zend Framework 2.1.2 classes for thread-safe gettext-format translation
(TODO: use autoloader) |
|
/trunk/ZendFramework-2.1.2 /trunk/ZendFramework-2.1.2/library /trunk/ZendFramework-2.1.2/library/Zend /trunk/ZendFramework-2.1.2/library/Zend/I18n /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Loader /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Loader/FileLoaderInterface.php /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Loader/Gettext.php /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/LoaderPluginManager.php /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/TextDomain.php /trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Translator.php /trunk/ZendFramework-2.1.2/library/Zend/ServiceManager /trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/AbstractPluginManager.php /trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/ServiceLocatorAwareInterface.php /trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/ServiceLocatorInterface.php /trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/ServiceManager.php /trunk/ZendFramework-2.1.2/library/Zend/Stdlib /trunk/ZendFramework-2.1.2/library/Zend/Stdlib/ErrorHandler.php
|
38 |
2013-01-18 02:14:18 |
PointedEars |
/trunk/css/least/ |
LEAST: Generalized mix-ins |
|
/trunk/css/least/Mixins.php
|
37 |
2013-01-18 00:36:53 |
PointedEars |
/trunk/css/ |
Added LEAST (improved LESSphp) |
|
/trunk/css /trunk/css/least /trunk/css/least/LEAST.php /trunk/css/least/Mixins.php /trunk/css/least/Parser.php /trunk/css/least/least-jit.php /trunk/css/least/tests
|
36 |
2013-01-08 18:35:57 |
PointedEars |
/trunk/ |
* features.class.php: Replaced INPUTs with SPANs
(feedback feature will be implemented using PHPX instead) |
|
/trunk/features.class.php
|
35 |
2012-11-08 03:12:33 |
PointedEars |
/trunk/ |
* 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 |
|
/trunk/AbstractModel.php /trunk/Application.php /trunk/Db/Table.php
|
34 |
2012-09-23 10:02:37 |
PointedEars |
/trunk/ |
* 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 |
|
/trunk/Base.php
/trunk/.settings/org.eclipse.php.core.prefs /trunk/Application.php /trunk/Db/Database.php /trunk/Db/Table.php /trunk/Db/database.class.php
|
33 |
2012-07-12 17:04:26 |
PointedEars |
/trunk/Db/ |
* Db/Database.php
- insert(): Fixed wrong method reference |
|
/trunk/Db/Database.php
|
32 |
2012-07-11 10:33:56 |
PointedEars |
/trunk/Db/ |
* Framework
- Improved support for dabase-specific quotes
- Added support for pre-quoted table/database references |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php /trunk/Db/ODBCDB.php
|
31 |
2012-07-08 01:15:09 |
PointedEars |
/trunk/ |
* 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 |
|
/trunk/Application.php
|
30 |
2012-07-04 13:35:59 |
PointedEars |
/trunk/ |
* Controller.php
- Support `button' elements in IE/MSHTML 7 with $_actionMap |
|
/trunk/Controller.php
|
29 |
2012-07-04 11:09:02 |
PointedEars |
/trunk/ |
- Use relative include paths, removes dependency on lib/ path
- Added experimental AccessDB |
|
/trunk/Db/AccessDB.php
/trunk/Application.php /trunk/Controller.php /trunk/Db/Adapter.php /trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/MySQLAdapter.php /trunk/Db/MySQLDB.php /trunk/Db/ODBCDB.php /trunk/Db/Table.php /trunk/Db/database.class.php /trunk/Model.php /trunk/View.php
|
28 |
2012-06-20 23:25:47 |
PointedEars |
/trunk/ |
* features.class.php
- Use directory-relative includes |
|
/trunk/features.class.php
|
27 |
2012-06-20 23:11:34 |
PointedEars |
/trunk/ |
Added framework from es-matrix |
|
/trunk/.settings /trunk/.settings/org.eclipse.php.core.prefs /trunk/AbstractModel.php /trunk/Application.php /trunk/Controller.php /trunk/Db /trunk/Db/Adapter.php /trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/MySQLAdapter.php /trunk/Db/MySQLDB.php /trunk/Db/ODBCDB.php /trunk/Db/Table.php /trunk/Db/database.class.php /trunk/Model.php /trunk/Registry.php /trunk/View.php
|
26 |
2012-06-09 21:17:33 |
PointedEars |
/trunk/ |
* 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) |
|
/trunk
|
25 |
2012-06-09 16:09:34 |
PointedEars |
/trunk/ |
* footnotes.class.php
- Fixed footnote order |
|
/trunk/footnotes.class.php /trunk/global.inc
|
24 |
2012-03-24 22:16:09 |
PointedEars |
/trunk/ |
* 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 |
|
/trunk/global.inc
|
23 |
2012-01-25 02:45:19 |
PointedEars |
/trunk/ |
* global.inc
- Added debug() for readable var_dump() |
|
/trunk/global.inc
|
22 |
2012-01-10 00:07:32 |
PointedEars |
/trunk/ |
* global.inc
- Added htmlEntityDecode() to decode HTML entities with proper
character encoding |
|
/trunk/global.inc
|
21 |
2012-01-09 20:32:20 |
PointedEars |
/trunk/ |
* features.class.php
- Feature: Added getter for read access to protected properties (migration to DB) |
|
/trunk/features.class.php
|
20 |
2011-08-13 11:12:51 |
PointedEars |
/trunk/ |
* features.class.php
- Added fix for ENCODING='ASCII' |
|
/trunk/features.class.php
|
19 |
2011-08-13 11:09:51 |
PointedEars |
/trunk/ |
* features.class.php
- Added test case support
- Added getter
- Replaced list() with foreach |
|
/trunk/features.class.php
|
18 |
2011-07-12 10:00:51 |
PointedEars |
/trunk/ |
Added htmlencode.old.php |
|
/trunk/.buildpath /trunk/.project /trunk/htmlencode.old.php
|
17 |
2011-03-13 14:57:16 |
PointedEars |
/trunk/ |
TODO |
|
/trunk/features.class.php
|
16 |
2010-06-17 12:48:55 |
PointedEars |
/trunk/ |
* 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 |
|
/trunk/features.class.php /trunk/footnotes.class.php
|
15 |
2010-06-17 12:20:11 |
PointedEars |
/trunk/ |
* footnotes.class.php
- Fixed invalid generated markup (extra <">) |
|
/trunk/footnotes.class.php
|
14 |
2010-06-15 02:52:43 |
PointedEars |
/trunk/ |
* features.class.php
- Feature:__construct(): Reverted class name fix (apparently version-dependent) |
|
/trunk/features.class.php
|
13 |
2010-06-15 01:31:06 |
PointedEars |
/trunk/ |
* features.class.php
- Use script encoding for htmlspecialchars()
* footnotes.class.php
- Added prefix, suffix, and tooltip (title) support
* global.inc
- Added reduceWhitespace() |
|
/trunk/features.class.php /trunk/footnotes.class.php /trunk/global.inc
|
12 |
2010-06-10 02:59:24 |
PointedEars |
/trunk/ |
* footnotes.class.php
- FootnoteList::add(): Fixed inconsistent numbering |
|
/trunk/footnotes.class.php
|
11 |
2010-05-26 18:45:05 |
PointedEars |
/trunk/ |
* footnotes.class.php
- FootnoteList::add(): int $sign can set start number |
|
/trunk/footnotes.class.php
|