View Issue Details

IDProjectCategoryView StatusLast Update
0001316OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-09-23 17:05
Reportermarco_steinhaeuser Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.5 revision 21618 
Fixed in Version4.1.6 revision 22740 
Summary0001316: When "Load additional Information from OXID server" is switched off, the shop still checks for newer version
DescriptionWhen "Load additional Information from OXID server" is switched off, the shop still checks for newer version reminding "Version 4.x is available" on admin home page.

As we might be accused "calling home", I propose the following:
- delete the unrequested call to admin.oxid-esales.com from Admin Home
- move the Button "check for newer version" from License to home
- think of a fall back in case admin.oxid-esales.com is down. As it is now, an internal server error 500 appears and you cannot use the admin panel
Additional Informationhttp://www.oxid-esales.com/forum/showthread.php?t=2434
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

related to 0001315 closedalfonsas_cirtautas Admin-Login needs to wait for admin.oxid-esales.com timeout 

Activities

ralf_trapp

2009-09-15 16:20

reporter   ~0001740

Additional: Add a new checkbox in setup: "Check for available updates regularly"

dainius.bigelis

2009-09-23 07:54

reporter   ~0001805

Last edited: 2009-09-23 10:14

Confirmation from PM:
Implement additional option in setup also in the Core Settings:
"Check for available updates regularly".
- If OFF - then eShop should not automatically connect to OXID eSales servers (esp. for online version check).
- If ON - then all needed connections and checking with OXID eSales server should be done.
Option "Load additional Information from OXID server" and the button for checking newer versions in the License tab - should not depend on "Check for available updates regularly" (when button is clicked manualy - it should check online version anyway).

vilma_liorensaityte

2009-09-23 17:05

reporter   ~0001813

added config option "blCheckForUpdates" to admin and setup. Shop will be checked for version in admin home page only if this option is checked.