Skip to content
Snippets Groups Projects
Commit 061a6430 authored by hahn's avatar hahn
Browse files

- added: comparison of lang texts

- project class: removed a hardcoded variable
- project overview: no tabs (was not handy)
- added: logging project actions
- added .htkeep in database directory; excluded log.db
- added class actionlog to class documentation
parent 4cb3af73
Branches
No related tags found
No related merge requests found
......@@ -60,11 +60,9 @@ ob_end_clean();
require_once("./classes/actionlog.class.php");
$oLog=new Actionlog($sPrj);
$sPhpOut.='<br><hr>' . $oLog->renderLogs(array(
'project'=>$sPrj,
'limit'=>'0, 10',
)
);
$aFilter=array('limit'=>'0, 10');
if ($sPrj && $sPrj!="all")$aFilter['project']=$sPrj;
$sPhpOut.='<br><hr>' . $oLog->renderLogs($aFilter);
$sPhpOut = '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment