Commit 974dc515e567a8a070c6054fdb6b18538fa9e7ce

Authored by Etienne Pallier
1 parent 2cd39771

chmod 777

Showing 103 changed files with 10 additions and 8 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 103 files displayed.

database/update/db-update-2016-06-24.sh
... ... @@ -29,6 +29,6 @@ mysql --user=$username --password=$password -h $host < ./script_sql/db-update-20
29 29 sudo rm ../../tmp/cache/models/*
30 30 sudo rm ../../tmp/cache/persistent/*
31 31  
32   -sudo chmod -R 770 ../../tmp
33   -sudo chmod -R 770 ../../vendor
34   -sudo chmod -R 770 ../../webroot
  32 +sudo chmod -R 777 ../../tmp
  33 +sudo chmod -R 777 ../../vendor
  34 +sudo chmod -R 777 ../../webroot
... ...
database/update/db-update-modele.sh
... ... @@ -29,6 +29,6 @@ mysql --user=$username --password=$password -h $host < ./script_sql/db-update-xx
29 29 sudo rm ../../tmp/cache/models/*
30 30 sudo rm ../../tmp/cache/persistent/*
31 31  
32   -sudo chmod -R 770 ../../tmp
33   -sudo chmod -R 770 ../../vendor
34   -sudo chmod -R 770 ../../webroot
  32 +sudo chmod -R 777 ../../tmp
  33 +sudo chmod -R 777 ../../vendor
  34 +sudo chmod -R 777 ../../webroot
... ...
install/installation.sh
... ... @@ -124,7 +124,8 @@ sudo chgrp -R $grp ./vendor/phpqrcode/
124 124 # Normalement, il faudrait ecrire dans app/tmp et pas dans app/webroot
125 125 # EP 2014/12/11 chmod 775 ne suffit pas
126 126 #chmod -R 775 ./webroot/img/
127   -sudo chmod -R 770 ./webroot/img/
  127 +#sudo chmod -R 770 ./webroot/img/
  128 +sudo chmod -R 777 ./webroot/img/
128 129 #sudo chown -R $grp:$grp ./webroot/img/
129 130 sudo chgrp -R $grp ./webroot/img/
130 131 # TODO: il faudrait plutot faire ceci :
... ... @@ -149,7 +150,8 @@ sudo chgrp -R $grp ./tmp/
149 150 chmod -R 777 ./logs/
150 151 sudo chgrp -R $grp ./logs/
151 152 #Il semble qu'il manque des droits au dossier Vendor, droit trop général à réduire (identifié les composants qui ont besoin de s'éxécuter ou de se lire, pas d'écriture dans le dossier Vendor normalement...)
152   -sudo chmod -R 770 ./vendor/
  153 +#sudo chmod -R 770 ./vendor/
  154 +sudo chmod -R 777 ./vendor/
153 155 echo "==>Done"
154 156  
155 157  
... ...
vendor/fpdf/FAQ.htm 100644 → 100755
vendor/fpdf/changelog.htm 100644 → 100755
vendor/fpdf/doc/__construct.htm 100644 → 100755
vendor/fpdf/doc/acceptpagebreak.htm 100644 → 100755
vendor/fpdf/doc/addfont.htm 100644 → 100755
vendor/fpdf/doc/addlink.htm 100644 → 100755
vendor/fpdf/doc/addpage.htm 100644 → 100755
vendor/fpdf/doc/aliasnbpages.htm 100644 → 100755
vendor/fpdf/doc/cell.htm 100644 → 100755
vendor/fpdf/doc/close.htm 100644 → 100755
vendor/fpdf/doc/error.htm 100644 → 100755
vendor/fpdf/doc/footer.htm 100644 → 100755
vendor/fpdf/doc/getpageheight.htm 100644 → 100755
vendor/fpdf/doc/getpagewidth.htm 100644 → 100755
vendor/fpdf/doc/getstringwidth.htm 100644 → 100755
vendor/fpdf/doc/getx.htm 100644 → 100755
vendor/fpdf/doc/gety.htm 100644 → 100755
vendor/fpdf/doc/header.htm 100644 → 100755
vendor/fpdf/doc/image.htm 100644 → 100755
vendor/fpdf/doc/index.htm 100644 → 100755
vendor/fpdf/doc/line.htm 100644 → 100755
vendor/fpdf/doc/link.htm 100644 → 100755
vendor/fpdf/doc/ln.htm 100644 → 100755
vendor/fpdf/doc/multicell.htm 100644 → 100755
vendor/fpdf/doc/output.htm 100644 → 100755
vendor/fpdf/doc/pageno.htm 100644 → 100755
vendor/fpdf/doc/rect.htm 100644 → 100755
vendor/fpdf/doc/setauthor.htm 100644 → 100755
vendor/fpdf/doc/setautopagebreak.htm 100644 → 100755
vendor/fpdf/doc/setcompression.htm 100644 → 100755
vendor/fpdf/doc/setcreator.htm 100644 → 100755
vendor/fpdf/doc/setdisplaymode.htm 100644 → 100755
vendor/fpdf/doc/setdrawcolor.htm 100644 → 100755
vendor/fpdf/doc/setfillcolor.htm 100644 → 100755
vendor/fpdf/doc/setfont.htm 100644 → 100755
vendor/fpdf/doc/setfontsize.htm 100644 → 100755
vendor/fpdf/doc/setkeywords.htm 100644 → 100755
vendor/fpdf/doc/setleftmargin.htm 100644 → 100755
vendor/fpdf/doc/setlinewidth.htm 100644 → 100755
vendor/fpdf/doc/setlink.htm 100644 → 100755
vendor/fpdf/doc/setmargins.htm 100644 → 100755
vendor/fpdf/doc/setrightmargin.htm 100644 → 100755
vendor/fpdf/doc/setsubject.htm 100644 → 100755
vendor/fpdf/doc/settextcolor.htm 100644 → 100755
vendor/fpdf/doc/settitle.htm 100644 → 100755
vendor/fpdf/doc/settopmargin.htm 100644 → 100755
vendor/fpdf/doc/setx.htm 100644 → 100755
vendor/fpdf/doc/setxy.htm 100644 → 100755
vendor/fpdf/doc/sety.htm 100644 → 100755
vendor/fpdf/doc/text.htm 100644 → 100755
vendor/fpdf/doc/write.htm 100644 → 100755
vendor/fpdf/install.txt 100644 → 100755
vendor/fpdf/license.txt 100644 → 100755
vendor/fpdf/makefont/cp1250.map 100644 → 100755
vendor/fpdf/makefont/cp1251.map 100644 → 100755
vendor/fpdf/makefont/cp1252.map 100644 → 100755
vendor/fpdf/makefont/cp1253.map 100644 → 100755
vendor/fpdf/makefont/cp1254.map 100644 → 100755
vendor/fpdf/makefont/cp1255.map 100644 → 100755
vendor/fpdf/makefont/cp1257.map 100644 → 100755
vendor/fpdf/makefont/cp1258.map 100644 → 100755
vendor/fpdf/makefont/cp874.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-1.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-11.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-15.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-16.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-2.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-4.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-5.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-7.map 100644 → 100755
vendor/fpdf/makefont/iso-8859-9.map 100644 → 100755
vendor/fpdf/makefont/koi8-r.map 100644 → 100755
vendor/fpdf/makefont/koi8-u.map 100644 → 100755
vendor/fpdf/makefont/makefont.php 100644 → 100755
vendor/fpdf/makefont/ttfparser.php 100644 → 100755
vendor/fpdf/tutorial/20k_c1.txt 100644 → 100755
vendor/fpdf/tutorial/20k_c2.txt 100644 → 100755
vendor/fpdf/tutorial/calligra.php 100644 → 100755
vendor/fpdf/tutorial/calligra.ttf 100644 → 100755
No preview for this file type
vendor/fpdf/tutorial/calligra.z 100644 → 100755
No preview for this file type
vendor/fpdf/tutorial/countries.txt 100644 → 100755
vendor/fpdf/tutorial/index.htm 100644 → 100755
vendor/fpdf/tutorial/logo.png 100644 → 100755

2.32 KB | W: | H:

2.32 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
vendor/fpdf/tutorial/makefont.php 100644 → 100755
vendor/fpdf/tutorial/tuto1.htm 100644 → 100755
vendor/fpdf/tutorial/tuto1.php 100644 → 100755
vendor/fpdf/tutorial/tuto2.htm 100644 → 100755
vendor/fpdf/tutorial/tuto2.php 100644 → 100755
vendor/fpdf/tutorial/tuto3.htm 100644 → 100755
vendor/fpdf/tutorial/tuto3.php 100644 → 100755
vendor/fpdf/tutorial/tuto4.htm 100644 → 100755
vendor/fpdf/tutorial/tuto4.php 100644 → 100755
vendor/fpdf/tutorial/tuto5.htm 100644 → 100755
vendor/fpdf/tutorial/tuto5.php 100644 → 100755
vendor/fpdf/tutorial/tuto6.htm 100644 → 100755
vendor/fpdf/tutorial/tuto6.php 100644 → 100755
vendor/fpdf/tutorial/tuto7.htm 100644 → 100755