Skip to content

Conversation

@zero-24
Copy link
Contributor

@zero-24 zero-24 commented Dec 14, 2021

Summary of Changes

Dont show the pre upgrade checker when the upgrade is not supported

Testing Instructions

  • install 3.10 on a non supported setup for J4 that is checked by the updater lib (ex. mysql version older than 5.6)
  • switch the update server to Joomla Next
  • you see a pre upgrade checker
  • apply this patch
  • The pre upgrade checker is gone

Tip

when you dont have a setup with such an old mysql version you can fake it by adding $dbMatch = false; after this line here: https://github.com/joomla/joomla-cms/blob/3.10-dev/libraries/src/Updater/Update.php#L403

Actual result BEFORE applying this Pull Request

You see a pre upgrade checker with false information as the update is not fully aviable nor working at all.
image

Expected result AFTER applying this Pull Request

The pre upgrade checker is gone
image

Documentation Changes Required

none

cc @tecpromotion

@zero-24 zero-24 added this to the Joomla 3.10.5 milestone Dec 14, 2021
@tecpromotion
Copy link
Contributor

I have tested this item ✅ successfully on 49633ff

Thanks @zero-24 for this improvement


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36312.

@brianteeman
Copy link
Contributor

I have tested this item 🔴 unsuccessfully on 49633ff

This is obviously incorrect. None of the three explanations are anything to do with the title "We can't find a download url"


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36312.

@zero-24
Copy link
Contributor Author

zero-24 commented Dec 14, 2021

Yes I have not changed the language string but I'm happy to do so. What would be a better fit as title?

@brianteeman
Copy link
Contributor

Update unavailable

?

@joomla-cms-bot joomla-cms-bot added the Language Change This is for Translators label Dec 14, 2021
@zero-24
Copy link
Contributor Author

zero-24 commented Dec 14, 2021

Done thanks :)

@brianteeman
Copy link
Contributor

I have tested this item ✅ successfully on ed91121


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36312.

@brianteeman
Copy link
Contributor

I have not tested this item.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36312.

@brianteeman
Copy link
Contributor

Thats better but I wonder why you are not displaying the results of the required settings tests. That way someone will know that the reason an update is not available is specifically due to their server not meeting the minimum requirements and specifically which ones. Better to help them with the upgrade instead of keeping it a secret


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36312.

@zero-24
Copy link
Contributor Author

zero-24 commented Dec 14, 2021

