Skip to content

Commit

Permalink
close pluxml#220 test écriture dossier thèmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane authored and bazooka07 committed Dec 4, 2017
1 parent 353cfff commit f81046a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/admin/parametres_infos.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<?php plxUtils::testWrite(PLX_ROOT.$plxAdmin->aConf['racine_statiques']); ?>
<?php plxUtils::testWrite(PLX_ROOT.$plxAdmin->aConf['medias']); ?>
<?php plxUtils::testWrite(PLX_ROOT.$plxAdmin->aConf['racine_plugins']); ?>
<?php plxUtils::testWrite(PLX_ROOT.$plxAdmin->aConf['racine_themes']); ?>
<?php plxUtils::testModReWrite() ?>
<?php plxUtils::testLibGD() ?>
<?php plxUtils::testLibXml() ?>
Expand Down
1 change: 1 addition & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ function install($content, $config) {
<?php plxUtils::testWrite(PLX_ROOT.$config['racine_statiques']) ?>
<?php plxUtils::testWrite(PLX_ROOT.$config['medias']) ?>
<?php plxUtils::testWrite(PLX_ROOT.$config['racine_plugins']) ?>
<?php plxUtils::testWrite(PLX_ROOT.$config['racine_themes']) ?>
<?php plxUtils::testModReWrite() ?>
<?php plxUtils::testLibGD() ?>
<?php plxUtils::testLibXml() ?>
Expand Down
1 change: 1 addition & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[+] Thème par défaut : entête de page fixe (contribution bazooka07)
[+] Tri alphabétique inversé des articles et catégories (contribution bazooka07)
[+] PluCSS 1.3
[+] #239 Test et affichage accès en écriture du dossier racine pour les thèmes
FIX Suppression fichier plugin update impossible (droit fichier)
FIX Chevauchement des menus de l'administration avec un facteur de zoom > 100%
FIX Administration : mauvais affichage des caractères spéciaux dans le nom de l'auteur d'un commentaire (contribution bazooka07)
Expand Down

0 comments on commit f81046a

Please sign in to comment.