[drupal-devel] cvs log messages

no-reply at zind.net no-reply at zind.net
Mon Feb 7 06:15:08 UTC 2005


File: /modules/spam/spam.module 1.41 
Date: February 7, 2005 - 05:02
User: jeremy

  uncomment 'bypass spam filter' (commented out for debugging)

----------------------------------------------------------------------
File: /modules/spam/CHANGELOG 1.38 
      /modules/spam/spam.module 1.40 
Date: February 7, 2005 - 05:01
User: jeremy

  o fix _spam_rating function to properly look at most interesting words
        (it had been looking at the _least_ interesting words / this could have
         a dramatic affect on the Bayesian filter, need to watch closely)
      o cleanup spam_comment_actions and spam_node_actions
      o add new ops for _spam hook:
         - comment_spam
         - comment_notspam
         - content_spam
         - content_notspam

----------------------------------------------------------------------
File: /sandbox/crunchywelch/event/event.css 1.1 
      /sandbox/crunchywelch/event/event.module 1.1 
      /sandbox/crunchywelch/event/event.theme 1.1 
Date: February 7, 2005 - 00:08
User: crunchywelch

  initial commit of civicspace event.module

----------------------------------------------------------------------
File: /sandbox/junyor/import/README 1.5 
Date: February 6, 2005 - 23:45
User: junyor

  Updated with slightly more thorough instructions

----------------------------------------------------------------------
File: /sandbox/junyor/import/import.php 1.7 
Date: February 6, 2005 - 23:45
User: junyor

  Fixed small problem with comment usernames

----------------------------------------------------------------------
File: /modules/taxonomy_block/taxonomy_block.mysql 1.1.2.2 DRUPAL-4-5
Date: February 6, 2005 - 20:53
User: crunchywelch

  fix escape characters

----------------------------------------------------------------------
File: /modules/taxonomy_block/taxonomy_block.mysql 1.2 
Date: February 6, 2005 - 20:52
User: crunchywelch

  fix escaped characters

----------------------------------------------------------------------
File: /modules/project/project.inc 1.46 
      /modules/project/project.module 1.181 
Date: February 6, 2005 - 19:59
User: dries

  - Began integrating the project module and CVS module.

----------------------------------------------------------------------
File: /modules/event/po/da.po 1.1.2.1 DRUPAL-4-5
Date: February 6, 2005 - 19:50
User: wulff

  Initial release

----------------------------------------------------------------------
File: /modules/image/po/da.po 1.1.2.1 DRUPAL-4-5
Date: February 6, 2005 - 19:48
User: wulff

  Initial release

----------------------------------------------------------------------
File: /translations/da/modules/event.po 1.1.2.1 DRUPAL-4-5
      /translations/da/modules/image.po 1.1.2.1 DRUPAL-4-5
Date: February 6, 2005 - 19:32
User: wulff

  Initial release

----------------------------------------------------------------------
File: /translations/da/README 1.1.2.2 DRUPAL-4-5
Date: February 6, 2005 - 19:31
User: wulff

  Added wordlist

----------------------------------------------------------------------
File: /modules/remindme/remindme.module 1.21.2.1 DRUPAL-4-5
Date: February 6, 2005 - 19:24
User: killes

  backport from head.

----------------------------------------------------------------------
File: /modules/flexinode/flexinode.module 1.45 
Date: February 6, 2005 - 18:35
User: killes

  bugfix: SQL error on search page.

----------------------------------------------------------------------
File: /modules/flexinode/flexinode.module 1.36.2.4 DRUPAL-4-5
Date: February 6, 2005 - 18:20
User: killes

  bugfix: The search query generated invalid SQL.

----------------------------------------------------------------------
File: /modules/cvslog/cvs.module 1.44 
      /modules/cvslog/README.txt 1.3 
Date: February 6, 2005 - 17:15
User: dries

  - Further integegration with user accounts.
  
  - Added a 'status'-page to check the consistency of the cvs module related SQL tables (useful during the transition period).
  
  - Improved input checking of integegrated 'request cvs account' form.

