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
!938
Issue
#3219959
: Update standard profile so Olivero is the default theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3219959
: Update standard profile so Olivero is the default theme
issue/drupal-3219959:3219959-update-standard-profile
into
10.0.x
Overview
16
Commits
26
Pipelines
0
Changes
47
Open
Marcos Cano
requested to merge
issue/drupal-3219959:3219959-update-standard-profile
into
10.0.x
3 years ago
Overview
12
Commits
26
Pipelines
0
Changes
47
Expand
0
0
Merge request reports
Compare
10.0.x
version 18
07e96b59
3 years ago
version 17
d4a2305d
3 years ago
version 16
d4a2305d
3 years ago
version 15
aa3a08c1
3 years ago
version 14
b088f87d
3 years ago
version 13
0b5ff41f
3 years ago
version 12
d3d7e496
3 years ago
version 11
9caaaf60
3 years ago
version 10
332fdbe1
3 years ago
version 9
3e944342
3 years ago
version 8
b6b9c225
3 years ago
version 7
3b33fe5a
3 years ago
version 6
509ea772
3 years ago
version 5
70fd994f
3 years ago
version 4
48ba4753
3 years ago
version 3
1fbfa783
3 years ago
version 2
e0805651
3 years ago
version 1
304039bf
3 years ago
10.0.x (base)
and
latest version
latest version
de5b7a38
26 commits,
3 years ago
version 18
07e96b59
25 commits,
3 years ago
version 17
d4a2305d
24 commits,
3 years ago
version 16
d4a2305d
24 commits,
3 years ago
version 15
aa3a08c1
22 commits,
3 years ago
version 14
b088f87d
19 commits,
3 years ago
version 13
0b5ff41f
18 commits,
3 years ago
version 12
d3d7e496
16 commits,
3 years ago
version 11
9caaaf60
15 commits,
3 years ago
version 10
332fdbe1
13 commits,
3 years ago
version 9
3e944342
11 commits,
3 years ago
version 8
b6b9c225
10 commits,
3 years ago
version 7
3b33fe5a
9 commits,
3 years ago
version 6
509ea772
8 commits,
3 years ago
version 5
70fd994f
7 commits,
3 years ago
version 4
48ba4753
6 commits,
3 years ago
version 3
1fbfa783
4 commits,
3 years ago
version 2
e0805651
2 commits,
3 years ago
version 1
304039bf
1 commit,
3 years ago
47 files
+
193
−
285
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
47
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
core/modules/block/tests/src/Functional/BlockDemoTest.php
+
1
−
0
Options
@@ -44,6 +44,7 @@ public function testBlockDemo() {
// All available themes in core.
$available_themes
=
[
'olivero'
,
'bartik'
,
'classy'
,
'seven'
,
Loading