? Pending

User tests: Successful: Unsuccessful:

avatar SharkyKZ
SharkyKZ
26 May 2020

Summary of Changes

Changes plugin name to be lowercase like in all other plugins.

Testing Instructions

Code review.

Documentation Changes Required

No.

avatar SharkyKZ SharkyKZ - open - 26 May 2020
avatar SharkyKZ SharkyKZ - change - 26 May 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 26 May 2020
Category Front End Plugins
avatar brianteeman brianteeman - test_item - 26 May 2020 - Tested successfully
avatar brianteeman
brianteeman - comment - 26 May 2020

I have tested this item successfully on 5b26c7d


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

avatar HLeithner
HLeithner - comment - 26 May 2020

Isn't it wrong in all others? Normally our language strings are all uppercase iirc? But no problem with this just a question.

avatar SharkyKZ
SharkyKZ - comment - 26 May 2020

@HLeithner This is also stored in #__extensions table and in some places we still use extension name for running queries. Having casing discrepancy would break on PostgreSQL.

Although this specific case probably doesn't cause issues, it's just a matter of consistency.

avatar infograf768
infograf768 - comment - 26 May 2020

In fact it is epiphenomenic as we use strtoupper when in lower case.

Edit: when I wrote the above, I was not aware about possible issues in PostgresSQL

avatar infograf768 infograf768 - test_item - 26 May 2020 - Tested successfully
avatar infograf768
infograf768 - comment - 26 May 2020

I have tested this item successfully on 5b26c7d


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

avatar HLeithner HLeithner - change - 26 May 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-05-26 10:42:28
Closed_By HLeithner
Labels Added: ?
avatar HLeithner HLeithner - close - 26 May 2020
avatar HLeithner HLeithner - merge - 26 May 2020
avatar HLeithner
HLeithner - comment - 26 May 2020

Thanks

Add a Comment

Login with GitHub to post a comment