User tests: Successful: Unsuccessful:
Pull Request for Issue #26299 . Note that me experience is with Joomla 4 and not Staging.
Summary of Changes
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
Testing Instructions
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.
Actual result BEFORE applying this Pull Request
Check the code: the strings are missing.
Expected result AFTER applying this Pull Request
Check the code: the strings are present.
Documentation Changes Required
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
Title |
|
Title |
|
To test, download this package: plg_system_dummy.zip.
Drop its contents into plugins/system/dummy
directory (have to create it first).
Go to Extensions -> Manage -> Discover.
Click Discover button if needed.
Check plg_system_dummy
plugin and click Install.
Before patch you should get this message:
Warning
Extension JLIB_INSTALLER_discover_install: Custom install routine failure.
After patch:
Warning
Extension Discover Install: Custom install routine failure.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-06 08:33:47 |
Closed_By | ⇒ | infograf768 | |
Labels |
Added:
?
?
?
|
Tks.
I closed #31315 which was against 4.0-dev. Was that expected?