| Wrong order |
|
More...
|
over 13 years ago
|
| Remove unneeded array elements to save some memory |
|
More...
|
over 13 years ago
|
| Renamed |
|
More...
|
over 13 years ago
|
| More debug lines and renamed -> |
|
More...
|
over 13 years ago
|
| Added handling of NPE (which is fine here) |
|
More...
|
over 13 years ago
|
| Used convertDashesToUnderscores() |
|
More...
|
over 13 years ago
|
| Missing fields may debugging |
|
More...
|
over 13 years ago
|
| Opps ... |
|
More...
|
over 13 years ago
|
| Moved last exception thing to BaseDatabaseFrontend so it will become available for all other database 'frontends' |
|
More...
|
over 13 years ago
|
| getLastError() is now fully obsolete, you can get the same message by calling getLastException(), checking for if not NULL and if so call ->getMessage() on the instance |
|
More...
|
over 13 years ago
|
| Added method unsetConfigEntry() |
|
More...
|
over 13 years ago
|
| Must be abstract ... |
|
More...
|
over 13 years ago
|
| die() expanded with __METHOD__ |
|
More...
|
over 13 years ago
|
| Made all dashes to underscores for criteria keys |
|
More...
|
over 13 years ago
|
| Rewrote debug lines to ->debugOutput() |
|
More...
|
over 13 years ago
|
| Update also these copyrights |
|
More...
|
over 13 years ago
|
| Copyright updated |
|
More...
|
over 13 years ago
|
| Made readVariable() protected again, if you need access to this method, implement a public method in your template engine which calls this method. |
|
More...
|
over 13 years ago
|
| Some minor improvements |
|
More...
|
over 13 years ago
|
| Made readVariable() public, used single-quotes instead of double |
|
More...
|
over 13 years ago
|
| Minor comment changes |
|
More...
|
over 13 years ago
|
| Warning made more clear |
|
More...
|
over 13 years ago
|
| Added FilterChain::getFilters() |
|
More...
|
over 13 years ago
|
| Cnstants first, than class attributes/fields |
|
More...
|
over 13 years ago
|
| The FilterChain class is now registerable |
|
More...
|
over 13 years ago
|
| Refactured 'BaseRegistry::getInstance()' a little |
|
More...
|
over 13 years ago
|
| And 'public' also ... |
|
More...
|
over 13 years ago
|
| 'static' please ... |
|
More...
|
over 13 years ago
|
| 'core' enchanced: Method BaseRegistry::getRegistryKeyFromArray() added which allows to generate prefixed registry keys from arrays. This does mostly call implode() with a standard glue. |
|
More...
|
over 13 years ago
|
| Check for config variables first, than general to avoid a bug: If the same variable is set in general and config. This needs fixing! :( |
|
More...
|
over 13 years ago
|