? ? Success

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
29 Nov 2016

Summary of Changes

Following Michaels tip: #13041 (comment)

we should just delete that never used JED channel already)

Remove never needed nor used JED Update Server from new installs

Testing Instructions

Documentation Changes Required

None as it was never used.

see: joomla/update.joomla.org#31

avatar zero-24 zero-24 - open - 29 Nov 2016
avatar zero-24 zero-24 - change - 29 Nov 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Nov 2016
Category SQL Installation Postgresql MS SQL
avatar zero-24 zero-24 - change - 29 Nov 2016
The description was changed
avatar zero-24 zero-24 - edited - 29 Nov 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 29 Nov 2016

shouldn't be deleted also on update?
something like this?

DELETE FROM `#__updates`
WHERE `update_site_id` = (SELECT `update_site_id` FROM `#__update_sites` WHERE `name` = 'Joomla! Extension Directory' AND `type` = 'collection');

DELETE FROM `#__update_sites_extensions`
WHERE `update_site_id` = (SELECT `update_site_id` FROM `#__update_sites` WHERE `name` = 'Joomla! Extension Directory' AND `type` = 'collection');

DELETE FROM `#__update_sites`
WHERE `name` = 'Joomla! Extension Directory' AND `type` = 'collection';
avatar alikon
alikon - comment - 29 Nov 2016

is only for new install

avatar andrepereiradasilva
andrepereiradasilva - comment - 29 Nov 2016

is only for new install

Why?

avatar alikon
alikon - comment - 29 Nov 2016

looking at https://update.joomla.org/jed/list.xml

<extensionset name="JED" description="Joomla! Extension Directory">
<!--  TODO: fill this out  -->
</extensionset>

don't know why

avatar andrepereiradasilva
andrepereiradasilva - comment - 29 Nov 2016

@alikon what i mean is this update sites in all current joomla installs, so should be removed on updated too IMHO.

avatar zero-24
zero-24 - comment - 29 Nov 2016

Thanks. I can fix this later. I have also missed one place to remove that link ;) in the xml. The update part will be done via php as i have no idea how postgres or mssql works with sub querys ;)

avatar joomla-cms-bot joomla-cms-bot - change - 30 Nov 2016
Category SQL Installation Postgresql MS SQL Administration SQL Installation Postgresql MS SQL
avatar joomla-cms-bot joomla-cms-bot - change - 30 Nov 2016
Category SQL Installation Postgresql MS SQL Administration Administration SQL Installation Postgresql MS SQL Unit Tests
avatar zero-24 zero-24 - change - 30 Nov 2016
Labels Added: ?
avatar zero-24 zero-24 - change - 30 Nov 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 30 Nov 2016
Category SQL Installation Postgresql MS SQL Administration Unit Tests Administration com_admin SQL Installation Postgresql MS SQL Unit Tests
avatar alikon
alikon - comment - 1 Dec 2016

I have tested this item successfully on fa48100


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13047.

avatar alikon alikon - test_item - 1 Dec 2016 - Tested successfully
avatar brianteeman brianteeman - change - 4 Dec 2016
Labels
Easy No Yes
avatar zero-24 zero-24 - change - 4 Dec 2016
Labels
avatar zero-24
zero-24 - comment - 4 Dec 2016

should be good now @andrepereiradasilva

avatar brianteeman
brianteeman - comment - 5 Dec 2016

I have tested this item successfully on 830681f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13047.

avatar brianteeman brianteeman - test_item - 5 Dec 2016 - Tested successfully
avatar zero-24 zero-24 - change - 10 Dec 2016
Milestone Added:
avatar alikon
alikon - comment - 11 Dec 2016

I have tested this item successfully on 830681f

on code review


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13047.

avatar alikon alikon - test_item - 11 Dec 2016 - Tested successfully
avatar jeckodevelopment
jeckodevelopment - comment - 11 Dec 2016

I have tested this item successfully on 830681f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13047.

avatar jeckodevelopment jeckodevelopment - test_item - 11 Dec 2016 - Tested successfully
avatar joomla-cms-bot joomla-cms-bot - change - 11 Dec 2016
Milestone Removed:
avatar jeckodevelopment jeckodevelopment - change - 11 Dec 2016
Status Pending Ready to Commit
Labels
avatar jeckodevelopment
jeckodevelopment - comment - 11 Dec 2016

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13047.

avatar jeckodevelopment jeckodevelopment - change - 11 Dec 2016
Milestone Added:
avatar rdeutz rdeutz - reference | 46bca9a - 11 Dec 16
avatar rdeutz rdeutz - merge - 11 Dec 2016
avatar rdeutz rdeutz - close - 11 Dec 2016
avatar rdeutz rdeutz - change - 11 Dec 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-12-11 20:20:20
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 11 Dec 2016
avatar rdeutz rdeutz - merge - 11 Dec 2016
avatar zero-24 zero-24 - head_ref_deleted - 11 Dec 2016
avatar cpfeifer cpfeifer - reference | fb3e6ba - 22 Dec 16

Add a Comment

Login with GitHub to post a comment