Closed (fixed)
Project:
Migrate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 Dec 2009 at 18:39 UTC
Updated:
29 Dec 2009 at 17:40 UTC
From Migrate module workflow refactoring:
2. Refactor the management of content set flags (clearing, importing, scanning, semaphore), and the migrate_content_process_*() APIs. The clearing/importing flags have been somewhat overloaded, used both for enabling processes and showing status, and scanning is simply ill-conceived and needs to go away.
3. Along with #2, refactor the Dashboard page - eliminate the system of checking off operations, in favor of simple buttons to run single interactive processes. Actually, maybe the content set listing and dashboard pages could be merged...
Comments
Comment #1
mikeryanCommitted the functional changes, I still need to update the simpletests to reflect the updates. Highlights:
Comment #2
mikeryanAll done - updated the simpletests, and also removed the $messages argument from the processing functions.