Skip to content

Commit bc896d2

Browse files
committed
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev
# Conflicts: # libraries/src/Version.php
2 parents a2aab9c + a5f0424 commit bc896d2

File tree

24 files changed

+72
-70
lines changed

24 files changed

+72
-70
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
* Get Involved: Joomla! is community developed software. [Join the community](https://volunteers.joomla.org).
7171
* Documentation for [Developers](https://docs.joomla.org/Special:MyLanguage/Portal:Developers).
7272
* Documentation for [Web designers](https://docs.joomla.org/Special:MyLanguage/Web_designers).
73+
* Provide a translation for Joomla: [Joomla Crowdin Project](https://joomla.crowdin.com/cms)
7374

7475
Copyright
7576
---------------------

administrator/components/com_admin/script.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6064,6 +6064,24 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
60646064
'/templates/cassiopeia/css/vendor/fontawesome-free/fontawesome.min.css',
60656065
'/templates/cassiopeia/css/vendor/fontawesome-free/fontawesome.min.css.gz',
60666066
'/templates/cassiopeia/scss/vendor/fontawesome-free/fontawesome.scss',
6067+
// 4.0 from RC 6 to 4.0.0 (stable)
6068+
'/libraries/vendor/algo26-matthias/idna-convert/tests/integration/ToIdnTest.php',
6069+
'/libraries/vendor/algo26-matthias/idna-convert/tests/integration/ToUnicodeTest.php',
6070+
'/libraries/vendor/algo26-matthias/idna-convert/tests/unit/.gitkeep',
6071+
'/libraries/vendor/algo26-matthias/idna-convert/tests/unit/namePrepTest.php',
6072+
'/libraries/vendor/doctrine/inflector/docs/en/index.rst',
6073+
'/libraries/vendor/jakeasmith/http_build_url/tests/HttpBuildUrlTest.php',
6074+
'/libraries/vendor/jakeasmith/http_build_url/tests/bootstrap.php',
6075+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/AcceptLanguageTest.php',
6076+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/AcceptTest.php',
6077+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/BaseAcceptTest.php',
6078+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/CharsetNegotiatorTest.php',
6079+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/EncodingNegotiatorTest.php',
6080+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/LanguageNegotiatorTest.php',
6081+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/MatchTest.php',
6082+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/NegotiatorTest.php',
6083+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests/TestCase.php',
6084+
'/libraries/vendor/willdurand/negotiation/tests/bootstrap.php',
60676085
);
60686086

60696087
$folders = array(
@@ -7311,6 +7329,16 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
73117329
'/media/templates/cassiopeia/js/mod_menu',
73127330
'/media/templates/cassiopeia/js',
73137331
'/media/templates/cassiopeia',
7332+
// 4.0 from RC 6 to 4.0.0 (stable)
7333+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation/Tests',
7334+
'/libraries/vendor/willdurand/negotiation/tests/Negotiation',
7335+
'/libraries/vendor/willdurand/negotiation/tests',
7336+
'/libraries/vendor/jakeasmith/http_build_url/tests',
7337+
'/libraries/vendor/doctrine/inflector/docs/en',
7338+
'/libraries/vendor/doctrine/inflector/docs',
7339+
'/libraries/vendor/algo26-matthias/idna-convert/tests/unit',
7340+
'/libraries/vendor/algo26-matthias/idna-convert/tests/integration',
7341+
'/libraries/vendor/algo26-matthias/idna-convert/tests',
73147342
);
73157343

73167344
$status['files_checked'] = $files;

administrator/components/com_joomlaupdate/src/Controller/DisplayController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Joomla\CMS\Language\Text;
1515
use Joomla\CMS\MVC\Controller\BaseController;
1616
use Joomla\CMS\Response\JsonResponse;
17+
use Joomla\CMS\Router\Route;
1718

1819
/**
1920
* Joomla! Update Controller

administrator/components/com_mails/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
label="JCONFIG_PERMISSIONS_LABEL"
6363
filter="rules"
6464
validate="rules"
65-
component="com_messages"
65+
component="com_mails"
6666
section="component"
6767
/>
6868
</fieldset>

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
55
<version>4.0.0</version>
6-
<creationDate>July 2021</creationDate>
6+
<creationDate>August 2021</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
44
<version>4.0.0</version>
5-
<creationDate>July 2021</creationDate>
5+
<creationDate>August 2021</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

administrator/manifests/files/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>4.0.0-rc6-dev</version>
10-
<creationDate>July 2021</creationDate>
9+
<version>4.0.0-rc7-dev</version>
10+
<creationDate>August 2021</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

1313
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

administrator/manifests/packages/pkg_en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB) Language Pack</name>
44
<packagename>en-GB</packagename>
55
<version>4.0.0.1</version>
6-
<creationDate>July 2021</creationDate>
6+
<creationDate>August 2021</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

api/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="api">
33
<name>English (en-GB)</name>
44
<version>4.0.0</version>
5-
<creationDate>July 2021</creationDate>
5+
<creationDate>August 2021</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

build/build.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,25 @@ function clean_checkout(string $dir)
110110
system('find libraries/vendor -name _config.yml | xargs rm -rf -');
111111
system('rm -rf libraries/vendor/bin');
112112

113+
// aldo26-matthias/idna-convert
114+
system('rm -rf libraries/vendor/algo26-matthias/idna-convert/tests');
115+
113116
// defuse/php-encryption
114117
system('rm -rf libraries/vendor/defuse/php-encryption/docs');
115118

119+
// doctrine/inflector
120+
system('rm -rf libraries/vendor/doctrine/inflector/docs');
121+
116122
// fig/link-util
117123
system('rm -rf libraries/vendor/fig/link-util/test');
118124

119125
// google/recaptcha
120126
system('rm -rf libraries/vendor/google/recaptcha/examples');
121127
system('rm -rf libraries/vendor/google/recaptcha/tests');
122128

129+
// jakeasmith/http_build_url
130+
system ('rm -rf libraries/vendor/jakeasmith/http_build_url/tests');
131+
123132
// joomla/*
124133
system('rm -rf libraries/vendor/joomla/*/docs');
125134
system('rm -rf libraries/vendor/joomla/*/tests');
@@ -149,6 +158,9 @@ function clean_checkout(string $dir)
149158
// wamania/php-stemmer
150159
system('rm -rf libraries/vendor/wamania/php-stemmer/test');
151160

161+
// willdurand/negotiation
162+
system('rm -rf libraries/vendor/willdurand/negotiation/tests');
163+
152164
echo "Cleanup complete.\n";
153165

154166
chdir($cwd);

0 commit comments

Comments
 (0)