| Some rewrites/cleaups |
|
More...
|
over 14 years ago
|
| New exception 'UnsupportedOperationException' added |
|
More...
|
over 14 years ago
|
| Introduce setConfiguredLimit() to SearchCriteria class, this is much better than before now |
|
More...
|
over 14 years ago
|
| Added __unset() to catch unsetting of missing fields/attributes |
|
More...
|
over 14 years ago
|
| Rewritten class loader to skip deprecated class files: - Rewritten class loader to skip deprecated class files which should make all applications working again. This is done by checking its size because I will remove all code from the PHP include file and add a @DEPRECATED tag to it. A typical size is 24 bytes - __set() and __get() are now calling debugBackTrace() with a message to aid finding e.g. typos in field/attribute names - debugBackTrace() does now accept an optional parameter for a message - TODOs.txt updated |
|
More...
|
over 14 years ago
|
| Introduced new setter/getter and generic interface: - Added a generic Helper interface - Moved some interfaces to maintain hierarchical directory style - Used that interface in the generic setter which has been moved from the BaseCaptcha class to BaseFrameworkSystem - Added source instance, setter and getter from 'hub' project - TODOs.txt updated |
|
More...
|
over 14 years ago
|
| Added magic methods __get/set(). Please watch these messages carefully |
|
More...
|
over 14 years ago
|
| New field/attribute 'cryptoInstance' introduced: - Getter/setter added for cryptoInstance field/attribute :-) - Deprecated rngInstance removed from CryptoHelper, it is encapsulated in class BaseFrameworkSystem - TODOs.txt updated |
|
More...
|
over 14 years ago
|
| Added parameter 'key' to encryption methods to allow own keys |
|
More...
|
over 14 years ago
|
| Setting back compacted template content will reduce memory usage |
|
More...
|
over 14 years ago
|
| Some cleanups |
|
More...
|
over 14 years ago
|
| Added a XML template engine factory which encapsulates disabling of language support and enabling of XML-compacting |
|
More...
|
almost 15 years ago
|
| Obsolete parameter 'applicationInstance' removed from all template engines |
|
More...
|
almost 15 years ago
|
| Reset script added |
|
More...
|
almost 15 years ago
|
| Some documentary updated |
|
More...
|
almost 15 years ago
|
| Class template for template engines updated |
|
More...
|
almost 15 years ago
|
| Rewritten static 'create' method in all compressors, some code-cleanup |
|
More...
|
almost 15 years ago
|
| getStackCount() is now public |
|
More...
|
almost 15 years ago
|
| initStacker() can be easily public |
|
More...
|
almost 15 years ago
|
| As of a good naming convention, do not short-cut variables |
|
More...
|
almost 15 years ago
|
| Refactured code for deprecated includes file_io and language: - Include inc/file_io.php and inc/language.php are now deprecated, please no longer use them - Therefore the code needs some refacturing - ... and two deprecated exceptions! - TODOs.txt updated |
|
More...
|
almost 15 years ago
|
| Copyright updated |
|
More...
|
almost 15 years ago
|
| Better debug lines |
|
More...
|
almost 15 years ago
|
| To much 'Deny from all' removed :( |
|
More...
|
almost 15 years ago
|
| Directory prepared, missing variable fixed: - Added missing class template for resolver class - Prepared directory for request resolver (the method entryPoint() is to large) - Fixed missing variable $result in method equals() |
|
More...
|
almost 15 years ago
|
| Now required method equals() added |
|
More...
|
almost 15 years ago
|
| Who says 'hashCode()' says also 'equals()' ... Shame on me |
|
More...
|
almost 15 years ago
|
| Host name fixed (a redirect causes an error), duplicate code rewrriten to be more generic |
|
More...
|
almost 15 years ago
|
| 'public static final' is correct |
|
More...
|
almost 15 years ago
|
| New server IP is 188.138.90.169 |
|
More...
|
almost 15 years ago
|