stable

Clone or download

Read-only

request #8525 Site admin should be warned about lack of forgeupgrade

Warned on site admin welcome page as well as "my" (site admin only). The check slows down a bit the rendering of those 2 pages, maybe we can add an asynchronous check later on. Change-Id: I010b33323efd4d0d36240f3d31c4938b11e9ebbe

Modified Files

Name
M site-content/en_US/admin/admin.tab +1 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +1 −0 Go to diff View file
M src/common/include/ForgeUpgradeConfig.class.php +21 −7 Go to diff View file
M src/www/admin/admin_utils.php +7 −2 Go to diff View file
M src/www/admin/index.php +2 −0 Go to diff View file
M src/www/my/index.php +5 −0 Go to diff View file
M tests/simpletest/common/include/ForgeUpgradeConfigTest.php +43 −10 Go to diff View file