Jamroom 6.0.0 Alpha 3
Latest Alpha is online with the following changes:
- New: New "error_notice.tpl" template to allow customization of jrCore_notice() errors
- New: jrCore_db_get_multiple_items() now caches results by default (use $skip_caching)
- New: jrCore_get_option_image() now supports "notice" and "warning"
- Change: Modules missing an icon will now show a default icon (default_module_icon.png)
- Change: Old form session and play key cleanup moved to Hourly Maintenance event
- Bug Fix: It was possible to change a module URL to an existing module URL
I've done quite a bit of low level DataStore and Cache work on JR 6, and I'm pretty confident it is going to be significantly faster than JR 5, or at least "lighter" on the CPU. I've got a new Redis cache module I'm working on as well that is way faster than the core MySQL caching for large sites (> 50,000 rows in your cache table).
Let me know if you guys see any issues.
Thanks!