[contributions(DRUPAL-6--2):danepowell] /modules/mailhandler mailhandler.module /modules/mailhandler/plugins MailhandlerMailbox.inc MailhandlerParser.inc
User: danepowell Branch: DRUPAL-6--2 Date: Thu, 27 Jan 2011 02:33:47 +0000 Modified files: /modules/mailhandler mailhandler.module /modules/mailhandler/plugins MailhandlerMailbox.inc MailhandlerParser.inc Log message: Major restructuring based on discussion in #1029352 - trims down Mailhandler to just a Feeds fetcher and parser and relies instead on processors such as FeedsNodeProcessor or FeedsCommentProcessor. This process will also make setting up Mailhandler more intuitive and enhance compatibility with Mailcomment. - Moved all MailhandlerNodeMailbox functions into MailhandlerMailbox - Moved authentication option (if_auth_fails) and checking from MailhandlerNodeProcessor to MailhandlerParser - note that this only handles authentication, authorization must be performed by the final processor (i.e. FeedsNodeProcessor or FeedsCommentProcessor). Moved, edited, and renamed corresponding plugin files. - Moved command handling to MailhandlerParser, so that the results of the commands (node status, taxonomy, etc...) can be set as sources in the chosen Processor. Moved, renamed, and edited corresponding plugin files. - Removed mailhandler_mailbox_toggle_type(), since there's now only one mailbox type Links: http://cvs.drupal.org/diff.php?path=contributions/modules/mailhandler/mailha... http://cvs.drupal.org/diff.php?path=contributions/modules/mailhandler/plugin... http://cvs.drupal.org/diff.php?path=contributions/modules/mailhandler/plugin...
participants (1)
-
drupal-cvs@drupal.org