Commit Graph

  • feddb2cc49 BUGFIX: Added condition to verify userforms module class exists Carlos Barberis 2010-07-21 01:56:12 +0000
  • 14cee56f71 Created 0.3 release 0.3 Saophalkun Ponlu 2010-06-30 21:16:00 +0000
  • 5598dd3517 MINOR: merge changes from trunk at 107280 Saophalkun Ponlu 2010-06-30 19:07:48 +0000
  • aa8ef8aca9 MINOR: update documentation Saophalkun Ponlu 2010-06-29 05:49:00 +0000
  • 35beeaf4a5 MINOR: Updated documentation and converted readme to markdown Will Rossiter 2010-06-10 02:31:06 +0000
  • 3a24a39cfc Created 0.3-rc1 release 0.3-rc1 Will Rossiter 2010-05-06 03:14:41 +0000
  • 59c70f297c created branch for new version Will Rossiter 2010-05-06 03:12:55 +0000
  • 261a155b97 MINOR: documentation Saophalkun Ponlu 2010-04-12 02:32:44 +0000
  • 1c902a19e7 BUGFIX: return false when there's no spam protector class has been specified Saophalkun Ponlu 2010-02-02 03:04:52 +0000
  • 5ac128830b BUGFIX Don't try to instanciate new SpamProtector instances if none is set in SpamProtectorManager::update_form() Ingo Schommer 2009-11-26 20:16:37 +0000
  • 78038e14ca APICHANGE: Removed getFieldName() and replaced it with getFormField(). APICHANGE: removed individual calls to update_form() on Spam Protectors to make the code simplier. APICHANGE: removed callback objects on the SpamProtectorFields as they were no longer used. APICHANGE: removed fieldMapping from individual formfields to the abstract class. MINOR: fixed misc documentation with package names Will Rossiter 2009-09-17 04:06:53 +0000
  • 98c489b1a1 Tagged Trunk before API changes 0.2.1 Will Rossiter 2009-09-17 04:01:13 +0000
  • 819732d910 MINOR: added package Will Rossiter 2009-09-14 03:14:58 +0000
  • 3c1c9f943a BUGFIX instantiate protector class for check to work Mark Stephens 2009-08-18 03:37:34 +0000
  • 59ef9b376d BUGFIX If spam protector class doesn't exist, a warning is thrown - however, it still tries to create the object in live mode - don't allow this Sean Harvey 2009-08-16 22:42:26 +0000
  • 3c9b62645f BUGFIX If $protector is not an object, create it Sean Harvey 2009-08-16 22:36:09 +0000
  • c2315c1618 MINOR: updated set_spam_protector to throw a warning if an incorrect spam protector is detected. MINOR: added exception output to warning to make debugging easier Will Rossiter 2009-08-11 02:51:03 +0000
  • de8e50ad5c MINOR: added documentation note about changes in trunk Will Rossiter 2009-08-11 02:48:30 +0000
  • b686cd19de MINOR: added lang folder Will Rossiter 2009-07-16 04:01:43 +0000
  • 4749a48689 Created 0.2 release 0.2 Will Rossiter 2009-07-10 04:26:06 +0000
  • c8e57dd427 MINOR: updated docs in spam protection Will Rossiter 2009-07-10 03:32:27 +0000
  • c8038e931e Created 0.2-rc1 release 0.2-rc1 Will Rossiter 2009-07-06 08:14:27 +0000
  • a6906762e0 MINOR: hide the spam protection field from the reports as it is not required Will Rossiter 2009-07-05 06:47:43 +0000
  • 8f9c0ba944 BUGFIX: fixed spelling of spam protector module Will Rossiter 2009-06-04 23:44:08 +0000
  • 928bb4bc6e API: Fix inconsistent and incorrect spelling Andrew O'Neil 2009-06-04 22:57:33 +0000
  • 8c17e66552 MINOR If SpamProtecter::update_form() has a problem updating the form with the spam protector, throw a warning, not a publically visible error Sean Harvey 2009-05-25 23:26:23 +0000
  • 023ef453e4 MINOR: removed field mapping for now to get field to show Will Rossiter 2009-04-27 01:51:00 +0000
  • 6cbb094363 MINOR: removed dulicate template, adjusted form field to show icon location Will Rossiter 2009-04-20 03:06:29 +0000
  • 62a5088bfd Tagged 0.1.0 0.1.0 Andrew O'Neil 2009-03-30 03:26:22 +0000
  • 05208f0aba FEATURE: added ability to create a spam protector field in user defined forms Will Rossiter 2009-03-25 02:14:26 +0000
  • 141fda6491 Created 0.1.0-rc1 release 0.1.0-rc1 Andrew O'Neil 2009-03-12 22:56:48 +0000
  • 75c78b8f9e Created 0.1.0-rc1 release Andrew O'Neil 2009-03-12 22:56:48 +0000
  • ac6faed410 create rc directory Andrew O'Neil 2009-03-12 22:56:13 +0000
  • ca8c02b531 APICHANGE: added SpamProtector interface for spam protectors; MINOR: Fixed instructions Will Rossiter 2009-03-11 04:42:21 +0000
  • c2be8dbee5 MINOR: fixed documentation about callback object that has been removed Will Rossiter 2009-03-10 07:34:56 +0000
  • c8d75971a2 MINOR: changed mollom field created fail message Saophalkun Ponlu 2009-03-10 04:21:04 +0000
  • becbdcd9c6 MINOR: Updated documentation Saophalkun Ponlu 2009-03-10 03:04:05 +0000
  • 98e0c85937 by pass the exception (error) where there's an error on spamprotecter field Saophalkun Ponlu 2009-02-24 00:35:59 +0000
  • cbe2fa3171 ENHANCEMENT:update_form returns null if the spam protection field create fails Saophalkun Ponlu 2009-02-17 09:03:59 +0000
  • d77104a7dc MINORE: updated documentation Saophalkun Ponlu 2009-02-17 03:43:44 +0000
  • c36ed78758 MINOR: removed spammable interface Will Rossiter 2009-02-16 01:44:41 +0000
  • 64fc90eda6 FEATURE: added basic mark as spam filter Will Rossiter 2009-02-16 00:28:53 +0000
  • a731563cbc Changed SpamProtectorManager::update_form to not require fieldname and fieldtitle Sam Minnee 2009-02-11 03:47:14 +0000
  • c0954b5ba8 MINOR: correct typo in class name Saophalkun Ponlu 2009-02-11 00:27:18 +0000
  • b8609bab2d MINOR: added README and INSTALL doc Saophalkun Ponlu 2009-02-04 04:41:14 +0000
  • c495f07cc2 removed backup file Saophalkun Ponlu 2009-02-03 22:42:46 +0000
  • 1a84fac482 importing spam protection module Saophalkun Ponlu 2009-02-03 21:29:55 +0000