----------------------------------------------------------------------
File: /modules/spam/CHANGELOG 1.37 
      /modules/spam/spam.module 1.39 
Date: February 6, 2005 - 16:55
User: jeremy

  - fix spam_check() to return TRUE or FALSE, and to only call the callback if
     defined

----------------------------------------------------------------------
File: /modules/spam/CHANGELOG 1.10.2.21 DRUPAL-4-5
      /modules/spam/spam.module 1.9.2.26 DRUPAL-4-5
Date: February 6, 2005 - 16:48
User: jeremy

  sync with CVS version (new _spam hook for use by external modules)

----------------------------------------------------------------------
File: /modules/spam/spam.module 1.38 
Date: February 6, 2005 - 16:37
User: jeremy

  uncomment "bypass spam filter" permission (debugging artifact)

----------------------------------------------------------------------
File: /modules/spam/CHANGELOG 1.36 
      /modules/spam/spam.module 1.37 
Date: February 6, 2005 - 16:35
User: jeremy

  o replace spam_get_rating() and is_spam() with single spam_check() function
      o add support for _spam hook, allows other modules to add to spam settings
        page, and to begin to perform spam filtering for custom content types.
        supported hooks (see comments for spam_invoke_spam_hook):
         - filter_settings
         - url_count_settings
         - action_settings
         - url_count
         - check

----------------------------------------------------------------------
File: /modules/translation/README.en.txt 1.2.2.1 DRUPAL-4-5
      /modules/translation/translation.module 1.3.2.3 DRUPAL-4-5
      /modules/translation/translation.pgsql 1.1.2.1 DRUPAL-4-5
Date: February 6, 2005 - 15:27
User: axel

  Fix #16835 (patch by Jarno Elonen), fix of settings screen, begin work
  on administrative screen.

----------------------------------------------------------------------
File: /modules/project/comment.inc 1.41 
      /modules/project/issue.inc 1.90 
      /modules/project/project.module 1.180 
Date: February 6, 2005 - 12:32
User: dries

  - Fixed PHP5 bugs in the project module.
  
  - Fixed RSS feed of issues and removed dead code.

----------------------------------------------------------------------
File: /modules/project/issue.inc 1.89 
Date: February 6, 2005 - 12:17
User: dries

  - Fixed the channel.language attribute in RSS feeds.

----------------------------------------------------------------------
File: /modules/project/release.inc 1.44 
Date: February 6, 2005 - 12:05
User: dries

  - Fixed broken drupal_goto()s (bug #6330).

----------------------------------------------------------------------
File: /modules/project/project.module 1.179 
Date: February 6, 2005 - 11:40
User: dries

  - Removed dead code (access permissions are checked at the _menu level).

----------------------------------------------------------------------
File: /modules/book.module 1.284 
Date: February 6, 2005 - 09:37
User: dries

  - Patch #16462 by Moshe: book pages slighty disobey the node_access system because they always return a value for book_access('update'). This simple patch causes us to use node_access when the user has a chance of being able to update the current page.

----------------------------------------------------------------------
File: /modules/spam/CHANGELOG 1.35 
Date: February 6, 2005 - 06:51
User: jeremy

  replace spam_get_rating() and is_spam() with single spam_check() function

----------------------------------------------------------------------
File: /modules/spam/CHANGELOG 1.34 
      /modules/spam/spam.module 1.36 
Date: February 6, 2005 - 05:45
User: jeremy

  - spam.module
      o fix url in notification mail messages to point to url for editing node
        or comment (an adding $base_url to comment url)
      o split out some api logic, adding two functions that can be called from
        other modules, documented in code:
         - spam_get_rating()
         - is_spam()
      o add support for _spam_url_count hook, allowing modules to define how
        many urls are permitted for their content type

----------------------------------------------------------------------




More information about the drupal-devel mailing list