User tests: Successful: Unsuccessful:
Some Administrator Modules have an option called "Automatic title" which is not used anymore.
This PR removes all references to
,"automatic_title":"1"
,"automatic_title":"0"
in SQL files & Unit test.
Please see related items:
Removed Automatic title option from 4 Administrator Modules #5789
Removed unused Automatic Title from Admin Templates: Hathor & System #5792
Labels |
Added:
?
|
Category | ⇒ | MS SQL SQL |
@pe7er Is there any way I can test this removing of references?
I am not sure. Maybe you could try:
use phpMyAdmin check the #__modules table.
Admin modules might have
automatic_title":"1"
or
automatic_title":"0"
in the params field.
Apply the Patch.
Remove /configuration.php and reinstall the local Joomla website
After installation use phpMyAdmin check the #__modules table.
The automatic_title references should not be there anymore.
BTW: You'll need to install the Patch Tester Component again after this test...
I am not sure. Maybe you could try:
use phpMyAdmin check the #__modules table.
Admin modules might have
automatic_title":"1"
or
automatic_title":"0"
in the params field.
Apply the Patch.
Remove /configuration.php and reinstall the local Joomla website
After installation use phpMyAdmin check the #__modules table.
The automatic_title references should not be there anymore.
BTW: You'll need to install the Patch Tester Component again after this test...
As the related PR have already been merged this really should be applied to the installation sql as well
Agreed and merged based on review.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-17 21:39:35 |
Closed_By | ⇒ | Bakual |
Milestone |
Added: |
There is a general problem with a patch affecting sample data. When not tested and merged immediatley the are rapidly out of sync. Besides that when all sample data for all databases are touched the are untestable for com_patchtest user.
The only solution I see is to consume them in smaller portions. Is there another way to get such patches in?