fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13365] disable svn from setup


From: Sigurd Nes
Subject: [Fmsystem-commits] [13365] disable svn from setup
Date: Fri, 05 Jun 2015 07:00:37 +0000

Revision: 13365
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13365
Author:   sigurdne
Date:     2015-06-05 07:00:34 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
disable svn from setup

Modified Paths:
--------------
    trunk/setup/index.php

Modified: trunk/setup/index.php
===================================================================
--- trunk/setup/index.php       2015-06-04 22:38:36 UTC (rev 13364)
+++ trunk/setup/index.php       2015-06-05 07:00:34 UTC (rev 13365)
@@ -50,8 +50,12 @@
        
$setup_tpl->set_block('T_login_stage_header','B_multi_domain','V_multi_domain');
        
$setup_tpl->set_block('T_login_stage_header','B_single_domain','V_single_domain');
 
-       
$setup_tpl->set_block('T_setup_svn_blocks','B_svn_stage_1','V_svn_stage_1');
-       
$setup_tpl->set_block('T_setup_svn_blocks','B_svn_stage_2','V_svn_stage_2');
+       if(false)//enable svn check from setup
+       {
+               
$setup_tpl->set_block('T_setup_svn_blocks','B_svn_stage_1','V_svn_stage_1');
+               
$setup_tpl->set_block('T_setup_svn_blocks','B_svn_stage_2','V_svn_stage_2');
+               $setup_tpl->set_var('svn_step_text',lang('Step 0 - check for 
updates. The user %1 has to be member of sudoers and have a 
password',getenv('APACHE_RUN_USER')));
+       }
 
        
$setup_tpl->set_block('T_setup_db_blocks','B_db_stage_1','V_db_stage_1');
        
$setup_tpl->set_block('T_setup_db_blocks','B_db_stage_2','V_db_stage_2');
@@ -195,7 +199,6 @@
        $setup_tpl->set_var('img_incomplete', $incomplete);
        $setup_tpl->set_var('img_completed', $completed);
 
-       $setup_tpl->set_var('svn_step_text',lang('Step 0 - check for updates. 
The user %1 has to be member of sudoers and have a 
password',getenv('APACHE_RUN_USER')));
        $setup_tpl->set_var('db_step_text',lang('Step 1 - Simple Application 
Management'));
 
        switch($GLOBALS['phpgw_info']['setup']['stage']['svn'])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]