View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001316 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-09-15 15:22 | 2009-09-23 17:05 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.5 revision 21618 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001316: When "Load additional Information from OXID server" is switched off, the shop still checks for newer version | ||||
Description | When "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 Information | http://www.oxid-esales.com/forum/showthread.php?t=2434 | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0001315 | closed | alfonsas_cirtautas | Admin-Login needs to wait for admin.oxid-esales.com timeout |
|
Additional: Add a new checkbox in setup: "Check for available updates regularly" |
|
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). |
|
added config option "blCheckForUpdates" to admin and setup. Shop will be checked for version in admin home page only if this option is checked. |