Closed (fixed)
Project:
Drush
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
19 Apr 2009 at 03:50 UTC
Updated:
21 May 2009 at 01:40 UTC
Jump to comment: Most recent file
For interactive users, it would be very help to see a summary of what will happen before running a `drush updatedb`. User would review and then click y to proceed. The ouput would be like the D7 updates page, which uses reflection to show the doxygen for each pending update function. See update_script_selection_form() at http://cvs.drupal.org/viewvc.py/drupal/drupal/update.php?view=markup
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | updatedb.patch | 2.01 KB | moshe weitzman |
Comments
Comment #1
moshe weitzman commentedHere is the patch for 6.x. I tried to be as unintrusive as possible. Non interactive users of this command can pass -y to skip the confirmation. I will patch 5 and 7 once we agree on this.
Assigning to Adrian for review.
Comment #2
moshe weitzman commentedComment #3
moshe weitzman commentedComment #4
moshe weitzman commentedDecided to commit this.