| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-07 | The SpamFilter module is superceded by the Akismet module. | Bharat Mediratta | |
| 2009-01-06 | Forgot to add the unit tests, which probably don't work anymore with some of ↵ | Tim Almdal | |
| the latest changes. | |||
| 2009-01-06 | The Akismet driver. This will now verify the api key and attempt to check ↵ | Tim Almdal | |
| the comment as spam. For some reason, it is always returning all comments as spam. | |||
| 2009-01-04 | Update preambles. | Bharat Mediratta | |
| 2009-01-04 | Rename views to be consistent with our admin view naming scheme. | Bharat Mediratta | |
| 2009-01-04 | Update description. | Bharat Mediratta | |
| 2009-01-02 | Restructire site admin menu a bit: | Bharat Mediratta | |
| Rename menu "General Settings" -> "Settings" Rename "Comments Moderation" -> "Comments" Move "Content" -> "Configure Spam Filtering" -> "Settings" -> "Spam Filtering" | |||
| 2009-01-02 | 1) Removed the published boolean database field | Tim Almdal | |
| 2) Replaced it with a string field (state) which contains the state of the comment. i.e. published, unpublished, spam. Unsure if we want to create constants in comments.php to standardize the valid values... thoughts? 3) synchronized the spamfilter and comment unit tests with the current functionality | |||
| 2009-01-02 | Remove old code that was commented out | Tim Almdal | |
| 2009-01-02 | Update the api to allow each driver to specify validation rules and generate ↵ | Tim Almdal | |
| the appropriate form content. Add a callback so if the driver changes in the driver selection dropdown, then the api form fields are updated with the new form fields for that driver | |||
| 2008-12-31 | Ignore the SpamFilter.php as a valid spam filter. | Tim Almdal | |
| 2008-12-31 | Mollon -> Mollom | Bharat Mediratta | |
| 2008-12-31 | First look at the spam filter module. At this point, it does not connect to ↵ | Tim Almdal | |
| any spam services. But you can go into the admin screen and choose the driver and set the api key. | |||
