includes/plugins.php
Mon, 19 Nov 2012 11:36:37 -0500 Dan Fuhry Plugins: support closures
Sun, 28 Mar 2010 23:10:46 -0400 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Mon, 01 Feb 2010 02:15:04 -0500 Dan Fixed more places where author_uid wasn't right.
Tue, 01 Dec 2009 11:15:45 -0500 Dan Plugin block parser: Fixed plugin block parsing for plugin files in CRLF format
Thu, 20 Aug 2009 20:01:55 -0400 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Sun, 31 May 2009 23:27:04 -0400 Dan Whoops, plugin upgrades got broken
Fri, 29 May 2009 20:22:30 -0400 Dan Fixed missing global $cache; in $plugins->upgrade_plugin();
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
less more (0) -50 -30 tip