|
From: Sebastien D. <sde...@us...> - 2005-01-06 17:29:58
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23501 Modified Files: HISTORY session.inc.php Log Message: Add/edit/delete TestSuite available. Index: HISTORY =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- HISTORY 5 Jan 2005 15:43:35 -0000 1.8 +++ HISTORY 6 Jan 2005 17:29:49 -0000 1.9 @@ -1,3 +1,6 @@ +2005-01-06: +- Added functionnality for adding/editing/deleting testsuite releases. + 2005-01-05: - Terminated Administrative User Interface (not functionnal yet). Index: session.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/session.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- session.inc.php 4 Jan 2005 17:46:13 -0000 1.1 +++ session.inc.php 6 Jan 2005 17:29:49 -0000 1.2 @@ -34,7 +34,7 @@ */ $authorized_session_vars=array( - "current_module"=>array("index.php") + "current_module"=>array("run-browse.php") ); |