Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
update system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2006 at 11:40 UTC
Updated:
1 Sep 2008 at 19:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
alexanderpas commentedit might be even interesting to put an versionnumber instead of a plain number
Comment #2
Uwe Hermann commentedStill valid, I guess.
Comment #3
Steven commentedThe "automatically detected" seems a bit redundant. It is already explained in the text.
Still, the plain truth is that people should not be messing with the version number except for dev/testing purposes. You cannot run individual updates anyway, only decide the starting point. Many updates will corrupt data if you run them twice (and it is not trivial to avoid this), meaning you cannot postpone an early update without having to run all the later updates again (unless you hack the code).
For the most part, that form is indicative not instrumental: which modules require and have updates? The update system is coded in a sensible fashion, and as long as module authors keep schema versions unique, there should be no problem at all.
Comment #4
jakeg commentedEven more reason to have the text there. Else someone clicks on the dropdown, scrolls to another option not knowing what its all about. Selects another option. Goes back and reads over the helper text above and figures out they shouldn't have done what they just did, then forgets which option should have been selected.
But as you say, maybe not having a dropdown at all would be better i.e. not give people an option to change the schema version.
Comment #5
drummHere is an alternate wording which might be better.
I do think making the fields read-only might be a good idea if we put in a UI to change the version number in devel.module.
Comment #6
dries commentedNeil's patch doesn't fix the problem, IMO. I think we should add a setting to update.php that lets developers flip on the checkboxes. It shouldn't be in devel.module, IMO. I don't use devel.module on a daily basis, and would be annoyed if I had to. A setting in update.php does the job, IMO.
Comment #7
RobRoy commentedI agree that for the noobs we need some sort of (Advanced users only) on the panel title... like "Override automatically detected versions (Advanced users only)" instead.
The version of Drupal you are updating from has been automatically detected. You can select a different version, but you should not need to.Technically it's not the "version" of Drupal they are updating from that is being detected...since most people consider 4.6, 4.7 to be the "versions". I'll have to think about this more to get some better help text.
Comment #8
killes@www.drop.org commentedmoving to cvs
Comment #9
LAsan commentedmoving to cvs
Comment #10
lilou commentedSince #286035: Remove update.php number dropdowns is commited, WF.