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

SimplePie Update Incomplete Fixes #10280 #10285

Merged
merged 4 commits into from
May 7, 2016
Merged

Conversation

zero-24
Copy link
Contributor

@zero-24 zero-24 commented May 7, 2016

Pull Request for Issue #10280

Summary of Changes

Removal of the SimplePie library extension from the database (new install and update)
Removal of the SimplePie library extension's manifest
Deleting libraries/simplepie on update
run the delete query for phpmailer too

Testing Instructions

@mbabker @wilsonge please have a look.

@@ -0,0 +1,2 @@
DELETE FROM `#__extensions` WHERE `type` = 'library' AND `element` = 'simplepie';
DELETE FROM `#__extensions` WHERE `type` = 'library' AND `element` = 'phpmailer';
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't need PHPMailer here, it was removed by ID with https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_admin/sql/updates/mysql/3.4.0-2014-10-20.sql (and the corresponding files for the non-MySQL engines)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks just fixed with: e6b85f7 i have not noticed that as i have searched for the string phpmailer ;)

@wilsonge wilsonge added this to the Joomla 3.6.0 milestone May 7, 2016
@wilsonge wilsonge merged commit d529eb4 into joomla:staging May 7, 2016
@zero-24 zero-24 deleted the simplepie branch May 7, 2016 17:20
@joomla-cms-bot joomla-cms-bot removed this from the Joomla 3.6.0 milestone May 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants