Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal
Commits
ffc4e7a8
Commit
ffc4e7a8
authored
Dec 18, 2019
by
Jean-Philippe Metivier
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.3.3
parent
cc59eedb
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
config/autoload/version.global.php
+3
-3
3 additions, 3 deletions
config/autoload/version.global.php
doc/release-notes/v1.3.3.md
+23
-0
23 additions, 0 deletions
doc/release-notes/v1.3.3.md
with
36 additions
and
3 deletions
CHANGELOG.md
+
10
−
0
View file @
ffc4e7a8
Journal des modifications
=========================
1.
3.3 (18/12/2019)
------------------
### Ajouts
-
Gestion des directeurs sans SUPANN_ID
-
Création de compte associé aux individus
-
Réinitialisation de mot de passe
-
Changement de l'affichage des warning associés
1.
3.2 (27/11/2019)
------------------
...
...
This diff is collapsed.
Click to expand it.
config/autoload/version.global.php
+
3
−
3
View file @
ffc4e7a8
...
...
@@ -2,9 +2,9 @@
return
[
'unicaen-app'
=>
[
'app_infos'
=>
[
'version'
=>
'1.3.
2
'
,
'date'
=>
'
27/11
/2019'
,
'version'
=>
'1.3.
3
'
,
'date'
=>
'
18/12
/2019'
,
],
],
'comment'
=>
'Fichier généré le
27/11
/2019 à 1
3:39:25
avec /home/metivier/MyWeb/sygal/bump-version'
,
'comment'
=>
'Fichier généré le
18/12
/2019 à 1
1:49:34
avec /home/metivier/MyWeb/sygal/bump-version'
,
];
This diff is collapsed.
Click to expand it.
doc/release-notes/v1.3.3.md
0 → 100644
+
23
−
0
View file @
ffc4e7a8
# Version 1.3.3
## 1. Sur le serveur d'application
-
Placez-vous dans le répertoire de l'application puis lancez la commande suivante
pour installer la nouvelle version :
```
bash
git fetch
--tags
&&
git checkout
--force
1.3.3
&&
\
bash ./install.sh
```
-
Selon le moteur PHP que vous avez installé, rechargez le service, exemple :
-
php7.0-fpm :
`service php7.0-fpm reload`
-
apache2-mod-php7.0 :
`service apache2 reload`
## 2. Dans la base de données
Nouveau privilege
```
SQL
INSERT INTO PRIVILEGE (CATEGORIE_ID, CODE, LIBELLE, ORDRE) VALUES (5, 'create_from_individu', 'Créer un utilisateur à partir d''un individu', 100);
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment