From 72b28807d2265f68bb6943fde4a592e5347efdab Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 1 Apr 2013 16:40:19 +0530 Subject: [PATCH 1/2] [setup] [feature] Update Manager for self hosted applications based on wnframework --- setup/page/setup/setup.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js index e59a18ab99..4a97b345a2 100644 --- a/setup/page/setup/setup.js +++ b/setup/page/setup/setup.js @@ -199,6 +199,18 @@ wn.module_page["Setup"] = [ }, ] }, + { + title: wn._("Update Manager"), + icon: "icon-magnet", + right: true, + items: [ + { + "page":"update-this-app", + label: wn._("Update This Application"), + "description":wn._("Apply latest updates and patches to this app") + }, + ] + }, ] pscript['onload_Setup'] = function(wrapper) { From bdedd555caa35374f4446b8de414e485378e933a Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 1 Apr 2013 16:51:33 +0530 Subject: [PATCH 2/2] [setup] [update manager] renamed update-this-app page to update-manager --- setup/page/setup/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js index 4a97b345a2..4ab7578850 100644 --- a/setup/page/setup/setup.js +++ b/setup/page/setup/setup.js @@ -205,7 +205,7 @@ wn.module_page["Setup"] = [ right: true, items: [ { - "page":"update-this-app", + "page":"update-manager", label: wn._("Update This Application"), "description":wn._("Apply latest updates and patches to this app") },