Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #3105: CoreUpdater sans swp file. #2201

Closed

Conversation

serundeputy
Copy link
Member

No description provided.

@backdrop-ci
Copy link
Collaborator

Related to: backdrop/backdrop-issues#3105

@backdrop-ci
Copy link
Collaborator

Website: http://2201.backdrop.backdrop.qa.backdropcms.org
Username: admin
Password: f9HZvwvE

@herbdool
Copy link
Contributor

@serundeputy the patch https://patch-diff.githubusercontent.com/raw/backdrop/backdrop/pull/2201.patch still seems to have the swp binary in it.

@serundeputy
Copy link
Member Author

thanks for looking @herbdool ; I'll try to look this weekend.

Issue backdrop#3105: Add Backdrop core updates via /admin/modules/update UI.

Issue backdrop#3105: Adding link to core UI update from /admin/reports/updates.
@serundeputy
Copy link
Member Author

squashed to remove bad file from history

@herbdool
Copy link
Contributor

herbdool commented Sep 1, 2018

@serundeputy I took a look at this in regards to Nate's comment about hiding this by default. Maybe you're working on it.

In update.theme.inc this might work to hide the link in admin/reports/updates:

foreach ($data as $project) {
    // Don't show a link to the "Update modules" page for core.
    $update_link = ($project['name'] != 'backdrop' || config_get('installer.settings', 'core_update'));

and add the "core_update" setting to installer.settings.json.

As for admin/modules/update may need to add back some of the logic in core/modules/installer/installer.manager.inc. Haven't taken a look yet.

@herbdool
Copy link
Contributor

herbdool commented Sep 1, 2018

@serundeputy I took a stab at the rest. Here's my patch based on your latest patch. Want me to just roll a PR if you don't have the time?

issue3105-alt.patch.txt

@quicksketch
Copy link
Member

@herbdool I would suggest just making a new PR. In an unfair GitHub restriction, @serundeputy can push to your PRs because he's a core committer, but non-committers can't collaborate on the same PR.

@quicksketch
Copy link
Member

Replaced by #2289.

@quicksketch quicksketch closed this Sep 1, 2018
@backdrop-ci
Copy link
Collaborator

Website: http://2201.backdrop.backdrop.qa.backdropcms.org Removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants