dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] 789427: Upgrade phpexcel lib to 1.7.8


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 789427: Upgrade phpexcel lib to 1.7.8
Date: Sun, 07 Sep 2014 03:13:15 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 789427b75d2c12cb451b4d78e10f5aeac134c430
      
https://github.com/Dolibarr/dolibarr/commit/789427b75d2c12cb451b4d78e10f5aeac134c430
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-09-07 (Sun, 07 Sep 2014)

  Changed paths:
    M COPYRIGHT
    M ChangeLog
    M htdocs/core/modules/export/export_excel.modules.php
    M htdocs/core/modules/export/export_excel2007.modules.php
    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
    A 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
    A htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/SQLite.php
    A htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/SQLite3.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorage/Wincache.php
    M htdocs/includes/phpexcel/PHPExcel/CachedObjectStorageFactory.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
    A 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
    A htdocs/includes/phpexcel/PHPExcel/Chart.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/DataSeries.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/DataSeriesValues.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/Exception.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/Layout.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/Legend.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/PlotArea.php
    A htdocs/includes/phpexcel/PHPExcel/Chart/Renderer/PHP Charting 
Libraries.txt
    A htdocs/includes/phpexcel/PHPExcel/Chart/Renderer/jpgraph.php
    A 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
    A 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
    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
    A 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
    M htdocs/includes/phpexcel/PHPExcel/Reader/Gnumeric.php
    A 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
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/docs.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/download.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/example.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/includes/credits.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/includes/footer.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/includes/header.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/includes/navbar.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/index.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/package.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/docs/test.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/JAMA/examples/Stats.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.php
    M htdocs/includes/phpexcel/PHPExcel/Shared/OLE/PPS/File.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/PCLZip/gnu-lgpl.txt
    M htdocs/includes/phpexcel/PHPExcel/Shared/PCLZip/pclzip.lib.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/2dbarcodes.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/CHANGELOG.TXT
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/LICENSE.TXT
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/README.TXT
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/barcodes.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/cache/chapter_demo_1.txt
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/cache/chapter_demo_2.txt
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/cache/table_data_demo.txt
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/cache/utf8test.txt
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/config/lang/bra.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/config/lang/eng.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/config/lang/ger.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/config/lang/ita.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/config/tcpdf_config.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/config/tcpdf_config_alt.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/.noencode
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/README.TXT
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/almohanad.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/arialunicid0-chinese-simplified.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/arialunicid0-chinese-traditional.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/arialunicid0-japanese.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/arialunicid0-korean.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/arialunicid0.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/chinese.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/courier.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/AUTHORS
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/BUGS
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/LICENSE
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/NEWS
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/README
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/langcover.txt
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/status.txt
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavu-fonts-ttf-2.30/unicover.txt
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusans.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansb.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansbi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusanscondensed.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusanscondensedb.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusanscondensedbi.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusanscondensedi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansmono.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansmonob.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansmonobi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavusansmonoi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserif.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifb.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifbi.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifcondensed.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifcondensedb.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifcondensedbi.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifcondensedi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/dejavuserifi.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freefont-20090104/AUTHORS
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freefont-20090104/COPYING
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freefont-20090104/CREDITS
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freefont-20090104/ChangeLog
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freefont-20090104/INSTALL
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freefont-20090104/README
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freemono.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freemonob.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freemonobi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freemonoi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freesans.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freesansb.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freesansbi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freesansi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freeserif.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freeserifb.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freeserifbi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/freeserifi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/helvetica.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/helveticab.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/helveticabi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/helveticai.php
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/hysmyeongjostdmedium.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/kozgopromedium.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/kozminproregular.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/msungstdlight.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/stsongstdlight.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/symbol.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/times.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/timesb.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/timesbi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/timesi.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/uni2cid_ac15.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/uni2cid_ag15.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/uni2cid_aj16.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/uni2cid_ak12.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/README.TXT
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1250.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1251.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1252.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1253.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1254.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1255.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1257.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp1258.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/cp874.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-1.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-11.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-15.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-16.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-2.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-4.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-5.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-7.map
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/iso-8859-9.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/koi8-r.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/enc/koi8-u.map
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/freetype6.dll
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/makeallttffonts.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/makefont.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/pfm2afm
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/pfm2afm.exe
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/src/pfm2afm-src.tar.gz
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/src/readme.txt
    R 
htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/src/ttf2ufm-src.tar.gz
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/ttf2ufm
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/ttf2ufm.exe
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/utils/zlib1.dll
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/zapfdingbats.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/fonts/zarbold.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/htmlcolors.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/_blank.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/alpha.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/bug.eps
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/image_demo.jpg
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/image_with_alpha.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/img.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/logo_example.gif
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/logo_example.jpg
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/logo_example.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/pelican.ai
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/tcpdf_cell.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/tcpdf_logo.jpg
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/tcpdf_signature.png
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/testsvg.svg
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/tiger.ai
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/images/tux.svg
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/pdf417.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/qrcode.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/tcpdf.crt
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/tcpdf.fdf
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/tcpdf.p12
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/tcpdf.php
    R htdocs/includes/phpexcel/PHPExcel/Shared/PDF/unicode_data.php
    A htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter.php
    A htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter/Column.php
    A htdocs/includes/phpexcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php

  Log Message:
  -----------
  Upgrade phpexcel lib to 1.7.8



reply via email to

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