In this specific case its not something thats checked at the pre upgrade checker level but in the updater class and can have different reasons other than a wrong not supported server setup. :(

For now the aim here is to hide the clearly wrong information shown for such sites.

@brianteeman
Copy link
Contributor

In which case I don't see this as an improvement but a quick fix that doesnt address the issue of informing the user why they cannot upgrade

@wilsonge
Copy link
Contributor

wilsonge commented Jan 8, 2022

I agree with @brianteeman however fixing that is going to be something super deep and super low level (because of the internals of how the update class works). and in the mean time users are getting confused because they see the wrong PHP/DB info in the pre-update checker. We need to aim to put it back. But until we have the right info showing I think we should probably hide it unfortunately :(

@zero-24
Copy link
Contributor Author

zero-24 commented Jan 8, 2022

The followup issue has been created here will take a look into it hopefully for the next release: #36610

@brianteeman
Copy link
Contributor

image

kept for future use ;)

Kostelano added a commit to JPathRu/localisation that referenced this pull request Jan 9, 2022
joomla/joomla-cms#36494 +
joomla/joomla-cms#36312 +
+ изменения в Joomla 4
bembelimen added a commit that referenced this pull request Jan 15, 2022
* [4.0] Backup message (#36487)

Many users who use their hosts backup facility and this is typically __only__ for files

This update reminds them to backup the database as well

* Remove reference & in usort callback function (#36503)

* Update paragonie sodium_compat to 1.17.0 (#36491)

Co-authored-by: Benjamin Trenkle <[email protected]>

* [3.10] Finder plugins modify component params registry / Backport #35855 (#36141)

* Backport #35855 to 3.10

* one space to much

* [4.0]  xml code style (#36532)

Fixes a few spaces to tabs issues

* [4.0] media manager breadcrumbs (#36154)

* [4.0] media manager breadcrumbs

The RTL specific css was wrong as can be seen in the before screenshot

This PR removes the RTL specific css (should have been scss) and updates the scss to use logical properties instead.

This PR also removes an unused class `breadcrumb-item`.

To test RTL you will need to install arabic or persian.

and dont forget to npm ci

There is no visible change in LTR and the RTL changes are as shown below

## Before LTR

## Before RTL

## After LTR

## After RTL

* revert

* [4.0] RTL: Correcting Admin login 2factor and feedback hints (#36024)

This is a replacement to the merged PR #32104

It does exactly the same thing but by using css logical properties we avoid the need to maintain both an LTR and an RTL version[4.0]

There is no visual change

* [4.0] Category list (#36536)

Remove extra div that is not needed

* [4.0] Make routing work in console applications (#36332)

* Update list-fancy-select.php (#36543)

replace tab with space

code review

* [4.0] archive icon (#36263)

All the state icons are grey so that the published icon, which is green, stands out visually.

The archived icon however was black. This PR changes that icon to grey.

### Before

### After

* [4.0] Banner Client tips (#36262)

* [4.0] Banner Client tips

Adds a tooltip to the banner client numbers so that they appear the same as category numbers. Also corrects the class on the trashed number so that it has the correct colour

To test
Create one banner client
Create a banner for the client in each of the published states

* Update administrator/components/com_banners/tmpl/clients/default.php

oops

Co-authored-by: Quy <[email protected]>

Co-authored-by: Quy <[email protected]>

* Fix article creation from frontend (#36542)

* [4.0] Handle when toggle icon is not available (#36329)

* Handle when toggle icon is not available

* cs

* Take workflow extension into account when setting a default (#36527)

* Fix uploadlimits checks (#36023)

* Make edit_lock layout reusable for other extensions (#35112)

* Allow to set a value for SubformField (#35921)

* [4.0] Fix example in cleanImageURL docblock (#36554)

* Fix Codemirror behind tabs (#36140)

* Fix Codemirror behind tabs

* jscs

* Remove dependency on Factory in AdminController

* [4.0] Ensure path contains api in the router (#36315)

* [4.0] Check model is set before calling its methods (#36378)

* Check model is set before calling its methods

* Update OverridesController.php

* Category edit form should use return url (#36560)

Currently the article edit form respects return URLs; the category edit form does not. Adding it here makes for a more consistent editing experience.

* [4.0] Sample Data plugin images (#36237)

Updates the plugin to use the new image data used in lazy loading etc. This avoids confusion for users who see different source code for their created articles when compared to the same data plugins

To test. Just make sure the sample data still installs and works as expected

* [4.0] If the Mail Template was not found in the db, return false (#36489)

* [4.0] Code Style (#36564)

* Use an absolute path in image list field (#36063)

* Correct Cache setWorkarounds to take account of multiple script or style declarations being used that mean that we have an array of scripts or stylesheets to be cached and not just a string (#36068)

Cache setWorkarounds returns an array not a string

* [3] privacy request by logged in user only (#35470)

* privacy request logged in only

* privacy request logged in only

* privacy request logged in only

* privacy request logged in only

* privacy request logged in only

* Update components/com_privacy/controller.php

Co-authored-by: Quy <[email protected]>

Co-authored-by: Quy <[email protected]>

* Feature - Add always count option to 404 redirects (#34640)

* Feature - Add always count option to 404 redirects

* Add missiing space for code sniffer

* Return line for if statement

* Update plugins/system/redirect/redirect.php

Co-authored-by: Quy <[email protected]>

* Alpha Ordering - Change Constant too.

* update constant

* Update en-GB.plg_system_redirect.ini

* remove trailing whtiespace

* Remove Added Language Strings

* Update plugins/system/redirect/redirect.php

Co-authored-by: Phil E. Taylor <[email protected]>

* Update redirect.xml

* Update redirect.php

* Update plugins/system/redirect/redirect.php

Co-authored-by: Quy <[email protected]>

* Update plugins/system/redirect/redirect.php

Co-authored-by: Benjamin Trenkle <[email protected]>

* Update plugins/system/redirect/redirect.php

Co-authored-by: Quy <[email protected]>
Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Tobias Zulauf <[email protected]>
Co-authored-by: Benjamin Trenkle <[email protected]>

* php8 deprecation str_replace Passing null to param (#36400)

* add php 8.1 to the version array (#36577)

* Add function parameters for callbacks. Fixes #36010

* PHP 8.1 deprecation fixes (#36306)

* Backport some deprecation fixes from the J4 branch

* Ensure htmlspecialchars is passed a string

* Ignore PHPCS errors

Co-authored-by: Tobias Zulauf <[email protected]>

* Update simplepie to 1.3.3 (#36358)

* Update simplepie to 1.3.2 & phar-stream-wrapper to 2.2.2

* update to simplepie 1.3.3 to fix the version

* [3.10] Dont show the pre upgrade checker when the upgrade is not supported (#36312)

* [3.10] Fix Progressive caching to cache modules per custom menu assignment (#36324)

* Fix progressive caching

* Update libraries/src/Document/HtmlDocument.php

Co-authored-by: Phil E. Taylor <[email protected]>

* cast int

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Tobias Zulauf <[email protected]>

* Bump registry to 1.6.4 (#36611)

* [4.0] Load the subform data correctly (#36598)

* Load the subform data correctly

* correct order

* don't remove <joomla-hidden-mail> (#36602)

* [4.0] Function to unregister a provider in media manager (#36594)

* [4.0] Latests/Popular Admin modules permissions (#36559)

* Allow our phpcode sniffer composer plugin to run

* PHP 8.1 fixes ported from #36355

* Fix codestyle. Thanks @brianteeman

* Improve security and type checking of the installer task

* Ensure the rule modifier is a string by default

* Ensure cpanel dashboard name is type safe (PHP 8.1)

* Fix mistake in param ordering

* Fix PHP 8.1 notice when creating an article

* Fix URL Field giving deprecated notices in PHP 8.1

* [4.0] Fix template preview (#36268)

* Fix template preview

* Fix template preview

* Fix Progressive caching to cache modules per custom menu assignment (#36193)

* Cross Origin for Google Fonts (#36592)

* Update Tobscure library to be PHP 8.1 compat

* Tag 4.0.6 RC1

* Reset to dev

* Translation Update (#36356)

* [4.0] Fix images (#35780)

* [4.0] Joomla Update Silent fails (#36492)

* [4.0] Joomla Update Silent fails

I am not 100% certain that this is the best approach to this. @nikosdion @wilsonge please advise

## The Problem
As reported in # if during an update a sql query fails then the updater quits the sql part of the update process and moves on. The joomla_update log gives no indication that there has been a problem etc.

## Proposed Partial Solution
Adds a Start SQL and End SQL to the logs
If there is an error in the sql then that is written to the logs as well AND it now says End SQL incomplete

### Testing
For the testing we will be using the "Update your site by manually uploading the update package." and to make things quick I have prepared an empty update that you should download and use.

### Before Test 1
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### Before Test 2
Update your database to change the value in the #__schemas table so that the version_id is 4.0.0-2018-5-15
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### Before Test 3
Update your database to change the value in the #__schemas table so that the version_id is 4.0.3
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### After - Test 1
Update your database to change the value in the #__schemas table so that the version_id is 4.0.4

Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### After -  Test 2
Update your database to change the value in the #__schemas table so that the version_id is 4.0.0-2018-5-15
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### Before Test 3
Update your database to change the value in the #__schemas table so that the version_id is 4.0.3
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

* Fix null being passed to DateTime::__construct causing PHP 8.1 deprecation error

* Missing param default to fix uploads in PHP 8.1

* Tag 4.0.6 RC2

* Reset to dev

* Missing param default to fix renaming media in PHP 8.1

* Stub generator now handles deprecated namespaced classes (#35144)

* Fix error in article model (#36617)

* Fix code comment

* Temporary remove phpnext tests (#36624)

* Sign drone.yml

* Translation Update (#36645)

* Update extract.php (#36635)

* Update composer.lock

Co-authored-by: Brian Teeman <[email protected]>
Co-authored-by: Harald Leithner <[email protected]>
Co-authored-by: Tobias Zulauf <[email protected]>
Co-authored-by: Allon Moritz <[email protected]>
Co-authored-by: Quy <[email protected]>
Co-authored-by: Nicola Galgano <[email protected]>
Co-authored-by: Roland Dalmulder <[email protected]>
Co-authored-by: Tuan Pham Ngoc <[email protected]>
Co-authored-by: Fedir Zinchuk <[email protected]>
Co-authored-by: wilsonge <[email protected]>
Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Crystal Dionysopoulos <[email protected]>
Co-authored-by: heelc29 <[email protected]>
Co-authored-by: Geraint Edwards <[email protected]>
Co-authored-by: Tony Partridge <[email protected]>
Co-authored-by: frostmakk <[email protected]>
Co-authored-by: Dimitris Grammatikogiannis <[email protected]>
Co-authored-by: joomla-translation-bot <[email protected]>
Co-authored-by: Richard Fath <[email protected]>
Co-authored-by: Sveinung Larsen <[email protected]>
bembelimen added a commit that referenced this pull request Jan 15, 2022
* [4.0] Backup message (#36487)

Many users who use their hosts backup facility and this is typically __only__ for files

This update reminds them to backup the database as well

* Remove reference & in usort callback function (#36503)

* Update paragonie sodium_compat to 1.17.0 (#36491)

Co-authored-by: Benjamin Trenkle <[email protected]>

* [3.10] Finder plugins modify component params registry / Backport #35855 (#36141)

* Backport #35855 to 3.10

* one space to much

* [4.0]  xml code style (#36532)

Fixes a few spaces to tabs issues

* [4.0] media manager breadcrumbs (#36154)

* [4.0] media manager breadcrumbs

The RTL specific css was wrong as can be seen in the before screenshot

This PR removes the RTL specific css (should have been scss) and updates the scss to use logical properties instead.

This PR also removes an unused class `breadcrumb-item`.

To test RTL you will need to install arabic or persian.

and dont forget to npm ci

There is no visible change in LTR and the RTL changes are as shown below

## Before LTR

## Before RTL

## After LTR

## After RTL

* revert

* [4.0] RTL: Correcting Admin login 2factor and feedback hints (#36024)

This is a replacement to the merged PR #32104

It does exactly the same thing but by using css logical properties we avoid the need to maintain both an LTR and an RTL version[4.0]

There is no visual change

* [4.0] Category list (#36536)

Remove extra div that is not needed

* [4.0] Make routing work in console applications (#36332)

* Update list-fancy-select.php (#36543)

replace tab with space

code review

* [4.0] archive icon (#36263)

All the state icons are grey so that the published icon, which is green, stands out visually.

The archived icon however was black. This PR changes that icon to grey.

### Before

### After

* [4.0] Banner Client tips (#36262)

* [4.0] Banner Client tips

Adds a tooltip to the banner client numbers so that they appear the same as category numbers. Also corrects the class on the trashed number so that it has the correct colour

To test
Create one banner client
Create a banner for the client in each of the published states

* Update administrator/components/com_banners/tmpl/clients/default.php

oops

Co-authored-by: Quy <[email protected]>

Co-authored-by: Quy <[email protected]>

* Fix article creation from frontend (#36542)

* [4.0] Handle when toggle icon is not available (#36329)

* Handle when toggle icon is not available

* cs

* Take workflow extension into account when setting a default (#36527)

* Fix uploadlimits checks (#36023)

* Make edit_lock layout reusable for other extensions (#35112)

* Allow to set a value for SubformField (#35921)

* [4.0] Fix example in cleanImageURL docblock (#36554)

* Fix Codemirror behind tabs (#36140)

* Fix Codemirror behind tabs

* jscs

* Remove dependency on Factory in AdminController

* [4.0] Ensure path contains api in the router (#36315)

* [4.0] Check model is set before calling its methods (#36378)

* Check model is set before calling its methods

* Update OverridesController.php

* Category edit form should use return url (#36560)

Currently the article edit form respects return URLs; the category edit form does not. Adding it here makes for a more consistent editing experience.

* [4.0] Sample Data plugin images (#36237)

Updates the plugin to use the new image data used in lazy loading etc. This avoids confusion for users who see different source code for their created articles when compared to the same data plugins

To test. Just make sure the sample data still installs and works as expected

* [4.0] If the Mail Template was not found in the db, return false (#36489)

* [4.0] Code Style (#36564)

* Use an absolute path in image list field (#36063)

* Correct Cache setWorkarounds to take account of multiple script or style declarations being used that mean that we have an array of scripts or stylesheets to be cached and not just a string (#36068)

Cache setWorkarounds returns an array not a string

* [3] privacy request by logged in user only (#35470)

* privacy request logged in only

* privacy request logged in only

* privacy request logged in only

* privacy request logged in only

* privacy request logged in only

* Update components/com_privacy/controller.php

Co-authored-by: Quy <[email protected]>

Co-authored-by: Quy <[email protected]>

* Feature - Add always count option to 404 redirects (#34640)

* Feature - Add always count option to 404 redirects

* Add missiing space for code sniffer

* Return line for if statement

* Update plugins/system/redirect/redirect.php

Co-authored-by: Quy <[email protected]>

* Alpha Ordering - Change Constant too.

* update constant

* Update en-GB.plg_system_redirect.ini

* remove trailing whtiespace

* Remove Added Language Strings

* Update plugins/system/redirect/redirect.php

Co-authored-by: Phil E. Taylor <[email protected]>

* Update redirect.xml

* Update redirect.php

* Update plugins/system/redirect/redirect.php

Co-authored-by: Quy <[email protected]>

* Update plugins/system/redirect/redirect.php

Co-authored-by: Benjamin Trenkle <[email protected]>

* Update plugins/system/redirect/redirect.php

Co-authored-by: Quy <[email protected]>
Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Tobias Zulauf <[email protected]>
Co-authored-by: Benjamin Trenkle <[email protected]>

* php8 deprecation str_replace Passing null to param (#36400)

* add php 8.1 to the version array (#36577)

* Add function parameters for callbacks. Fixes #36010

* PHP 8.1 deprecation fixes (#36306)

* Backport some deprecation fixes from the J4 branch

* Ensure htmlspecialchars is passed a string

* Ignore PHPCS errors

Co-authored-by: Tobias Zulauf <[email protected]>

* Update simplepie to 1.3.3 (#36358)

* Update simplepie to 1.3.2 & phar-stream-wrapper to 2.2.2

* update to simplepie 1.3.3 to fix the version

* [3.10] Dont show the pre upgrade checker when the upgrade is not supported (#36312)

* [3.10] Fix Progressive caching to cache modules per custom menu assignment (#36324)

* Fix progressive caching

* Update libraries/src/Document/HtmlDocument.php

Co-authored-by: Phil E. Taylor <[email protected]>

* cast int

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

* Update libraries/src/Document/HtmlDocument.php

Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Tobias Zulauf <[email protected]>

* Bump registry to 1.6.4 (#36611)

* [4.0] Load the subform data correctly (#36598)

* Load the subform data correctly

* correct order

* don't remove <joomla-hidden-mail> (#36602)

* [4.0] Function to unregister a provider in media manager (#36594)

* Joomla! 3.10.5 Release Candidate 1

* [4.0] Latests/Popular Admin modules permissions (#36559)

* Allow our phpcode sniffer composer plugin to run

* PHP 8.1 fixes ported from #36355

* Fix codestyle. Thanks @brianteeman

* Improve security and type checking of the installer task

* Ensure the rule modifier is a string by default

* Ensure cpanel dashboard name is type safe (PHP 8.1)

* Fix mistake in param ordering

* Fix PHP 8.1 notice when creating an article

* Fix URL Field giving deprecated notices in PHP 8.1

* [4.0] Fix template preview (#36268)

* Fix template preview

* Fix template preview

* Fix Progressive caching to cache modules per custom menu assignment (#36193)

* Cross Origin for Google Fonts (#36592)

* Update Tobscure library to be PHP 8.1 compat

* Tag 4.0.6 RC1

* Reset to dev

* reset to dev

* Translation Update (#36356)

* [4.0] Fix images (#35780)

* [4.0] Joomla Update Silent fails (#36492)

* [4.0] Joomla Update Silent fails

I am not 100% certain that this is the best approach to this. @nikosdion @wilsonge please advise

## The Problem
As reported in # if during an update a sql query fails then the updater quits the sql part of the update process and moves on. The joomla_update log gives no indication that there has been a problem etc.

## Proposed Partial Solution
Adds a Start SQL and End SQL to the logs
If there is an error in the sql then that is written to the logs as well AND it now says End SQL incomplete

### Testing
For the testing we will be using the "Update your site by manually uploading the update package." and to make things quick I have prepared an empty update that you should download and use.

### Before Test 1
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### Before Test 2
Update your database to change the value in the #__schemas table so that the version_id is 4.0.0-2018-5-15
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### Before Test 3
Update your database to change the value in the #__schemas table so that the version_id is 4.0.3
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### After - Test 1
Update your database to change the value in the #__schemas table so that the version_id is 4.0.4

Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### After -  Test 2
Update your database to change the value in the #__schemas table so that the version_id is 4.0.0-2018-5-15
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

### Before Test 3
Update your database to change the value in the #__schemas table so that the version_id is 4.0.3
Update your install and then check the `administrator\logs\joomla_update.php`
It should look like

* Fix null being passed to DateTime::__construct causing PHP 8.1 deprecation error

* Missing param default to fix uploads in PHP 8.1

* Tag 4.0.6 RC2

* Reset to dev

* Missing param default to fix renaming media in PHP 8.1

* Stub generator now handles deprecated namespaced classes (#35144)

* Fix error in article model (#36617)

* Fix code comment

* Temporary remove phpnext tests (#36624)

* Sign drone.yml

* Use the correct namespace for the taggable trait (#36640)

* Translation Update (#36645)

* Update extract.php (#36635)

* Updated MediaHelper::canUpload function

* Tag RC3

* Reset to dev

Co-authored-by: Brian Teeman <[email protected]>
Co-authored-by: Harald Leithner <[email protected]>
Co-authored-by: Tobias Zulauf <[email protected]>
Co-authored-by: Allon Moritz <[email protected]>
Co-authored-by: Quy <[email protected]>
Co-authored-by: Nicola Galgano <[email protected]>
Co-authored-by: Roland Dalmulder <[email protected]>
Co-authored-by: Tuan Pham Ngoc <[email protected]>
Co-authored-by: Fedir Zinchuk <[email protected]>
Co-authored-by: wilsonge <[email protected]>
Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Crystal Dionysopoulos <[email protected]>
Co-authored-by: heelc29 <[email protected]>
Co-authored-by: Geraint Edwards <[email protected]>
Co-authored-by: Tony Partridge <[email protected]>
Co-authored-by: frostmakk <[email protected]>
Co-authored-by: Dimitris Grammatikogiannis <[email protected]>
Co-authored-by: joomla-translation-bot <[email protected]>
Co-authored-by: Richard Fath <[email protected]>
Co-authored-by: Sveinung Larsen <[email protected]>
Co-authored-by: Akshit Rattan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Language Change This is for Translators

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants