0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 15, 2024 — Dec 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Continued: - commented out to noisy debug lines More... almost 3 years ago
Continued: - added more checks on parameter - added more debug lines More... almost 3 years ago
Continued: - DatabaseConnection::createDatabaseConnection() now only needs a backend class - added some debug lines - added some checks on parameter More... almost 3 years ago
Continued: - added a lot more debug lines - added more checks on parameter More... almost 3 years ago
Continued: - invoke CryptoHelper::getSelfInstance() rather than creating new instances over ObjectFactory - this also removed the overhead of initialization More... almost 3 years ago
Continued: - added way (!) more thrown exceptions - added more debug lines - configuration variable 'html_template_type' is now statically "cached" More... almost 3 years ago
Continued: - RegistryIterator was still looking for SubRegistry, maybe later further expansion needed? - commented-out debug lines More... almost 3 years ago
Continued: - tried to fix NPE, still not working? - added debug log - better logging More... almost 3 years ago
Continued: - "imported" FrameworkInterface - fixed mask More... almost 3 years ago
Continued: - used traceMessage() and it's friends instead of deprecated debugOutput() More... almost 3 years ago
Continued: - enabled more debug lines More... almost 3 years ago
Continued: - ops, mixed both registries ... More... almost 3 years ago
Continued: - added missing constant EXCEPTION_BAD_METHOD_CALL More... almost 3 years ago
Continued: - factory-based registries have their own key space More... almost 3 years ago
Continued: - fixed E_NOTICE More... almost 3 years ago
Continued: - getRegistry() now have a mandatory parameter More... almost 3 years ago
Continued: - introduced ObjectRegister (interface) and ObjectRegistry (class) for instance-registry related stuff More... almost 3 years ago
Continued: - commented out debug lines (very noisy) - added more debug lines More... almost 3 years ago
Continued: - na, I don't like these multiple-type variables from PHP ... - it surely later needs rewrite to array-only return values or exceptions in case of errors - also fixed issue here More... almost 3 years ago
Continued: - used more exception codes - moved one to FrameworkInterface - removed no longer used (was old code anyway) More... almost 3 years ago
Continued: - ops, missing this one - tpzo fixed More... almost 3 years ago
Continued: - finally removed more (by the PHP group) already removed mcrypt stuff - added more debug lines More... almost 3 years ago
Continued: - added more debug lines - used lesser deprecated debugOutput() and more propper logging level methods More... almost 3 years ago
Continued: - zero can be an indexed array key, so it is valid, only below zero isn't More... almost 3 years ago
Continued: - added more debug message - FrameworkConfiguration cannot invoke methods from StringUtils while debug lines are active: --------------- PHP Fatal error: Uncaught Error: Class 'Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware' not found in /home/.../core/framework/main/classes/class_BaseFrameworkSystem.php:623 --------------- More... almost 3 years ago
Continued: - rather check for extension being loaded than found functions - checks on resource or object is no longer needed More... almost 3 years ago
Continued: - added more debug lines - commented some out again More... almost 3 years ago
Continued: - FrameworkBootstrap::loadInclude() now checks if SplFileInfo is referencing to a PHP script - added some more debug lines More... almost 3 years ago
Continued: - commented out some debug lines - added some more (also commented out) More... almost 3 years ago
Continued: - introduced ConsoleTools::acquireHostname() which acquires own host's name - some methods of ConsoleTools are now "caching" their being "expensively" determined and then returned values - added more unit tests - added more debug lines More... almost 3 years ago