Closed (fixed)
Project:
Mailhandler
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 22:57 UTC
Updated:
29 May 2011 at 19:31 UTC
This is a fresh start on #1113888: Command arbitrary fields / CCK fields, which just got to be a mess. I have a pretty clear vision of the general direction I want this restructure to take, as documented in #1145116: Feeds Multi Parser, but I need some guidance on how to actually implement it.
Comments
Comment #1
danepowell commentedI've decided to go with something a little less ambitious than the full generalized Multi Parser, and basically just allow the selection of multiple simultaneous commands plugins. However, even that is a fair technical challenge, since I'm not sure how to present configuration forms for each plugin in a nice intuitive way, nor how to store those configurations in the database.
Comment #2
danepowell commentedSince no one seems to be taking an interest in this, and I haven't been able to get any support from Feeds or CTools maintainers through the issue queues or direct contact, I'm going to postpone it for now, and not plan on making any major changes to the command/authentication plugin system in the near future.
Comment #3
danepowell commentedI've done about as much as I'm willing to do for now- I've moved the parseExtensions and parseAttachments functions into fully-fledged commands processors:
http://drupal.org/commitlog/commit/96/a0ea3fa41f04f43e716332b5a61f808ccf...
http://drupal.org/commitlog/commit/96/252c1e324324bbad75d4a99e632ffe71dc...