[freeside-commits] freeside/httemplate/pref pref.html, 1.8, 1.9 pref-process.html, 1.9, 1.10
Ivan,,,
ivan at wavetail.420.am
Wed Feb 18 22:42:47 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail.420.am:/tmp/cvs-serv30350/httemplate/pref
Modified Files:
pref.html pref-process.html
Log Message:
add profiling to a file OOM situations, RT#4830
Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pref-process.html 17 Feb 2009 02:28:48 -0000 1.9
+++ pref-process.html 19 Feb 2009 06:42:45 -0000 1.10
@@ -33,7 +33,7 @@
% my @paramlist = qw( menu_position
% email_address
% vonage-fromnumber vonage-username vonage-password
-% show_pkgnum show_db_profile
+% show_pkgnum show_db_profile save_db_profile
% height width availHeight availWidth colorDepth
% );
%
Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pref.html 17 Feb 2009 02:28:48 -0000 1.8
+++ pref.html 19 Feb 2009 06:42:45 -0000 1.9
@@ -68,6 +68,10 @@
<TH>Show database profiling (when available): </TH>
<TD><INPUT TYPE="checkbox" NAME="show_db_profile" VALUE="1" <% $curuser->option('show_db_profile') ? 'CHECKED' : '' %>></TD>
</TR>
+ <TR>
+ <TH>Save database profiling logs (when available): </TH>
+ <TD><INPUT TYPE="checkbox" NAME="save_db_profile" VALUE="1" <% $curuser->option('save_db_profile') ? 'CHECKED' : '' %>></TD>
+ </TR>
</TABLE>
<BR>
More information about the freeside-commits
mailing list