Language Change PR-5.2-dev Pending

User tests: Successful: Unsuccessful:

avatar Amitesh007z
Amitesh007z
5 Mar 2025

Pull Request for Issue #45063 .

Summary of Changes

Fixed the activation status issue where the "Activated" flag remained inactive even after the user verified their email.

Ensured that once a user completes email verification, the administrator can see the updated activation status correctly unless and untill the New User Account Activation is not Adminstator , like if its Adminstator , once Admin approves by clicking the link in his mail ,it turns activated.

Modified language/en-GB/ and administrator/language/en-GB/ files to reflect updated changes.

Testing Instructions

1.Register aa a new user and check if email verification updates the activation status.

2.Test cases where New User Account Activation is set to different values (e.g., Self, Admin) to ensure correct behavior i.e if self ,then on clicking link updates activated in admin panel and for Admin , changes to activated in admin panel upon approval of admin by clicking link in mail received upon mail verification of user.

3.Verify that the updated language strings are correctly reflected in the UI.

Actual result BEFORE applying this Pull Request

image

Expected result AFTER applying this Pull Request

Beforre verification :
image

Once after verification also by admin(as it is set as By Admin instead of self):
image

Once after language change:
image

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 Amitesh007z Amitesh007z - open - 5 Mar 2025
avatar Amitesh007z Amitesh007z - change - 5 Mar 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Mar 2025
Category Administration com_users Language & Strings
avatar brianteeman
brianteeman - comment - 5 Mar 2025

For the reasons I stated in the original issue report I am personally not in favour of changing the string to "verified" as in some of the user registration methods there is no verification step.

Before even looking at changing anything I think you need to create a grid showing the values for enabled and activated at each step of the registration process for each scenario. Only then can we even determine if something is not working correctly. These are some of the oldest settings in Joomla and I would be very careful changing anything without having a full understanding of the intended results

avatar fgsw
fgsw - comment - 6 Mar 2025

@Amitesh007z Can you please:

  • append the issue number (45063) in "Pull Request for Issue #."
  • start the title "[5.2] " (example #44733) as titles are used in the changelog.

Thank you.

avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
The description was changed
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
The description was changed
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Title
Fix activation status
[5.2] Fix activation status #45063
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Title
[5.2] Fix activation status #45063
[5.2] Fix activation status #45083
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Title
[5.2] Fix activation status #45083
[5.2] Fix activation status #45063
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
The description was changed
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar Amitesh007z
Amitesh007z - comment - 6 Mar 2025

@fgsw sorry for the mistake , i have edited and changed ,
Thanks

avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Labels Added: Language Change PR-5.2-dev
avatar joomla-cms-bot joomla-cms-bot - change - 6 Mar 2025
Category Administration com_users Language & Strings Administration com_banners com_users Language & Strings Front End com_contact Unit Tests Repository
avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Labels Added: Unit/System Tests
avatar fgsw
fgsw - comment - 6 Mar 2025

@Amitesh007z Thanks for changing the title. Can you please delete the issue number from the title as it makes no sense to have it in the changelog.

avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Title
[5.2] Fix activation status #45063
[5.2] Fix activation status
avatar Amitesh007z Amitesh007z - edited - 6 Mar 2025
avatar joomla-cms-bot joomla-cms-bot - change - 6 Mar 2025
Category Administration com_users Language & Strings com_banners Front End com_contact Unit Tests Repository Administration com_banners com_users Language & Strings Repository Front End com_contact External Library Composer Change Unit Tests
avatar Amitesh007z
Amitesh007z - comment - 6 Mar 2025

@Amitesh007z Thanks for changing the title. Can you please delete the issue number from the title as it makes no sense to have it in the changelog.

yeah done , sorry for inconvenience caused ,
thanks

avatar richard67
richard67 - comment - 6 Mar 2025

This PR shows a lot of unrelated changes, e.g. fine administrator/language/en-GB/install.xml and other XML files, composer.json and so on. Maybe the base branch was chosen wrong?

avatar Amitesh007z Amitesh007z - change - 6 Mar 2025
Labels Added: Composer Dependency Changed
avatar Amitesh007z
Amitesh007z - comment - 6 Mar 2025

This PR shows a lot of unrelated changes, e.g. fine administrator/language/en-GB/install.xml and other XML files, composer.json and so on. Maybe the base branch was chosen wrong?

Sorry for the inconvenience caused till now @richard67 , i have changed only few set of lines which are related to the issue i.e state change of activated and enabled basically , also as an additional task was to rename and change few terms with better replacements to avoid confusions and in order to provide clarity ,so i have changed some lines in language/en-GB mainly , will look into all errors, in CI tests and once everything is sorted will be happy to hear your review ,Sorry for calling upon re-review without checking all cases in CI tests passed,
Thanks

avatar richard67
richard67 - comment - 7 Mar 2025

I think the problem is that your fix-activation-status branch for this PR was created based on a different branch than 5.2-dev (maybe 5.3-dev?) and then this PR was created for 5.2-dev, so the branches do not match and the PR shows all the unrelated changes because it shows the differences of the 5.2-dev and 5.3-dev branches, too. You could try to rebase this PR to 5.3-dev, or you could make a new PR.

avatar Amitesh007z
Amitesh007z - comment - 10 Mar 2025

I think the problem is that your fix-activation-status branch for this PR was created based on a different branch than 5.2-dev (maybe 5.3-dev?) and then this PR was created for 5.2-dev, so the branches do not match and the PR shows all the unrelated changes because it shows the differences of the 5.2-dev and 5.3-dev branches, too. You could try to rebase this PR to 5.3-dev, or you could make a new PR.

I have reviewed the branch sir , and it appears to be in sync with 5.2-dev. However, I will cross-check once more to ensure there are no discrepancies. If I find any inconsistencies, I will take the necessary steps to resolve them and update accordingly. Thank you for your guidance sir !

avatar joomla-cms-bot joomla-cms-bot - change - 10 Mar 2025
Category Administration com_users Language & Strings com_banners Front End com_contact Unit Tests Repository External Library Composer Change Administration com_banners com_categories com_cpanel com_fields com_finder com_joomlaupdate com_menus com_modules com_plugins com_redirect com_templates com_users com_workflow Language & Strings
avatar Amitesh007z Amitesh007z - change - 10 Mar 2025
Labels Removed: Unit/System Tests Composer Dependency Changed
avatar Amitesh007z Amitesh007z - close - 10 Mar 2025
avatar Amitesh007z Amitesh007z - change - 10 Mar 2025
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2025-03-10 17:34:27
Closed_By Amitesh007z
avatar Amitesh007z
Amitesh007z - comment - 10 Mar 2025

@richard67

I noticed that my current PR includes several unintended changes. To keep the contribution clean and focused, I will close the existing PR and create a new one with only the necessary modifications. will get it done in couple of hours with intended chnages Thanks

Add a Comment

Login with GitHub to post a comment