In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
666 [In-Portal CMS] Install / Upgrages feature request N/A 2010-03-27 17:47 2011-12-18 15:31
alex  
 
normal  
active 5.0.3-B1  
open  
 
none  
http://groups.google.com/group/in-portal-dev/browse_thread/thread/d3860bb668ee7750
3
0000666: Show latest available version in top frame in administrative console
I propose we show latest available version in top frame in administrative console. For example: "Latest Version: 5.0.2. Your Version: 5.0.0. [Upgrade]". Upgrade is link to download page. This way administrator will be always aware, that new version is available for download. Maybe we also should place link to issue tracker filtered by given release on download page near module name.

Here are some of my thoughts how this can be even more useful to users:


0. Only available in Admin Advanced Interface (NOT Simple).


1. In Top Frame (exact location needs to be picked) display a message if a new version of In-Portal or other Modules are available. The logic can be the following:

a. If new In-Portal version is available, show message -- In-Portal 5.0.3 is available.
b. or Show message -- In-LInk 5.0.3 is available. It will be a link to


2. The message above (in top frame) will LINK to "Configuration -> Modules" section where user can see ALL all of his installed modules (now) and new columns that will show:

a. Latest Version - shows latest stable version, ie. 5.0.3 (download zip or gz); with DIRECT links for downloads.
b. Change Log - link (opens in new window) to Issue Tracker with filters for that version to see what was done.


3. All checks should be done for Admin ONLY and probably using an Agent (regular event).


Since it will be a Web Service from In-Portal.com website we would NEED TO THINK:

1. about In-Commerce and In-Auction modules check?
2. somehow validate license, and build Direct download links?


Also, see some screenshots how WP does it.
jpg NewVersionOptions1.jpg (120,156) 2010-03-27 17:47
http://tracker.in-portal.org/file_download.php?file_id=418&type=bug
jpg

jpg NewVersionOptions2.jpg (92,064) 2010-03-27 17:48
http://tracker.in-portal.org/file_download.php?file_id=419&type=bug
jpg
Issue History
2011-12-18 15:31 Dmitry Target Version 5.2.0 => Icebox
2011-10-22 05:36 alex Estimate Points => 3
2011-09-30 12:07 alex Note Added: 0003947
2011-09-30 12:02 alex Note Added: 0003946
2011-09-23 21:51 Dmitry Target Version Icebox => 5.2.0
2010-03-27 17:48 alex File Added: NewVersionOptions2.jpg
2010-03-27 17:47 alex New Issue
2010-03-27 17:47 alex File Added: NewVersionOptions1.jpg
2010-03-27 17:47 alex Reference => http://groups.google.com/group/in-portal-dev/browse_thread/thread/d3860bb668ee7750

Notes
(0003946)
alex   
2011-09-30 12:02   
Will do in this version if we have time
(0003947)
alex   
2011-09-30 12:07   
We may try to use http://www.php.net/manual/en/book.stream.php, since it has "ftp://" stream build-in in each PHP5 installation. FTP related functions are disabled by default, since Linux versions of PHP doesn't have "--enable-ftp" passed by default.