0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Dec 21, 2024 — Dec 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Wrong order
Quix0r
as Roland Häder
More... over 13 years ago
Remove unneeded array elements to save some memory
Quix0r
as Roland Häder
More... over 13 years ago
Renamed
Quix0r
as Roland Häder
More... over 13 years ago
More debug lines and renamed ->
Quix0r
as Roland Häder
More... over 13 years ago
Added handling of NPE (which is fine here)
Quix0r
as Roland Häder
More... over 13 years ago
Used convertDashesToUnderscores()
Quix0r
as Roland Häder
More... over 13 years ago
Missing fields may debugging
Quix0r
as Roland Häder
More... over 13 years ago
Opps ...
Quix0r
as Roland Häder
More... over 13 years ago
Moved last exception thing to BaseDatabaseFrontend so it will become available for all other database 'frontends'
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
More... over 13 years ago
Added method unsetConfigEntry()
Quix0r
as Roland Häder
More... over 13 years ago
Must be abstract ...
Quix0r
as Roland Häder
More... over 13 years ago
die() expanded with __METHOD__
Quix0r
as Roland Häder
More... over 13 years ago
Made all dashes to underscores for criteria keys
Quix0r
as Roland Häder
More... over 13 years ago
Rewrote debug lines to ->debugOutput()
Quix0r
as Roland Häder
More... over 13 years ago
Update also these copyrights
Quix0r
as Roland Häder
More... over 13 years ago
Copyright updated
Quix0r
as Roland Häder
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.
Quix0r
as Roland Häder
More... over 13 years ago
Some minor improvements
Quix0r
as Roland Häder
More... over 13 years ago
Made readVariable() public, used single-quotes instead of double
Quix0r
as Roland Häder
More... over 13 years ago
Minor comment changes
Quix0r
as Roland Häder
More... over 13 years ago
Warning made more clear
Quix0r
as Roland Häder
More... over 13 years ago
Added FilterChain::getFilters()
Quix0r
as Roland Häder
More... over 13 years ago
Cnstants first, than class attributes/fields
Quix0r
as Roland Häder
More... over 13 years ago
The FilterChain class is now registerable
Quix0r
as Roland Häder
More... over 13 years ago
Refactured 'BaseRegistry::getInstance()' a little
Quix0r
as Roland Häder
More... over 13 years ago
And 'public' also ...
Quix0r
as Roland Häder
More... over 13 years ago
'static' please ...
Quix0r
as Roland Häder
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.
Quix0r
as Roland Häder
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! :(
Quix0r
as Roland Häder
More... over 13 years ago