A link to update.php on admin/reports/updates, the same as there is on the admin/build/modules page would be useful --
Logical workflow is to download the updates from the links on this page, unzip them and install them straight away. A link here would mean you can get straight to update.php without going via other pages.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | update.module.patch | 1.32 KB | joachim |
Comments
Comment #1
dww#132746: Please add a link to update.php on the admin/logs/updates page
Comment #2
joachim commentedThis isn't a duplicate of that issue -- that's on a contrib module and version 5.x. And it's closed for no particular good reason.
Reopening this.
Comment #3
dwwIt's duplicate because this has already been discussed, and the maintainers of this module didn't think it was worth adding. The contrib vs. core split is irrelevant since this module lives in both, depending on the version. Besides, if you want this in core, new features only happen in 7.x.
Comment #4
joachim commentedFeature / usability bug. Room for debate there.
And the maintainer says 'I'm closing my own issue because I don't feel like working on this one again.'
That doesn't mean 'This issue is bad', it means 'I got bored / don't have time'.
I'm not, and I have time: here is a patch on DRUPAL-6 branch.
Comment #5
dwwSenpai isn't a maintainer, myself and merlinofchaos are. I guess you didn't read the issue in full:
From #132746-1: Please add a link to update.php on the admin/logs/updates page:
From #132746-2: Please add a link to update.php on the admin/logs/updates page:
I don't want to stay in a pushing match with you about this. However, I believe you're making some false assumptions with this patch:
A) Every module update changes the schema.
B) Breaking the strings in a stable series is going to happen for something of questionable usability improvement.
So, if you insist on pushing this forward, I recommend that you:
- Roll the patch against HEAD and move the version to 7.x-dev.
- Reword the text in your added message to be accurate.
- Find some other people to support and review this patch, since it certainly seems like the 2 co-maintainers are opposed.
Cheers,
-Derek
Comment #6
joachim commentedSorry -- my misreading of that issue.
But I'm not sure everyone is talking about the same thing anyway: comment by dww - April 10, 2007 - 01:26 seems to be about automatic text that detects if an update run is required.
I was only talking about fixed help text.
I think you're wrong, because a site admin is far more likely to have their browser on admin/reports/updates while they're FTPing in another window than on admin/build/modules -- so then by your reasoning, the text should be removed from that page.
Anyway -- I can't be bothered to insist for something so minor. Meh.
Comment #7
drawk commentedComment #8
joachim commentedReopening.
I find myself yet again looking at admin/reports/updates while I go fetch new updates and then wanting to get to update.php -- I don't think this is unusual workflow; the design of that page with links to d.org releases positively invites it!
I'll see about rolling a patch for D7.
Comment #9
dww@joachim: If you want to solve this problem in D7, I suggest you take a look at #606190: Fix handling of database schema updates in update manager workflow first... That'd be a much better place for this than a link on the available updates report.
Comment #10
dwwYeah, to the extent we should fix interaction between update status/manager and update.php, it should be at #606190: Fix handling of database schema updates in update manager workflow, not here.