-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Cleanup installer plugins #10308
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
Cleanup installer plugins #10308
Conversation
…leanup-installer-plugins * 'staging' of https://github.com/joomla/joomla-cms: Adding new plugin ini files to the install.xml (joomla#10302) Database connection problems on CLI
…leanup-installer-plugins * 'staging' of https://github.com/joomla/joomla-cms: Smart Search: utf8_strpos: Offset must be an integer (joomla#10303) Removed an redundant else clause from JFeedParser::processElement (joomla#7961) CLEANING-JDataSet (joomla#7947) CLEANING-JAdapter (joomla#6679) Same treatment as JArchiveBzip2 and JArchiveGzip (joomla#6515) Cleaning up JArchiveBzip2 (joomla#6495) Removed the nested conditional switch construct (joomla#6338) add edit tooltip to modules (joomla#10295) New installer plugins: remove the dot in the plugin name and other language review (joomla#10299)
…leanup-installer-plugins * 'staging' of https://github.com/joomla/joomla-cms: Add missing com_finder to com_admin script php (joomla#10300) Add missing slash Removed redundant else statemetn from JFormHelper::loadType (joomla#7979)
| DELETE FROM "#__extensions" WHERE "type" = "library" AND "element" = "simplepie"; | ||
| INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES | ||
| (455, 'plg_installer_packageinstaller', 'plugin', 'packageinstaller', 'installer', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 1, 0), | ||
| (456, 'plg_installer_folderinstaller', 'plugin', 'folderinstaller', 'installer', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 2, 0), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tables and fields quoteName are not correct in postgresql. they should be " (see the other ones)
Also the dates should be 1970-01-01 00:00:00, not 0000-00-00 00:00:00
|
Download of the brach is: https://github.com/roland-d/joomla-cms/archive/cleanup-installer-plugins.zip |
|
I have tesed the clean install and disable the plugins both works! I have not got the update server runnung i will try it later. |
|
I have tested this item ✅ successfully on 8b9add8 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10308. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10308. |
|
Thank you @roland-d and testers! |
|
please remove the label @joomla-cms-bot |
Summary of Changes
This change does a few things:
Testing Instructions for a clean installation
Testing Instructions for an update
Testing Instructions for both