From 3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 13 Jun 2023 22:39:33 +0200 Subject: Improved: update page (#5420) * prependTitle() * do not need the "damn" in the alert * update page layout improved * release channel * i18n labels * add log messages while updating * Delete updatee.php * Update updateController.php * Update updateController.php * Update updateController.php * Update updateController.php * add getCurrentGitBranch() * Update updateController.php * state2 buttons * i18n * loading * Update feedback.php * Update feedback.php * Update feedback.php * Update extra.js * Apply suggestions from code review Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Update updateController.php * Update terminology * update button is now armed --------- Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Co-authored-by: Alexandre Alapetite --- app/Models/View.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index ca237971f..f1bc55707 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -71,6 +71,8 @@ class FreshRSS_View extends Minz_View { public $update_to_apply; /** @var array */ public $status_database; + /** @var bool */ + public $is_release_channel_stable; // Archiving /** @var int */ -- cgit v1.2.3