Skip to content
  1. Feb 25, 2011
  2. Sep 07, 2007
  3. Feb 19, 2007
  4. Feb 16, 2007
  5. Feb 06, 2007
  6. Jan 04, 2007
  7. Jan 03, 2007
  8. Oct 23, 2005
  9. Apr 17, 2005
    • The Great Git Migration's avatar
      This commit was manufactured as part of Drupal's Great Git Migration to · ddc13df6
      The Great Git Migration authored
      create branch 'DRUPAL-4-6'.
      
      Sprout from master 2005-04-17 20:15:18 UTC jeremy ' - spam.module'
      Delete:
          spam_mtblacklist/README.txt
          spam_mtblacklist/spam_mtblacklist.module
          spam_mtblacklist/spam_mtblacklist.mysql
      ddc13df6
    • jeremy's avatar
      - spam.module · a3649e11
      jeremy authored
         o updated to work with Drupal 4.6
         o fixed issues with publishing/unpublishing nodes and comments
         o added ability to mass-delete spam nodes and comments
         o issue #17031: simplified statistics page (needs lots of work)
         o issue #14382: added ability to search/modify old comments
       - spam.mysql
         o issue #18411: mark all primary keys NOT NULL
      a3649e11
  10. Mar 09, 2005
    • jeremy's avatar
      - spam.module · 7dadeb3c
      jeremy authored
          o filter anonymous user contact information, if any
      7dadeb3c
  11. Mar 07, 2005
  12. Mar 05, 2005
  13. Feb 11, 2005
    • jeremy's avatar
      - spam.module · 84d830c5
      jeremy authored
          o fix bug #17177: missing %d when trying to add custom filter
            (Thanks DocSavage)
      84d830c5
  14. Feb 09, 2005
  15. Feb 08, 2005
    • jeremy's avatar
      - spam.module · ed103283
      jeremy authored
          o fix "auto delete spam" option to work if multiple filters match with
            different auto-delete settings.
          o add watchdog entries when deleting, publishing and unpublishing content
      ed103283
    • jeremy's avatar
      fix column order · 8aedd87a
      jeremy authored
      8aedd87a
    • jeremy's avatar
      o add "auto delete spam" option to custom filters, when enabled any new · 6af6af08
      jeremy authored
            content that matches the filter and is determined to be spam will be
            automatically (and silently) deleted
       - spam.mysql
          o added autodelete column (to update existing install, execute:)
      ALTER TABLE spam_custom ADD autodelete tinyint(1) unsigned default 0;
      6af6af08
  16. Feb 07, 2005
  17. Feb 06, 2005
  18. Feb 03, 2005
  19. Jan 22, 2005
  20. Jan 19, 2005
  21. Dec 30, 2004
    • jeremy's avatar
      sync · 5265bb7d
      jeremy authored
      5265bb7d
  22. Dec 23, 2004
    • jeremy's avatar
      - spam.module · 7283971c
      jeremy authored
          o added 'bypass spam filter' permission
      7283971c