[Linpha-cvs] SF.net SVN: linpha: [4863] trunk/linpha2
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-02-11 18:48:31
|
Revision: 4863 http://linpha.svn.sourceforge.net/linpha/?rev=4863&view=rev Author: fangehrn Date: 2008-02-11 10:48:26 -0800 (Mon, 11 Feb 2008) Log Message: ----------- 2008-02-11 flo * deleted "debug" files and added them to the ignore list -> we will not forget them on releases and they will not be on any snapshot Modified Paths: -------------- trunk/linpha2/ChangeLog trunk/linpha2/lib/classes/linpha.sql.class.php Removed Paths: ------------- trunk/linpha2/install/ignore_delete_install_msg.txt trunk/linpha2/logsql.txt Modified: trunk/linpha2/ChangeLog =================================================================== --- trunk/linpha2/ChangeLog 2008-02-11 18:05:17 UTC (rev 4862) +++ trunk/linpha2/ChangeLog 2008-02-11 18:48:26 UTC (rev 4863) @@ -1,3 +1,8 @@ + +2008-02-11 flo + * deleted "debug" files and added them to the ignore list + -> we will not forget them on releases and they will not be on any snapshot + 2008-02-11 bzrudi * Removed all calls for ADODB_FETCH_NUM as they do no longer work. AdoDB documentation says FTECH_ASSOC is nearly as fast as FETCH_NUM. Deleted: trunk/linpha2/install/ignore_delete_install_msg.txt =================================================================== --- trunk/linpha2/install/ignore_delete_install_msg.txt 2008-02-11 18:05:17 UTC (rev 4862) +++ trunk/linpha2/install/ignore_delete_install_msg.txt 2008-02-11 18:48:26 UTC (rev 4863) @@ -1,2 +0,0 @@ -If this file exists, the check for existing ./install directory is ignored. -This file must be remove in official releases. \ No newline at end of file Modified: trunk/linpha2/lib/classes/linpha.sql.class.php =================================================================== --- trunk/linpha2/lib/classes/linpha.sql.class.php 2008-02-11 18:05:17 UTC (rev 4862) +++ trunk/linpha2/lib/classes/linpha.sql.class.php 2008-02-11 18:48:26 UTC (rev 4863) @@ -177,7 +177,6 @@ /** * enable sql logging - * @TODO disable on public release */ if (file_exists(LINPHA_DIR.'/logsql.txt')) { $GLOBALS['linpha']->db->LogSQL(); Deleted: trunk/linpha2/logsql.txt =================================================================== --- trunk/linpha2/logsql.txt 2008-02-11 18:05:17 UTC (rev 4862) +++ trunk/linpha2/logsql.txt 2008-02-11 18:48:26 UTC (rev 4863) @@ -1,2 +0,0 @@ -if this file exists linpha logs all sql queries -by appending the GET variable "perf" you will get some nice stats \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |