includes/plugins.php
Sat, 16 May 2009 00:13:22 +0000 apache Plugins: fixed a final system plugin bug
Fri, 15 May 2009 13:31:12 -0400 Dan Fixed redirects before $session init not working; fixed failure to load system plugins
Wed, 13 May 2009 09:48:59 -0400 Dan Cut out two queries per page with plugin loader routine
Tue, 05 May 2009 00:10:26 -0400 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.
Sat, 04 Apr 2009 22:34:12 -0400 Dan SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work
Wed, 18 Mar 2009 11:35:28 -0400 Dan Plugins: Added checks and additional warning for authentication plugins.
Thu, 26 Feb 2009 01:28:18 -0500 Dan Plugin backend: bugfix: installing a plugin should now properly import its strings
Mon, 16 Feb 2009 16:17:25 -0500 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)
Sun, 25 Jan 2009 21:18:05 -0500 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.
Wed, 14 Jan 2009 20:33:05 -0500 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.
Sun, 11 Jan 2009 21:35:39 -0500 Dan Plugin manager: added support for having specific install and uninstall blocks per DBMS
Sun, 04 Jan 2009 00:55:40 -0500 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.
Mon, 22 Dec 2008 21:26:19 -0500 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.
Mon, 22 Dec 2008 18:51:05 -0500 Dan Fixed a few bugs with plugin management and importing of old plugin metadata
Sun, 21 Dec 2008 04:24:52 -0500 Dan Fixed: update_plugins_cache() is now tolerant of write errors
Sat, 08 Nov 2008 22:35:05 -0500 Dan Fixed plugin manager not checking for plugin file existence before marking to load
Mon, 11 Aug 2008 22:31:04 -0400 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.
Tue, 05 Aug 2008 11:13:05 -0400 Dan [Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
Wed, 09 Jul 2008 17:47:57 -0400 Dan Completed work (we hope) on CacheManager admin page
Mon, 07 Jul 2008 18:12:30 -0400 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)
Mon, 07 Jul 2008 02:48:14 -0400 Dan Fixed $use_cache bug in plugins.php
Wed, 02 Jul 2008 22:15:55 -0400 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.
Mon, 30 Jun 2008 17:20:02 -0400 Dan Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
Tue, 10 Jun 2008 00:21:34 -0400 Dan A bit of UX improvement to upgrade UI; updated readme for 1.1.4
Sat, 07 Jun 2008 12:43:19 -0400 Dan Added re-import function to plugin manager
Fri, 16 May 2008 12:22:26 -0400 Dan Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
Mon, 14 Apr 2008 12:13:12 -0400 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
Thu, 10 Apr 2008 07:58:56 -0400 Dan Implemented security logging for plugin management
Wed, 09 Apr 2008 22:45:51 -0400 Dan Fixed some bad language string references in plugin management API
Wed, 09 Apr 2008 22:37:37 -0400 Dan (Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
less more (0) -30 tip