phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate process_exec.php,1.3,1.3.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate process_exec.php,1.3,1.3.2.1
Date: Fri, 22 Aug 2003 09:11:47 -0400

Update of /cvsroot/phpgroupware/etemplate
In directory subversions:/tmp/cvs-serv17703

Modified Files:
      Tag: Version-0_9_16-branch
        process_exec.php 
Log Message:
several fixes and improvments:
- sub-arrays/namespaces in the readonlys param of exec are working now
- callback methode is passed in menuaction var now, to be shown in the 
accesslog (and not etemplate/process_exec.php), etemplate_exe_app is not longer 
used (was a hidden var in the form)
- replaced HTTP_{GET|POST}_VARS
- got hooked calls working again (only if calling app sets its content in var 
'phpgw_body' in $GLOBALS['phpgw']->template !!!)
- redirect to the callback method if session-content got lost
- select-cells: value given in options is only translated if no_trans is 
checked (else it gets translated twice



Index: process_exec.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/process_exec.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** process_exec.php    3 Oct 2002 10:31:24 -0000       1.3
--- process_exec.php    22 Aug 2003 13:11:45 -0000      1.3.2.1
***************
*** 13,18 ****
        /* $Id$ */
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp'    => 
$GLOBALS['HTTP_POST_VARS']['etemplate_exec_app'],
                'noheader'              => True,
                'nonavbar'              => True
--- 13,20 ----
        /* $Id$ */
  
+       list($app) = explode('.',$_GET['menuaction']);
+ 
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp'    => $app,
                'noheader'              => True,
                'nonavbar'              => True





reply via email to

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