Feature request: Add update version checking (online)
Reported by dleffler | August 24th, 2011 @ 04:37 PM | in 2.0.4 (closed)
Could easily be placed in expVersion:checkVersion() to pull a serialized version file from the exponentcms.org website to see if a new (stable) version is available. If so, set a flag locally (so we don't show it with each page load?) and display it in the message queue. Could also be run from Exponent menu.
Comments and changes to this ticket
-
expNinja August 24th, 2011 @ 08:30 PM
(from [ab36dfd8f3bb10c1a387cfce1c2088c8870433b9]) Minor updates to expVersion to prepare for possible online version update check in the future. [#314] https://github.com/exponentcms/exponent-cms/commit/ab36dfd8f3bb10c1...
-
expNinja December 15th, 2011 @ 10:17 PM
(from [7a56c4d222a176d82bf3b507d4786ca3915b5dbe]) Better handling of situations where no database connection is present...now sends you to the maintenance screen with a note that the database is offline. Also updates version checking in preparation for online version checking and the new install/upgrade process for the next release version. Adds new method to expDateTime to format and return a date based on system settings [#314 #421] https://github.com/exponentcms/exponent-cms/commit/7a56c4d222a176d8...
-
expNinja December 24th, 2011 @ 04:03 AM
(from [12a81dda0896ddc865dbcc1dd732c214876954c3]) Revises install/upgrade process to no longer be semi-automated. Now installation MUST be called explicitly and if an 'upgrade' condition exists, but the site is still configured, the admin user will be notified with a link to upgrade the site after logging in. Also contains the basics for doing an online version check displaying a notice once per session. Still need a location (or new method) to store the version check. [#421 #314] https://github.com/exponentcms/exponent-cms/commit/12a81dda0896ddc8...
-
expNinja December 24th, 2011 @ 04:33 AM
(from [9eef6c36511bc643e42331b06e0d0a27a3b69915]) Cleaner version of json return software version. Now stand-alone with hard-coded version info. Exponent installation not required [#314] https://github.com/exponentcms/exponent-cms/commit/9eef6c36511bc643...
-
expNinja December 24th, 2011 @ 04:43 AM
(from [c3e9e3de236b34cfd0fe6b3d3787b63261bfb2db]) Cleaner version of json return software version, now stand-alone with hard-coded version info; Exponent installation not required. includes sample version (2.0.5) to force situation. [#314] https://github.com/exponentcms/exponent-cms/commit/c3e9e3de236b34cf...
-
expNinja December 24th, 2011 @ 11:38 AM
(from [57ef0ba6e8830d079dfcbb22132047ea2688a555]) Online check fix to work locally as a test. includes sample version (2.0.5) to force situation. [#314] https://github.com/exponentcms/exponent-cms/commit/57ef0ba6e8830d07...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
People watching this ticket
Tags
Referenced by
- 421 Feature request - install/upgrade must be specifically envoked and upgrade requires admin login (from [7a56c4d222a176d82bf3b507d4786ca3915b5dbe]) Better ...
- 421 Feature request - install/upgrade must be specifically envoked and upgrade requires admin login (from [12a81dda0896ddc865dbcc1dd732c214876954c3]) Revises...