? Success

User tests: Successful: Unsuccessful:

avatar bertmert
bertmert
19 May 2016

Pull Request for Issue #10550

Joomla 3.5.1

Summary of Changes

When a folder with not installed extension is removed from webspace after it was found with button Discover it's always displayed in view
administrator/index.php?option=com_installer&view=discover
Patch adds a purge() call to method discover()

Testing Instructions

  • Create folder /plugins/content/discovertest/
  • Create file /plugins/content/discovertest/discovertest.xml
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5" type="plugin" group="content" method="upgrade">
<name>discovertest</name>
<files>
<filename plugin="discovertest">discovertest.php</filename>
</files>
</extension>
  • Backend: Goto administrator/index.php?option=com_installer&view=discover
  • Click button Discover.
  • New item in view/list: discovertest. Don't install!
  • Have a look in database table xyz_extensions
  • You'll see an entry (highest extension_id) with state -1 and name discovertest.

  • Delete new folder above.

  • Click button Discover.
  • Nothing has changed in list of view and in database. Still an entry discovertest (that's not installable).

  • Apply patch.

  • Click button Discover and check list and database that entry discovertest has been removed.
avatar bertmert bertmert - open - 19 May 2016
avatar bertmert bertmert - change - 19 May 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 May 2016
Labels Added: ?
avatar andrepereiradasilva andrepereiradasilva - test_item - 19 May 2016 - Tested successfully
avatar andrepereiradasilva
andrepereiradasilva - comment - 19 May 2016

I have tested this item successfully on 7e52436

Thanks!


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

avatar infograf768 infograf768 - test_item - 20 May 2016 - Tested successfully
avatar infograf768
infograf768 - comment - 20 May 2016

I have tested this item successfully on 7e52436


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

avatar infograf768 infograf768 - change - 20 May 2016
Status Pending Ready to Commit
Easy No Yes
avatar infograf768
infograf768 - comment - 20 May 2016

RTC. Thanks.


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

avatar joomla-cms-bot joomla-cms-bot - change - 20 May 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 20 May 2016
Category Components Installation
avatar brianteeman brianteeman - change - 20 May 2016
Labels
avatar brianteeman brianteeman - change - 20 May 2016
Milestone Added:
avatar roland-d roland-d - close - 20 May 2016
avatar roland-d roland-d - merge - 20 May 2016
avatar joomla-cms-bot joomla-cms-bot - close - 20 May 2016
avatar roland-d roland-d - reference | 1fd562c - 20 May 16
avatar roland-d roland-d - merge - 20 May 2016
avatar roland-d roland-d - close - 20 May 2016
avatar roland-d roland-d - change - 20 May 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-05-20 10:28:58
Closed_By roland-d
avatar joomla-cms-bot joomla-cms-bot - change - 20 May 2016
Labels Removed: ?
avatar roland-d
roland-d - comment - 20 May 2016

Thanks everybody

Add a Comment

Login with GitHub to post a comment