Skip to content

Commit f9ba37b

Browse files
authored
[6.0] Upmerges - 2025-06-11
Merge pull request #45593 from Bodge-IT/upmerges/2025-06-11
2 parents bb33139 + 98774af commit f9ba37b

File tree

8 files changed

+76
-3
lines changed

8 files changed

+76
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Do you want to improve Joomla?
7070
--------------------
7171
* Where to [request a feature](https://issues.joomla.org)?
7272
* How do you [report a bug](https://docs.joomla.org/Special:MyLanguage/Filing_bugs_and_issues) on the [Issue Tracker](https://issues.joomla.org)?
73+
* How to [submit code](https://manual.joomla.org/docs/get-started/git/) to the Joomla CMS using a Pull Request?
7374
* Get Involved: Joomla! is community developed software. [Join the community](https://volunteers.joomla.org).
7475
* Documentation for [Developers](https://manual.joomla.org/).
7576
* Documentation for [Web designers](https://docs.joomla.org/Special:MyLanguage/Web_designers).

README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The Joomla! 6.0 branch is under heavy development and not all links in this docu
6969
12- Do you want to improve Joomla?
7070
* Where to request a feature? https://issues.joomla.org
7171
* How do you report a bug? https://docs.joomla.org/Special:MyLanguage/Filing_bugs_and_issues
72+
* How to submit code to the Joomla CMS using a Pull Request? https://manual.joomla.org/docs/get-started/git/
7273
* Get Involved: Joomla! is a community developed software. Join the community at https://volunteers.joomla.org
7374
* Documentation for Developers: https://manual.joomla.org/
7475
* Documentation for Web designers: https://docs.joomla.org/Special:MyLanguage/Web_designers

administrator/language/en-GB/com_joomlaupdate.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATEFOUND="A Joomla update was found."
198198
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_CUSTOM="You are on the "%s" update channel. This is not an official Joomla update channel."
199199
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_DEFAULT="You are on the "%s" update channel. Through this channel you'll receive notifications for all updates of the current Joomla release (5.x)"
200200
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_NEXT="You are on the "%s" update channel. Through this channel you will be notified when the future major release (6.x) will be available. Before upgrading to 6.x you'll need to assess its compatibility with your environment. You will not be notified about updates of the current Joomla release (5.x)."
201+
; Deprecated, will be removed with 6.0
201202
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_TESTING="You are on the &quot;%s&quot; update channel. This channel is designed for testing new releases and fixes in Joomla.<br>It is only intended for JBS (Joomla Bug Squad&trade;) members and others within the Joomla community who are testing. Do not use this setting on a production site."
202203
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATE_NOTICE="Before you update Joomla, ensure that the installed extensions are available for the new Joomla version. <br>You are strongly advised to make a <strong>backup</strong> of your site's files and database before you start updating."
203204
COM_JOOMLAUPDATE_VIEW_DEFAULT_UPLOAD_INTRO="You can use this feature to update Joomla if your server is behind a firewall or otherwise unable to contact the update servers. First download the Joomla <em><strong>Update Package</strong></em> in ZIP format from <a class='alert-link' href='%s' target='_blank' rel='noopener noreferrer'>the official Joomla download page</a>. Then use the fields below to upload and install it."

administrator/language/en-GB/com_tags.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ COM_TAGS_COUNT_UNPUBLISHED_ITEMS="Unpublished items"
3737
COM_TAGS_EMPTYSTATE_BUTTON_ADD="Add your first tag"
3838
COM_TAGS_EMPTYSTATE_CONTENT="Tags in Joomla! provide a flexible way of organizing content. The same tag can be applied to many different content items across content types."
3939
COM_TAGS_EMPTYSTATE_TITLE="No Tags have been created yet."
40-
COM_TAGS_ERROR_UNIQUE_ALIAS="Another Tag has the same alias (remember it may be a trashed item)."
40+
COM_TAGS_ERROR_UNIQUE_ALIAS="Another Tag has the same alias."
4141
COM_TAGS_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Tag with the same parent tag has the same alias."
4242
COM_TAGS_EXCLUDE="Exclude"
4343
COM_TAGS_FIELD_CONTENT_TYPE_LABEL="Content types"

build/media_source/templates/administrator/atum/scss/blocks/_form.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ label.valid {
161161
:hover + [role="tooltip"] {
162162
position: absolute;
163163
display: block;
164+
max-width: 100%;
165+
overflow-wrap: break-word;
166+
white-space: normal;
164167
}
165168

166169
.filter-search-bar__description {

installation/template/error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<jdoc:include type="metas" />
3939
<jdoc:include type="styles" />
4040
</head>
41-
<body>
41+
<body class="j-installation-error">
4242
<div class="j-install">
4343
<!-- Header -->
4444
<header class="j-header" role="banner">

installation/template/scss/template.scss

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,70 @@ progress {
518518
border: 0 none;
519519
border-radius: 4px;
520520
}
521+
522+
/* error page */
523+
.j-header {
524+
display: flex;
525+
flex-direction: row;
526+
color: #fff;
527+
background-color: #0b3257;
528+
}
529+
530+
.j-header-logo {
531+
width: 100%;
532+
max-width: 240px;
533+
margin: 20px;
534+
}
535+
536+
.j-header-help {
537+
margin: 20px 20px 20px auto;
538+
a {
539+
padding: 1rem;
540+
font-size: 2rem;
541+
color: #fff;
542+
}
543+
}
544+
545+
.j-footer {
546+
padding: 10px 20px;
547+
margin-top: auto;
548+
font-size: .8rem;
549+
color: #fff;
550+
text-align: right;
551+
background-color: #0b3257;
552+
}
553+
554+
.alert {
555+
position: relative;
556+
display: flex;
557+
margin: 0 0 20px;
558+
background: #fafafa;
559+
border: 1px solid rgba(0,0,0,.1);
560+
box-shadow: 0 0 10px rgba(0,0,0,.05);
561+
p {
562+
margin-bottom: 0;
563+
}
564+
}
565+
566+
.alert-icon {
567+
display: flex;
568+
align-items: center;
569+
justify-content: center;
570+
width: 25%;
571+
margin-bottom: 0;
572+
font-size: 3rem;
573+
opacity: .6;
574+
.fa {
575+
width: 100%;
576+
text-align: center;
577+
}
578+
}
579+
580+
.alert-text {
581+
padding: 10px 20px;
582+
}
583+
584+
.j-installation-error {
585+
background-color: #1c3d5c;
586+
background-image: linear-gradient(90deg, #1c3d5c 0%, #2a5c8b 100%);
587+
}

plugins/sampledata/testing/language/en-GB/en-GB.plg_sampledata_testing.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_37_TITLE="Articles Category"
504504
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_38_TITLE="Search (Atomic Template)"
505505
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_39_TITLE="Top Menu (Atomic Template)"
506506
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_40_TITLE="Top Quote (Atomic Template)"
507-
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_40_CONTENT="<hr /><h2 class='alt'>Powerful Content Management and a Simple Extensible Framework.</h2><hr />"
507+
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_40_CONTENT="<hr><h2 class='alt'>Powerful Content Management and a Simple Extensible Framework.</h2><hr>"
508508
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_41_TITLE="Bottom Left Column (Atomic Template)"
509509
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_41_CONTENT="<h6>This is a nested column</h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>"
510510
PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MODULES_MODULE_42_TITLE="Bottom Middle Column (Atomic Template)"

0 commit comments

Comments
 (0)