0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Dec 20, 2024 — Dec 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some rewrites/cleaups
Quix0r
as Roland Häder
More... over 14 years ago
New exception 'UnsupportedOperationException' added
Quix0r
as Roland Häder
More... over 14 years ago
Introduce setConfiguredLimit() to SearchCriteria class, this is much better than before now
Quix0r
as Roland Häder
More... over 14 years ago
Added __unset() to catch unsetting of missing fields/attributes
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
More... over 14 years ago
Added magic methods __get/set(). Please watch these messages carefully
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
More... over 14 years ago
Added parameter 'key' to encryption methods to allow own keys
Quix0r
as Roland Häder
More... over 14 years ago
Setting back compacted template content will reduce memory usage
Quix0r
as Roland Häder
More... over 14 years ago
Some cleanups
Quix0r
as Roland Häder
More... over 14 years ago
Added a XML template engine factory which encapsulates disabling of language support and enabling of XML-compacting
Quix0r
as Roland Häder
More... almost 15 years ago
Obsolete parameter 'applicationInstance' removed from all template engines
Quix0r
as Roland Häder
More... almost 15 years ago
Reset script added
Quix0r
as Roland Häder
More... almost 15 years ago
Some documentary updated
Quix0r
as Roland Häder
More... almost 15 years ago
Class template for template engines updated
Quix0r
as Roland Häder
More... almost 15 years ago
Rewritten static 'create' method in all compressors, some code-cleanup
Quix0r
as Roland Häder
More... almost 15 years ago
getStackCount() is now public
Quix0r
as Roland Häder
More... almost 15 years ago
initStacker() can be easily public
Quix0r
as Roland Häder
More... almost 15 years ago
As of a good naming convention, do not short-cut variables
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
More... almost 15 years ago
Copyright updated
Quix0r
as Roland Häder
More... almost 15 years ago
Better debug lines
Quix0r
as Roland Häder
More... almost 15 years ago
To much 'Deny from all' removed :(
Quix0r
as Roland Häder
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()
Quix0r
as Roland Häder
More... almost 15 years ago
Now required method equals() added
Quix0r
as Roland Häder
More... almost 15 years ago
Who says 'hashCode()' says also 'equals()' ... Shame on me
Quix0r
as Roland Häder
More... almost 15 years ago
Host name fixed (a redirect causes an error), duplicate code rewrriten to be more generic
Quix0r
as Roland Häder
More... almost 15 years ago
'public static final' is correct
Quix0r
as Roland Häder
More... almost 15 years ago
New server IP is 188.138.90.169
Quix0r
as Roland Häder
More... almost 15 years ago