includes/plugins.php
2009-06-01 Dan Whoops, plugin upgrades got broken
2009-05-30 Dan Fixed missing global $cache; in $plugins->upgrade_plugin();
2009-05-16 apache Plugins: fixed a final system plugin bug
2009-05-15 Dan Fixed redirects before $session init not working; fixed failure to load system plugins
2009-05-13 Dan Cut out two queries per page with plugin loader routine
2009-05-05 Dan Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
2009-04-05 Dan SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work
2009-03-18 Dan Plugins: Added checks and additional warning for authentication plugins.
2009-02-26 Dan Plugin backend: bugfix: installing a plugin should now properly import its strings
2009-02-16 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
2009-01-26 Dan Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
2009-01-15 Dan Added CLI installer. Supports interactive, command-line, and internal-call installation. Fixed a few bugs related to anti-SQL injection parser and plugin installation.
2009-01-12 Dan Plugin manager: added support for having specific install and uninstall blocks per DBMS
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2008-12-23 Dan Added dynamic reload-less re-auth to admin panel, so that if a session is lost it can be recovered without a reload. Support for hooking into form submits will be added in the future.
2008-12-22 Dan Fixed a few bugs with plugin management and importing of old plugin metadata
2008-12-21 Dan Fixed: update_plugins_cache() is now tolerant of write errors
2008-11-09 Dan Fixed plugin manager not checking for plugin file existence before marking to load
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-08-05 Dan [Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
2008-07-09 Dan Completed work (we hope) on CacheManager admin page
2008-07-07 Dan First stab at cache management backend. Everything seems to have been tested and working so far, but a number of things require a more specialized cache and can't go through the framework (e.g. user ranks which use references to map usernames to user IDs)
2008-07-07 Dan Fixed $use_cache bug in plugins.php
2008-07-03 Dan More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
2008-06-30 Dan Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
2008-06-10 Dan A bit of UX improvement to upgrade UI; updated readme for 1.1.4
2008-06-07 Dan Added re-import function to plugin manager
2008-05-16 Dan Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
2008-04-14 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
2008-04-10 Dan Implemented security logging for plugin management
less more (0) -30 tip