? PR-4.3-dev Pending

User tests: Successful: Unsuccessful:

avatar charvimehradu
charvimehradu
26 Feb 2023

Pull Request for Issue #39927 .

Summary of Changes

  • This PR also replaces the wrong Windows line endings (CR+LF) with correct Unix line endings (LF) in 2 xml files "administrator/modules/mod_loginsupport/mod_loginsupport.xml" and "installation/language/ru-RU/langmetadata.xml".

  • Replacing lowercase utf with uppercase in .xml files.

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar joomla-cms-bot joomla-cms-bot - change - 26 Feb 2023
Category Administration com_admin com_ajax com_associations com_banners com_cache com_categories
avatar charvimehradu charvimehradu - open - 26 Feb 2023
avatar charvimehradu charvimehradu - change - 26 Feb 2023
Status New Pending
avatar charvimehradu charvimehradu - change - 26 Feb 2023
Labels Added: ?
avatar richard67 richard67 - change - 26 Feb 2023
Build 4.2-dev 4.3-dev
avatar joomdonation
joomdonation - comment - 26 Feb 2023

Other than the small change which I mentioned, this look good to me. If you made the change, I will submit my test result.

avatar charvimehradu charvimehradu - change - 26 Feb 2023
Labels Added: PR-4.3-dev
Removed: ?
avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar richard67 richard67 - test_item - 26 Feb 2023 - Tested successfully
avatar richard67
richard67 - comment - 26 Feb 2023

I have tested this item successfully on e073ecf

I can confirm that this PR here catches all 584 cases which I can find on a clean 4.3-dev branch on Linux when doing a find ./ -type f -name "*\.xml" -exec grep -Hn "encoding=\"utf-8\"" {} \; | grep "xml version=" and counting them with a | wc -l.

I've reviewed all changes and and can confirm they are correct.

Additional changes shown on GitHub for 2 xml files "administrator/modules/mod_loginsupport/mod_loginsupport.xml" and "installation/language/ru-RU/langmetadata.xml" but where you can't see what was changed are due to wrong Windows line endings CR+LF being replaced with correct Unix line endings LF.

Finally, redundant spaces have been removed from the XML tag. Ok by review.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39951.
avatar richard67 richard67 - test_item - 26 Feb 2023 - Not tested
avatar richard67
richard67 - comment - 26 Feb 2023

I have not tested this item.

Sorry, the last commit was not ok. Review comment will follow.


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

avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar richard67 richard67 - test_item - 26 Feb 2023 - Tested successfully
avatar richard67
richard67 - comment - 26 Feb 2023

I have tested this item successfully on e073ecf

All ok.

I can confirm that this PR here catches all 584 cases which I can find on a clean 4.3-dev branch on Linux when doing a find ./ -type f -name "*\.xml" -exec grep -Hn "encoding=\"utf-8\"" {} \; | grep "xml version=" and counting them with a | wc -l.

I've reviewed all changes and and can confirm they are correct.

Additional changes shown on GitHub for 2 xml files "administrator/modules/mod_loginsupport/mod_loginsupport.xml" and "installation/language/ru-RU/langmetadata.xml" but where you can't see what was changed are due to wrong Windows line endings CR+LF being replaced with correct Unix line endings LF.

Finally, redundant spaces have been removed from the XML tag. Ok by review.


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

avatar charvimehradu charvimehradu - change - 26 Feb 2023
The description was changed
avatar charvimehradu charvimehradu - edited - 26 Feb 2023
avatar richard67 richard67 - alter_testresult - 26 Feb 2023 - richard67: Tested successfully
avatar joomdonation joomdonation - test_item - 26 Feb 2023 - Tested successfully
avatar joomdonation
joomdonation - comment - 26 Feb 2023

I have tested this item successfully on a336da2

I did some search and confirm that UTF-8 (in upper case) is recommended/standard. I also reviewed the changes from all the files (two times) and it looks good.


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

avatar joomdonation joomdonation - change - 26 Feb 2023
Status Pending Ready to Commit
avatar joomdonation
joomdonation - comment - 26 Feb 2023

RTC.


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

avatar sandewt
sandewt - comment - 26 Feb 2023

Thks all

avatar obuisard obuisard - change - 27 Feb 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-02-27 01:16:52
Closed_By obuisard
Labels Added: ?
avatar obuisard obuisard - close - 27 Feb 2023
avatar obuisard obuisard - merge - 27 Feb 2023
avatar obuisard
obuisard - comment - 27 Feb 2023

Thank you Charvi @charvimehradu for the PR!

avatar charvimehradu
charvimehradu - comment - 27 Feb 2023

Happy to help!

Add a Comment

Login with GitHub to post a comment