diff --git a/index.php b/index.php index bda266c..32aeb28 100755 --- a/index.php +++ b/index.php @@ -35,6 +35,13 @@ $notifNotifNum = 5; + "; + echo ""; + echo ""; + } + ?>
@@ -132,4 +139,4 @@ $notifNotifNum = 5; - + \ No newline at end of file diff --git a/manager/database.php b/manager/database.php index 1e96d0b..801bfdf 100755 --- a/manager/database.php +++ b/manager/database.php @@ -24,7 +24,7 @@ class DataBase{ /* retourne une instance de la classe */ public static function getInstance(){ - return new DataBase("localhost", "sid2", "root", ""); + return new DataBase("localhost", "sid2", "php", "Qt358nUdyeTxLDM8"); } @@ -1141,10 +1141,11 @@ class DataBase{ // si on a l'UID utilisateur & l'UID groupe => on récupère les modules - $getModuleList = $this->pdo->prepare("SELECT m.nom as module, m.libelle as modulelib, note.intitule, note.valeur, note.base, note.coefficient ". - "FROM note, appartenance as app, semestre as s, module as m, mcc_ue, mcc_module as mcc_m ". + $getModuleList = $this->pdo->prepare("SELECT m.nom as module, m.libelle as modulelib, ctrl.intitule, note.valeur, ctrl.base, ctrl.coefficient ". + "FROM note, appartenance as app, semestre as s, module as m, mcc_ue, mcc_module as mcc_m, controle as ctrl ". "WHERE note.id_appartenance = app.id_appartenance ". - "AND note.id_mcc_module = mcc_m.id_mcc_module ". + "AND ctrl.id_controle = note.id_controle ". + "AND ctrl.id_mcc_module = mcc_m.id_mcc_module ". "AND mcc_ue.id_semestre = app.id_semestre ". "AND mcc_ue.id_semestre = s.id_semestre ". @@ -1156,7 +1157,7 @@ class DataBase{ "AND m.id_module = :moduleUID ". "AND app.id_etudiant = :etudiantUID ". "AND s.id_semestre = :semestreUID ". - "ORDER BY note.valeur, note.base ASC"); + "ORDER BY ctrl.date_publication ASC"); $getModuleList->execute(array( ':moduleUID' => $moduleUID, ':etudiantUID' => $etudiantUID, @@ -1230,10 +1231,11 @@ class DataBase{ return 'unknown_UE'; // si on a l'UID utilisateur & l'UID UE => on récupère les notes - $getUEList = $this->pdo->prepare("SELECT m.nom as module, m.libelle as modulelib, note.intitule, note.valeur, note.base, note.coefficient ". - "FROM note, appartenance as app, semestre as s, module as m, ue, mcc_ue, mcc_module as mcc_m ". + $getUEList = $this->pdo->prepare("SELECT m.nom as module, m.libelle as modulelib, ctrl.intitule, note.valeur, ctrl.base, ctrl.coefficient ". + "FROM note, appartenance as app, semestre as s, module as m, ue, mcc_ue, mcc_module as mcc_m, controle as ctrl ". "WHERE note.id_appartenance = app.id_appartenance ". - "AND note.id_mcc_module = mcc_m.id_mcc_module ". + "AND ctrl.id_mcc_module = mcc_m.id_mcc_module ". + "AND ctrl.id_controle = note.id_controle ". "AND mcc_ue.id_ue = ue.id_ue ". "AND mcc_ue.id_semestre = app.id_semestre ". @@ -1246,7 +1248,7 @@ class DataBase{ "AND ue.id_ue = :UEUID ". "AND app.id_etudiant = :etudiantUID ". "AND s.id_semestre = :semestreUID ". - "ORDER BY m.nom, note.valeur, note.base ASC"); + "ORDER BY m.nom, ctrl.date_publication ASC"); $getUEList->execute(array( ':UEUID' => $UEUID, ':etudiantUID' => $etudiantUID, @@ -1274,4 +1276,4 @@ class DataBase{ } -?> +?> \ No newline at end of file diff --git a/page/career.php b/page/career.php index 1480316..369af06 100755 --- a/page/career.php +++ b/page/career.php @@ -58,7 +58,7 @@ if( permission('student') ){ // si l'utilisateur est connecté et que c'est un echo "".$note['module']." - ".$note['modulelib'].""; echo '"'.$note['intitule'].'"'; echo ''.number_format($note['valeur'], 2).' / '.$note['base'].''; - echo 'Coefficient '.$note['coefficient'].''; + echo 'Coefficient '.number_format($note['coefficient'], 2).''; echo ''; } echo ''; @@ -112,7 +112,7 @@ if( permission('student') ){ // si l'utilisateur est connecté et que c'est un echo "".$note['module']." - ".$note['modulelib'].""; echo '"'.$note['intitule'].'"'; echo ''.number_format($note['valeur'], 2).' / '.$note['base'].''; - echo ''.$note['coefficient'].''; + echo 'Coefficient '.number_format($note['coefficient'], 2).''; echo ''; } echo ''; diff --git a/src/phpexcel/Classes/PHPExcel.php b/src/phpexcel/Classes/PHPExcel.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Autoloader.php b/src/phpexcel/Classes/PHPExcel/Autoloader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/APC.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/APC.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memory.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memory.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Wincache.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorage/Wincache.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php b/src/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php b/src/phpexcel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/CalcEngine/Logger.php b/src/phpexcel/Classes/PHPExcel/CalcEngine/Logger.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation.php b/src/phpexcel/Classes/PHPExcel/Calculation.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Database.php b/src/phpexcel/Classes/PHPExcel/Calculation/Database.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/DateTime.php b/src/phpexcel/Classes/PHPExcel/Calculation/DateTime.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Engineering.php b/src/phpexcel/Classes/PHPExcel/Calculation/Engineering.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Exception.php b/src/phpexcel/Classes/PHPExcel/Calculation/Exception.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/ExceptionHandler.php b/src/phpexcel/Classes/PHPExcel/Calculation/ExceptionHandler.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Financial.php b/src/phpexcel/Classes/PHPExcel/Calculation/Financial.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/FormulaParser.php b/src/phpexcel/Classes/PHPExcel/Calculation/FormulaParser.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/FormulaToken.php b/src/phpexcel/Classes/PHPExcel/Calculation/FormulaToken.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Function.php b/src/phpexcel/Classes/PHPExcel/Calculation/Function.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Functions.php b/src/phpexcel/Classes/PHPExcel/Calculation/Functions.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Logical.php b/src/phpexcel/Classes/PHPExcel/Calculation/Logical.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php b/src/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php b/src/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Statistical.php b/src/phpexcel/Classes/PHPExcel/Calculation/Statistical.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/TextData.php b/src/phpexcel/Classes/PHPExcel/Calculation/TextData.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/Token/Stack.php b/src/phpexcel/Classes/PHPExcel/Calculation/Token/Stack.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Calculation/functionlist.txt b/src/phpexcel/Classes/PHPExcel/Calculation/functionlist.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell.php b/src/phpexcel/Classes/PHPExcel/Cell.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php b/src/phpexcel/Classes/PHPExcel/Cell/AdvancedValueBinder.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell/DataType.php b/src/phpexcel/Classes/PHPExcel/Cell/DataType.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell/DataValidation.php b/src/phpexcel/Classes/PHPExcel/Cell/DataValidation.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell/DefaultValueBinder.php b/src/phpexcel/Classes/PHPExcel/Cell/DefaultValueBinder.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell/Hyperlink.php b/src/phpexcel/Classes/PHPExcel/Cell/Hyperlink.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Cell/IValueBinder.php b/src/phpexcel/Classes/PHPExcel/Cell/IValueBinder.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart.php b/src/phpexcel/Classes/PHPExcel/Chart.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/DataSeries.php b/src/phpexcel/Classes/PHPExcel/Chart/DataSeries.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/DataSeriesValues.php b/src/phpexcel/Classes/PHPExcel/Chart/DataSeriesValues.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/Exception.php b/src/phpexcel/Classes/PHPExcel/Chart/Exception.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/Layout.php b/src/phpexcel/Classes/PHPExcel/Chart/Layout.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/Legend.php b/src/phpexcel/Classes/PHPExcel/Chart/Legend.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/PlotArea.php b/src/phpexcel/Classes/PHPExcel/Chart/PlotArea.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt b/src/phpexcel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php b/src/phpexcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Chart/Title.php b/src/phpexcel/Classes/PHPExcel/Chart/Title.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Comment.php b/src/phpexcel/Classes/PHPExcel/Comment.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/DocumentProperties.php b/src/phpexcel/Classes/PHPExcel/DocumentProperties.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/DocumentSecurity.php b/src/phpexcel/Classes/PHPExcel/DocumentSecurity.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Exception.php b/src/phpexcel/Classes/PHPExcel/Exception.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/HashTable.php b/src/phpexcel/Classes/PHPExcel/HashTable.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/IComparable.php b/src/phpexcel/Classes/PHPExcel/IComparable.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/IOFactory.php b/src/phpexcel/Classes/PHPExcel/IOFactory.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/NamedRange.php b/src/phpexcel/Classes/PHPExcel/NamedRange.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Abstract.php b/src/phpexcel/Classes/PHPExcel/Reader/Abstract.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/CSV.php b/src/phpexcel/Classes/PHPExcel/Reader/CSV.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/DefaultReadFilter.php b/src/phpexcel/Classes/PHPExcel/Reader/DefaultReadFilter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel2003XML.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel2003XML.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel2007.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel2007.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel2007/Chart.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel2007/Chart.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel2007/Theme.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel2007/Theme.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel5.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel5/MD5.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel5/MD5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Excel5/RC4.php b/src/phpexcel/Classes/PHPExcel/Reader/Excel5/RC4.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Exception.php b/src/phpexcel/Classes/PHPExcel/Reader/Exception.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/Gnumeric.php b/src/phpexcel/Classes/PHPExcel/Reader/Gnumeric.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/HTML.php b/src/phpexcel/Classes/PHPExcel/Reader/HTML.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/IReadFilter.php b/src/phpexcel/Classes/PHPExcel/Reader/IReadFilter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/IReader.php b/src/phpexcel/Classes/PHPExcel/Reader/IReader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/OOCalc.php b/src/phpexcel/Classes/PHPExcel/Reader/OOCalc.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Reader/SYLK.php b/src/phpexcel/Classes/PHPExcel/Reader/SYLK.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/ReferenceHelper.php b/src/phpexcel/Classes/PHPExcel/ReferenceHelper.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/RichText.php b/src/phpexcel/Classes/PHPExcel/RichText.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/RichText/ITextElement.php b/src/phpexcel/Classes/PHPExcel/RichText/ITextElement.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/RichText/Run.php b/src/phpexcel/Classes/PHPExcel/RichText/Run.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/RichText/TextElement.php b/src/phpexcel/Classes/PHPExcel/RichText/TextElement.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Settings.php b/src/phpexcel/Classes/PHPExcel/Settings.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/CodePage.php b/src/phpexcel/Classes/PHPExcel/Shared/CodePage.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Date.php b/src/phpexcel/Classes/PHPExcel/Shared/Date.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Drawing.php b/src/phpexcel/Classes/PHPExcel/Shared/Drawing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/src/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Excel5.php b/src/phpexcel/Classes/PHPExcel/Shared/Excel5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/File.php b/src/phpexcel/Classes/PHPExcel/Shared/File.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/Font.php b/src/phpexcel/Classes/PHPExcel/Shared/Font.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/CHANGELOG.TXT b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/CHANGELOG.TXT old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/CholeskyDecomposition.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/CholeskyDecomposition.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/LUDecomposition.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/LUDecomposition.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/QRDecomposition.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/QRDecomposition.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/SingularValueDecomposition.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/SingularValueDecomposition.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/utils/Error.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/utils/Error.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/JAMA/utils/Maths.php b/src/phpexcel/Classes/PHPExcel/Shared/JAMA/utils/Maths.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/OLE.php b/src/phpexcel/Classes/PHPExcel/Shared/OLE.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php b/src/phpexcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/OLE/PPS.php b/src/phpexcel/Classes/PHPExcel/Shared/OLE/PPS.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php b/src/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/Root.php b/src/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/Root.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/OLERead.php b/src/phpexcel/Classes/PHPExcel/Shared/OLERead.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/PCLZip/gnu-lgpl.txt b/src/phpexcel/Classes/PHPExcel/Shared/PCLZip/gnu-lgpl.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php b/src/phpexcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/PCLZip/readme.txt b/src/phpexcel/Classes/PHPExcel/Shared/PCLZip/readme.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/PasswordHasher.php b/src/phpexcel/Classes/PHPExcel/Shared/PasswordHasher.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/String.php b/src/phpexcel/Classes/PHPExcel/Shared/String.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/TimeZone.php b/src/phpexcel/Classes/PHPExcel/Shared/TimeZone.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/XMLWriter.php b/src/phpexcel/Classes/PHPExcel/Shared/XMLWriter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/ZipArchive.php b/src/phpexcel/Classes/PHPExcel/Shared/ZipArchive.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php b/src/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/bestFitClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/bestFitClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Shared/trend/trendClass.php b/src/phpexcel/Classes/PHPExcel/Shared/trend/trendClass.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style.php b/src/phpexcel/Classes/PHPExcel/Style.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Alignment.php b/src/phpexcel/Classes/PHPExcel/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Border.php b/src/phpexcel/Classes/PHPExcel/Style/Border.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Borders.php b/src/phpexcel/Classes/PHPExcel/Style/Borders.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Color.php b/src/phpexcel/Classes/PHPExcel/Style/Color.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Conditional.php b/src/phpexcel/Classes/PHPExcel/Style/Conditional.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Fill.php b/src/phpexcel/Classes/PHPExcel/Style/Fill.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Font.php b/src/phpexcel/Classes/PHPExcel/Style/Font.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/NumberFormat.php b/src/phpexcel/Classes/PHPExcel/Style/NumberFormat.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Protection.php b/src/phpexcel/Classes/PHPExcel/Style/Protection.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Style/Supervisor.php b/src/phpexcel/Classes/PHPExcel/Style/Supervisor.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet.php b/src/phpexcel/Classes/PHPExcel/Worksheet.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter.php b/src/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php b/src/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php b/src/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php b/src/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/CellIterator.php b/src/phpexcel/Classes/PHPExcel/Worksheet/CellIterator.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/ColumnDimension.php b/src/phpexcel/Classes/PHPExcel/Worksheet/ColumnDimension.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/Drawing.php b/src/phpexcel/Classes/PHPExcel/Worksheet/Drawing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php b/src/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooter.php b/src/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php b/src/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php b/src/phpexcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/PageMargins.php b/src/phpexcel/Classes/PHPExcel/Worksheet/PageMargins.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/PageSetup.php b/src/phpexcel/Classes/PHPExcel/Worksheet/PageSetup.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/Protection.php b/src/phpexcel/Classes/PHPExcel/Worksheet/Protection.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/Row.php b/src/phpexcel/Classes/PHPExcel/Worksheet/Row.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/RowDimension.php b/src/phpexcel/Classes/PHPExcel/Worksheet/RowDimension.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/RowIterator.php b/src/phpexcel/Classes/PHPExcel/Worksheet/RowIterator.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Worksheet/SheetView.php b/src/phpexcel/Classes/PHPExcel/Worksheet/SheetView.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/WorksheetIterator.php b/src/phpexcel/Classes/PHPExcel/WorksheetIterator.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Abstract.php b/src/phpexcel/Classes/PHPExcel/Writer/Abstract.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/CSV.php b/src/phpexcel/Classes/PHPExcel/Writer/CSV.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Chart.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Chart.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Comments.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Comments.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Rels.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Rels.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Style.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Style.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Theme.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Theme.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Escher.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Escher.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Font.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Font.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Parser.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Parser.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Workbook.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Workbook.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Xf.php b/src/phpexcel/Classes/PHPExcel/Writer/Excel5/Xf.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/Exception.php b/src/phpexcel/Classes/PHPExcel/Writer/Exception.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/HTML.php b/src/phpexcel/Classes/PHPExcel/Writer/HTML.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/IWriter.php b/src/phpexcel/Classes/PHPExcel/Writer/IWriter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/PDF.php b/src/phpexcel/Classes/PHPExcel/Writer/PDF.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/PDF/Core.php b/src/phpexcel/Classes/PHPExcel/Writer/PDF/Core.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/PDF/DomPDF.php b/src/phpexcel/Classes/PHPExcel/Writer/PDF/DomPDF.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/PDF/mPDF.php b/src/phpexcel/Classes/PHPExcel/Writer/PDF/mPDF.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/Writer/PDF/tcPDF.php b/src/phpexcel/Classes/PHPExcel/Writer/PDF/tcPDF.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/bg/config b/src/phpexcel/Classes/PHPExcel/locale/bg/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/cs/config b/src/phpexcel/Classes/PHPExcel/locale/cs/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/cs/functions b/src/phpexcel/Classes/PHPExcel/locale/cs/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/da/config b/src/phpexcel/Classes/PHPExcel/locale/da/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/da/functions b/src/phpexcel/Classes/PHPExcel/locale/da/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/de/config b/src/phpexcel/Classes/PHPExcel/locale/de/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/de/functions b/src/phpexcel/Classes/PHPExcel/locale/de/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/en/uk/config b/src/phpexcel/Classes/PHPExcel/locale/en/uk/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/es/config b/src/phpexcel/Classes/PHPExcel/locale/es/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/es/functions b/src/phpexcel/Classes/PHPExcel/locale/es/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/fi/config b/src/phpexcel/Classes/PHPExcel/locale/fi/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/fi/functions b/src/phpexcel/Classes/PHPExcel/locale/fi/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/fr/config b/src/phpexcel/Classes/PHPExcel/locale/fr/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/fr/functions b/src/phpexcel/Classes/PHPExcel/locale/fr/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/hu/config b/src/phpexcel/Classes/PHPExcel/locale/hu/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/hu/functions b/src/phpexcel/Classes/PHPExcel/locale/hu/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/it/config b/src/phpexcel/Classes/PHPExcel/locale/it/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/it/functions b/src/phpexcel/Classes/PHPExcel/locale/it/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/nl/config b/src/phpexcel/Classes/PHPExcel/locale/nl/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/nl/functions b/src/phpexcel/Classes/PHPExcel/locale/nl/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/no/config b/src/phpexcel/Classes/PHPExcel/locale/no/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/no/functions b/src/phpexcel/Classes/PHPExcel/locale/no/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/pl/config b/src/phpexcel/Classes/PHPExcel/locale/pl/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/pl/functions b/src/phpexcel/Classes/PHPExcel/locale/pl/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/pt/br/config b/src/phpexcel/Classes/PHPExcel/locale/pt/br/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/pt/br/functions b/src/phpexcel/Classes/PHPExcel/locale/pt/br/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/pt/config b/src/phpexcel/Classes/PHPExcel/locale/pt/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/pt/functions b/src/phpexcel/Classes/PHPExcel/locale/pt/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/ru/config b/src/phpexcel/Classes/PHPExcel/locale/ru/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/ru/functions b/src/phpexcel/Classes/PHPExcel/locale/ru/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/sv/config b/src/phpexcel/Classes/PHPExcel/locale/sv/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/sv/functions b/src/phpexcel/Classes/PHPExcel/locale/sv/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/tr/config b/src/phpexcel/Classes/PHPExcel/locale/tr/config old mode 100644 new mode 100755 diff --git a/src/phpexcel/Classes/PHPExcel/locale/tr/functions b/src/phpexcel/Classes/PHPExcel/locale/tr/functions old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes.svg b/src/phpexcel/Documentation/API/classes.svg old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/CholeskyDecomposition.html b/src/phpexcel/Documentation/API/classes/CholeskyDecomposition.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/EigenvalueDecomposition.html b/src/phpexcel/Documentation/API/classes/EigenvalueDecomposition.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel.html b/src/phpexcel/Documentation/API/classes/PHPExcel.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Autoloader.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Autoloader.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Best_Fit.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Best_Fit.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorageFactory.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorageFactory.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_APC.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_APC.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_CacheBase.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_CacheBase.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_DiscISAM.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_DiscISAM.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_ICache.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_ICache.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Igbinary.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Igbinary.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Memcache.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Memcache.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Memory.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Memory.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_MemoryGZip.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_MemoryGZip.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_MemorySerialized.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_MemorySerialized.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_PHPTemp.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_PHPTemp.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_SQLite.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_SQLite.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_SQLite3.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_SQLite3.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Wincache.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CachedObjectStorage_Wincache.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CalcEngine_CyclicReferenceStack.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CalcEngine_CyclicReferenceStack.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_CalcEngine_Logger.html b/src/phpexcel/Documentation/API/classes/PHPExcel_CalcEngine_Logger.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Database.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Database.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_DateTime.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_DateTime.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Engineering.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Engineering.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Exception.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Exception.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_ExceptionHandler.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_ExceptionHandler.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Financial.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Financial.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_FormulaParser.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_FormulaParser.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_FormulaToken.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_FormulaToken.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Function.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Function.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Functions.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Functions.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Logical.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Logical.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_LookupRef.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_LookupRef.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_MathTrig.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_MathTrig.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Statistical.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Statistical.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_TextData.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_TextData.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Token_Stack.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Calculation_Token_Stack.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_AdvancedValueBinder.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_AdvancedValueBinder.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_DataType.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_DataType.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_DataValidation.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_DataValidation.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_DefaultValueBinder.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_DefaultValueBinder.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_Hyperlink.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_Hyperlink.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_IValueBinder.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Cell_IValueBinder.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_DataSeries.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_DataSeries.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_DataSeriesValues.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_DataSeriesValues.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Exception.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Exception.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Layout.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Layout.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Legend.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Legend.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_PlotArea.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_PlotArea.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Renderer_jpgraph.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Renderer_jpgraph.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Title.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Chart_Title.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Comment.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Comment.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_DocumentProperties.html b/src/phpexcel/Documentation/API/classes/PHPExcel_DocumentProperties.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_DocumentSecurity.html b/src/phpexcel/Documentation/API/classes/PHPExcel_DocumentSecurity.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Exception.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Exception.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Exponential_Best_Fit.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Exponential_Best_Fit.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_HashTable.html b/src/phpexcel/Documentation/API/classes/PHPExcel_HashTable.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_IComparable.html b/src/phpexcel/Documentation/API/classes/PHPExcel_IComparable.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_IOFactory.html b/src/phpexcel/Documentation/API/classes/PHPExcel_IOFactory.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Linear_Best_Fit.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Linear_Best_Fit.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Logarithmic_Best_Fit.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Logarithmic_Best_Fit.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_NamedRange.html b/src/phpexcel/Documentation/API/classes/PHPExcel_NamedRange.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Polynomial_Best_Fit.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Polynomial_Best_Fit.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Power_Best_Fit.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Power_Best_Fit.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Abstract.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Abstract.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_CSV.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_CSV.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_DefaultReadFilter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_DefaultReadFilter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2003XML.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2003XML.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2007.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2007.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2007_Chart.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2007_Chart.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2007_Theme.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel2007_Theme.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5_Escher.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5_Escher.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5_MD5.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5_MD5.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5_RC4.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Excel5_RC4.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Exception.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Exception.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Gnumeric.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_Gnumeric.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_HTML.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_HTML.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_IReadFilter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_IReadFilter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_IReader.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_IReader.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_OOCalc.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_OOCalc.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_SYLK.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Reader_SYLK.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_ReferenceHelper.html b/src/phpexcel/Documentation/API/classes/PHPExcel_ReferenceHelper.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_RichText.html b/src/phpexcel/Documentation/API/classes/PHPExcel_RichText.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_RichText_ITextElement.html b/src/phpexcel/Documentation/API/classes/PHPExcel_RichText_ITextElement.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_RichText_Run.html b/src/phpexcel/Documentation/API/classes/PHPExcel_RichText_Run.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_RichText_TextElement.html b/src/phpexcel/Documentation/API/classes/PHPExcel_RichText_TextElement.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Settings.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Settings.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_CodePage.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_CodePage.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Date.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Date.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Drawing.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Drawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DgContainer.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DgContainer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DgContainer_SpgrContainer.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DgContainer_SpgrContainer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer_BstoreContainer.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer_BstoreContainer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Excel5.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Excel5.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_File.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_File.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Font.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_Font.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_JAMA_LUDecomposition.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_JAMA_LUDecomposition.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_JAMA_Matrix.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_JAMA_Matrix.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_JAMA_QRDecomposition.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_JAMA_QRDecomposition.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLERead.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLERead.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_ChainedBlockStream.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_ChainedBlockStream.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_PPS.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_PPS.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_PPS_File.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_PPS_File.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_PPS_Root.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_OLE_PPS_Root.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_PasswordHasher.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_PasswordHasher.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_String.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_String.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_TimeZone.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_TimeZone.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_XMLWriter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_XMLWriter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_ZipArchive.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_ZipArchive.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_ZipStreamWrapper.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Shared_ZipStreamWrapper.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Alignment.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Alignment.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Border.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Border.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Borders.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Borders.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Color.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Color.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Conditional.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Conditional.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Fill.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Fill.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Font.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Font.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_NumberFormat.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_NumberFormat.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Protection.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Protection.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Supervisor.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Style_Supervisor.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_WorksheetIterator.html b/src/phpexcel/Documentation/API/classes/PHPExcel_WorksheetIterator.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_AutoFilter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_AutoFilter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_AutoFilter_Column.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_AutoFilter_Column.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_AutoFilter_Column_Rule.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_AutoFilter_Column_Rule.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_BaseDrawing.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_BaseDrawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_CellIterator.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_CellIterator.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_ColumnDimension.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_ColumnDimension.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Drawing.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Drawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Drawing_Shadow.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Drawing_Shadow.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_HeaderFooter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_HeaderFooter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_HeaderFooterDrawing.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_HeaderFooterDrawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_MemoryDrawing.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_MemoryDrawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_PageMargins.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_PageMargins.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_PageSetup.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_PageSetup.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Protection.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Protection.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Row.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_Row.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_RowDimension.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_RowDimension.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_RowIterator.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_RowIterator.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_SheetView.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Worksheet_SheetView.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Abstract.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Abstract.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_CSV.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_CSV.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Chart.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Chart.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Comments.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Comments.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_ContentTypes.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_ContentTypes.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_DocProps.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_DocProps.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Drawing.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Drawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Rels.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Rels.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_RelsRibbon.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_RelsRibbon.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_RelsVBA.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_RelsVBA.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_StringTable.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_StringTable.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Style.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Style.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Theme.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Theme.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Workbook.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Workbook.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Worksheet.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_Worksheet.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_WriterPart.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel2007_WriterPart.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_BIFFwriter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_BIFFwriter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Escher.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Escher.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Font.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Font.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Parser.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Parser.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Workbook.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Workbook.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Worksheet.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Worksheet.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Xf.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Excel5_Xf.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Exception.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_Exception.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_HTML.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_HTML.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_IWriter.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_IWriter.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_Core.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_Core.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_DomPDF.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_DomPDF.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_mPDF.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_mPDF.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_tcPDF.html b/src/phpexcel/Documentation/API/classes/PHPExcel_Writer_PDF_tcPDF.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/PclZip.html b/src/phpexcel/Documentation/API/classes/PclZip.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/SingularValueDecomposition.html b/src/phpexcel/Documentation/API/classes/SingularValueDecomposition.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/classes/trendClass.html b/src/phpexcel/Documentation/API/classes/trendClass.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/bootstrap-responsive.css b/src/phpexcel/Documentation/API/css/bootstrap-responsive.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/bootstrap-responsive.min.css b/src/phpexcel/Documentation/API/css/bootstrap-responsive.min.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/bootstrap.css b/src/phpexcel/Documentation/API/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/bootstrap.min.css b/src/phpexcel/Documentation/API/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/jquery.iviewer.css b/src/phpexcel/Documentation/API/css/jquery.iviewer.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/prettify.css b/src/phpexcel/Documentation/API/css/prettify.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/css/template.css b/src/phpexcel/Documentation/API/css/template.css old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/deprecated.html b/src/phpexcel/Documentation/API/deprecated.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/errors.html b/src/phpexcel/Documentation/API/errors.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/graph_class.html b/src/phpexcel/Documentation/API/graph_class.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/apple-touch-icon-114x114.png b/src/phpexcel/Documentation/API/img/apple-touch-icon-114x114.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/apple-touch-icon-72x72.png b/src/phpexcel/Documentation/API/img/apple-touch-icon-72x72.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/apple-touch-icon.png b/src/phpexcel/Documentation/API/img/apple-touch-icon.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/favicon.ico b/src/phpexcel/Documentation/API/img/favicon.ico old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/glyphicons-halflings-white.png b/src/phpexcel/Documentation/API/img/glyphicons-halflings-white.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/glyphicons-halflings.png b/src/phpexcel/Documentation/API/img/glyphicons-halflings.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/arrow_down.png b/src/phpexcel/Documentation/API/img/icons/arrow_down.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/arrow_right.png b/src/phpexcel/Documentation/API/img/icons/arrow_right.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/class.png b/src/phpexcel/Documentation/API/img/icons/class.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/constant.png b/src/phpexcel/Documentation/API/img/icons/constant.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/favicon.ico b/src/phpexcel/Documentation/API/img/icons/favicon.ico old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/file-php.png b/src/phpexcel/Documentation/API/img/icons/file-php.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/file.gif b/src/phpexcel/Documentation/API/img/icons/file.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/folder.gif b/src/phpexcel/Documentation/API/img/icons/folder.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/function.png b/src/phpexcel/Documentation/API/img/icons/function.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/icon-folder-open-big.png b/src/phpexcel/Documentation/API/img/icons/icon-folder-open-big.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/icon-th-big.png b/src/phpexcel/Documentation/API/img/icons/icon-th-big.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/icon_template.svg b/src/phpexcel/Documentation/API/img/icons/icon_template.svg old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/interface.png b/src/phpexcel/Documentation/API/img/icons/interface.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/method.png b/src/phpexcel/Documentation/API/img/icons/method.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/ok.png b/src/phpexcel/Documentation/API/img/icons/ok.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/property.png b/src/phpexcel/Documentation/API/img/icons/property.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/search.gif b/src/phpexcel/Documentation/API/img/icons/search.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/variable.png b/src/phpexcel/Documentation/API/img/icons/variable.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/view_source.png b/src/phpexcel/Documentation/API/img/icons/view_source.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/visibility_private.png b/src/phpexcel/Documentation/API/img/icons/visibility_private.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/visibility_protected.png b/src/phpexcel/Documentation/API/img/icons/visibility_protected.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/icons/visibility_public.png b/src/phpexcel/Documentation/API/img/icons/visibility_public.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/grab.cur b/src/phpexcel/Documentation/API/img/iviewer/grab.cur old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/hand.cur b/src/phpexcel/Documentation/API/img/iviewer/hand.cur old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.rotate_left.png b/src/phpexcel/Documentation/API/img/iviewer/iviewer.rotate_left.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.rotate_right.png b/src/phpexcel/Documentation/API/img/iviewer/iviewer.rotate_right.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_fit.png b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_fit.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_fit2.gif b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_fit2.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_in.png b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_in.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_in2.gif b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_in2.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_out.png b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_out.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_out2.gif b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_out2.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_zero.png b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_zero.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_zero2.gif b/src/phpexcel/Documentation/API/img/iviewer/iviewer.zoom_zero2.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/img/loader.gif b/src/phpexcel/Documentation/API/img/loader.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/index.html b/src/phpexcel/Documentation/API/index.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/SVGPan.js b/src/phpexcel/Documentation/API/js/SVGPan.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/bootstrap.js b/src/phpexcel/Documentation/API/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/bootstrap.min.js b/src/phpexcel/Documentation/API/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery-1.4.2.min.js b/src/phpexcel/Documentation/API/js/jquery-1.4.2.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery-1.7.1.min.js b/src/phpexcel/Documentation/API/js/jquery-1.7.1.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery-ui-1.8.2.custom.min.js b/src/phpexcel/Documentation/API/js/jquery-ui-1.8.2.custom.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.cookie.js b/src/phpexcel/Documentation/API/js/jquery.cookie.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.iviewer.js b/src/phpexcel/Documentation/API/js/jquery.iviewer.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.iviewer.min.js b/src/phpexcel/Documentation/API/js/jquery.iviewer.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.mousewheel.min.js b/src/phpexcel/Documentation/API/js/jquery.mousewheel.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.panzoom.js b/src/phpexcel/Documentation/API/js/jquery.panzoom.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.splitter.js b/src/phpexcel/Documentation/API/js/jquery.splitter.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.tools.min.js b/src/phpexcel/Documentation/API/js/jquery.tools.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/jquery.treeview.js b/src/phpexcel/Documentation/API/js/jquery.treeview.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/menu.js b/src/phpexcel/Documentation/API/js/menu.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-apollo.js b/src/phpexcel/Documentation/API/js/prettify/lang-apollo.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-clj.js b/src/phpexcel/Documentation/API/js/prettify/lang-clj.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-css.js b/src/phpexcel/Documentation/API/js/prettify/lang-css.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-go.js b/src/phpexcel/Documentation/API/js/prettify/lang-go.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-hs.js b/src/phpexcel/Documentation/API/js/prettify/lang-hs.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-lisp.js b/src/phpexcel/Documentation/API/js/prettify/lang-lisp.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-lua.js b/src/phpexcel/Documentation/API/js/prettify/lang-lua.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-ml.js b/src/phpexcel/Documentation/API/js/prettify/lang-ml.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-n.js b/src/phpexcel/Documentation/API/js/prettify/lang-n.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-proto.js b/src/phpexcel/Documentation/API/js/prettify/lang-proto.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-scala.js b/src/phpexcel/Documentation/API/js/prettify/lang-scala.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-sql.js b/src/phpexcel/Documentation/API/js/prettify/lang-sql.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-tex.js b/src/phpexcel/Documentation/API/js/prettify/lang-tex.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-vb.js b/src/phpexcel/Documentation/API/js/prettify/lang-vb.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-vhdl.js b/src/phpexcel/Documentation/API/js/prettify/lang-vhdl.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-wiki.js b/src/phpexcel/Documentation/API/js/prettify/lang-wiki.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-xq.js b/src/phpexcel/Documentation/API/js/prettify/lang-xq.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/lang-yaml.js b/src/phpexcel/Documentation/API/js/prettify/lang-yaml.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/prettify/prettify.min.js b/src/phpexcel/Documentation/API/js/prettify/prettify.min.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/sidebar.js b/src/phpexcel/Documentation/API/js/sidebar.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/js/template.js b/src/phpexcel/Documentation/API/js/template.js old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/markers.html b/src/phpexcel/Documentation/API/markers.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/namespaces/global.html b/src/phpexcel/Documentation/API/namespaces/global.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/Default.html b/src/phpexcel/Documentation/API/packages/Default.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/JAMA.html b/src/phpexcel/Documentation/API/packages/JAMA.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.CachedObjectStorage.html b/src/phpexcel/Documentation/API/packages/PHPExcel.CachedObjectStorage.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Calculation.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Calculation.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Cell.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Cell.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Chart.Renderer.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Chart.Renderer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Chart.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Chart.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Reader.Excel2007.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Reader.Excel2007.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Reader.Excel5.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Reader.Excel5.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Reader.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Reader.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.RichText.html b/src/phpexcel/Documentation/API/packages/PHPExcel.RichText.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Settings.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Settings.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.Escher.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.Escher.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.OLE.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.OLE.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.Trend.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.Trend.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.ZipArchive.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.ZipArchive.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Shared.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Style.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Style.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Worksheet.Drawing.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Worksheet.Drawing.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Worksheet.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Worksheet.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.2007.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.2007.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.CSV.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.CSV.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.Excel2007.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.Excel2007.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.Excel5.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.Excel5.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.HTML.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.HTML.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.html b/src/phpexcel/Documentation/API/packages/PHPExcel.Writer.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/API/packages/PHPExcel.html b/src/phpexcel/Documentation/API/packages/PHPExcel.html old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DAVERAGE.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DAVERAGE.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DCOUNT.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DCOUNT.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DGET.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DGET.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DMAX.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DMAX.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DMIN.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DMIN.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DPRODUCT.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DPRODUCT.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DSTDEV.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DSTDEV.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DSTDEVP.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DSTDEVP.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DVAR.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DVAR.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/Database/DVARP.php b/src/phpexcel/Documentation/Examples/Calculations/Database/DVARP.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/DateTime/DATE.php b/src/phpexcel/Documentation/Examples/Calculations/DateTime/DATE.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/DateTime/DATEVALUE.php b/src/phpexcel/Documentation/Examples/Calculations/DateTime/DATEVALUE.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/DateTime/TIME.php b/src/phpexcel/Documentation/Examples/Calculations/DateTime/TIME.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/DateTime/TIMEVALUE.php b/src/phpexcel/Documentation/Examples/Calculations/DateTime/TIMEVALUE.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Calculations/index.php b/src/phpexcel/Documentation/Examples/Calculations/index.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader01.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader01.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader02.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader02.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader03.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader03.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader04.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader04.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader05.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader05.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader06.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader06.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader07.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader07.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader08.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader08.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader09.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader09.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader10.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader10.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader11.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader11.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader12.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader12.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader13.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader13.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader14.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader14.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader15.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader15.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader16.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader16.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader17.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader17.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader18.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader18.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/exampleReader19.php b/src/phpexcel/Documentation/Examples/Reader/exampleReader19.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/sampleData/example1.csv b/src/phpexcel/Documentation/Examples/Reader/sampleData/example1.csv old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/sampleData/example1.tsv b/src/phpexcel/Documentation/Examples/Reader/sampleData/example1.tsv old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/sampleData/example1.xls b/src/phpexcel/Documentation/Examples/Reader/sampleData/example1.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/sampleData/example2.csv b/src/phpexcel/Documentation/Examples/Reader/sampleData/example2.csv old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reader/sampleData/example2.xls b/src/phpexcel/Documentation/Examples/Reader/sampleData/example2.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader01.php b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader01.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader02.php b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader02.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader03.php b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader03.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader04.php b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/exampleWorkBookReader04.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/sampleData/example1.xls b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/sampleData/example1.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/sampleData/example1.xlsx b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/sampleData/example1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/Reading WorkBook Data/sampleData/example2.xls b/src/phpexcel/Documentation/Examples/Reading WorkBook Data/sampleData/example2.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/Examples/index.php b/src/phpexcel/Documentation/Examples/index.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/FunctionListByCategory.txt b/src/phpexcel/Documentation/FunctionListByCategory.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/FunctionListByName.txt b/src/phpexcel/Documentation/FunctionListByName.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/PHPExcel AutoFilter Reference developer documentation.doc b/src/phpexcel/Documentation/PHPExcel AutoFilter Reference developer documentation.doc old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/PHPExcel Function Reference developer documentation.doc b/src/phpexcel/Documentation/PHPExcel Function Reference developer documentation.doc old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/PHPExcel User Documentation - Reading Spreadsheet Files.doc b/src/phpexcel/Documentation/PHPExcel User Documentation - Reading Spreadsheet Files.doc old mode 100644 new mode 100755 diff --git a/src/phpexcel/Documentation/PHPExcel developer documentation.doc b/src/phpexcel/Documentation/PHPExcel developer documentation.doc old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/01pharSimple.php b/src/phpexcel/Examples/01pharSimple.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/01simple-download-pdf.php b/src/phpexcel/Examples/01simple-download-pdf.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/01simple-download-xls.php b/src/phpexcel/Examples/01simple-download-xls.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/01simple-download-xlsx.php b/src/phpexcel/Examples/01simple-download-xlsx.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/01simple.php b/src/phpexcel/Examples/01simple.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/01simplePCLZip.php b/src/phpexcel/Examples/01simplePCLZip.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/02types-xls.php b/src/phpexcel/Examples/02types-xls.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/02types.php b/src/phpexcel/Examples/02types.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/03formulas.php b/src/phpexcel/Examples/03formulas.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/04printing.php b/src/phpexcel/Examples/04printing.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/05featuredemo.inc.php b/src/phpexcel/Examples/05featuredemo.inc.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/05featuredemo.php b/src/phpexcel/Examples/05featuredemo.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/06largescale-with-cellcaching-sqlite.php b/src/phpexcel/Examples/06largescale-with-cellcaching-sqlite.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/06largescale-with-cellcaching-sqlite3.php b/src/phpexcel/Examples/06largescale-with-cellcaching-sqlite3.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/06largescale-with-cellcaching.php b/src/phpexcel/Examples/06largescale-with-cellcaching.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/06largescale-xls.php b/src/phpexcel/Examples/06largescale-xls.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/06largescale.php b/src/phpexcel/Examples/06largescale.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/07reader.php b/src/phpexcel/Examples/07reader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/07readerPCLZip.php b/src/phpexcel/Examples/07readerPCLZip.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/08conditionalformatting.php b/src/phpexcel/Examples/08conditionalformatting.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/08conditionalformatting2.php b/src/phpexcel/Examples/08conditionalformatting2.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/09pagebreaks.php b/src/phpexcel/Examples/09pagebreaks.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/10autofilter-selection-1.php b/src/phpexcel/Examples/10autofilter-selection-1.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/10autofilter-selection-2.php b/src/phpexcel/Examples/10autofilter-selection-2.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/10autofilter-selection-display.php b/src/phpexcel/Examples/10autofilter-selection-display.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/10autofilter.php b/src/phpexcel/Examples/10autofilter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/11documentsecurity-xls.php b/src/phpexcel/Examples/11documentsecurity-xls.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/11documentsecurity.php b/src/phpexcel/Examples/11documentsecurity.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/12cellProtection.php b/src/phpexcel/Examples/12cellProtection.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/13calculation.php b/src/phpexcel/Examples/13calculation.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/14excel5.php b/src/phpexcel/Examples/14excel5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/15datavalidation-xls.php b/src/phpexcel/Examples/15datavalidation-xls.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/15datavalidation.php b/src/phpexcel/Examples/15datavalidation.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/16csv.php b/src/phpexcel/Examples/16csv.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/17html.php b/src/phpexcel/Examples/17html.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/18extendedcalculation.php b/src/phpexcel/Examples/18extendedcalculation.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/19namedrange.php b/src/phpexcel/Examples/19namedrange.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/20readexcel5.php b/src/phpexcel/Examples/20readexcel5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/21pdf.php b/src/phpexcel/Examples/21pdf.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/22heavilyformatted.php b/src/phpexcel/Examples/22heavilyformatted.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/23sharedstyles.php b/src/phpexcel/Examples/23sharedstyles.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/24readfilter.php b/src/phpexcel/Examples/24readfilter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/25inmemoryimage.php b/src/phpexcel/Examples/25inmemoryimage.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/26utf8.php b/src/phpexcel/Examples/26utf8.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/27imagesexcel5.php b/src/phpexcel/Examples/27imagesexcel5.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/28iterator.php b/src/phpexcel/Examples/28iterator.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/29advancedvaluebinder.php b/src/phpexcel/Examples/29advancedvaluebinder.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/30template.php b/src/phpexcel/Examples/30template.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/31docproperties_write-xls.php b/src/phpexcel/Examples/31docproperties_write-xls.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/31docproperties_write.php b/src/phpexcel/Examples/31docproperties_write.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/32chartreadwrite.php b/src/phpexcel/Examples/32chartreadwrite.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-area.php b/src/phpexcel/Examples/33chartcreate-area.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-bar-stacked.php b/src/phpexcel/Examples/33chartcreate-bar-stacked.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-bar.php b/src/phpexcel/Examples/33chartcreate-bar.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-column-2.php b/src/phpexcel/Examples/33chartcreate-column-2.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-column.php b/src/phpexcel/Examples/33chartcreate-column.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-composite.php b/src/phpexcel/Examples/33chartcreate-composite.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-line.php b/src/phpexcel/Examples/33chartcreate-line.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-multiple-charts.php b/src/phpexcel/Examples/33chartcreate-multiple-charts.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-pie.php b/src/phpexcel/Examples/33chartcreate-pie.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-radar.php b/src/phpexcel/Examples/33chartcreate-radar.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-scatter.php b/src/phpexcel/Examples/33chartcreate-scatter.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/33chartcreate-stock.php b/src/phpexcel/Examples/33chartcreate-stock.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/34chartupdate.php b/src/phpexcel/Examples/34chartupdate.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/35chartrender.php b/src/phpexcel/Examples/35chartrender.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/36chartreadwriteHTML.php b/src/phpexcel/Examples/36chartreadwriteHTML.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/36chartreadwritePDF.php b/src/phpexcel/Examples/36chartreadwritePDF.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/37page_layout_view.php b/src/phpexcel/Examples/37page_layout_view.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/38cloneWorksheet.php b/src/phpexcel/Examples/38cloneWorksheet.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/40duplicateStyle.php b/src/phpexcel/Examples/40duplicateStyle.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/Excel2003XMLReader.php b/src/phpexcel/Examples/Excel2003XMLReader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/Excel2003XMLTest.xml b/src/phpexcel/Examples/Excel2003XMLTest.xml old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/GnumericReader.php b/src/phpexcel/Examples/GnumericReader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/GnumericTest.gnumeric b/src/phpexcel/Examples/GnumericTest.gnumeric old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/OOCalcReader.php b/src/phpexcel/Examples/OOCalcReader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/OOCalcReaderPCLZip.php b/src/phpexcel/Examples/OOCalcReaderPCLZip.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/OOCalcTest.ods b/src/phpexcel/Examples/OOCalcTest.ods old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/Quadratic.php b/src/phpexcel/Examples/Quadratic.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/Quadratic.xlsx b/src/phpexcel/Examples/Quadratic.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/Quadratic2.php b/src/phpexcel/Examples/Quadratic2.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/SylkReader.php b/src/phpexcel/Examples/SylkReader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/SylkTest.slk b/src/phpexcel/Examples/SylkTest.slk old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/XMLReader.php b/src/phpexcel/Examples/XMLReader.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/XMLTest.xml b/src/phpexcel/Examples/XMLTest.xml old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/images/officelogo.jpg b/src/phpexcel/Examples/images/officelogo.jpg old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/images/paid.png b/src/phpexcel/Examples/images/paid.png old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/images/phpexcel_logo.gif b/src/phpexcel/Examples/images/phpexcel_logo.gif old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/images/termsconditions.jpg b/src/phpexcel/Examples/images/termsconditions.jpg old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/runall.php b/src/phpexcel/Examples/runall.php old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/26template.xlsx b/src/phpexcel/Examples/templates/26template.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/27template.xls b/src/phpexcel/Examples/templates/27template.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/30template.xls b/src/phpexcel/Examples/templates/30template.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/31docproperties.xls b/src/phpexcel/Examples/templates/31docproperties.xls old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/31docproperties.xlsx b/src/phpexcel/Examples/templates/31docproperties.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32chartreadwrite.xlsx b/src/phpexcel/Examples/templates/32chartreadwrite.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32complexChartreadwrite.xlsx b/src/phpexcel/Examples/templates/32complexChartreadwrite.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaPercentageChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaPercentageChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaPercentageChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaPercentageChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaPercentageChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaPercentageChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaStackedChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaStackedChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaStackedChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaStackedChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteAreaStackedChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteAreaStackedChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteBarChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteBarChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteBarChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteBarChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarPercentageChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteBarPercentageChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarPercentageChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteBarPercentageChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarPercentageChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteBarPercentageChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarStackedChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteBarStackedChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarStackedChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteBarStackedChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBarStackedChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteBarStackedChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBubbleChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteBubbleChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteBubbleChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteBubbleChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteChartWithImages1.xlsx b/src/phpexcel/Examples/templates/32readwriteChartWithImages1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnChart4.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnChart4.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnPercentageChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnPercentageChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnPercentageChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnPercentageChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnPercentageChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnPercentageChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnStackedChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnStackedChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnStackedChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnStackedChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteColumnStackedChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteColumnStackedChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteDonutChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteDonutChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteDonutChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteDonutChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteDonutChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteDonutChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteDonutChart4.xlsx b/src/phpexcel/Examples/templates/32readwriteDonutChart4.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteDonutChartExploded1.xlsx b/src/phpexcel/Examples/templates/32readwriteDonutChartExploded1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteDonutChartMultiseries1.xlsx b/src/phpexcel/Examples/templates/32readwriteDonutChartMultiseries1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteLineChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteLineChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteLineChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwriteLineChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineChartNoPointMarkers1.xlsx b/src/phpexcel/Examples/templates/32readwriteLineChartNoPointMarkers1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLinePercentageChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteLinePercentageChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLinePercentageChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteLinePercentageChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineStackedChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteLineStackedChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteLineStackedChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteLineStackedChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChart1.xlsx b/src/phpexcel/Examples/templates/32readwritePieChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChart2.xlsx b/src/phpexcel/Examples/templates/32readwritePieChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChart3.xlsx b/src/phpexcel/Examples/templates/32readwritePieChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChart3D1.xlsx b/src/phpexcel/Examples/templates/32readwritePieChart3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChart4.xlsx b/src/phpexcel/Examples/templates/32readwritePieChart4.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChartExploded1.xlsx b/src/phpexcel/Examples/templates/32readwritePieChartExploded1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwritePieChartExploded3D1.xlsx b/src/phpexcel/Examples/templates/32readwritePieChartExploded3D1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteRadarChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteRadarChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteRadarChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteRadarChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteRadarChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteRadarChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteScatterChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteScatterChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteScatterChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteScatterChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteScatterChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteScatterChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteScatterChart4.xlsx b/src/phpexcel/Examples/templates/32readwriteScatterChart4.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteScatterChart5.xlsx b/src/phpexcel/Examples/templates/32readwriteScatterChart5.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteStockChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteStockChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteStockChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteStockChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteStockChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteStockChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteStockChart4.xlsx b/src/phpexcel/Examples/templates/32readwriteStockChart4.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteSurfaceChart1.xlsx b/src/phpexcel/Examples/templates/32readwriteSurfaceChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteSurfaceChart2.xlsx b/src/phpexcel/Examples/templates/32readwriteSurfaceChart2.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteSurfaceChart3.xlsx b/src/phpexcel/Examples/templates/32readwriteSurfaceChart3.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/32readwriteSurfaceChart4.xlsx b/src/phpexcel/Examples/templates/32readwriteSurfaceChart4.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/Examples/templates/36writeLineChart1.xlsx b/src/phpexcel/Examples/templates/36writeLineChart1.xlsx old mode 100644 new mode 100755 diff --git a/src/phpexcel/changelog.txt b/src/phpexcel/changelog.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/install.txt b/src/phpexcel/install.txt old mode 100644 new mode 100755 diff --git a/src/phpexcel/license.txt b/src/phpexcel/license.txt old mode 100644 new mode 100755 diff --git a/xdoc/MCD.png b/xdoc/MCD.png index f0a6d64..3776690 100755 Binary files a/xdoc/MCD.png and b/xdoc/MCD.png differ diff --git a/xdoc/MCD2.png b/xdoc/MCD2.png old mode 100644 new mode 100755 diff --git a/xdoc/exemple parcours b/xdoc/exemple parcours old mode 100644 new mode 100755 diff --git a/xdoc/flat_table_design.jpg b/xdoc/flat_table_design.jpg old mode 100644 new mode 100755 diff --git a/xdoc/iteration1.mail b/xdoc/iteration1.mail old mode 100644 new mode 100755 diff --git a/xdoc/linecount b/xdoc/linecount old mode 100644 new mode 100755 diff --git a/xdoc/sid.sql b/xdoc/sid.sql index 911031c..43a087d 100755 --- a/xdoc/sid.sql +++ b/xdoc/sid.sql @@ -3,7 +3,7 @@ -- http://www.phpmyadmin.net -- -- Client: localhost --- Généré le: Lun 09 Novembre 2015 à 10:04 +-- Généré le: Lun 09 Novembre 2015 à 12:49 -- Version du serveur: 5.5.46-0ubuntu0.14.04.2 -- Version de PHP: 5.5.9-1ubuntu4.14 @@ -151,7 +151,7 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s (93, 'ljc1902a', 17, 1), (94, 'hcc1997a', 7, 3), (95, 'bky1924a', 22, 2), -(96, 'vul1953a', 1, 1), +(96, 'vul1953a', 5, 1), (97, 'ssr1906a', 9, 1), (98, 'yjh1944a', 3, 3), (99, 'ste1994a', 10, 2), @@ -159,6 +159,43 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s -- -------------------------------------------------------- +-- +-- Structure de la table `controle` +-- + +CREATE TABLE IF NOT EXISTS `controle` ( + `id_controle` int(11) NOT NULL AUTO_INCREMENT, + `id_mcc_module` int(11) NOT NULL, + `intitule` varchar(50) NOT NULL, + `base` int(11) NOT NULL, + `coefficient` float NOT NULL, + `date_publication` date NOT NULL, + PRIMARY KEY (`id_controle`), + KEY `id_mcc_module` (`id_mcc_module`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; + +-- +-- RELATIONS POUR LA TABLE `controle`: +-- `id_mcc_module` +-- `mcc_module` -> `id_mcc_module` +-- + +-- +-- Contenu de la table `controle` +-- + +INSERT INTO `controle` (`id_controle`, `id_mcc_module`, `intitule`, `base`, `coefficient`, `date_publication`) VALUES +(1, 5, 'Partiel 1', 20, 1, '2015-11-09'), +(2, 5, 'Partiel 2', 20, 1, '2015-11-10'), +(3, 6, 'Partiel 3', 20, 1, '2015-11-11'), +(4, 6, 'Partiel 4', 20, 1, '2015-11-12'), +(5, 7, 'Partiel 5', 20, 1, '2015-11-13'), +(6, 7, 'Partiel 6', 20, 1, '2015-11-14'), +(7, 8, 'Partiel 7', 20, 1, '2015-11-15'), +(8, 8, 'Partiel 8', 20, 1, '2015-11-16'); + +-- -------------------------------------------------------- + -- -- Structure de la table `enseignement` -- @@ -359,38 +396,34 @@ INSERT INTO `module` (`id_module`, `nom`, `libelle`) VALUES CREATE TABLE IF NOT EXISTS `note` ( `id_note` int(11) NOT NULL AUTO_INCREMENT, `id_appartenance` int(11) NOT NULL, - `id_mcc_module` int(11) NOT NULL, - `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `intitule` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, + `id_controle` int(11) NOT NULL, `valeur` float NOT NULL, - `base` float NOT NULL, - `coefficient` float NOT NULL, PRIMARY KEY (`id_note`), KEY `id_appartenance` (`id_appartenance`), - KEY `id_mcc_module` (`id_mcc_module`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ; + KEY `id_controle` (`id_controle`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ; -- -- RELATIONS POUR LA TABLE `note`: +-- `id_controle` +-- `controle` -> `id_controle` -- `id_appartenance` -- `appartenance` -> `id_appartenance` --- `id_mcc_module` --- `mcc_module` -> `id_mcc_module` -- -- -- Contenu de la table `note` -- -INSERT INTO `note` (`id_note`, `id_appartenance`, `id_mcc_module`, `date`, `intitule`, `valeur`, `base`, `coefficient`) VALUES -(1, 1, 5, '0000-00-00 00:00:00', 'Partiel 1', 5.11, 10, 1), -(2, 1, 5, '0000-00-00 00:00:00', 'Partiel 2', 5.21, 10, 1), -(3, 1, 6, '0000-00-00 00:00:00', 'Partiel 3', 5.31, 10, 1), -(4, 1, 6, '0000-00-00 00:00:00', 'Partiel 4', 5.41, 10, 1), -(5, 1, 7, '0000-00-00 00:00:00', 'Partiel 5', 5.51, 10, 1), -(6, 1, 7, '0000-00-00 00:00:00', 'Partiel 6', 5.61, 10, 1), -(7, 1, 8, '0000-00-00 00:00:00', 'Partiel 7', 5.71, 10, 1), -(8, 1, 8, '0000-00-00 00:00:00', 'Partiel 8', 5.81, 10, 1); +INSERT INTO `note` (`id_note`, `id_appartenance`, `id_controle`, `valeur`) VALUES +(11, 1, 1, 1), +(12, 1, 2, 2), +(13, 1, 3, 3), +(14, 1, 4, 4), +(15, 1, 5, 5), +(16, 1, 6, 6), +(17, 1, 7, 7), +(18, 1, 8, 8); -- -------------------------------------------------------- @@ -582,6 +615,12 @@ ALTER TABLE `appartenance` ADD CONSTRAINT `appartenance_ibfk_2` FOREIGN KEY (`id_groupe`) REFERENCES `groupe` (`id_groupe`), ADD CONSTRAINT `appartenance_ibfk_3` FOREIGN KEY (`id_semestre`) REFERENCES `semestre` (`id_semestre`); +-- +-- Contraintes pour la table `controle` +-- +ALTER TABLE `controle` + ADD CONSTRAINT `controle_ibfk_1` FOREIGN KEY (`id_mcc_module`) REFERENCES `mcc_module` (`id_mcc_module`); + -- -- Contraintes pour la table `enseignement` -- @@ -607,8 +646,8 @@ ALTER TABLE `mcc_ue` -- Contraintes pour la table `note` -- ALTER TABLE `note` - ADD CONSTRAINT `note_id_appartenance` FOREIGN KEY (`id_appartenance`) REFERENCES `appartenance` (`id_appartenance`), - ADD CONSTRAINT `note_id_mcc_module` FOREIGN KEY (`id_mcc_module`) REFERENCES `mcc_module` (`id_mcc_module`); + ADD CONSTRAINT `note_id_controle` FOREIGN KEY (`id_controle`) REFERENCES `controle` (`id_controle`), + ADD CONSTRAINT `note_id_appartenance` FOREIGN KEY (`id_appartenance`) REFERENCES `appartenance` (`id_appartenance`); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; diff --git a/xdoc/structure.sql b/xdoc/structure.sql index 6a0cd84..43a087d 100755 --- a/xdoc/structure.sql +++ b/xdoc/structure.sql @@ -3,7 +3,7 @@ -- http://www.phpmyadmin.net -- -- Client: localhost --- Généré le: Mar 03 Novembre 2015 à 11:11 +-- Généré le: Lun 09 Novembre 2015 à 12:49 -- Version du serveur: 5.5.46-0ubuntu0.14.04.2 -- Version de PHP: 5.5.9-1ubuntu4.14 @@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `appartenance` ( KEY `id_etudiant_2` (`id_etudiant`), KEY `id_groupe_2` (`id_groupe`), KEY `id_semestre_2` (`id_semestre`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=101 ; +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=103 ; -- -- RELATIONS POUR LA TABLE `appartenance`: @@ -89,8 +89,8 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s (31, 'bae1943a', 8, 4), (32, 'kul1903a', 9, 1), (33, 'rmj1965a', 11, 3), -(34, 'yyt1926a', 21, 1), -(35, 'ktz1997a', 2, 2), +(34, 'yyt1926a', 17, 1), +(35, 'ktz1997a', 6, 2), (36, 'hku1995a', 17, 1), (37, 'zgy1948a', 10, 2), (38, 'vau1957a', 23, 3), @@ -100,8 +100,8 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s (42, 'qoe1974a', 20, 4), (43, 'tkz1955a', 11, 3), (44, 'wnx1995a', 16, 4), -(45, 'sft1994a', 6, 2), -(46, 'vgb1979a', 7, 3), +(45, 'sft1994a', 2, 2), +(46, 'vgb1979a', 3, 3), (47, 'wbt1993a', 19, 3), (48, 'xtb1903a', 11, 3), (49, 'msj1985a', 13, 1), @@ -142,7 +142,7 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s (84, 'obg1973a', 2, 2), (85, 'hzg1935a', 12, 4), (86, 'iyh1918a', 11, 3), -(87, 'tdc1978a', 17, 1), +(87, 'tdc1978a', 13, 1), (88, 'swd1951a', 2, 2), (89, 'vdj1905a', 22, 2), (90, 'bit1985a', 19, 3), @@ -151,7 +151,7 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s (93, 'ljc1902a', 17, 1), (94, 'hcc1997a', 7, 3), (95, 'bky1924a', 22, 2), -(96, 'vul1953a', 1, 1), +(96, 'vul1953a', 5, 1), (97, 'ssr1906a', 9, 1), (98, 'yjh1944a', 3, 3), (99, 'ste1994a', 10, 2), @@ -159,6 +159,43 @@ INSERT INTO `appartenance` (`id_appartenance`, `id_etudiant`, `id_groupe`, `id_s -- -------------------------------------------------------- +-- +-- Structure de la table `controle` +-- + +CREATE TABLE IF NOT EXISTS `controle` ( + `id_controle` int(11) NOT NULL AUTO_INCREMENT, + `id_mcc_module` int(11) NOT NULL, + `intitule` varchar(50) NOT NULL, + `base` int(11) NOT NULL, + `coefficient` float NOT NULL, + `date_publication` date NOT NULL, + PRIMARY KEY (`id_controle`), + KEY `id_mcc_module` (`id_mcc_module`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; + +-- +-- RELATIONS POUR LA TABLE `controle`: +-- `id_mcc_module` +-- `mcc_module` -> `id_mcc_module` +-- + +-- +-- Contenu de la table `controle` +-- + +INSERT INTO `controle` (`id_controle`, `id_mcc_module`, `intitule`, `base`, `coefficient`, `date_publication`) VALUES +(1, 5, 'Partiel 1', 20, 1, '2015-11-09'), +(2, 5, 'Partiel 2', 20, 1, '2015-11-10'), +(3, 6, 'Partiel 3', 20, 1, '2015-11-11'), +(4, 6, 'Partiel 4', 20, 1, '2015-11-12'), +(5, 7, 'Partiel 5', 20, 1, '2015-11-13'), +(6, 7, 'Partiel 6', 20, 1, '2015-11-14'), +(7, 8, 'Partiel 7', 20, 1, '2015-11-15'), +(8, 8, 'Partiel 8', 20, 1, '2015-11-16'); + +-- -------------------------------------------------------- + -- -- Structure de la table `enseignement` -- @@ -171,7 +208,7 @@ CREATE TABLE IF NOT EXISTS `enseignement` ( PRIMARY KEY (`id_enseignement`), KEY `id_enseignant` (`id_enseignant`), KEY `id_mcc_module` (`id_mcc_module`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- RELATIONS POUR LA TABLE `enseignement`: @@ -181,11 +218,15 @@ CREATE TABLE IF NOT EXISTS `enseignement` ( -- `mcc_module` -> `id_mcc_module` -- --- -------------------------------------------------------- +-- +-- Contenu de la table `enseignement` +-- -INSERT INTO `enseignement`(`id_enseignement`, `id_enseignant`, `id_mcc_module`, `correcteur`) VALUES -(1, 'lbh1609a', 5 , 0), -- leblanc [S2 UE1 2015 - M2101 - Bases de la POO] -(2, 'lbh1609a', 10, 0); -- leblanc [S3 UE3 2015 - 3302 - POO Avancee] +INSERT INTO `enseignement` (`id_enseignement`, `id_enseignant`, `id_mcc_module`, `correcteur`) VALUES +(1, 'lbh1609a', 5, 0), +(2, 'lbh1609a', 10, 0); + +-- -------------------------------------------------------- -- -- Structure de la table `groupe` @@ -241,7 +282,7 @@ CREATE TABLE IF NOT EXISTS `mcc_module` ( PRIMARY KEY (`id_mcc_module`), KEY `id_mcc_ue` (`id_mcc_ue`), KEY `id_module` (`id_module`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ; -- -- RELATIONS POUR LA TABLE `mcc_module`: @@ -250,30 +291,28 @@ CREATE TABLE IF NOT EXISTS `mcc_module` ( -- `id_mcc_ue` -- `mcc_ue` -> `id_mcc_ue` -- -INSERT INTO `mcc_module`(`id_mcc_module`, `id_mcc_ue`, `id_module`, `coefficient`) VALUES -(1 , 1, 1, 1.0), -- S1 2015 - UE1(1) - M1101(1 ) - coeff 1.0 -(2 , 1, 2, 1.0), -- S1 2015 - UE1(1) - M1102(2 ) - coeff 1.0 -(3 , 2, 3, 1.0), -- S1 2015 - UE2(2) - M1201(3 ) - coeff 1.0 -(4 , 2, 4, 1.0), -- S1 2015 - UE2(2) - M1202(4 ) - coeff 1.0 +-- +-- Contenu de la table `mcc_module` +-- -(5 , 3, 5, 1.0), -- S2 2015 - UE1(3) - M2101(5 ) - coeff 1.0 -(6 , 3, 6, 1.0), -- S2 2015 - UE1(3) - M2102(6 ) - coeff 1.0 - -(7 , 4, 7, 1.0), -- S2 2015 - UE2(4) - M2201(7 ) - coeff 1.0 -(8 , 4, 8, 1.0), -- S2 2015 - UE2(4) - M2202(8 ) - coeff 1.0 - -(9 , 5, 9, 1.0), -- S3 2015 - UE3(5) - M1101(9 ) - coeff 1.0 -(10, 5, 10, 1.0), -- S3 2015 - UE3(5) - M1102(10) - coeff 1.0 - -(11, 6, 11, 1.0), -- S3 2015 - UE4(6) - M1101(11) - coeff 1.0 -(12, 6, 12, 1.0), -- S3 2015 - UE4(6) - M1102(12) - coeff 1.0 - -(13, 7, 13, 1.0), -- S4 2015 - UE3(7) - M1101(13) - coeff 1.0 -(14, 7, 14, 1.0), -- S4 2015 - UE3(7) - M1102(14) - coeff 1.0 - -(15, 8, 15, 1.0), -- S4 2015 - UE4(8) - M1101(15) - coeff 1.0 -(16, 8, 16, 1.0); -- S4 2015 - UE4(8) - M1102(16) - coeff 1.0 +INSERT INTO `mcc_module` (`id_mcc_module`, `id_mcc_ue`, `id_module`, `coefficient`) VALUES +(1, 1, 1, 1), +(2, 1, 2, 1), +(3, 2, 3, 1), +(4, 2, 4, 1), +(5, 3, 5, 1), +(6, 3, 6, 1), +(7, 4, 7, 1), +(8, 4, 8, 1), +(9, 5, 9, 1), +(10, 5, 10, 1), +(11, 6, 11, 1), +(12, 6, 12, 1), +(13, 7, 13, 1), +(14, 7, 14, 1), +(15, 8, 15, 1), +(16, 8, 16, 1); -- -------------------------------------------------------- @@ -289,7 +328,7 @@ CREATE TABLE IF NOT EXISTS `mcc_ue` ( PRIMARY KEY (`id_mcc_ue`), KEY `id_semestre` (`id_semestre`), KEY `id_ue` (`id_ue`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- RELATIONS POUR LA TABLE `mcc_ue`: @@ -299,15 +338,20 @@ CREATE TABLE IF NOT EXISTS `mcc_ue` ( -- `semestre` -> `id_semestre` -- -INSERT INTO `mcc_ue`(`id_mcc_ue`, `id_semestre`, `id_ue`, `coefficient`) VALUES -(1, 1, 1, 1.0), -- S1 2015(1) - UE1(1) - coeff 1.0 -(2, 1, 2, 1.0), -- S1 2015(1) - UE2(2) - coeff 1.0 -(3, 2, 1, 1.0), -- S2 2015(2) - UE1(1) - coeff 1.0 -(4, 2, 2, 1.0), -- S2 2015(2) - UE2(2) - coeff 1.0 -(5, 3, 3, 1.0), -- S3 2015(3) - UE3(3) - coeff 1.0 -(6, 3, 4, 1.0), -- S3 2015(3) - UE4(4) - coeff 1.0 -(7, 4, 3, 1.0), -- S4 2015(4) - UE3(3) - coeff 1.0 -(8, 4, 4, 1.0); -- S4 2015(4) - UE4(4) - coeff 1.0 +-- +-- Contenu de la table `mcc_ue` +-- + +INSERT INTO `mcc_ue` (`id_mcc_ue`, `id_semestre`, `id_ue`, `coefficient`) VALUES +(1, 1, 1, 1), +(2, 1, 2, 1), +(3, 2, 1, 1), +(4, 2, 2, 1), +(5, 3, 3, 1), +(6, 3, 4, 1), +(7, 4, 3, 1), +(8, 4, 4, 1); + -- -------------------------------------------------------- -- @@ -352,35 +396,37 @@ INSERT INTO `module` (`id_module`, `nom`, `libelle`) VALUES CREATE TABLE IF NOT EXISTS `note` ( `id_note` int(11) NOT NULL AUTO_INCREMENT, `id_appartenance` int(11) NOT NULL, - `id_mcc_module` int(11) NOT NULL, - `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `intitule` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, + `id_controle` int(11) NOT NULL, `valeur` float NOT NULL, - `base` float NOT NULL, - `coefficient` float NOT NULL, PRIMARY KEY (`id_note`), KEY `id_appartenance` (`id_appartenance`), - KEY `id_mcc_module` (`id_mcc_module`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; + KEY `id_controle` (`id_controle`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ; -- -- RELATIONS POUR LA TABLE `note`: --- `id_mcc_module` --- `mcc_module` -> `id_mcc_module` +-- `id_controle` +-- `controle` -> `id_controle` -- `id_appartenance` -- `appartenance` -> `id_appartenance` -- +-- +-- Contenu de la table `note` +-- + +INSERT INTO `note` (`id_note`, `id_appartenance`, `id_controle`, `valeur`) VALUES +(11, 1, 1, 1), +(12, 1, 2, 2), +(13, 1, 3, 3), +(14, 1, 4, 4), +(15, 1, 5, 5), +(16, 1, 6, 6), +(17, 1, 7, 7), +(18, 1, 8, 8); + -- -------------------------------------------------------- -INSERT INTO `note` (`id_note`, `id_appartenance`, `id_mcc_module`, `date`, `intitule`, `valeur`, `base`, `coefficient`) VALUES -(1, 1, 5, '0000-00-00 00:00:00', 'Partiel 1', 1, 10, 1), -(2, 1, 5, '0000-00-00 00:00:00', 'Partiel 2', 2, 10, 1), -(3, 1, 6, '0000-00-00 00:00:00', 'Partiel 3', 3, 10, 1), -(4, 1, 6, '0000-00-00 00:00:00', 'Partiel 4', 4, 10, 1), -(5, 1, 7, '0000-00-00 00:00:00', 'Partiel 5', 5, 10, 1), -(6, 1, 7, '0000-00-00 00:00:00', 'Partiel 6', 6, 10, 1), -(7, 1, 8, '0000-00-00 00:00:00', 'Partiel 7', 7, 10, 1), -(8, 1, 8, '0000-00-00 00:00:00', 'Partiel 8', 8, 10, 1); + -- -- Structure de la table `semestre` -- @@ -428,7 +474,7 @@ CREATE TABLE IF NOT EXISTS `ue` ( INSERT INTO `ue` (`id_ue`, `nom`, `libelle`) VALUES (1, 'UE1', 'Bases algorithmiques'), (2, 'UE2', 'Communication'), -(3, 'UE3', 'Informatique Avancée'), +(3, 'UE3', 'Informatique Avancée'), (4, 'UE4', 'Projet Personnel et Professionnel'); -- -------------------------------------------------------- @@ -443,7 +489,7 @@ CREATE TABLE IF NOT EXISTS `utilisateur` ( `nom` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `mail` varchar(50) NOT NULL, `mdp` varchar(40) NOT NULL, - `droits` varchar(4) NOT NULL DEFAULT '0', + `droits` varchar(44) NOT NULL DEFAULT '[]', PRIMARY KEY (`identifiant`), UNIQUE KEY `identifiant` (`identifiant`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; @@ -453,108 +499,109 @@ CREATE TABLE IF NOT EXISTS `utilisateur` ( -- INSERT INTO `utilisateur` (`identifiant`, `prenom`, `nom`, `mail`, `mdp`, `droits`) VALUES -('aft1950a', 'Rachel', 'DAVENPORT', 'rachel.davenport@etu.iut-tlse3.fr', '68724b2da1b628fd37116d3abae9c4233aa9fa56', '0'), -('agl1956a', 'Cruz', 'HOWE', 'cruz.howe@etu.iut-tlse3.fr', 'c3f22ac779a9e0e276acdc9933cdcdb2f054e317', '0'), -('agq1929a', 'Althea', 'POOLE', 'althea.poole@etu.iut-tlse3.fr', 'f20feea8f16e481683d420f8c97c4366d4941f4c', '0'), -('aiv1989a', 'Concetta', 'ROBLES', 'concetta.robles@etu.iut-tlse3.fr', 'e3e642e4b47a582f3a4b3e20c4d9bf612add1824', '0'), -('anj1991a', 'Katie', 'GUTIERREZ', 'katie.gutierrez@etu.iut-tlse3.fr', '0e2a184f4a27976f6648dbad6f33ffaba193c190', '0'), -('auy1966a', 'Bobbi', 'PRATT', 'bobbi.pratt@etu.iut-tlse3.fr', 'bd01c0a7d116ac61a12cddf768de4384cb2ed382', '0'), -('awl1901a', 'Clare', 'ROLLINS', 'clare.rollins@etu.iut-tlse3.fr', '0294ff411362354abbad41829c27b5d42cbc4388', '0'), -('bae1943a', 'Shaw', 'GOFF', 'shaw.goff@etu.iut-tlse3.fr', '99636e590508ed14336cf5847dcd24302bd86908', '0'), -('bit1985a', 'Rosalind', 'FISHER', 'rosalind.fisher@etu.iut-tlse3.fr', 'bbba4cd89896d2d6bf5c8d33ce3b4af025d6165d', '0'), -('bky1924a', 'Gena', 'ENGLAND', 'gena.england@etu.iut-tlse3.fr', '89805c2213710c0f7c03954d1fb171b3aba3c107', '0'), -('buz1982a', 'Kemp', 'JACOBS', 'kemp.jacobs@etu.iut-tlse3.fr', 'eda25de06910b9bbeeebcd81421093f1163d5a2c', '0'), -('cda1951a', 'Mcpherson', 'ANTHONY', 'mcpherson.anthony@etu.iut-tlse3.fr', '928e8e07046c74f035b0bd0f84a6463133890006', '0'), -('cuk1947a', 'Baxter', 'HERRERA', 'baxter.herrera@etu.iut-tlse3.fr', '1e0927db69476aa8dad0e2f0b360aa142800b66c', '0'), -('cvv1936a', 'Kayla', 'CANTRELL', 'kayla.cantrell@etu.iut-tlse3.fr', '7c9976507ec461d729f8e48ccdf5b8e8418ae6fa', '0'), -('cyw1979a', 'Zamora', 'RIDDLE', 'zamora.riddle@etu.iut-tlse3.fr', '747582c758969846527f612f05ac525a82f2d67f', '0'), -('djo1928a', 'Vaughn', 'DURHAM', 'vaughn.durham@etu.iut-tlse3.fr', 'cd6d4eb78a2f2b4228913d8ca89ab95fba17a953', '0'), -('dtg1946a', 'Ruiz', 'WILKERSON', 'ruiz.wilkerson@etu.iut-tlse3.fr', '61fa79da89021355623584247fc5597b4a811c4a', '0'), -('dui1946a', 'Burns', 'COMPTON', 'burns.compton@etu.iut-tlse3.fr', '7efa228dda0181027eff80368fe5426321ffa40e', '0'), -('eca1977a', 'Hope', 'WILSON', 'hope.wilson@etu.iut-tlse3.fr', 'aa9f150450bed0a9c47d6d1b412e9af032da8fa9', '0'), -('eee1933a', 'Stacey', 'LITTLE', 'stacey.little@etu.iut-tlse3.fr', '31b9ae5ec7027c386807ca2e8212dcc26c3b087e', '0'), -('eme1913a', 'Booth', 'HENRY', 'booth.henry@etu.iut-tlse3.fr', '86fb4f37792e36d800265554310d21e59d624d4d', '0'), -('fei1944a', 'Esperanza', 'TERRELL', 'esperanza.terrell@etu.iut-tlse3.fr', '9800cde34ddf1e24c2b1e31f84d72f2f9de753c8', '0'), -('gdb1939a', 'Kate', 'NOEL', 'kate.noel@etu.iut-tlse3.fr', '918bcf2e3ffccb2bd18290a67bcbada6921c8ba3', '0'), -('gwe1975a', 'Helen', 'HICKS', 'helen.hicks@etu.iut-tlse3.fr', 'd5578ae52d8b9429a411fe6824f79aa2e4ba4295', '0'), -('gyy1983a', 'Merrill', 'WALTER', 'merrill.walter@etu.iut-tlse3.fr', '2d6450fb04820591c34d6e470d8d16cc129ed634', '0'), -('hcc1997a', 'Madeline', 'MARKS', 'madeline.marks@etu.iut-tlse3.fr', '193e0b1555ac578b13b6f02b4b2c6b8c0576a2cd', '0'), -('hku1995a', 'Roslyn', 'MURPHY', 'roslyn.murphy@etu.iut-tlse3.fr', 'a2c17932dcc6a628601a86bd02e5e6110b774205', '0'), -('hmn1970a', 'Levy', 'ARMSTRONG', 'levy.armstrong@etu.iut-tlse3.fr', '85eed5e07ad380224e3dff9c68631436fc5e0580', '0'), -('hpa1908a', 'Jacklyn', 'BYRD', 'jacklyn.byrd@etu.iut-tlse3.fr', '50c850d3d6c6e8b5277f58f59c206d7ed685b8f9', '0'), -('hrv1902a', 'Irwin', 'HOUSTON', 'irwin.houston@etu.iut-tlse3.fr', '99ab47f6cce9313bb631d892d3a192420df1ba43', '0'), -('hsx1927a', 'Irene', 'MONROE', 'irene.monroe@etu.iut-tlse3.fr', '7fa7e7fcbb03c0be72583f2d1bfc41720f2274f1', '0'), -('hth1975a', 'Pruitt', 'FERGUSON', 'pruitt.ferguson@etu.iut-tlse3.fr', '562802653c96a2e3d2523fb6f38df8c42a6c70a2', '0'), -('hzg1935a', 'Clarice', 'ORTEGA', 'clarice.ortega@etu.iut-tlse3.fr', '8c50183063238ec8218d0959c71f3315715102be', '0'), -('iah1936a', 'Franklin', 'SLATER', 'franklin.slater@etu.iut-tlse3.fr', 'c4b7e3ae38056aa7b5a492b5ae4d6822bbc4f04b', '0'), -('ihf1991a', 'Robinson', 'MCGEE', 'robinson.mcgee@etu.iut-tlse3.fr', '4aeeee2100e584893c71d32ebcb5b4837f3e2e1a', '0'), -('imf1922a', 'Hawkins', 'PATTERSON', 'hawkins.patterson@etu.iut-tlse3.fr', '05ef138dfd9464af5ca7ddb1e6fc5d38a5d256dc', '0'), -('iyh1918a', 'Tucker', 'TRAN', 'tucker.tran@etu.iut-tlse3.fr', '70e3a6e9f775731a6dc43044576feb6acf4739bd', '0'), -('jfa1965a', 'Lolita', 'FARRELL', 'lolita.farrell@etu.iut-tlse3.fr', '1a5d44889500c4f04f076836691d9ccea4c56cff', '0'), -('jgd1966a', 'Janelle', 'BURKS', 'janelle.burks@etu.iut-tlse3.fr', '83cbc892278c1d7aab3214383b272a2677a39f01', '0'), -('jrc1974a', 'Pierce', 'CHURCH', 'pierce.church@etu.iut-tlse3.fr', '0bf72260769a364574bebe43a0e2d40f0b42918a', '0'), -('kfx1995a', 'Mitzi', 'SCHROEDER', 'mitzi.schroeder@etu.iut-tlse3.fr', 'ea085dda880c523b14c1d9c24bfe8479901d90bf', '0'), -('kpf1942a', 'Strickland', 'ROACH', 'strickland.roach@etu.iut-tlse3.fr', '49ae8a41825e039415fc5403721a08bf849675dd', '0'), -('ktz1997a', 'Mcgowan', 'COHEN', 'mcgowan.cohen@etu.iut-tlse3.fr', '77f2eb9b0cd9702671799b4016e115fe185b44da', '0'), -('kul1903a', 'Magdalena', 'SIMON', 'magdalena.simon@etu.iut-tlse3.fr', 'a364c06c6bc0883322fe0b8fecf70379187e85de', '0'), -('lbh1609a', 'Hervé', 'LEBLANC', 'herve.leblanc@iut-tlse3.fr', 'lqkjsdlkjsdlkjqsdlkjqsdlkjqsdkjqsldjqsj', '1'), -('liw1940a', 'Middleton', 'WATERS', 'middleton.waters@etu.iut-tlse3.fr', '406a96ab06f805166e3ef4809e5b8aefd3fa422a', '0'), -('ljc1902a', 'Lisa', 'CLEMENTS', 'lisa.clements@etu.iut-tlse3.fr', '8b554a1fdc6fa3c07988a523bf411c90c1b647f7', '0'), -('lme1952a', 'Hollie', 'GILLIAM', 'hollie.gilliam@etu.iut-tlse3.fr', '3f7b0669e6d2a9df317c89d9947b8b2c724278f5', '0'), -('maq1980a', 'Cook', 'DUNN', 'cook.dunn@etu.iut-tlse3.fr', '9a35d39268d9ba001290d4ad62de2e8d3da645dc', '0'), -('mhr1952a', 'Socorro', 'BLAIR', 'socorro.blair@etu.iut-tlse3.fr', '007a09dbff0959962f7aca117f55e125d77658c4', '0'), -('mhu1946a', 'Edna', 'GREEN', 'edna.green@etu.iut-tlse3.fr', 'a2be4db796235e6ee539d8a96a692fc1936957db', '0'), -('mma1990a', 'Williamson', 'HATFIELD', 'williamson.hatfield@etu.iut-tlse3.fr', 'b00d282627610321925b6573ecf55242491e4382', '0'), -('mrd1609a', 'Adrien', 'MARQUES', 'adrien.marques@etu.iut-tlse3.de', '34ad81180ba7cfa510101af8abe47a558e46858a', '0'), -('msj1985a', 'Ball', 'AVILA', 'ball.avila@etu.iut-tlse3.fr', 'a65d0ad5230a8e62f691ad1f2f95a3c65f1c03dd', '0'), -('mzh1955a', 'Leblanc', 'WHEELER', 'leblanc.wheeler@etu.iut-tlse3.fr', 'd5711bb21c243770c254b30fc2fb429b06bbfaf0', '0'), -('ngw1997a', 'Booker', 'LOPEZ', 'booker.lopez@etu.iut-tlse3.fr', 'a0feaf0e9ec8f18cfc3cc8eaa0a4af131c5c91d7', '0'), -('ngz1932a', 'Faye', 'PAYNE', 'faye.payne@etu.iut-tlse3.fr', '166e4a0172787e784c6835ed07d34a550b61b986', '0'), -('non1968a', 'Foster', 'TILLMAN', 'foster.tillman@etu.iut-tlse3.fr', '3a3f8d8ddbf68fa1e366cd87d20357f05fa09f45', '0'), -('obg1973a', 'Lynch', 'CHANDLER', 'lynch.chandler@etu.iut-tlse3.fr', 'a10d3ba3eacf95b418fe2c108492ea41ad83fc9e', '0'), -('ono1984a', 'Kitty', 'SANFORD', 'kitty.sanford@etu.iut-tlse3.fr', '2100f892c9e0c1a0ce35e444d969b2bdf9de9d6b', '0'), -('oqz1937a', 'Morse', 'MICHAEL', 'morse.michael@etu.iut-tlse3.fr', '2edfedd459e1b63bf637184c4ee4a978f0c8e41e', '0'), -('otm1902a', 'Woods', 'DEJESUS', 'woods.dejesus@etu.iut-tlse3.fr', '8d3a059e7df1744e6e342dad660adeb3675d42d1', '0'), -('otv1930a', 'Odonnell', 'BEASLEY', 'odonnell.beasley@etu.iut-tlse3.fr', 'b55e173984ef282d1bbfb1cf441b1c702533ac87', '0'), -('oxz1985a', 'Paul', 'GROSS', 'paul.gross@etu.iut-tlse3.fr', '5ba7159ed8bea08ff0c6b25f47c979f2e3b9e1a5', '0'), -('pdi1904a', 'Brady', 'ASHLEY', 'brady.ashley@etu.iut-tlse3.fr', '48c9adaa6687ec1f896675cd7dd262c6b38c2b44', '0'), -('pfv1965a', 'Francine', 'COMBS', 'francine.combs@etu.iut-tlse3.fr', 'a6ba94eec7357d691231ce8b7940d86ae2cb94a9', '0'), -('pos1958a', 'Juliana', 'FULLER', 'juliana.fuller@etu.iut-tlse3.fr', 'bd4300a1779af89b2c87863384d7ab4c93d922ad', '0'), -('psg1965a', 'Knapp', 'STEPHENS', 'knapp.stephens@etu.iut-tlse3.fr', '4e24185809f6d19ab25469582b340d1d98d1478a', '0'), -('qoe1974a', 'Raquel', 'CUNNINGHAM', 'raquel.cunningham@etu.iut-tlse3.fr', '5670da6f0a600ea148705e8dfe87921b35bc24dc', '0'), -('rmj1965a', 'Bridges', 'ROSALES', 'bridges.rosales@etu.iut-tlse3.fr', 'ffa1cf9f81059b83a1a05fe7408867027decf767', '0'), -('rpl1936a', 'Tamera', 'MOSES', 'tamera.moses@etu.iut-tlse3.fr', 'd7f0216bd90b84f878bf562f473875e500d6ae40', '0'), -('rwg1909a', 'Kelly', 'WALLACE', 'kelly.wallace@etu.iut-tlse3.fr', '28356092e4722e7d40d761db1b2a3e4178c0e8a1', '0'), -('scm1996a', 'Dotson', 'SANDOVAL', 'dotson.sandoval@etu.iut-tlse3.fr', '3d2818a46340435822af94d9736bfad7ad1ecd4b', '0'), -('sft1994a', 'Norris', 'BROCK', 'norris.brock@etu.iut-tlse3.fr', 'fcfd756acef2869bb15d72b877ccd9eed675fd26', '0'), -('sjl1937a', 'English', 'POPE', 'english.pope@etu.iut-tlse3.fr', 'a5536a593633b1d610e976985d3be1fc27999e4d', '0'), -('sjw1936a', 'Cross', 'MEYERS', 'cross.meyers@etu.iut-tlse3.fr', '8571d7564e2a196feb0841fd8474754d0032721c', '0'), -('ssr1906a', 'Howell', 'FAULKNER', 'howell.faulkner@etu.iut-tlse3.fr', '073de42d66740dfd2beec792e63806a7147fa087', '0'), -('ste1994a', 'Allison', 'CALLAHAN', 'allison.callahan@etu.iut-tlse3.fr', 'a5f1074db3275a128b57d99c8a48a557297084c9', '0'), -('swd1951a', 'Jenny', 'GRAHAM', 'jenny.graham@etu.iut-tlse3.fr', 'ae8ffe6506ca1863cee65fc4402bb5dd6e563d4b', '0'), -('tdc1978a', 'Bird', 'TRAVIS', 'bird.travis@etu.iut-tlse3.fr', '4a10508dd7f87089a321fc07ff63a8269a427bcb', '0'), -('tkz1955a', 'Nora', 'BREWER', 'nora.brewer@etu.iut-tlse3.fr', '6695f488b7caf712423e5f090707058b5af0798d', '0'), -('tnx1949a', 'Dejesus', 'WALTON', 'dejesus.walton@etu.iut-tlse3.fr', '830e567e1f570e0b90ae23488e1aaa11142ec4a6', '0'), -('uix1942a', 'Kristen', 'GIBSON', 'kristen.gibson@etu.iut-tlse3.fr', '66fa9b0c1e377689bde5992b7ce9f8a88b394693', '0'), -('vau1957a', 'Kathy', 'STOUT', 'kathy.stout@etu.iut-tlse3.fr', '7149c984ea57994e5306ce3c4026064a776de1d4', '0'), -('vdj1905a', 'Dean', 'ESPINOZA', 'dean.espinoza@etu.iut-tlse3.fr', 'fde91e6c0086ecda41e08a683eb6df56c7739371', '0'), -('vgb1979a', 'Baird', 'FORD', 'baird.ford@etu.iut-tlse3.fr', '66eb6f8e8634e210729fcf25dfa32ca17bf401c3', '0'), -('vul1953a', 'Robyn', 'BATES', 'robyn.bates@etu.iut-tlse3.fr', '6421ed3a69005e0de9ab025db4617a5a2d125682', '0'), -('wbt1993a', 'Goodman', 'PAUL', 'goodman.paul@etu.iut-tlse3.fr', '282c5d93f43a3960e840b410f95b4c598e8a9340', '0'), -('wnx1995a', 'Lorraine', 'PADILLA', 'lorraine.padilla@etu.iut-tlse3.fr', '6f38a397c9c7e5b3aceab87e63da5533fa612459', '0'), -('wpa1966a', 'Collier', 'ENGLISH', 'collier.english@etu.iut-tlse3.fr', 'fd63ff8eefa080cbecb52b68dc3cf264cf121fe3', '0'), -('wvn1982a', 'Sears', 'WELCH', 'sears.welch@etu.iut-tlse3.fr', '39b49c655ec584119306086db59253cf3a171f42', '0'), -('xdh1989a', 'Rasmussen', 'PAGE', 'rasmussen.page@etu.iut-tlse3.fr', '51240c864a1efe510e150f5789889dd7b1173e9c', '0'), -('xdi1926a', 'Ferrell', 'SALAS', 'ferrell.salas@etu.iut-tlse3.fr', '50a8f5265f56c9a30816379dd91d26870c9b649b', '0'), -('xtb1903a', 'Kelly', 'FLYNN', 'kelly.flynn@etu.iut-tlse3.fr', '270b848d2e7ecb404a3816219bcfc32dafed8477', '0'), -('ydw1981a', 'Glenda', 'WILKINSON', 'glenda.wilkinson@etu.iut-tlse3.fr', '594ca97b532fa21cc524792f2d00a2720b010191', '0'), -('yjh1944a', 'Thompson', 'SOLIS', 'thompson.solis@etu.iut-tlse3.fr', '303925d37b3d505b6162bd0222bd654dc06327a9', '0'), -('ylq1926a', 'Stein', 'SILVA', 'stein.silva@etu.iut-tlse3.fr', '9d4517cb3cec7bae1957f4026db777e33ccc097d', '0'), -('ypo1964a', 'Marylou', 'HOPKINS', 'marylou.hopkins@etu.iut-tlse3.fr', 'b72c606e9f02d46fbd29da132d96bbdbbffabf35', '0'), -('ypt1989a', 'Simon', 'MORALES', 'simon.morales@etu.iut-tlse3.fr', '552b82ca9e6d6b6f661e66d7af0a380e00d52625', '0'), -('yyt1926a', 'Bryant', 'CHANEY', 'bryant.chaney@etu.iut-tlse3.fr', '5a962df24a9b04ed8a56c02a68d8dfc5e9435abe', '0'), -('zge1937a', 'Ella', 'GARZA', 'ella.garza@etu.iut-tlse3.fr', '927065354ae8e224f43f6eb9578b5c7c9750461b', '0'), -('zgy1948a', 'Emily', 'ALVARADO', 'emily.alvarado@etu.iut-tlse3.fr', '34ad81180ba7cfa510101af8abe47a558e46858a', '0'); +('admin', 'monsieur', 'administrateur', 'admin@iut-tlse3.fr', 'lkjdsqlkjdlqksjdlqksjdqlksdjlqksjdqj', 'admin,teacher'), +('aft1950a', 'Rachel', 'DAVENPORT', 'rachel.davenport@etu.iut-tlse3.fr', '68724b2da1b628fd37116d3abae9c4233aa9fa56', 'student'), +('agl1956a', 'Cruz', 'HOWE', 'cruz.howe@etu.iut-tlse3.fr', 'c3f22ac779a9e0e276acdc9933cdcdb2f054e317', 'student'), +('agq1929a', 'Althea', 'POOLE', 'althea.poole@etu.iut-tlse3.fr', 'f20feea8f16e481683d420f8c97c4366d4941f4c', 'student'), +('aiv1989a', 'Concetta', 'ROBLES', 'concetta.robles@etu.iut-tlse3.fr', 'e3e642e4b47a582f3a4b3e20c4d9bf612add1824', 'student'), +('anj1991a', 'Katie', 'GUTIERREZ', 'katie.gutierrez@etu.iut-tlse3.fr', '0e2a184f4a27976f6648dbad6f33ffaba193c190', 'student'), +('auy1966a', 'Bobbi', 'PRATT', 'bobbi.pratt@etu.iut-tlse3.fr', 'bd01c0a7d116ac61a12cddf768de4384cb2ed382', 'student'), +('awl1901a', 'Clare', 'ROLLINS', 'clare.rollins@etu.iut-tlse3.fr', '0294ff411362354abbad41829c27b5d42cbc4388', 'student'), +('bae1943a', 'Shaw', 'GOFF', 'shaw.goff@etu.iut-tlse3.fr', '99636e590508ed14336cf5847dcd24302bd86908', 'student'), +('bit1985a', 'Rosalind', 'FISHER', 'rosalind.fisher@etu.iut-tlse3.fr', 'bbba4cd89896d2d6bf5c8d33ce3b4af025d6165d', 'student'), +('bky1924a', 'Gena', 'ENGLAND', 'gena.england@etu.iut-tlse3.fr', '89805c2213710c0f7c03954d1fb171b3aba3c107', 'student'), +('buz1982a', 'Kemp', 'JACOBS', 'kemp.jacobs@etu.iut-tlse3.fr', 'eda25de06910b9bbeeebcd81421093f1163d5a2c', 'student'), +('cda1951a', 'Mcpherson', 'ANTHONY', 'mcpherson.anthony@etu.iut-tlse3.fr', '928e8e07046c74f035b0bd0f84a6463133890006', 'student'), +('cuk1947a', 'Baxter', 'HERRERA', 'baxter.herrera@etu.iut-tlse3.fr', '1e0927db69476aa8dad0e2f0b360aa142800b66c', 'student'), +('cvv1936a', 'Kayla', 'CANTRELL', 'kayla.cantrell@etu.iut-tlse3.fr', '7c9976507ec461d729f8e48ccdf5b8e8418ae6fa', 'student'), +('cyw1979a', 'Zamora', 'RIDDLE', 'zamora.riddle@etu.iut-tlse3.fr', '747582c758969846527f612f05ac525a82f2d67f', 'student'), +('djo1928a', 'Vaughn', 'DURHAM', 'vaughn.durham@etu.iut-tlse3.fr', 'cd6d4eb78a2f2b4228913d8ca89ab95fba17a953', 'student'), +('dtg1946a', 'Ruiz', 'WILKERSON', 'ruiz.wilkerson@etu.iut-tlse3.fr', '61fa79da89021355623584247fc5597b4a811c4a', 'student'), +('dui1946a', 'Burns', 'COMPTON', 'burns.compton@etu.iut-tlse3.fr', '7efa228dda0181027eff80368fe5426321ffa40e', 'student'), +('eca1977a', 'Hope', 'WILSON', 'hope.wilson@etu.iut-tlse3.fr', 'aa9f150450bed0a9c47d6d1b412e9af032da8fa9', 'student'), +('eee1933a', 'Stacey', 'LITTLE', 'stacey.little@etu.iut-tlse3.fr', '31b9ae5ec7027c386807ca2e8212dcc26c3b087e', 'student'), +('eme1913a', 'Booth', 'HENRY', 'booth.henry@etu.iut-tlse3.fr', '86fb4f37792e36d800265554310d21e59d624d4d', 'student'), +('fei1944a', 'Esperanza', 'TERRELL', 'esperanza.terrell@etu.iut-tlse3.fr', '9800cde34ddf1e24c2b1e31f84d72f2f9de753c8', 'student'), +('gdb1939a', 'Kate', 'NOEL', 'kate.noel@etu.iut-tlse3.fr', '918bcf2e3ffccb2bd18290a67bcbada6921c8ba3', 'student'), +('gwe1975a', 'Helen', 'HICKS', 'helen.hicks@etu.iut-tlse3.fr', 'd5578ae52d8b9429a411fe6824f79aa2e4ba4295', 'student'), +('gyy1983a', 'Merrill', 'WALTER', 'merrill.walter@etu.iut-tlse3.fr', '2d6450fb04820591c34d6e470d8d16cc129ed634', 'student'), +('hcc1997a', 'Madeline', 'MARKS', 'madeline.marks@etu.iut-tlse3.fr', '193e0b1555ac578b13b6f02b4b2c6b8c0576a2cd', 'student'), +('hku1995a', 'Roslyn', 'MURPHY', 'roslyn.murphy@etu.iut-tlse3.fr', 'a2c17932dcc6a628601a86bd02e5e6110b774205', 'student'), +('hmn1970a', 'Levy', 'ARMSTRONG', 'levy.armstrong@etu.iut-tlse3.fr', '85eed5e07ad380224e3dff9c68631436fc5e0580', 'student'), +('hpa1908a', 'Jacklyn', 'BYRD', 'jacklyn.byrd@etu.iut-tlse3.fr', '50c850d3d6c6e8b5277f58f59c206d7ed685b8f9', 'student'), +('hrv1902a', 'Irwin', 'HOUSTON', 'irwin.houston@etu.iut-tlse3.fr', '99ab47f6cce9313bb631d892d3a192420df1ba43', 'student'), +('hsx1927a', 'Irene', 'MONROE', 'irene.monroe@etu.iut-tlse3.fr', '7fa7e7fcbb03c0be72583f2d1bfc41720f2274f1', 'student'), +('hth1975a', 'Pruitt', 'FERGUSON', 'pruitt.ferguson@etu.iut-tlse3.fr', '562802653c96a2e3d2523fb6f38df8c42a6c70a2', 'student'), +('hzg1935a', 'Clarice', 'ORTEGA', 'clarice.ortega@etu.iut-tlse3.fr', '8c50183063238ec8218d0959c71f3315715102be', 'student'), +('iah1936a', 'Franklin', 'SLATER', 'franklin.slater@etu.iut-tlse3.fr', 'c4b7e3ae38056aa7b5a492b5ae4d6822bbc4f04b', 'student'), +('ihf1991a', 'Robinson', 'MCGEE', 'robinson.mcgee@etu.iut-tlse3.fr', '4aeeee2100e584893c71d32ebcb5b4837f3e2e1a', 'student'), +('imf1922a', 'Hawkins', 'PATTERSON', 'hawkins.patterson@etu.iut-tlse3.fr', '05ef138dfd9464af5ca7ddb1e6fc5d38a5d256dc', 'student'), +('iyh1918a', 'Tucker', 'TRAN', 'tucker.tran@etu.iut-tlse3.fr', '70e3a6e9f775731a6dc43044576feb6acf4739bd', 'student'), +('jfa1965a', 'Lolita', 'FARRELL', 'lolita.farrell@etu.iut-tlse3.fr', '1a5d44889500c4f04f076836691d9ccea4c56cff', 'student'), +('jgd1966a', 'Janelle', 'BURKS', 'janelle.burks@etu.iut-tlse3.fr', '83cbc892278c1d7aab3214383b272a2677a39f01', 'student'), +('jrc1974a', 'Pierce', 'CHURCH', 'pierce.church@etu.iut-tlse3.fr', '0bf72260769a364574bebe43a0e2d40f0b42918a', 'student'), +('kfx1995a', 'Mitzi', 'SCHROEDER', 'mitzi.schroeder@etu.iut-tlse3.fr', 'ea085dda880c523b14c1d9c24bfe8479901d90bf', 'student'), +('kpf1942a', 'Strickland', 'ROACH', 'strickland.roach@etu.iut-tlse3.fr', '49ae8a41825e039415fc5403721a08bf849675dd', 'student'), +('ktz1997a', 'Mcgowan', 'COHEN', 'mcgowan.cohen@etu.iut-tlse3.fr', '77f2eb9b0cd9702671799b4016e115fe185b44da', 'student'), +('kul1903a', 'Magdalena', 'SIMON', 'magdalena.simon@etu.iut-tlse3.fr', 'a364c06c6bc0883322fe0b8fecf70379187e85de', 'student'), +('lbh1609a', 'Hervé', 'LEBLANC', 'herve.leblanc@iut-tlse3.fr', 'lqkjsdlkjsdlkjqsdlkjqsdlkjqsdkjqsldjqsj', 'teacher'), +('liw1940a', 'Middleton', 'WATERS', 'middleton.waters@etu.iut-tlse3.fr', '406a96ab06f805166e3ef4809e5b8aefd3fa422a', 'student'), +('ljc1902a', 'Lisa', 'CLEMENTS', 'lisa.clements@etu.iut-tlse3.fr', '8b554a1fdc6fa3c07988a523bf411c90c1b647f7', 'student'), +('lme1952a', 'Hollie', 'GILLIAM', 'hollie.gilliam@etu.iut-tlse3.fr', '3f7b0669e6d2a9df317c89d9947b8b2c724278f5', 'student'), +('maq1980a', 'Cook', 'DUNN', 'cook.dunn@etu.iut-tlse3.fr', '9a35d39268d9ba001290d4ad62de2e8d3da645dc', 'student'), +('mhr1952a', 'Socorro', 'BLAIR', 'socorro.blair@etu.iut-tlse3.fr', '007a09dbff0959962f7aca117f55e125d77658c4', 'student'), +('mhu1946a', 'Edna', 'GREEN', 'edna.green@etu.iut-tlse3.fr', 'a2be4db796235e6ee539d8a96a692fc1936957db', 'student'), +('mma1990a', 'Williamson', 'HATFIELD', 'williamson.hatfield@etu.iut-tlse3.fr', 'b00d282627610321925b6573ecf55242491e4382', 'student'), +('mrd1609a', 'Adrien', 'MARQUES', 'adrien.marques@etu.iut-tlse3.de', '34ad81180ba7cfa510101af8abe47a558e46858a', 'student'), +('msj1985a', 'Ball', 'AVILA', 'ball.avila@etu.iut-tlse3.fr', 'a65d0ad5230a8e62f691ad1f2f95a3c65f1c03dd', 'student'), +('mzh1955a', 'Leblanc', 'WHEELER', 'leblanc.wheeler@etu.iut-tlse3.fr', 'd5711bb21c243770c254b30fc2fb429b06bbfaf0', 'student'), +('ngw1997a', 'Booker', 'LOPEZ', 'booker.lopez@etu.iut-tlse3.fr', 'a0feaf0e9ec8f18cfc3cc8eaa0a4af131c5c91d7', 'student'), +('ngz1932a', 'Faye', 'PAYNE', 'faye.payne@etu.iut-tlse3.fr', '166e4a0172787e784c6835ed07d34a550b61b986', 'student'), +('non1968a', 'Foster', 'TILLMAN', 'foster.tillman@etu.iut-tlse3.fr', '3a3f8d8ddbf68fa1e366cd87d20357f05fa09f45', 'student'), +('obg1973a', 'Lynch', 'CHANDLER', 'lynch.chandler@etu.iut-tlse3.fr', 'a10d3ba3eacf95b418fe2c108492ea41ad83fc9e', 'student'), +('ono1984a', 'Kitty', 'SANFORD', 'kitty.sanford@etu.iut-tlse3.fr', '2100f892c9e0c1a0ce35e444d969b2bdf9de9d6b', 'student'), +('oqz1937a', 'Morse', 'MICHAEL', 'morse.michael@etu.iut-tlse3.fr', '2edfedd459e1b63bf637184c4ee4a978f0c8e41e', 'student'), +('otm1902a', 'Woods', 'DEJESUS', 'woods.dejesus@etu.iut-tlse3.fr', '8d3a059e7df1744e6e342dad660adeb3675d42d1', 'student'), +('otv1930a', 'Odonnell', 'BEASLEY', 'odonnell.beasley@etu.iut-tlse3.fr', 'b55e173984ef282d1bbfb1cf441b1c702533ac87', 'student'), +('oxz1985a', 'Paul', 'GROSS', 'paul.gross@etu.iut-tlse3.fr', '5ba7159ed8bea08ff0c6b25f47c979f2e3b9e1a5', 'student'), +('pdi1904a', 'Brady', 'ASHLEY', 'brady.ashley@etu.iut-tlse3.fr', '48c9adaa6687ec1f896675cd7dd262c6b38c2b44', 'student'), +('pfv1965a', 'Francine', 'COMBS', 'francine.combs@etu.iut-tlse3.fr', 'a6ba94eec7357d691231ce8b7940d86ae2cb94a9', 'student'), +('pos1958a', 'Juliana', 'FULLER', 'juliana.fuller@etu.iut-tlse3.fr', 'bd4300a1779af89b2c87863384d7ab4c93d922ad', 'student'), +('psg1965a', 'Knapp', 'STEPHENS', 'knapp.stephens@etu.iut-tlse3.fr', '4e24185809f6d19ab25469582b340d1d98d1478a', 'student'), +('qoe1974a', 'Raquel', 'CUNNINGHAM', 'raquel.cunningham@etu.iut-tlse3.fr', '5670da6f0a600ea148705e8dfe87921b35bc24dc', 'student'), +('rmj1965a', 'Bridges', 'ROSALES', 'bridges.rosales@etu.iut-tlse3.fr', 'ffa1cf9f81059b83a1a05fe7408867027decf767', 'student'), +('rpl1936a', 'Tamera', 'MOSES', 'tamera.moses@etu.iut-tlse3.fr', 'd7f0216bd90b84f878bf562f473875e500d6ae40', 'student'), +('rwg1909a', 'Kelly', 'WALLACE', 'kelly.wallace@etu.iut-tlse3.fr', '28356092e4722e7d40d761db1b2a3e4178c0e8a1', 'student'), +('scm1996a', 'Dotson', 'SANDOVAL', 'dotson.sandoval@etu.iut-tlse3.fr', '3d2818a46340435822af94d9736bfad7ad1ecd4b', 'student'), +('sft1994a', 'Norris', 'BROCK', 'norris.brock@etu.iut-tlse3.fr', 'fcfd756acef2869bb15d72b877ccd9eed675fd26', 'student'), +('sjl1937a', 'English', 'POPE', 'english.pope@etu.iut-tlse3.fr', 'a5536a593633b1d610e976985d3be1fc27999e4d', 'student'), +('sjw1936a', 'Cross', 'MEYERS', 'cross.meyers@etu.iut-tlse3.fr', '8571d7564e2a196feb0841fd8474754d0032721c', 'student'), +('ssr1906a', 'Howell', 'FAULKNER', 'howell.faulkner@etu.iut-tlse3.fr', '073de42d66740dfd2beec792e63806a7147fa087', 'student'), +('ste1994a', 'Allison', 'CALLAHAN', 'allison.callahan@etu.iut-tlse3.fr', 'a5f1074db3275a128b57d99c8a48a557297084c9', 'student'), +('swd1951a', 'Jenny', 'GRAHAM', 'jenny.graham@etu.iut-tlse3.fr', 'ae8ffe6506ca1863cee65fc4402bb5dd6e563d4b', 'student'), +('tdc1978a', 'Bird', 'TRAVIS', 'bird.travis@etu.iut-tlse3.fr', '4a10508dd7f87089a321fc07ff63a8269a427bcb', 'student'), +('tkz1955a', 'Nora', 'BREWER', 'nora.brewer@etu.iut-tlse3.fr', '6695f488b7caf712423e5f090707058b5af0798d', 'student'), +('tnx1949a', 'Dejesus', 'WALTON', 'dejesus.walton@etu.iut-tlse3.fr', '830e567e1f570e0b90ae23488e1aaa11142ec4a6', 'student'), +('uix1942a', 'Kristen', 'GIBSON', 'kristen.gibson@etu.iut-tlse3.fr', '66fa9b0c1e377689bde5992b7ce9f8a88b394693', 'student'), +('vau1957a', 'Kathy', 'STOUT', 'kathy.stout@etu.iut-tlse3.fr', '7149c984ea57994e5306ce3c4026064a776de1d4', 'student'), +('vdj1905a', 'Dean', 'ESPINOZA', 'dean.espinoza@etu.iut-tlse3.fr', 'fde91e6c0086ecda41e08a683eb6df56c7739371', 'student'), +('vgb1979a', 'Baird', 'FORD', 'baird.ford@etu.iut-tlse3.fr', '66eb6f8e8634e210729fcf25dfa32ca17bf401c3', 'student'), +('vul1953a', 'Robyn', 'BATES', 'robyn.bates@etu.iut-tlse3.fr', '6421ed3a69005e0de9ab025db4617a5a2d125682', 'student'), +('wbt1993a', 'Goodman', 'PAUL', 'goodman.paul@etu.iut-tlse3.fr', '282c5d93f43a3960e840b410f95b4c598e8a9340', 'student'), +('wnx1995a', 'Lorraine', 'PADILLA', 'lorraine.padilla@etu.iut-tlse3.fr', '6f38a397c9c7e5b3aceab87e63da5533fa612459', 'student'), +('wpa1966a', 'Collier', 'ENGLISH', 'collier.english@etu.iut-tlse3.fr', 'fd63ff8eefa080cbecb52b68dc3cf264cf121fe3', 'student'), +('wvn1982a', 'Sears', 'WELCH', 'sears.welch@etu.iut-tlse3.fr', '39b49c655ec584119306086db59253cf3a171f42', 'student'), +('xdh1989a', 'Rasmussen', 'PAGE', 'rasmussen.page@etu.iut-tlse3.fr', '51240c864a1efe510e150f5789889dd7b1173e9c', 'student'), +('xdi1926a', 'Ferrell', 'SALAS', 'ferrell.salas@etu.iut-tlse3.fr', '50a8f5265f56c9a30816379dd91d26870c9b649b', 'student'), +('xtb1903a', 'Kelly', 'FLYNN', 'kelly.flynn@etu.iut-tlse3.fr', '270b848d2e7ecb404a3816219bcfc32dafed8477', 'student'), +('ydw1981a', 'Glenda', 'WILKINSON', 'glenda.wilkinson@etu.iut-tlse3.fr', '594ca97b532fa21cc524792f2d00a2720b010191', 'student'), +('yjh1944a', 'Thompson', 'SOLIS', 'thompson.solis@etu.iut-tlse3.fr', '303925d37b3d505b6162bd0222bd654dc06327a9', 'student'), +('ylq1926a', 'Stein', 'SILVA', 'stein.silva@etu.iut-tlse3.fr', '9d4517cb3cec7bae1957f4026db777e33ccc097d', 'student'), +('ypo1964a', 'Marylou', 'HOPKINS', 'marylou.hopkins@etu.iut-tlse3.fr', 'b72c606e9f02d46fbd29da132d96bbdbbffabf35', 'student'), +('ypt1989a', 'Simon', 'MORALES', 'simon.morales@etu.iut-tlse3.fr', '552b82ca9e6d6b6f661e66d7af0a380e00d52625', 'student'), +('yyt1926a', 'Bryant', 'CHANEY', 'bryant.chaney@etu.iut-tlse3.fr', '5a962df24a9b04ed8a56c02a68d8dfc5e9435abe', 'student'), +('zge1937a', 'Ella', 'GARZA', 'ella.garza@etu.iut-tlse3.fr', '927065354ae8e224f43f6eb9578b5c7c9750461b', 'student'), +('zgy1948a', 'Emily', 'ALVARADO', 'emily.alvarado@etu.iut-tlse3.fr', '34ad81180ba7cfa510101af8abe47a558e46858a', 'student'); -- -- Contraintes pour les tables exportées @@ -568,6 +615,12 @@ ALTER TABLE `appartenance` ADD CONSTRAINT `appartenance_ibfk_2` FOREIGN KEY (`id_groupe`) REFERENCES `groupe` (`id_groupe`), ADD CONSTRAINT `appartenance_ibfk_3` FOREIGN KEY (`id_semestre`) REFERENCES `semestre` (`id_semestre`); +-- +-- Contraintes pour la table `controle` +-- +ALTER TABLE `controle` + ADD CONSTRAINT `controle_ibfk_1` FOREIGN KEY (`id_mcc_module`) REFERENCES `mcc_module` (`id_mcc_module`); + -- -- Contraintes pour la table `enseignement` -- @@ -593,7 +646,7 @@ ALTER TABLE `mcc_ue` -- Contraintes pour la table `note` -- ALTER TABLE `note` - ADD CONSTRAINT `note_id_mcc_module` FOREIGN KEY (`id_mcc_module`) REFERENCES `mcc_module` (`id_mcc_module`), + ADD CONSTRAINT `note_id_controle` FOREIGN KEY (`id_controle`) REFERENCES `controle` (`id_controle`), ADD CONSTRAINT `note_id_appartenance` FOREIGN KEY (`id_appartenance`) REFERENCES `appartenance` (`id_appartenance`); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;