Commit 8037052d28fe9e4715f9ee925347983a7d80061a
1 parent
a314f11c
Exists in
master
and in
3 other branches
cleanup & updated doc
Showing
6 changed files
with
11 additions
and
3 deletions
Show diff stats
LdapAut deleted
README.md
... | ... | @@ -48,9 +48,10 @@ Logiciel testé et validé sur les configurations suivantes : |
48 | 48 | |
49 | 49 | VERSION ACTUELLE |
50 | 50 | |
51 | -Date: 14/12/2018 | |
52 | -Version: 2.9.1.2 (EP) | |
51 | +Date: 18/12/2018 | |
52 | +Version: 2.9.1.3 (EP) | |
53 | 53 | Amélioration connexion au LDAP (ajout du mode authentifié) |
54 | + Nouvelle documentation (dossier doc/) | |
54 | 55 | |
55 | 56 | Version majeure en cours (2.9) |
56 | 57 | (https://projects.irap.omp.eu/versions/162) |
... | ... | @@ -69,6 +70,7 @@ Liste complète des évolutions: https://gitlab.irap.omp.eu/epallier/labinvent/c |
69 | 70 | |
70 | 71 | 14/12/2018 Version: 2.9.1 (EP) |
71 | 72 | - Amélioration connexion au LDAP (ajout du mode authentifié) |
73 | + - Nouvelle documentation (dossier doc/) | |
72 | 74 | |
73 | 75 | ETE 2018 Version: 2.9.0 (Malik Imelhaine) |
74 | 76 | - Nombreux petits bugfixes et petites améliorations (a priori sans changement structure BD) | ... | ... |
No preview for this file type
doc/Labinvent Documentation.pdf
No preview for this file type
src/Template/Layout/default.ctp
... | ... | @@ -119,7 +119,7 @@ $cakeDescription = 'Labinvent 2'; |
119 | 119 | </i></td> |
120 | 120 | <td id="version"> |
121 | 121 | <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> |
122 | - <font color="black">VERSION 2.9.1.2 (14/12/2018)</font> <br /> <font | |
122 | + <font color="black">VERSION 2.9.1.3 (18/12/2018)</font> <br /> <font | |
123 | 123 | color="black"><a |
124 | 124 | href="<?php |
125 | 125 | ... | ... |