Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make JAuthentication autoloaded, split 2 classes to 2 files #11023

Closed
wants to merge 1 commit into from
Closed

Make JAuthentication autoloaded, split 2 classes to 2 files #11023

wants to merge 1 commit into from

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Jul 4, 2016

Summary of Changes

The JAuthentication class requires manual import and the file that holds this class contains two classes (JAuthentication and JAuthenticationResponse). Move the file so it can be autoloaded and split the response class to a new file to follow the one class per file convention.

Testing Instructions

User authentication still works correctly, on update the old file is deleted.

@@ -1424,6 +1424,8 @@ public function deleteUnexistingFiles()
'/administrator/templates/isis/js/jquery.js',
'/administrator/templates/isis/js/bootstrap.min.js',
'/media/system/js/permissions.min.js',
// Joomla __DEPLOY_VERSION__
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this (#10883) needs to be merged for __DEPLOY_VERSION__ to work

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm counting on that being merged before this PR ever makes it to a stable release 😉

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😉

@hardiktailored
Copy link

I have tested this item ✅ successfully on 3233daa

I have Joomla Authentication Plugin enabled and user authentication works correctly after applying patch too.


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

@tomartailored
Copy link

I have not tested this item.

Tested , and working fine


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

@tomartailored
Copy link

I have tested this item ✅ successfully on 3233daa

Tested , and working fine


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

@gunjanpatel
Copy link
Contributor

RTC


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

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Jul 15, 2016
@roland-d roland-d added this to the Joomla 3.7.0 milestone Jul 16, 2016
@wilsonge
Copy link
Contributor

Merged with 761bf53 - thanks!

@wilsonge wilsonge closed this Jul 30, 2016
@wilsonge wilsonge removed the RTC This Pull Request is Ready To Commit label Jul 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants