dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 50990b: Update PHPExcel library to 1.


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 50990b: Update PHPExcel library to 1.8.0
Date: Fri, 20 Feb 2015 15:22:22 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 50990bc8623745a458484f26134dda91ff450367
      
https://github.com/Dolibarr/dolibarr/commit/50990bc8623745a458484f26134dda91ff450367
  Author: aspangaro <address@hidden>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M COPYRIGHT
    M htdocs/includes/phpexcel/PHPExcel.php
    M htdocs/includes/phpexcel/PHPExcel/Autoloader.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/APC.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/CacheBase.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/DiscISAM.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/ICache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Igbinary.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Memcache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Memory.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/MemoryGZip.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/MemorySerialized.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/PHPTemp.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/SQLite.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/SQLite3.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Wincache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorageFactory.php
    A htdocs/includes/phpexcel/PHPExcel/CalcEngine/CyclicReferenceStack.php
    A htdocs/includes/phpexcel/PHPExcel/CalcEngine/Logger.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Database.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/DateTime.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Engineering.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/ExceptionHandler.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Financial.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/FormulaParser.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/FormulaToken.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Function.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Functions.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Logical.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/LookupRef.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/MathTrig.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Statistical.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/TextData.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Token/Stack.php
    M htdocs/includes/phpexcel/PHPExcel/Cell.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/AdvancedValueBinder.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/DataType.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/DataValidation.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/DefaultValueBinder.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/Hyperlink.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/IValueBinder.php
    M htdocs/includes/phpexcel/PHPExcel/Chart.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/DataSeries.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/DataSeriesValues.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Layout.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Legend.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/PlotArea.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Renderer/jpgraph.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Title.php
    M htdocs/includes/phpexcel/PHPExcel/Comment.php
    M htdocs/includes/phpexcel/PHPExcel/DocumentProperties.php
    M htdocs/includes/phpexcel/PHPExcel/DocumentSecurity.php
    M htdocs/includes/phpexcel/PHPExcel/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/HashTable.php
    M htdocs/includes/phpexcel/PHPExcel/IComparable.php
    M htdocs/includes/phpexcel/PHPExcel/IOFactory.php
    M htdocs/includes/phpexcel/PHPExcel/NamedRange.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Abstract.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/CSV.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/DefaultReadFilter.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2003XML.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2007.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2007/Chart.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2007/Theme.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel5.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel5/Escher.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Excel5/MD5.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Excel5/RC4.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Gnumeric.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/HTML.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/IReadFilter.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/IReader.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/OOCalc.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/SYLK.php
    M htdocs/includes/phpexcel/PHPExcel/ReferenceHelper.php
    M htdocs/includes/phpexcel/PHPExcel/RichText.php
    M htdocs/includes/phpexcel/PHPExcel/RichText/ITextElement.php
    M htdocs/includes/phpexcel/PHPExcel/RichText/Run.php
    M htdocs/includes/phpexcel/PHPExcel/RichText/TextElement.php
    M htdocs/includes/phpexcel/PHPExcel/Settings.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/CodePage.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Date.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Drawing.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Escher.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DgContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Excel5.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/File.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Font.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/CholeskyDecomposition.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/LUDecomposition.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/Matrix.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/QRDecomposition.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LMQuadTest.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LagrangeInterpolation.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LagrangeInterpolation2.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LevenbergMarquardt.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/MagicSquareExample.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/Stats.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/benchmark.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/polyfit.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/tile.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/tests/TestMatrix.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/utils/Maths.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE/ChainedBlockStream.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE/PPS/Root.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLERead.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/PasswordHasher.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/String.php
    A htdocs/includes/phpexcel/PHPExcel/Shared/TimeZone.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/XMLWriter.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/ZipArchive.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/ZipStreamWrapper.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/bestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/exponentialBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/linearBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/logarithmicBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/polynomialBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/powerBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/trendClass.php
    M htdocs/includes/phpexcel/PHPExcel/Style.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Alignment.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Border.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Borders.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Color.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Conditional.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Fill.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Font.php
    M htdocs/includes/phpexcel/PHPExcel/Style/NumberFormat.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Protection.php
    A htdocs/includes/phpexcel/PHPExcel/Style/Supervisor.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter/Column.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/BaseDrawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/CellIterator.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/ColumnDimension.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Drawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Drawing/Shadow.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/HeaderFooter.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/HeaderFooterDrawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/MemoryDrawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/PageMargins.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/PageSetup.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Protection.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Row.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/RowDimension.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/RowIterator.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/SheetView.php
    M htdocs/includes/phpexcel/PHPExcel/WorksheetIterator.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Abstract.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/CSV.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Chart.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Comments.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/ContentTypes.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/DocProps.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Drawing.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Rels.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/RelsRibbon.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/RelsVBA.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/StringTable.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Style.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Theme.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Workbook.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Worksheet.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/WriterPart.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/BIFFwriter.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Escher.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Font.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Parser.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Workbook.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Worksheet.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Xf.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/HTML.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/IWriter.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/Core.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/DomPDF.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/mPDF.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/tcPDF.php
    A htdocs/includes/phpexcel/PHPExcel/locale/bg/config
    M htdocs/includes/phpexcel/PHPExcel/locale/cs/config
    M htdocs/includes/phpexcel/PHPExcel/locale/cs/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/da/config
    M htdocs/includes/phpexcel/PHPExcel/locale/da/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/de/config
    M htdocs/includes/phpexcel/PHPExcel/locale/de/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/en/uk/config
    M htdocs/includes/phpexcel/PHPExcel/locale/es/config
    M htdocs/includes/phpexcel/PHPExcel/locale/es/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/fi/config
    M htdocs/includes/phpexcel/PHPExcel/locale/fi/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/fr/config
    M htdocs/includes/phpexcel/PHPExcel/locale/fr/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/hu/config
    M htdocs/includes/phpexcel/PHPExcel/locale/hu/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/it/config
    M htdocs/includes/phpexcel/PHPExcel/locale/it/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/nl/config
    M htdocs/includes/phpexcel/PHPExcel/locale/nl/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/no/config
    M htdocs/includes/phpexcel/PHPExcel/locale/no/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/pl/config
    M htdocs/includes/phpexcel/PHPExcel/locale/pl/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/br/config
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/br/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/config
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/ru/config
    M htdocs/includes/phpexcel/PHPExcel/locale/ru/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/sv/config
    M htdocs/includes/phpexcel/PHPExcel/locale/sv/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/tr/config
    M htdocs/includes/phpexcel/PHPExcel/locale/tr/functions
    M htdocs/includes/phpexcel/changelog.txt
    M htdocs/includes/phpexcel/install.txt

  Log Message:
  -----------
  Update PHPExcel library to 1.8.0


  Commit: 2b4f7a41bfb67c8cdc8ba9cad6e9e51cd5e9c552
      
https://github.com/Dolibarr/dolibarr/commit/2b4f7a41bfb67c8cdc8ba9cad6e9e51cd5e9c552
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M COPYRIGHT
    M htdocs/includes/phpexcel/PHPExcel.php
    M htdocs/includes/phpexcel/PHPExcel/Autoloader.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/APC.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/CacheBase.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/DiscISAM.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/ICache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Igbinary.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Memcache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Memory.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/MemoryGZip.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/MemorySerialized.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/PHPTemp.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/SQLite.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/SQLite3.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Wincache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorageFactory.php
    A htdocs/includes/phpexcel/PHPExcel/CalcEngine/CyclicReferenceStack.php
    A htdocs/includes/phpexcel/PHPExcel/CalcEngine/Logger.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Database.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/DateTime.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Engineering.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/ExceptionHandler.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Financial.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/FormulaParser.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/FormulaToken.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Function.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Functions.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Logical.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/LookupRef.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/MathTrig.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Statistical.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/TextData.php
    M htdocs/includes/phpexcel/PHPExcel/Calculation/Token/Stack.php
    M htdocs/includes/phpexcel/PHPExcel/Cell.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/AdvancedValueBinder.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/DataType.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/DataValidation.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/DefaultValueBinder.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/Hyperlink.php
    M htdocs/includes/phpexcel/PHPExcel/Cell/IValueBinder.php
    M htdocs/includes/phpexcel/PHPExcel/Chart.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/DataSeries.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/DataSeriesValues.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Layout.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Legend.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/PlotArea.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Renderer/jpgraph.php
    M htdocs/includes/phpexcel/PHPExcel/Chart/Title.php
    M htdocs/includes/phpexcel/PHPExcel/Comment.php
    M htdocs/includes/phpexcel/PHPExcel/DocumentProperties.php
    M htdocs/includes/phpexcel/PHPExcel/DocumentSecurity.php
    M htdocs/includes/phpexcel/PHPExcel/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/HashTable.php
    M htdocs/includes/phpexcel/PHPExcel/IComparable.php
    M htdocs/includes/phpexcel/PHPExcel/IOFactory.php
    M htdocs/includes/phpexcel/PHPExcel/NamedRange.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Abstract.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/CSV.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/DefaultReadFilter.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2003XML.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2007.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2007/Chart.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel2007/Theme.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel5.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Excel5/Escher.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Excel5/MD5.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Excel5/RC4.php
    A htdocs/includes/phpexcel/PHPExcel/Reader/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/Gnumeric.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/HTML.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/IReadFilter.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/IReader.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/OOCalc.php
    M htdocs/includes/phpexcel/PHPExcel/Reader/SYLK.php
    M htdocs/includes/phpexcel/PHPExcel/ReferenceHelper.php
    M htdocs/includes/phpexcel/PHPExcel/RichText.php
    M htdocs/includes/phpexcel/PHPExcel/RichText/ITextElement.php
    M htdocs/includes/phpexcel/PHPExcel/RichText/Run.php
    M htdocs/includes/phpexcel/PHPExcel/RichText/TextElement.php
    M htdocs/includes/phpexcel/PHPExcel/Settings.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/CodePage.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Date.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Drawing.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Escher.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DgContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php
    M 
htdocs/includes/phpexcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Excel5.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/File.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/Font.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/CholeskyDecomposition.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/LUDecomposition.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/Matrix.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/QRDecomposition.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LMQuadTest.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LagrangeInterpolation.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LagrangeInterpolation2.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/LevenbergMarquardt.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/MagicSquareExample.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/Stats.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/benchmark.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/polyfit.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/tile.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/tests/TestMatrix.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/utils/Maths.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE/ChainedBlockStream.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE/PPS/Root.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLERead.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/PasswordHasher.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/String.php
    A htdocs/includes/phpexcel/PHPExcel/Shared/TimeZone.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/XMLWriter.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/ZipArchive.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/ZipStreamWrapper.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/bestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/exponentialBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/linearBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/logarithmicBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/polynomialBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/powerBestFitClass.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/trend/trendClass.php
    M htdocs/includes/phpexcel/PHPExcel/Style.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Alignment.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Border.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Borders.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Color.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Conditional.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Fill.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Font.php
    M htdocs/includes/phpexcel/PHPExcel/Style/NumberFormat.php
    M htdocs/includes/phpexcel/PHPExcel/Style/Protection.php
    A htdocs/includes/phpexcel/PHPExcel/Style/Supervisor.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter/Column.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/BaseDrawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/CellIterator.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/ColumnDimension.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Drawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Drawing/Shadow.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/HeaderFooter.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/HeaderFooterDrawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/MemoryDrawing.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/PageMargins.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/PageSetup.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Protection.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/Row.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/RowDimension.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/RowIterator.php
    M htdocs/includes/phpexcel/PHPExcel/Worksheet/SheetView.php
    M htdocs/includes/phpexcel/PHPExcel/WorksheetIterator.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Abstract.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/CSV.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Chart.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Comments.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/ContentTypes.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/DocProps.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Drawing.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Rels.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/RelsRibbon.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/RelsVBA.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/StringTable.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Style.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Theme.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Workbook.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/Worksheet.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel2007/WriterPart.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/BIFFwriter.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Escher.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Font.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Parser.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Workbook.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Worksheet.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/Excel5/Xf.php
    A htdocs/includes/phpexcel/PHPExcel/Writer/Exception.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/HTML.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/IWriter.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/Core.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/DomPDF.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/mPDF.php
    M htdocs/includes/phpexcel/PHPExcel/Writer/PDF/tcPDF.php
    A htdocs/includes/phpexcel/PHPExcel/locale/bg/config
    M htdocs/includes/phpexcel/PHPExcel/locale/cs/config
    M htdocs/includes/phpexcel/PHPExcel/locale/cs/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/da/config
    M htdocs/includes/phpexcel/PHPExcel/locale/da/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/de/config
    M htdocs/includes/phpexcel/PHPExcel/locale/de/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/en/uk/config
    M htdocs/includes/phpexcel/PHPExcel/locale/es/config
    M htdocs/includes/phpexcel/PHPExcel/locale/es/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/fi/config
    M htdocs/includes/phpexcel/PHPExcel/locale/fi/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/fr/config
    M htdocs/includes/phpexcel/PHPExcel/locale/fr/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/hu/config
    M htdocs/includes/phpexcel/PHPExcel/locale/hu/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/it/config
    M htdocs/includes/phpexcel/PHPExcel/locale/it/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/nl/config
    M htdocs/includes/phpexcel/PHPExcel/locale/nl/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/no/config
    M htdocs/includes/phpexcel/PHPExcel/locale/no/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/pl/config
    M htdocs/includes/phpexcel/PHPExcel/locale/pl/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/br/config
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/br/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/config
    M htdocs/includes/phpexcel/PHPExcel/locale/pt/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/ru/config
    M htdocs/includes/phpexcel/PHPExcel/locale/ru/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/sv/config
    M htdocs/includes/phpexcel/PHPExcel/locale/sv/functions
    M htdocs/includes/phpexcel/PHPExcel/locale/tr/config
    M htdocs/includes/phpexcel/PHPExcel/locale/tr/functions
    M htdocs/includes/phpexcel/changelog.txt
    M htdocs/includes/phpexcel/install.txt

  Log Message:
  -----------
  Merge pull request #2377 from aspangaro/develop-patch5

NEW: Update PHPExcel library to 1.8.0


Compare: 
https://github.com/Dolibarr/dolibarr/compare/03751d61f23b...2b4f7a41bfb6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]