Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
update.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
29 Oct 2009 at 01:19 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dwwOne quick thought already:
A) This page only exists as part of a multi-step process. You should never be able to add this to a dashboard or shortcut, etc. How can we prevent that little + icon?
Comment #2
dwwp.s. the "how to take a backup" link points directly here: http://drupal.org/node/22281
Comment #3
dwwHad a great IRC session with yoroy just now. Lots of improvements. We're almost there, except I think the info about backing up your site is now getting lost...
Comment #4
dwwSome alternatives:
a) wrapping the backup stuff in strong
b) putting it in a warning dsm(). ;)
Comment #5
yoroy commentedWe spent more than an hour and a half reviewing this single screen, good session indeed.
Starting point:
comments:
- what am I confirming anyway?
- the step1 and step 2 text makes this multi-step within a single screen of the install sequence, that's overdoing it.
My gist was that
doesn't really give less info.
Then we found out that 'Confirmation' is not really asked for here, more that the system can confirm that everything downloaded just fine and that you can get ready to actually install them. Since you only get to this screen if all went well, we choose 'Ready to update' as the new title for this screen. And added the message that yes, downloads were done and succesful.
Now is indeed the time to make a backup. We're not going to say sorry for tools that didn't get build (yet) so we just give some stern advice.
The 'use maintance mode' checkbox + description are hopefully clear enough. The box is checked, the text says it's recommended, we can assume most users will happily do the right thing here and leave this as is.
Resulting in:
Rename button label to 'Continue'. It's simple, active, understandable and invites to move on.
Comment #6
yoroy commentedstatus
Comment #7
yoroy commentedThis stronger emphasis on the backup message is ok with me. Ideally, the "learn how" would be unboldened.
Comment #8
dwwNote, screenshot #7 is just 617588-4.update-ready.strong.png, which is what you get from 617588-4.update-ready.strong.patch attached to #4.
Re: "Ideally, the "learn how" would be unboldened."
Heh, well, this is where you have a clash of UX vs. themers vs. translators... :/
Currently works like this:
Easy to alter the form if you want, and very easy to translate, since the only markup in the string is the link (and apparently, the translators want the actual href tag in the string).
To only strong part of it, we'd either have to do this:
which is a nightmare for themers, since they now have very little control over the strong tag, or, we have to do something like this:
which is a nightmare for translators, since we assume a left-to-right language, and there's not much context for the "Learn how" part if their language actually needs a different grammar for that to make sense. :(
Not sure what's the right compromise here... I'm happy to implement whatever is deemed best, but I think keeping the whole line bold might be the best (which we already have in #4, in which case this is RTBC).
Comment #9
joshmillerMy $0.02 ...
Because who in the world is going to change that themed piece of html? Maybe an Administration theme would consider this page and perhaps would want to emphasize it with a color instead of a weight. Everyone one wins. ish.
Comment #10
ksenzeeI think the first patch in #4 is great (http://drupal.org/files/issues/617588-4.update-ready.strong.patch). It's more of a technical hurdle than I think it's worth to un-bold the "Learn how," so I'd recommend leaving it alone. One nitpick:
"Backup" isn't a verb. This should read "Back up your database and site..."
All hail dreditor and its oddball advertisements.
Comment #11
dwwRerolled to add the space. ;)
Comment #12
ksenzeeExcellent. Looks good. Committer note: The screenshot in #7 is current, except that it's now "Back up your database...". :)
Comment #13
webchickUm. Wow! This is a *tremendous* improvement! Great job, folks!
Way to make those new Drupal 7 features really shine! :) Also, way to get rid of more lines of code than you add. ;)
Happily committed to HEAD.