Missing field in #__updates, causing 3rd-party extensions not to update#44
Closed
TBK wants to merge 1 commit intojoomla:masterfrom
TBK:master
Closed
Missing field in #__updates, causing 3rd-party extensions not to update#44TBK wants to merge 1 commit intojoomla:masterfrom TBK:master
TBK wants to merge 1 commit intojoomla:masterfrom
TBK:master
Conversation
Following should be added to a sql update script (e.g. joomla_update_173to174.sql) # Fix for Extension Update bug ALTER TABLE #__updates ADD `infourl` TEXT NOT NULL, AFTER `detailsurl`;
Member
|
Please post this proposal on Joomlacode tracker with test instructions. This filed is not present in joomla.sql |
Contributor
|
We've had a tracker item for months on this that's gone untested. Care to take a look? http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=26635 |
wilsonge
pushed a commit
that referenced
this pull request
Jun 4, 2017
* Codestyle * indent * order * oops * changes requested by @andrepereiradasilva * cs * changes requested by @wojsmol * Update mod_logged.xml (#43) * Update templateDetails.xml (#45) i need to fix my ide!! * Update mod_popular.xml (#44) * Update templateDetails.xml (#57) * Update mod_version.xml (#56) * Update mod_toolbar.xml (#55) * Update mod_title.xml (#54) * Update mod_submenu.xml (#53) * Update mod_status.xml (#52) * Update mod_stats_admin.xml (#51) * Update mod_quickicon.xml (#50) * Update mod_menu.xml (#49) * Update mod_login.xml (#48) * Update mod_latest.xml (#47) * Update mod_feed.xml (#46)
bembelimen
referenced
this pull request
in bembelimen/joomla-cms
Apr 26, 2018
* Fix broken State SQL * Change qn => quoteName * No need for an extra variable
wilsonge
referenced
this pull request
in wilsonge/joomla-cms
Jul 10, 2018
Cleanup the API Controller
anuragteapot
added a commit
to anuragteapot/joomla-cms
that referenced
this pull request
Aug 26, 2018
standard button
richard67
referenced
this pull request
in richard67/joomla-cms
May 25, 2020
[4.0] [PR 28722] Correct template ID for new user and alpha order mail templates in SQL
ditsuke
added a commit
to ditsuke/joomla-cms
that referenced
this pull request
Nov 15, 2021
…n-language Fix language strings for the schedulerunner plugin
4 tasks
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.
Following should be added to a sql update script (e.g. joomla_update_173to174.sql)
Fix for Extension Update bug
ALTER TABLE #__updates
ADD
infourlTEXT NOT NULL, AFTERdetailsurl;