User tests: Successful: Unsuccessful:
Pull Request for Issue #26299 .
Added strings JLIB_INSTALLER_DISCOVER_INSTALL="Discover Install"
In admin and site lib_joomla.ini
I noticed that there places where strtoupper is missing: e.g - Text::('JLIB_INSTALLER' . $this->route), - leaving that as a separate issue but could fix if anyone would like to confirm - look in libraries/src/Installer/InstallerAdapter.php
See #26299
I do not know how to test this PR! I checked the code and I am fairly sure there is only one string missing from the set discover_install, install, update and uninstall.
Check the code: the strings are missing.
Check the code: the strings are present.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
Title |
|
@ceford This PR is fine but can you make it against staging instead?
Being relatively new to github, I don't know how to change a pr. And I don't know how changes in staging make their way to 4-Dev. I don't seem to have staging on my local clone. A few pointers would be helpful.
Closing this to create a new request with new base. I don't get a list of my requests so I can't select this one to edit.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-05 12:01:58 |
Closed_By | ⇒ | ceford | |
Labels |
Added:
?
?
|
I think that the string 'discover_install" is wrong and should be only "discover" in installer_adapter.php. Then the Language Key is in the language file like all the others.