Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11936
Resolve
#3521059
"Finish deprecating 'Update Manager' related code in Update Status"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3521059
"Finish deprecating 'Update Manager' related code in Update Status"
issue/drupal-3521059:3521059-finish-deprecating-update-manager
into
11.x
Overview
10
Commits
22
Pipelines
17
Changes
16
Closed
Derek Wright
requested to merge
issue/drupal-3521059:3521059-finish-deprecating-update-manager
into
11.x
4 weeks ago
Overview
10
Commits
22
Pipelines
17
Changes
16
Expand
Closes
#3521059
0
0
Merge request reports
Compare
11.x
version 14
c9452f82
3 weeks ago
version 13
b419b3d0
3 weeks ago
version 12
b7052b53
3 weeks ago
version 11
f67afd40
3 weeks ago
version 10
9a9fcc2c
3 weeks ago
version 9
8ef33f51
3 weeks ago
version 8
34f422f9
3 weeks ago
version 7
4c3946ba
3 weeks ago
version 6
7ccc86d1
3 weeks ago
version 5
da047a93
4 weeks ago
version 4
65d39577
4 weeks ago
version 3
ba24ff8e
4 weeks ago
version 2
7f03aaa4
4 weeks ago
version 1
b93e08f9
4 weeks ago
11.x (base)
and
latest version
latest version
2595d9f0
22 commits,
3 weeks ago
version 14
c9452f82
21 commits,
3 weeks ago
version 13
b419b3d0
20 commits,
3 weeks ago
version 12
b7052b53
19 commits,
3 weeks ago
version 11
f67afd40
17 commits,
3 weeks ago
version 10
9a9fcc2c
16 commits,
3 weeks ago
version 9
8ef33f51
15 commits,
3 weeks ago
version 8
34f422f9
13 commits,
3 weeks ago
version 7
4c3946ba
11 commits,
3 weeks ago
version 6
7ccc86d1
10 commits,
3 weeks ago
version 5
da047a93
10 commits,
4 weeks ago
version 4
65d39577
9 commits,
4 weeks ago
version 3
ba24ff8e
6 commits,
4 weeks ago
version 2
7f03aaa4
5 commits,
4 weeks ago
version 1
b93e08f9
2 commits,
4 weeks ago
16 files
+
126
−
69
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
core/assets/scaffold/files/default.settings.php
+
0
−
24
Options
@@ -475,30 +475,6 @@
*/
# $settings['class_loader_auto_detect'] = FALSE;
/**
* Authorized file system operations:
*
* The Update Manager module included with Drupal provides a mechanism for
* site administrators to securely install missing updates for the site
* directly through the web user interface. On securely-configured servers,
* the Update manager will require the administrator to provide SSH or FTP
* credentials before allowing the installation to proceed; this allows the
* site to update the new files as the user who owns all the Drupal files,
* instead of as the user the webserver is running as. On servers where the
* webserver user is itself the owner of the Drupal files, the administrator
* will not be prompted for SSH or FTP credentials (note that these server
* setups are common on shared hosting, but are inherently insecure).
*
* Some sites might wish to disable the above functionality, and only update
* the code directly via SSH or FTP themselves. This setting completely
* disables all functionality related to these authorized file operations.
*
* @see https://www.drupal.org/node/244924
*
* Remove the leading hash signs to disable.
*/
# $settings['allow_authorize_operations'] = FALSE;
/**
* Default mode for directories and files written by Drupal.
*
Loading