Skip to content

Commit 103a612

Browse files
authored
[6.0] Upmerges - 2025-04-02
Merge pull request #45268 from Bodge-IT/upmerges/2025-04-02
2 parents 4795624 + 061f6eb commit 103a612

File tree

68 files changed

+288
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+288
-195
lines changed

.github/workflows/create-translation-pull-request-v5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Update static error pages
6262
run: |
63-
npm ci --ignore-scripts && node build/build.js --build-pages
63+
npm ci --ignore-scripts && node build/build.mjs --build-pages
6464
6565
- name: Create commit
6666
continue-on-error: true

administrator/components/com_content/tmpl/articles/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
<?php echo $this->escape($item->access_level); ?>
327327
</td>
328328
<td class="small d-none d-md-table-cell">
329-
<?php if ((int) $item->created_by != 0) : ?>
329+
<?php if (!empty($item->author_name)) : ?>
330330
<a href="<?php echo Route::_('index.php?option=com_users&task=user.edit&id=' . (int) $item->created_by); ?>">
331331
<?php echo $this->escape($item->author_name); ?>
332332
</a>

includes/incompatible.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

installation/language/af-ZA/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Afrikaans (Suid-Afrika)</name>
4-
<version>5.2.6</version>
4+
<version>5.3.0</version>
55
<creationDate>2025-03</creationDate>
66
<author>Afrikaans Translation Team</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

installation/language/ar-AA/joomla.ini

Lines changed: 35 additions & 16 deletions
Large diffs are not rendered by default.

installation/language/ar-AA/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Arabic (اللغة العربية)</name>
4-
<version>5.2.6</version>
4+
<version>5.3.0</version>
55
<creationDate>2025-03</creationDate>
66
<author>Dr. Ashraf Damra</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

installation/language/be-BY/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Belarusian (Belarus)</name>
4-
<version>5.2.6</version>
4+
<version>5.3.0</version>
55
<creationDate>2025-03</creationDate>
66
<author>Joomla Belarus Community</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

installation/language/bg-BG/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Bulgarian (bg-BG)</name>
4-
<version>5.2.6</version>
4+
<version>5.3.0</version>
55
<creationDate>2025-03</creationDate>
66
<author>Joomla! Bulgaria</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

installation/language/ca-ES/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Catalan (ca-ES)</name>
4-
<version>5.2.6</version>
4+
<version>5.3.0</version>
55
<creationDate>2025-03</creationDate>
66
<author>Catalan [ca-ES] Translation Team</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

installation/language/cs-CZ/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Czech (Čeština)</name>
4-
<version>5.2.6</version>
4+
<version>5.3.0</version>
55
<creationDate>2025-03</creationDate>
66
<author>Czech Translation Team</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

0 commit comments

Comments
 (0)