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