CMF Core

Unmaintained CMF Core 1.0.8

No permission to download
  • Safer init_listeners cache
  • Like
Reactions: Romchik®
  • Nginx X-Accel-Redirect fix
  • Nginx X-Accel-Redirect documentation added
  • Small performance and inspection fixes
  • Some PHPDoc comments have been added
  • Small compatibility fixes
  • Better X-Accel-Redirect handling. From now image proxy works with X-Accel-Redirect too.
Changes from 1.0.2:
+ remove proxy class files on uninstall
  • Creating of proxy classes is safer
  • X-Accel-Redirect feature is more compatible with other add-ons
Changes from 1.0.0:
+ nginx X-Accel-Redirect and apache X-Sendfile headers support added.
+ some internal listener fixes.
CMF Core Version 1.0.0 released.
Well tested on big forums with high activity of users.

Changes from RC:
+ safe auto update config.php on install/uninstall
+ early/eager loader feature is optional. Eager loader is needed to extend classes loaded before XenForo_Options. To enable eager loader init method must be called with parameter:
PHP:
CMF_Core_Autoloader::getProxy(true);
Changes:
  • unused event removed
  • filtered input data added to the view params.
  • Like
Reactions: TBDragon
Top Bottom