plugins/spamx/functions.inc
Sat, 07 Nov 2009 11:35:44 +0100 When a plugin returns 0 items for the Admins Block, don't display that as 'N/A' (bug #0001025)
Sat, 18 Apr 2009 19:46:23 +0200 Moved documentation to docs/english so that it can be translated (feature request #0000770)
Sat, 11 Apr 2009 18:52:02 +0200 New plugin API function PLG_getDocumentationUrl (feature request #0000848)
Sat, 28 Mar 2009 17:00:42 +0100 Fixed phpDocumentor warnings
Sun, 22 Mar 2009 10:49:26 +0100 Introduced new plugin API function PLG_migrate
Sat, 07 Mar 2009 15:11:33 +0100 An attempt to get phpDocumentator to recognize Spam-X as a package and produce some documentation
Tue, 06 Jan 2009 16:10:40 +0100 Updated version numbers
Sun, 28 Dec 2008 00:39:41 +0100 Implemented Spam-X autoinstall and upgrade
Sun, 21 Sep 2008 08:37:12 +0000 Fixed protection against direct execution on non-case sensitive file systems
Sat, 31 May 2008 07:55:08 +0000 There is no need for the bundled plugins to read their config.php
Mon, 17 Mar 2008 21:12:54 +0000 Plugins are updated by the install script, so we don't need to maintain the plugin's upgrade function
Sun, 16 Mar 2008 09:33:23 +0000 Source code cosmetics, for consistency
Sun, 03 Feb 2008 19:23:24 +0000 For consistency: Let's use the Geeklog version number when renaming the old config files
Sat, 02 Feb 2008 20:03:07 +0000 Have the config data for the Spam-X plugin in only one place
Sat, 26 Jan 2008 17:17:42 +0000 Added Spam-X config to the configuration GUI
Sun, 11 Feb 2007 02:06:28 +0000 removing old uninstall code from plugins
Sun, 11 Feb 2007 01:57:10 +0000 fixing function name
Sun, 11 Feb 2007 01:55:11 +0000 automated uninstall for the spamx plugin
Sat, 30 Dec 2006 13:57:09 +0000 Fixed a problem when two Spam-X modules are using the same "action" code (e.g. DeleteComment and SLVreport
Wed, 01 Nov 2006 20:18:07 +0000 Spam-X stats: Removed MT-Blacklist, added SLV whitelist
Fri, 30 Jun 2006 12:20:49 +0000 Prevent direct execution (ported over from the trunk)
Fri, 30 Jun 2006 12:18:29 +0000 These shouldn't be necessary as .inc files are not normally executed. But just in case ...
Sun, 11 Jun 2006 10:16:43 +0000 Spam-X plugin 1.1.0: Moved spam action to plugin_spamaction_spamx; plugin now requires Geeklog 1.4.1
Mon, 05 Jun 2006 19:45:42 +0000 Fixed potential problems with the checkforSpam function's return code in case of unusual configurations.
Thu, 25 May 2006 09:14:11 +0000 Made the Spam-X plugin's internal log flag a proper config option
Sun, 12 Mar 2006 09:02:06 +0000 PHP code should never make it into logfiles in the first place. But just in case it does, and as a last line of defense, let's obfuscate it.
Wed, 08 Mar 2006 05:16:02 +0000 added proper list class for stats.php
Thu, 22 Dec 2005 14:50:25 +0000 kick out double requirement
Thu, 22 Dec 2005 14:39:47 +0000 moving the call to lib-admin.php into the functions where it is needed so it wont be loaded all the time for normal users
Sat, 17 Dec 2005 21:06:04 +0000 Changed Spam-X plugin install to use the same "universal" install script as the
Sat, 19 Nov 2005 10:25:31 +0000 Fixed warning (SPAMX_log does not return anything)
Mon, 14 Nov 2005 10:36:02 +0000 changed stats pages for all functions to show new admin-lists
Sun, 13 Nov 2005 14:07:02 +0000 Delete spamx.counter when uninstalling the plugin
Fri, 23 Sep 2005 15:12:33 +0000 Added Spam-X plugin 1.0.2 to the 1.3.11 branch
Fri, 16 Sep 2005 07:16:34 +0000 Whoops, don't need a COM_numberFormat _there_ ...
Fri, 16 Sep 2005 07:09:02 +0000 More COM_numberFormat calls
Mon, 12 Sep 2005 16:13:55 +0000 Introduced new plugin API function for better integration of plugin's item stats with the "Site Stats" section
Sat, 27 Aug 2005 17:25:20 +0000 Added an 'admin_override' option, so that you can let members of the "spamx Admin" group skip the spam check
Sat, 25 Jun 2005 19:14:52 +0000 Updated Spam-X plugin and icon
Sun, 10 Apr 2005 10:34:43 +0000 Added stats for HTTP header module
Sun, 10 Apr 2005 10:02:48 +0000 Changed display name to "Spam-X" as per the agreement with Hendrickson Software Components; updated language files; various cosmetic changes;
Tue, 29 Mar 2005 16:48:51 +0000 Varios minor changes: Check blacklists case-insensitive, added simple statistics, upgrade function.
Sun, 03 Oct 2004 18:40:14 +0000 Modified main spamx filter function to be now called from Plugin API.
Sat, 25 Sep 2004 03:24:04 +0000 Added function plugin_chkVersion_spamx to return the current code version. The version is set in the plugins config.php. Cleaned up tabs in functions.inc to be 4 spaces.
Thu, 16 Sep 2004 17:22:16 +0000 Added a link to the plugin's documentation and some other minor changes.
Thu, 16 Sep 2004 08:08:32 +0000 Fixed uninstall: Drop the gl_spamx table.
Fri, 03 Sep 2004 19:59:56 +0000 Spamx is officially part of Geeklog. All should work fine minus the upgrade file...I'm still missing some key data that I will add yet this weekend