Merge branch '10400' into editeur

This commit is contained in:
Fred Tempez 2020-11-18 22:44:41 +01:00
commit 0ffcc74765
11 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,10 @@
- Approbation des commentaires
- Gestion des thèmes :
- Bouton de réinitialisation avec confirmation
## Version 10.3.07
- Petites corrections
- Bouton format dans TinyMCE
## version 10.3.07
- Corrections :

View File

@ -1523,6 +1523,7 @@ class common {
}
}
}
// Actualiser les droits
$users = $this->getdata(['user']);
foreach ($users as $key => $value) {
@ -1530,6 +1531,7 @@ class common {
$this->setData(['user',$key,'group', $this->getData(['user',$key,'group']) + 1 ]);
}
}
$this->setData(['core', 'dataVersion', 10400]);
}
}

0
site/backup/.htaccess Normal file → Executable file
View File

0
site/data/.htaccess Normal file → Executable file
View File

0
site/file/thumb/galerie/landscape/mini_desert.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
site/file/thumb/galerie/landscape/mini_iceberg.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
site/file/thumb/galerie/landscape/mini_meadow.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

0
site/file/thumb/galerie/space/mini_cosmos.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
site/file/thumb/galerie/space/mini_earth.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

0
site/file/thumb/galerie/space/mini_nebula.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

0
site/tmp/.htaccess Normal file → Executable file
View File