phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default/setup.xsl, 1.1.1.1.2.13


From: nomail
Subject: [Phpgroupware-cvs] api/skins/default/setup.xsl, 1.1.1.1.2.13
Date: Thu, 20 May 2004 20:52:07 -0000

Update of /api/skins/default
Modified Files:
        Branch: proposal-branch
          setup.xsl

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +52 -4

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
Index: api/skins/default/setup.xsl
diff -u api/skins/default/setup.xsl:1.1.1.1.2.12 
api/skins/default/setup.xsl:1.1.1.1.2.13
--- api/skins/default/setup.xsl:1.1.1.1.2.12    Wed Feb 25 18:31:43 2004
+++ api/skins/default/setup.xsl Fri Apr 16 20:59:49 2004
@@ -113,7 +113,7 @@
                                                </xsl:call-template>
                                                <xsl:call-template 
name="widget_form_select_entry">
                                                        <xsl:with-param 
name="name" select="'PostgreSQL'"/>
-                                                       <xsl:with-param 
name="value" select="'pgsql'"/>
+                                                       <xsl:with-param 
name="value" select="'postgres'"/>
                                                        <xsl:with-param 
name="current" select="/PHPGW/APP/db_type"/>
                                                </xsl:call-template>
                                                <xsl:call-template 
name="widget_form_select_entry">
@@ -121,6 +121,26 @@
                                                        <xsl:with-param 
name="value" select="'mssql'"/>
                                                        <xsl:with-param 
name="current" select="/PHPGW/APP/db_type"/>
                                                </xsl:call-template>
+                                               <xsl:call-template 
name="widget_form_select_entry">
+                                                       <xsl:with-param 
name="name" select="'Informix'"/>
+                                                       <xsl:with-param 
name="value" select="'informix'"/>
+                                                       <xsl:with-param 
name="current" select="/PHPGW/APP/db_type"/>
+                                               </xsl:call-template>
+                                               <xsl:call-template 
name="widget_form_select_entry">
+                                                       <xsl:with-param 
name="name" select="'Oracle'"/>
+                                                       <xsl:with-param 
name="value" select="'oracle'"/>
+                                                       <xsl:with-param 
name="current" select="/PHPGW/APP/db_type"/>
+                                               </xsl:call-template>
+                                               <xsl:call-template 
name="widget_form_select_entry">
+                                                       <xsl:with-param 
name="name" select="'Oracle8'"/>
+                                                       <xsl:with-param 
name="value" select="'oci8'"/>
+                                                       <xsl:with-param 
name="current" select="/PHPGW/APP/db_type"/>
+                                               </xsl:call-template>
+                                               <xsl:call-template 
name="widget_form_select_entry">
+                                                       <xsl:with-param 
name="name" select="'Firebird'"/>
+                                                       <xsl:with-param 
name="value" select="'firebird'"/>
+                                                       <xsl:with-param 
name="current" select="/PHPGW/APP/db_type"/>
+                                               </xsl:call-template>
                                        </select>
                                </td>
                        </tr>
@@ -167,9 +187,37 @@
                                </td>
                        </tr>
                        <tr>
+                               <td valign="top">Error Handling:</td>
+                               <td>                                            
+                                       <input name="err_report" value="1015"/> 
- Error types to report to the user (see below for choices)<br/>
+                                       <input name="err_log" value="0"/> - 
Error types to log (see below for choices)<br/>
+                                       <input name="err_email" value="0"/> - 
Error type to email to the admin (see below for choices)<br/>
+                                       <input name="log_table" value="error"/> 
- Table to log errors<br/>
+                                       <input name="log_file" 
value="/tmp/phperrors.txt"/> - File to log to if database fails<br/>
+                                       <input name="log_email" 
value="address@hidden"/> - Admin address for critical errors<br/>
+                                       <input type="checkbox" name="backtrace" 
value="true" checked="checked"/> - Show backtrace in error report 
(debugging)<br/>
+                                       <br/>Error Types<br/>
+                                       Error types can be chosen by adding 
together the ones you want, and subtracting the ones you want to exclude, as 
needed.<br/>
+                                       Values:<br/>
+                                       <ul>
+                                               <li>E_ERROR = 1</li>
+                                               <li>E_PARSE = 4</li>
+                                               <li>E_NOTICE = 8</li>
+                                               <li>E_USER_NOTICE = 1024</li>
+                                               <li>E_ALL = 2047</li>
+                                       </ul>
+                                       Examples: 
+                                       <ul>
+                                               <li>5 Result of 1+4 = Both 
E_ERROR and E_PARSE</li>
+                                               <li>2039 Result of 2047-8 = 
E_ALL except E_NOTICE</li>
+                                               <li>1015 Result of 
2047-(8+1024) = E_ALL except E_NOTICE and E_USER_NOTICE</li>
+                                       </ul>
+                               </td>
+                       </tr>
+                       <tr>
                                <td colspan="2">
                                        <xsl:choose>
-                                       <xsl:when 
test="/PHPGW/APP[allow_write_file='True']">
+                                       <xsl:when 
test="/PHPGW/APP[allow_write_file='true']">
                                                <input type="submit" 
name="action" value="write_config"/> or 
                                        </xsl:when>                     
                                        <xsl:otherwise>




reply via email to

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