Skip to content
Snippets Groups Projects
Commit f3325570 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 061a6430
Branches
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ if (!array_key_exists("prj", $aParams)) { ...@@ -30,7 +30,7 @@ if (!array_key_exists("prj", $aParams)) {
</div> </div>
<h3>' . t("repositoryinfos") . '</h3> <h3>' . t("repositoryinfos") . '</h3>
<div style="max-width: 60%"> <div style="max-width: 40em;">
' . $oPrj->renderRepoInfo() . ' ' . $oPrj->renderRepoInfo() . '
</div> </div>
'; ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment