I would like to announce the immediate release of the next DEVELOPMENT version of the 0.4.x branch, Qcodo 0.4.2.
The highlights of this is the remainder of the cleanup of the www/assets/php/_core directory to only have files that are truly in need of being web-accessible. The rest of the files that are not needing to be web-accessible have been moved to includes/qcodo/_core/assets.
Furthermore, the entire error handling routine has been cleaned up significantly. The default behavior of having the Error Dump screen for development/debugging purposes remains the same. But it is now significantly easier to put up your own “Friendly Error Page”, as well as having the application log any error dumps to an error log directory so that errors can be analyzed at a future time (both obviously beneficial for production systems).
Finally, a new QErrorLogViewer has been implemented to make it easy to read through an error log directory -- it should make it easy to create a simple QForm with a QDataGrid that contains the contents of a directory full of error log dump files.
For other information and specifics about this build, please see the changelog for more information.
I will be migrating the qcodo.com website to v0.4.2 and be pushing that to production shortly as a final smoke test in advance of declaring and posting a “stable” 0.4.x release ... so please do post if you encounter any issues with either the framework or the website, itself. Thanks!