User tests: Successful: Unsuccessful:
This PR is in conjunction with #5063 and will remove the 2.5 End of Support plugin for users who have it installed and upgrade a 2.5 site to 3.x.
Labels |
Added:
?
|
Category | ⇒ | Plugins Updating |
Do we run the script.php when installing though Extension Manager=>Install?
Yes.
@test unsuccessful
Warning
Plugin Uninstall: Trying to uninstall a core plugin: PLG_EOSNOTIFY
http://issues.joomla.org/tracker/joomla-cms/5064#event-52778
D'oh! It's protected. I'll hack up a fix in a little bit.
@mbabker here is a PR i hope it helps: mbabker#19
That's the gist of it. Now we just need to use proper quoting syntax for all of our databases:
$db->setQuery(
$db->getQuery(true)
->update('#__extensions')
->set('protected = 0')
->where($db->quoteName('name') . ' = ' . $db->quote('plg_quickicon_eosnotify');
)->execute();
@zero-24 I've added the query at mbabker@49e51e8 so we should be good to go now. Thanks!
I will have a test later today.
@mbabker still don't work this should fix it: mbabker#20
@test successful. One more tester
Status | Pending | ⇒ | Ready to Commit |
Thanks @Hackwar and @mbabker moving this to RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-12 12:41:15 |
Merged - thanks!
@test
What i did
I will retest if we can fix com_installer (IIRC this is easy but i don't get in mind how this can be fixed ...)
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5064.