Cleanup installer plugins#10308
Merged
Kubik-Rubik merged 15 commits intojoomla:stagingfrom May 8, 2016
Merged
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), |
Contributor
There was a problem hiding this comment.
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
Contributor
|
Download of the brach is: https://github.com/roland-d/joomla-cms/archive/cleanup-installer-plugins.zip |
Contributor
|
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. |
Contributor
|
I have tested this item ✅ successfully on 8b9add8 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10308. |
Contributor
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10308. |
Member
|
Thank you @roland-d and testers! |
Contributor
|
please remove the label @joomla-cms-bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This change does a few things:
Testing Instructions for a clean installation
Testing Instructions for an update
Testing Instructions for both