system/lib-plugins.php
Sun, 18 Oct 2009 02:05:53 +0100 Looks like the Search API function setComment() is not required after all (cf. bug #0000902)
Sun, 06 Sep 2009 15:46:20 +0200 Let's use count() instead of sizeof() everywhere from now on
Sun, 09 Aug 2009 18:07:23 +0200 Use SEC_removeFeatureFromDB when uninstalling a plugin to avoid code duplication
Mon, 01 Jun 2009 15:58:59 +0200 Check if table is in $_TABLES array during plugin uninstall
Mon, 25 May 2009 09:33:39 +0200 Typos in comments
Sun, 24 May 2009 13:33:58 +0200 Updated function descriptions and phpDocumentor tags
Sun, 26 Apr 2009 12:14:06 +0200 Document where CUSTOM_templateSetVars is actually called from (bug #0000862)
Wed, 15 Apr 2009 20:24:04 +0200 New plugin API function PLG_pluginStateChange
Mon, 13 Apr 2009 08:47:58 +0200 Fixed handling of empty id in autotags
Sat, 11 Apr 2009 19:44:23 +0200 Added description of the Static Pages config options and enabled links from the Configuration panel
Sat, 11 Apr 2009 18:52:02 +0200 New plugin API function PLG_getDocumentationUrl (feature request #0000848)
Sat, 11 Apr 2009 17:55:09 +0200 Changed PLG_configChange to also notify plugins of config changes in other plugins but without providing details (plugins should not depend on internals of other plugins).
Sun, 29 Mar 2009 17:38:54 +0200 Allow subtypes for PLG_itemSaved and PLG_itemDeleted and implemented them for links categories
Sun, 29 Mar 2009 16:42:32 +0200 More CUSTOM_ function support; ensure PLG_ functions are called first
Sun, 29 Mar 2009 11:58:22 +0200 Added support for a CUSTOM_configchange function; use uppercase CUSTOM_xxx for all custom function calls
Sun, 29 Mar 2009 11:47:23 +0200 Added a couple of @since tags
Sun, 29 Mar 2009 11:18:09 +0200 New plugin API function PLG_configChange (feature request #0000694)
Sat, 28 Mar 2009 15:55:37 +0100 @param integer -> @param int, since "int" is used more often in the existing code
Sat, 28 Mar 2009 14:15:00 +0100 Documentation updates
Sun, 22 Mar 2009 10:49:26 +0100 Introduced new plugin API function PLG_migrate
Sun, 15 Mar 2009 21:54:28 +0100 phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
Sat, 07 Mar 2009 23:24:16 +0100 Fixed parameter and return value description
Sat, 07 Mar 2009 22:12:04 +0100 phpDocumentor doesn't support @note
Sun, 01 Mar 2009 11:05:21 +0100 Fixed duplicate plugin entries when a plugin has more than one entry for the admin or user menu (bug #0000820)
Sat, 28 Feb 2009 19:44:23 +0100 We really should be using DB_delete instead of DB_query("DELETE...") where possible
Mon, 02 Feb 2009 23:04:14 +0000 Implemented Search Improvements
Sun, 25 Jan 2009 09:28:56 +0100 Introduced PLG_itemDeleted and call it when deleting a story
Sat, 24 Jan 2009 21:10:21 +0100 Simplified PLG_itemSaved and added an optional $old_id parameter; call PLG_itemSaved whenever a story is saved; drop in_transit column from the stories table
Sun, 21 Dec 2008 16:26:28 +0100 Updated documentation and parameter description
Sat, 20 Dec 2008 15:41:14 +0100 Implemented extended API for PLG_getItemInfo
Fri, 03 Oct 2008 17:20:23 +0200 Display "successfully saved" in the static pages plugin (bug #0000644)
Sun, 21 Sep 2008 08:37:12 +0000 Fixed protection against direct execution on non-case sensitive file systems
Thu, 26 Jun 2008 21:39:06 +0000 Updated PLG_uninstall to supress errors for table drop. [bug 0000668] [LWC]
Sat, 24 May 2008 10:38:55 +0000 Minor tweak so that "after save" / item works for stories when url_rewrite is on (article.php doesn't accept the 'msg' parameter)
Fri, 23 May 2008 21:35:37 +0000 Make 'list' the default in PLG_afterSaveSwitch, just in case (and forgot to handle 'user' as a special "plugin" case)
Fri, 23 May 2008 21:07:14 +0000 Fixed display of plugin messages when "after save" was set to Home or Admin Home
Sun, 11 May 2008 07:25:08 +0000 Eliminated some more references to config.php
Sat, 03 May 2008 15:09:13 +0000 Static pages, moderation, configration - Security hardenning.
Sat, 19 Apr 2008 16:44:39 +0000 Fixed a crucial typo ("acess_id" -> "access_id") and improved deletion of plugin features, e.g. after faulty uninstalls ...
Sun, 06 Apr 2008 16:19:42 +0000 Small fix to avoid ugly dangling "msg=" in URLs
Sun, 03 Feb 2008 20:47:27 +0000 Only incude lib-story.php when it's needed; moved PLG_afterSaveSwitch to the ned of the file
Wed, 02 Jan 2008 21:06:02 +0000 Missing definition of PLG_RET_PRECONDITION_FAILED
Sun, 30 Dec 2007 16:34:45 +0000 Updated lib-plugins autouninstall function to also support removing the config table data
Sat, 29 Dec 2007 15:04:27 +0000 In PLG_invokeService, set $args['gl_svc'] = false (if not set) to save us a bunch of checks and warnings elsewhere
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Sat, 24 Nov 2007 12:42:57 +0000 Renamed PLG_servicesEnabled to PLG_wsEnabled
Fri, 23 Nov 2007 08:40:52 +0000 * Webservices introspection document returns a collection for each plugin
Sun, 19 Aug 2007 16:40:50 +0000 Need to include lib-story.php from PLG_invokeService now
Sun, 19 Aug 2007 11:51:44 +0000 Source code cosmetics
Thu, 09 Aug 2007 13:39:12 +0000 More preparations for the internal and webservices APIs: PLG_invokeService
Thu, 09 Aug 2007 07:41:28 +0000 allowing story and user settings for target after saving
Thu, 09 Aug 2007 06:44:31 +0000 typo (thanks dirk)
Thu, 09 Aug 2007 06:43:07 +0000 forwarding after save enablement for plugin config
Thu, 09 Aug 2007 06:12:51 +0000 adding new function that redirects to a page after saving depending on the config.php setting
Sun, 22 Apr 2007 14:19:19 +0000 reverting changes in PLG_callFunctionForOnePlugin
Mon, 19 Mar 2007 09:57:15 +0000 Comit to fix broken comit I made yesterday. Comitted from wrong sandbox. Doh.
Sun, 18 Mar 2007 19:23:28 +0000 Fixed typos
Sat, 17 Mar 2007 15:13:15 +0000 Support for nearly all plugin API's in lib-custom.php.
Thu, 15 Mar 2007 02:42:38 +0000 use unlimited function instead of limited
Sun, 18 Feb 2007 19:22:08 +0000 Move strlen / strtolower calls out of the loop