[Pkg-owncloud-commits] [owncloud] 15/20: Merge tag 'upstream/6.0.3+dfsg'

David Prévot taffit at moszumanska.debian.org
Tue Apr 29 17:37:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 34d49e224879d07749f6de66da6d38da03ea5908
Merge: 00b7839 e5175d7
Author: David Prévot <taffit at debian.org>
Date:   Mon Apr 28 22:19:46 2014 -0400

    Merge tag 'upstream/6.0.3+dfsg'
    
    Upstream version 6.0.3+dfsg
    
    # gpg: Signature faite le lun. 28 avril 2014 22:19:39 AST
    # gpg:                avec la clef RSA B82A217AFDFE09F2
    # gpg: Bonne signature de « David Prévot <david at tilapin.org> »
    # gpg:                 alias « David Prévot <davidp at altern.org> »
    # gpg:                 alias « David Prévot <davidp at no-log.org> »
    # gpg:                 alias « David Prévot <taffit at debian.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2

 3rdparty/PHPExcel/Classes/PHPExcel.php             |   895 -
 3rdparty/PHPExcel/Classes/PHPExcel/Autoloader.php  |    85 -
 .../Classes/PHPExcel/CachedObjectStorage/APC.php   |   295 -
 .../PHPExcel/CachedObjectStorage/CacheBase.php     |   318 -
 .../PHPExcel/CachedObjectStorage/DiscISAM.php      |   219 -
 .../PHPExcel/CachedObjectStorage/ICache.php        |   112 -
 .../PHPExcel/CachedObjectStorage/Igbinary.php      |   152 -
 .../PHPExcel/CachedObjectStorage/Memcache.php      |   312 -
 .../PHPExcel/CachedObjectStorage/Memory.php        |   125 -
 .../PHPExcel/CachedObjectStorage/MemoryGZip.php    |   137 -
 .../CachedObjectStorage/MemorySerialized.php       |   137 -
 .../PHPExcel/CachedObjectStorage/PHPTemp.php       |   206 -
 .../PHPExcel/CachedObjectStorage/SQLite.php        |   306 -
 .../PHPExcel/CachedObjectStorage/SQLite3.php       |   345 -
 .../PHPExcel/CachedObjectStorage/Wincache.php      |   294 -
 .../PHPExcel/CachedObjectStorageFactory.php        |   251 -
 .../PHPExcel/CalcEngine/CyclicReferenceStack.php   |    98 -
 .../Classes/PHPExcel/CalcEngine/Logger.php         |   153 -
 3rdparty/PHPExcel/Classes/PHPExcel/Calculation.php |  3891 ---
 .../Classes/PHPExcel/Calculation/Database.php      |   725 -
 .../Classes/PHPExcel/Calculation/DateTime.php      |  1475 -
 .../Classes/PHPExcel/Calculation/Engineering.php   |  2505 --
 .../Classes/PHPExcel/Calculation/Exception.php     |    52 -
 .../PHPExcel/Calculation/ExceptionHandler.php      |    49 -
 .../Classes/PHPExcel/Calculation/Financial.php     |  2292 --
 .../Classes/PHPExcel/Calculation/FormulaParser.php |   614 -
 .../Classes/PHPExcel/Calculation/FormulaToken.php  |   176 -
 .../Classes/PHPExcel/Calculation/Function.php      |   149 -
 .../Classes/PHPExcel/Calculation/Functions.php     |   815 -
 .../Classes/PHPExcel/Calculation/Logical.php       |   288 -
 .../Classes/PHPExcel/Calculation/LookupRef.php     |   812 -
 .../Classes/PHPExcel/Calculation/MathTrig.php      |  1369 -
 .../Classes/PHPExcel/Calculation/Statistical.php   |  3651 ---
 .../Classes/PHPExcel/Calculation/TextData.php      |   589 -
 .../Classes/PHPExcel/Calculation/Token/Stack.php   |   115 -
 .../Classes/PHPExcel/Calculation/functionlist.txt  |   351 -
 3rdparty/PHPExcel/Classes/PHPExcel/Cell.php        |   978 -
 .../Classes/PHPExcel/Cell/AdvancedValueBinder.php  |   192 -
 .../PHPExcel/Classes/PHPExcel/Cell/DataType.php    |   122 -
 .../Classes/PHPExcel/Cell/DataValidation.php       |   472 -
 .../Classes/PHPExcel/Cell/DefaultValueBinder.php   |   106 -
 .../PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php   |   126 -
 .../Classes/PHPExcel/Cell/IValueBinder.php         |    46 -
 3rdparty/PHPExcel/Classes/PHPExcel/Chart.php       |   551 -
 .../PHPExcel/Classes/PHPExcel/Chart/DataSeries.php |   354 -
 .../Classes/PHPExcel/Chart/DataSeriesValues.php    |   327 -
 .../PHPExcel/Classes/PHPExcel/Chart/Exception.php  |    52 -
 .../PHPExcel/Classes/PHPExcel/Chart/Layout.php     |   417 -
 .../PHPExcel/Classes/PHPExcel/Chart/Legend.php     |   171 -
 .../PHPExcel/Classes/PHPExcel/Chart/PlotArea.php   |   125 -
 .../Chart/Renderer/PHP Charting Libraries.txt      |    17 -
 .../Classes/PHPExcel/Chart/Renderer/jpgraph.php    |   837 -
 3rdparty/PHPExcel/Classes/PHPExcel/Chart/Title.php |    89 -
 3rdparty/PHPExcel/Classes/PHPExcel/Comment.php     |   327 -
 .../Classes/PHPExcel/DocumentProperties.php        |   587 -
 .../PHPExcel/Classes/PHPExcel/DocumentSecurity.php |   218 -
 3rdparty/PHPExcel/Classes/PHPExcel/Exception.php   |    52 -
 3rdparty/PHPExcel/Classes/PHPExcel/HashTable.php   |   202 -
 3rdparty/PHPExcel/Classes/PHPExcel/IComparable.php |    43 -
 3rdparty/PHPExcel/Classes/PHPExcel/IOFactory.php   |   288 -
 3rdparty/PHPExcel/Classes/PHPExcel/NamedRange.php  |   246 -
 .../PHPExcel/Classes/PHPExcel/Reader/Abstract.php  |   227 -
 3rdparty/PHPExcel/Classes/PHPExcel/Reader/CSV.php  |   415 -
 .../Classes/PHPExcel/Reader/DefaultReadFilter.php  |    58 -
 .../Classes/PHPExcel/Reader/Excel2003XML.php       |   806 -
 .../PHPExcel/Classes/PHPExcel/Reader/Excel2007.php |  2015 --
 .../Classes/PHPExcel/Reader/Excel2007/Chart.php    |   517 -
 .../Classes/PHPExcel/Reader/Excel2007/Theme.php    |   124 -
 .../PHPExcel/Classes/PHPExcel/Reader/Excel5.php    |  6845 -----
 .../Classes/PHPExcel/Reader/Excel5/Escher.php      |   640 -
 .../PHPExcel/Classes/PHPExcel/Reader/Exception.php |    52 -
 .../PHPExcel/Classes/PHPExcel/Reader/Gnumeric.php  |   875 -
 3rdparty/PHPExcel/Classes/PHPExcel/Reader/HTML.php |   468 -
 .../Classes/PHPExcel/Reader/IReadFilter.php        |    47 -
 .../PHPExcel/Classes/PHPExcel/Reader/IReader.php   |    53 -
 .../PHPExcel/Classes/PHPExcel/Reader/OOCalc.php    |   701 -
 3rdparty/PHPExcel/Classes/PHPExcel/Reader/SYLK.php |   450 -
 .../PHPExcel/Classes/PHPExcel/ReferenceHelper.php  |   918 -
 3rdparty/PHPExcel/Classes/PHPExcel/RichText.php    |   199 -
 .../Classes/PHPExcel/RichText/ITextElement.php     |    64 -
 .../PHPExcel/Classes/PHPExcel/RichText/Run.php     |   102 -
 .../Classes/PHPExcel/RichText/TextElement.php      |   108 -
 3rdparty/PHPExcel/Classes/PHPExcel/Settings.php    |   354 -
 .../PHPExcel/Classes/PHPExcel/Shared/CodePage.php  |   101 -
 3rdparty/PHPExcel/Classes/PHPExcel/Shared/Date.php |   390 -
 .../PHPExcel/Classes/PHPExcel/Shared/Drawing.php   |   272 -
 .../PHPExcel/Classes/PHPExcel/Shared/Escher.php    |    91 -
 .../Classes/PHPExcel/Shared/Escher/DgContainer.php |    83 -
 .../Shared/Escher/DgContainer/SpgrContainer.php    |   109 -
 .../DgContainer/SpgrContainer/SpContainer.php      |   395 -
 .../PHPExcel/Shared/Escher/DggContainer.php        |   203 -
 .../Shared/Escher/DggContainer/BstoreContainer.php |    65 -
 .../Escher/DggContainer/BstoreContainer/BSE.php    |   120 -
 .../DggContainer/BstoreContainer/BSE/Blip.php      |    91 -
 .../PHPExcel/Classes/PHPExcel/Shared/Excel5.php    |   317 -
 3rdparty/PHPExcel/Classes/PHPExcel/Shared/File.php |   178 -
 3rdparty/PHPExcel/Classes/PHPExcel/Shared/Font.php |   775 -
 .../Classes/PHPExcel/Shared/JAMA/CHANGELOG.TXT     |    16 -
 .../PHPExcel/Shared/JAMA/CholeskyDecomposition.php |   149 -
 .../Shared/JAMA/EigenvalueDecomposition.php        |   862 -
 .../PHPExcel/Shared/JAMA/LUDecomposition.php       |   258 -
 .../Classes/PHPExcel/Shared/JAMA/Matrix.php        |  1059 -
 .../PHPExcel/Shared/JAMA/QRDecomposition.php       |   234 -
 .../Shared/JAMA/SingularValueDecomposition.php     |   526 -
 .../Classes/PHPExcel/Shared/JAMA/utils/Error.php   |    82 -
 .../Classes/PHPExcel/Shared/JAMA/utils/Maths.php   |    43 -
 3rdparty/PHPExcel/Classes/PHPExcel/Shared/OLE.php  |   531 -
 .../PHPExcel/Shared/OLE/ChainedBlockStream.php     |   229 -
 .../PHPExcel/Classes/PHPExcel/Shared/OLE/PPS.php   |   230 -
 .../Classes/PHPExcel/Shared/OLE/PPS/File.php       |    84 -
 .../Classes/PHPExcel/Shared/OLE/PPS/Root.php       |   467 -
 .../PHPExcel/Classes/PHPExcel/Shared/OLERead.php   |   317 -
 .../Classes/PHPExcel/Shared/PCLZip/gnu-lgpl.txt    |   504 -
 .../Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php  |  5694 ----
 .../Classes/PHPExcel/Shared/PCLZip/readme.txt      |   421 -
 .../Classes/PHPExcel/Shared/PasswordHasher.php     |    66 -
 .../PHPExcel/Classes/PHPExcel/Shared/String.php    |   776 -
 .../PHPExcel/Classes/PHPExcel/Shared/TimeZone.php  |   140 -
 .../PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php |   127 -
 .../Classes/PHPExcel/Shared/ZipArchive.php         |   114 -
 .../Classes/PHPExcel/Shared/ZipStreamWrapper.php   |   201 -
 .../Classes/PHPExcel/Shared/trend/bestFitClass.php |   432 -
 .../Shared/trend/exponentialBestFitClass.php       |   148 -
 .../PHPExcel/Shared/trend/linearBestFitClass.php   |   111 -
 .../Shared/trend/logarithmicBestFitClass.php       |   120 -
 .../Shared/trend/polynomialBestFitClass.php        |   224 -
 .../PHPExcel/Shared/trend/powerBestFitClass.php    |   142 -
 .../Classes/PHPExcel/Shared/trend/trendClass.php   |   156 -
 3rdparty/PHPExcel/Classes/PHPExcel/Style.php       |   613 -
 .../PHPExcel/Classes/PHPExcel/Style/Alignment.php  |   409 -
 .../PHPExcel/Classes/PHPExcel/Style/Border.php     |   294 -
 .../PHPExcel/Classes/PHPExcel/Style/Borders.php    |   424 -
 3rdparty/PHPExcel/Classes/PHPExcel/Style/Color.php |   429 -
 .../Classes/PHPExcel/Style/Conditional.php         |   277 -
 3rdparty/PHPExcel/Classes/PHPExcel/Style/Fill.php  |   321 -
 3rdparty/PHPExcel/Classes/PHPExcel/Style/Font.php  |   532 -
 .../Classes/PHPExcel/Style/NumberFormat.php        |   708 -
 .../PHPExcel/Classes/PHPExcel/Style/Protection.php |   207 -
 .../PHPExcel/Classes/PHPExcel/Style/Supervisor.php |   132 -
 3rdparty/PHPExcel/Classes/PHPExcel/Worksheet.php   |  2818 --
 .../Classes/PHPExcel/Worksheet/AutoFilter.php      |   858 -
 .../PHPExcel/Worksheet/AutoFilter/Column.php       |   394 -
 .../PHPExcel/Worksheet/AutoFilter/Column/Rule.php  |   464 -
 .../Classes/PHPExcel/Worksheet/BaseDrawing.php     |   485 -
 .../Classes/PHPExcel/Worksheet/CellIterator.php    |   161 -
 .../Classes/PHPExcel/Worksheet/ColumnDimension.php |   266 -
 .../Classes/PHPExcel/Worksheet/Drawing.php         |   148 -
 .../Classes/PHPExcel/Worksheet/Drawing/Shadow.php  |   288 -
 .../Classes/PHPExcel/Worksheet/HeaderFooter.php    |   465 -
 .../PHPExcel/Worksheet/HeaderFooterDrawing.php     |   350 -
 .../Classes/PHPExcel/Worksheet/MemoryDrawing.php   |   200 -
 .../Classes/PHPExcel/Worksheet/PageMargins.php     |   220 -
 .../Classes/PHPExcel/Worksheet/PageSetup.php       |   798 -
 .../Classes/PHPExcel/Worksheet/Protection.php      |   545 -
 .../PHPExcel/Classes/PHPExcel/Worksheet/Row.php    |    90 -
 .../Classes/PHPExcel/Worksheet/RowDimension.php    |   265 -
 .../Classes/PHPExcel/Worksheet/RowIterator.php     |   148 -
 .../Classes/PHPExcel/Worksheet/SheetView.php       |   188 -
 .../Classes/PHPExcel/WorksheetIterator.php         |   118 -
 .../PHPExcel/Classes/PHPExcel/Writer/Abstract.php  |   158 -
 3rdparty/PHPExcel/Classes/PHPExcel/Writer/CSV.php  |   313 -
 .../PHPExcel/Classes/PHPExcel/Writer/Excel2007.php |   472 -
 .../Classes/PHPExcel/Writer/Excel2007/Chart.php    |  1184 -
 .../Classes/PHPExcel/Writer/Excel2007/Comments.php |   268 -
 .../PHPExcel/Writer/Excel2007/ContentTypes.php     |   261 -
 .../Classes/PHPExcel/Writer/Excel2007/DocProps.php |   272 -
 .../Classes/PHPExcel/Writer/Excel2007/Drawing.php  |   598 -
 .../Classes/PHPExcel/Writer/Excel2007/Rels.php     |   417 -
 .../PHPExcel/Writer/Excel2007/StringTable.php      |   319 -
 .../Classes/PHPExcel/Writer/Excel2007/Style.php    |   701 -
 .../Classes/PHPExcel/Writer/Excel2007/Theme.php    |   871 -
 .../Classes/PHPExcel/Writer/Excel2007/Workbook.php |   452 -
 .../PHPExcel/Writer/Excel2007/Worksheet.php        |  1214 -
 .../PHPExcel/Writer/Excel2007/WriterPart.php       |    81 -
 .../PHPExcel/Classes/PHPExcel/Writer/Excel5.php    |   935 -
 .../Classes/PHPExcel/Writer/Excel5/BIFFwriter.php  |   255 -
 .../Classes/PHPExcel/Writer/Excel5/Escher.php      |   537 -
 .../Classes/PHPExcel/Writer/Excel5/Font.php        |   165 -
 .../Classes/PHPExcel/Writer/Excel5/Parser.php      |  1582 -
 .../Classes/PHPExcel/Writer/Excel5/Workbook.php    |  1450 -
 .../Classes/PHPExcel/Writer/Excel5/Worksheet.php   |  3681 ---
 .../PHPExcel/Classes/PHPExcel/Writer/Excel5/Xf.php |   546 -
 .../PHPExcel/Classes/PHPExcel/Writer/Exception.php |    52 -
 3rdparty/PHPExcel/Classes/PHPExcel/Writer/HTML.php |  1527 -
 .../PHPExcel/Classes/PHPExcel/Writer/IWriter.php   |    46 -
 3rdparty/PHPExcel/Classes/PHPExcel/Writer/PDF.php  |    90 -
 .../PHPExcel/Classes/PHPExcel/Writer/PDF/Core.php  |   364 -
 .../Classes/PHPExcel/Writer/PDF/DomPDF.php         |   120 -
 .../PHPExcel/Classes/PHPExcel/Writer/PDF/mPDF.php  |   130 -
 .../PHPExcel/Classes/PHPExcel/Writer/PDF/tcPDF.php |   136 -
 .../PHPExcel/Classes/PHPExcel/locale/cs/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/cs/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/da/config     |    48 -
 .../PHPExcel/Classes/PHPExcel/locale/da/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/de/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/de/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/en/uk/config  |    32 -
 .../PHPExcel/Classes/PHPExcel/locale/es/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/es/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/fi/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/fi/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/fr/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/fr/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/hu/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/hu/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/it/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/it/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/nl/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/nl/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/no/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/no/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/pl/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/pl/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/pt/br/config  |    47 -
 .../Classes/PHPExcel/locale/pt/br/functions        |   408 -
 .../PHPExcel/Classes/PHPExcel/locale/pt/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/pt/functions  |   408 -
 .../PHPExcel/Classes/PHPExcel/locale/ru/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/ru/functions  |   438 -
 .../PHPExcel/Classes/PHPExcel/locale/sv/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/sv/functions  |   408 -
 .../PHPExcel/Classes/PHPExcel/locale/tr/config     |    47 -
 .../PHPExcel/Classes/PHPExcel/locale/tr/functions  |   438 -
 3rdparty/PHPExcel/changelog.txt                    |  1394 -
 3rdparty/PHPExcel/install.txt                      |    75 -
 3rdparty/PHPExcel/license.txt                      |   345 -
 3rdparty/dompdf/LICENSE.LGPL                       |   456 -
 3rdparty/dompdf/changelog.txt                      |   213 -
 3rdparty/dompdf/docblox.dist.xml                   |    20 -
 3rdparty/dompdf/dompdf.php                         |   286 -
 3rdparty/dompdf/dompdf_config.custom.inc.php       |    29 -
 3rdparty/dompdf/dompdf_config.inc.php              |   384 -
 .../dompdf/include/absolute_positioner.cls.php     |   125 -
 3rdparty/dompdf/include/abstract_renderer.cls.php  |   865 -
 .../dompdf/include/attribute_translator.cls.php    |   477 -
 3rdparty/dompdf/include/autoload.inc.php           |    86 -
 .../dompdf/include/block_frame_decorator.cls.php   |   265 -
 .../dompdf/include/block_frame_reflower.cls.php    |   776 -
 3rdparty/dompdf/include/block_positioner.cls.php   |    54 -
 3rdparty/dompdf/include/block_renderer.cls.php     |   190 -
 .../dompdf/include/cached_pdf_decorator.cls.php    |   154 -
 3rdparty/dompdf/include/canvas.cls.php             |   324 -
 3rdparty/dompdf/include/canvas_factory.cls.php     |    59 -
 3rdparty/dompdf/include/cellmap.cls.php            |   728 -
 3rdparty/dompdf/include/cpdf_adapter.cls.php       |   850 -
 3rdparty/dompdf/include/css_color.cls.php          |   257 -
 3rdparty/dompdf/include/dompdf.cls.php             |   935 -
 3rdparty/dompdf/include/dompdf_exception.cls.php   |    27 -
 .../dompdf/include/dompdf_image_exception.cls.php  |    27 -
 3rdparty/dompdf/include/file.skel                  |     9 -
 3rdparty/dompdf/include/fixed_positioner.cls.php   |    87 -
 3rdparty/dompdf/include/font_metrics.cls.php       |   335 -
 3rdparty/dompdf/include/frame.cls.php              |  1113 -
 3rdparty/dompdf/include/frame_decorator.cls.php    |   562 -
 3rdparty/dompdf/include/frame_factory.cls.php      |   186 -
 3rdparty/dompdf/include/frame_reflower.cls.php     |   415 -
 3rdparty/dompdf/include/frame_tree.cls.php         |   224 -
 3rdparty/dompdf/include/functions.inc.php          |   947 -
 3rdparty/dompdf/include/gd_adapter.cls.php         |   811 -
 3rdparty/dompdf/include/image_cache.cls.php        |   177 -
 .../dompdf/include/image_frame_decorator.cls.php   |    80 -
 .../dompdf/include/image_frame_reflower.cls.php    |   126 -
 3rdparty/dompdf/include/image_renderer.cls.php     |    75 -
 .../dompdf/include/inline_frame_decorator.cls.php  |    75 -
 .../dompdf/include/inline_frame_reflower.cls.php   |    67 -
 3rdparty/dompdf/include/inline_positioner.cls.php  |    71 -
 3rdparty/dompdf/include/inline_renderer.cls.php    |   191 -
 .../dompdf/include/javascript_embedder.cls.php     |    37 -
 3rdparty/dompdf/include/line_box.cls.php           |   228 -
 .../include/list_bullet_frame_decorator.cls.php    |    66 -
 .../include/list_bullet_frame_reflower.cls.php     |    34 -
 .../list_bullet_image_frame_decorator.cls.php      |   143 -
 .../dompdf/include/list_bullet_positioner.cls.php  |    74 -
 .../dompdf/include/list_bullet_renderer.cls.php    |   219 -
 .../dompdf/include/null_frame_decorator.cls.php    |    27 -
 .../dompdf/include/null_frame_reflower.cls.php     |    22 -
 3rdparty/dompdf/include/null_positioner.cls.php    |    24 -
 3rdparty/dompdf/include/page_cache.cls.php         |   127 -
 .../dompdf/include/page_frame_decorator.cls.php    |   596 -
 .../dompdf/include/page_frame_reflower.cls.php     |   217 -
 3rdparty/dompdf/include/pdflib_adapter.cls.php     |  1030 -
 3rdparty/dompdf/include/php_evaluator.cls.php      |    48 -
 3rdparty/dompdf/include/positioner.cls.php         |    52 -
 3rdparty/dompdf/include/renderer.cls.php           |   286 -
 3rdparty/dompdf/include/style.cls.php              |  2211 --
 3rdparty/dompdf/include/stylesheet.cls.php         |  1362 -
 .../include/table_cell_frame_decorator.cls.php     |   103 -
 .../include/table_cell_frame_reflower.cls.php      |   115 -
 .../dompdf/include/table_cell_positioner.cls.php   |    29 -
 .../dompdf/include/table_cell_renderer.cls.php     |   156 -
 .../dompdf/include/table_frame_decorator.cls.php   |   326 -
 .../dompdf/include/table_frame_reflower.cls.php    |   567 -
 .../include/table_row_frame_decorator.cls.php      |    49 -
 .../include/table_row_frame_reflower.cls.php       |    62 -
 .../table_row_group_frame_decorator.cls.php        |    65 -
 .../include/table_row_group_frame_reflower.cls.php |    60 -
 .../include/table_row_group_renderer.cls.php       |    41 -
 .../dompdf/include/table_row_positioner.cls.php    |    36 -
 3rdparty/dompdf/include/tcpdf_adapter.cls.php      |   466 -
 .../dompdf/include/text_frame_decorator.cls.php    |   174 -
 .../dompdf/include/text_frame_reflower.cls.php     |   433 -
 3rdparty/dompdf/include/text_renderer.cls.php      |   150 -
 3rdparty/dompdf/index.php                          |     1 -
 3rdparty/dompdf/lib/class.pdf.php                  |  4969 ---
 3rdparty/dompdf/lib/fonts/Courier-Bold.afm         |   344 -
 3rdparty/dompdf/lib/fonts/Courier-BoldOblique.afm  |   344 -
 3rdparty/dompdf/lib/fonts/Courier-Oblique.afm      |   344 -
 3rdparty/dompdf/lib/fonts/Courier.afm              |   344 -
 3rdparty/dompdf/lib/fonts/DejaVuSans-Bold.ufm      |  5199 ----
 .../dompdf/lib/fonts/DejaVuSans-BoldOblique.ufm    |  4675 ---
 .../dompdf/lib/fonts/DejaVuSans-ExtraLight.ufm     |  1753 --
 3rdparty/dompdf/lib/fonts/DejaVuSans-Oblique.ufm   |  4746 ---
 3rdparty/dompdf/lib/fonts/DejaVuSans.ufm           |  5271 ----
 .../dompdf/lib/fonts/DejaVuSansCondensed-Bold.ufm  |  5199 ----
 .../lib/fonts/DejaVuSansCondensed-BoldOblique.ufm  |  4675 ---
 .../lib/fonts/DejaVuSansCondensed-Oblique.ufm      |  4746 ---
 3rdparty/dompdf/lib/fonts/DejaVuSansCondensed.ufm  |  5271 ----
 3rdparty/dompdf/lib/fonts/DejaVuSansMono-Bold.ufm  |  2969 --
 .../lib/fonts/DejaVuSansMono-BoldOblique.ufm       |  2391 --
 .../dompdf/lib/fonts/DejaVuSansMono-Oblique.ufm    |  2519 --
 3rdparty/dompdf/lib/fonts/DejaVuSansMono.ufm       |  3158 --
 3rdparty/dompdf/lib/fonts/DejaVuSerif-Bold.ufm     |  2971 --
 .../dompdf/lib/fonts/DejaVuSerif-BoldItalic.ufm    |  2963 --
 3rdparty/dompdf/lib/fonts/DejaVuSerif-Italic.ufm   |  3092 --
 3rdparty/dompdf/lib/fonts/DejaVuSerif.ufm          |  3049 --
 .../dompdf/lib/fonts/DejaVuSerifCondensed-Bold.ufm |  2971 --
 .../lib/fonts/DejaVuSerifCondensed-BoldItalic.ufm  |  2963 --
 .../lib/fonts/DejaVuSerifCondensed-Italic.ufm      |  3092 --
 3rdparty/dompdf/lib/fonts/DejaVuSerifCondensed.ufm |  3049 --
 3rdparty/dompdf/lib/fonts/Helvetica-Bold.afm       |  2829 --
 .../dompdf/lib/fonts/Helvetica-BoldOblique.afm     |  2829 --
 3rdparty/dompdf/lib/fonts/Helvetica-Oblique.afm    |  3053 --
 3rdparty/dompdf/lib/fonts/Helvetica.afm            |  3053 --
 3rdparty/dompdf/lib/fonts/Symbol.afm               |   213 -
 3rdparty/dompdf/lib/fonts/Times-Bold.afm           |  2590 --
 3rdparty/dompdf/lib/fonts/Times-BoldItalic.afm     |  2386 --
 3rdparty/dompdf/lib/fonts/Times-Italic.afm         |  2669 --
 3rdparty/dompdf/lib/fonts/Times-Roman.afm          |  2421 --
 3rdparty/dompdf/lib/fonts/ZapfDingbats.afm         |   225 -
 .../lib/fonts/dompdf_font_family_cache.dist.php    |   111 -
 3rdparty/dompdf/lib/fonts/mustRead.html            |    17 -
 3rdparty/dompdf/lib/html5lib/Data.php              |   114 -
 3rdparty/dompdf/lib/html5lib/InputStream.php       |   284 -
 3rdparty/dompdf/lib/html5lib/Parser.php            |    36 -
 3rdparty/dompdf/lib/html5lib/Tokenizer.php         |  2429 --
 3rdparty/dompdf/lib/html5lib/TreeBuilder.php       |  3844 ---
 .../lib/html5lib/named-character-references.ser    |     1 -
 3rdparty/dompdf/lib/php-font-lib/.htaccess         |     1 -
 .../classes/adobe_font_metrics.cls.php             |   208 -
 .../lib/php-font-lib/classes/encoding_map.cls.php  |    36 -
 .../dompdf/lib/php-font-lib/classes/font.cls.php   |    72 -
 .../classes/font_binary_stream.cls.php             |   339 -
 .../lib/php-font-lib/classes/font_eot.cls.php      |    68 -
 .../lib/php-font-lib/classes/font_header.cls.php   |    35 -
 .../lib/php-font-lib/classes/font_opentype.cls.php |    20 -
 .../font_opentype_table_directory_entry.cls.php    |    19 -
 .../lib/php-font-lib/classes/font_table.cls.php    |    84 -
 .../php-font-lib/classes/font_table_cmap.cls.php   |   240 -
 .../classes/font_table_directory_entry.cls.php     |   121 -
 .../php-font-lib/classes/font_table_glyf.cls.php   |    93 -
 .../php-font-lib/classes/font_table_head.cls.php   |    43 -
 .../php-font-lib/classes/font_table_hhea.cls.php   |    42 -
 .../php-font-lib/classes/font_table_hmtx.cls.php   |    54 -
 .../php-font-lib/classes/font_table_kern.cls.php   |    75 -
 .../php-font-lib/classes/font_table_loca.cls.php   |    74 -
 .../php-font-lib/classes/font_table_maxp.cls.php   |    40 -
 .../php-font-lib/classes/font_table_name.cls.php   |    84 -
 .../classes/font_table_name_record.cls.php         |    50 -
 .../php-font-lib/classes/font_table_os2.cls.php    |    45 -
 .../php-font-lib/classes/font_table_post.cls.php   |   142 -
 .../lib/php-font-lib/classes/font_truetype.cls.php |   487 -
 .../classes/font_truetype_collection.cls.php       |    93 -
 .../classes/font_truetype_header.cls.php           |    32 -
 .../font_truetype_table_directory_entry.cls.php    |    26 -
 .../lib/php-font-lib/classes/font_woff.cls.php     |    80 -
 .../php-font-lib/classes/font_woff_header.cls.php  |    33 -
 .../font_woff_table_directory_entry.cls.php        |    25 -
 .../php-font-lib/maps/adobe-standard-encoding.map  |   231 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1250.map   |   251 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1251.map   |   255 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1252.map   |   251 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1253.map   |   239 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1254.map   |   249 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1255.map   |   233 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1257.map   |   244 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp1258.map   |   247 -
 3rdparty/dompdf/lib/php-font-lib/maps/cp874.map    |   225 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-1.map    |   256 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-11.map   |   248 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-15.map   |   256 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-16.map   |   256 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-2.map    |   256 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-4.map    |   256 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-5.map    |   256 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-7.map    |   250 -
 .../dompdf/lib/php-font-lib/maps/iso-8859-9.map    |   256 -
 3rdparty/dompdf/lib/php-font-lib/maps/koi8-r.map   |   256 -
 3rdparty/dompdf/lib/php-font-lib/maps/koi8-u.map   |   256 -
 3rdparty/dompdf/lib/res/broken_image.png           |   Bin 618 -> 0 bytes
 3rdparty/dompdf/lib/res/html.css                   |   426 -
 3rdparty/dompdf/load_font.php                      |   173 -
 3rdparty/dompdf/readme.html                        |   165 -
 3rdparty/phpdocx/Faq and Docs.txt                  |    12 -
 3rdparty/phpdocx/How to install.txt                |    14 -
 3rdparty/phpdocx/LICENSE                           |   137 -
 3rdparty/phpdocx/Readme.txt                        |    10 -
 3rdparty/phpdocx/classes/AutoLoader.inc            |   143 -
 3rdparty/phpdocx/classes/CreateBarChart.inc        |   287 -
 3rdparty/phpdocx/classes/CreateChartFactory.inc    |    35 -
 3rdparty/phpdocx/classes/CreateChartRels.inc       |   134 -
 3rdparty/phpdocx/classes/CreateCompletedXlsx.inc   |   187 -
 3rdparty/phpdocx/classes/CreateDocument.inc        |    18 -
 3rdparty/phpdocx/classes/CreateDocx.inc            |  3741 ---
 3rdparty/phpdocx/classes/CreateElement.inc         |   975 -
 3rdparty/phpdocx/classes/CreateEmbeddedElement.inc |   114 -
 3rdparty/phpdocx/classes/CreateFactory.inc         |    31 -
 3rdparty/phpdocx/classes/CreateFontTable.inc       |   218 -
 3rdparty/phpdocx/classes/CreateFooter.inc          |   203 -
 3rdparty/phpdocx/classes/CreateGraphic.inc         |  2887 --
 3rdparty/phpdocx/classes/CreateHeader.inc          |   117 -
 3rdparty/phpdocx/classes/CreateImage.inc           |   863 -
 3rdparty/phpdocx/classes/CreateLink.inc            |   304 -
 3rdparty/phpdocx/classes/CreateList.inc            |   617 -
 3rdparty/phpdocx/classes/CreateMath.inc            |   144 -
 3rdparty/phpdocx/classes/CreatePage.inc            |   343 -
 3rdparty/phpdocx/classes/CreatePieChart.inc        |   210 -
 3rdparty/phpdocx/classes/CreateSettings.inc        |   113 -
 3rdparty/phpdocx/classes/CreateSimpleXlsx.inc      |   182 -
 3rdparty/phpdocx/classes/CreateStyle.inc           |  2755 --
 3rdparty/phpdocx/classes/CreateStyleTable.inc      |   648 -
 3rdparty/phpdocx/classes/CreateTable.inc           |  1141 -
 3rdparty/phpdocx/classes/CreateText.inc            |   687 -
 3rdparty/phpdocx/classes/CreateTheme1.inc          |  1258 -
 3rdparty/phpdocx/classes/CreateWebSettings.inc     |    93 -
 3rdparty/phpdocx/classes/CreateXlsx.inc            |   539 -
 3rdparty/phpdocx/classes/Debug.inc                 |   200 -
 3rdparty/phpdocx/classes/Docx2Text.inc             |   661 -
 3rdparty/phpdocx/classes/InterfaceGraphic.inc      |    36 -
 3rdparty/phpdocx/classes/InterfaceXlsx.inc         |    36 -
 3rdparty/phpdocx/classes/Parser.inc                |   112 -
 3rdparty/phpdocx/classes/PhpdocxLogger.inc         |    61 -
 3rdparty/phpdocx/classes/PhpdocxUtilities.inc      |    79 -
 3rdparty/phpdocx/classes/Phpdocx_config.inc        |   619 -
 3rdparty/phpdocx/classes/TransformDoc.inc          |   410 -
 3rdparty/phpdocx/classes/WordML.inc                |   116 -
 3rdparty/phpdocx/config/log4php.xml                |    31 -
 3rdparty/phpdocx/config/phpdocxconfig.ini          |    10 -
 3rdparty/phpdocx/excel/[Content_Types].xml         |     2 -
 3rdparty/phpdocx/excel/_rels/.rels                 |     2 -
 3rdparty/phpdocx/excel/docProps/app.xml            |     2 -
 3rdparty/phpdocx/excel/docProps/core.xml           |     2 -
 3rdparty/phpdocx/excel/excel.xlsx                  |   Bin 7160 -> 0 bytes
 3rdparty/phpdocx/excel/xl/_rels/workbook.xml.rels  |     2 -
 .../excel/xl/printerSettings/printerSettings1.bin  |   Bin 4824 -> 0 bytes
 3rdparty/phpdocx/excel/xl/sharedStrings.xml        |     2 -
 3rdparty/phpdocx/excel/xl/styles.xml               |     2 -
 3rdparty/phpdocx/excel/xl/tables/table1.xml        |     2 -
 3rdparty/phpdocx/excel/xl/theme/theme1.xml         |     2 -
 3rdparty/phpdocx/excel/xl/workbook.xml             |     2 -
 .../excel/xl/worksheets/_rels/sheet1.xml.rels      |     2 -
 3rdparty/phpdocx/excel/xl/worksheets/sheet1.xml    |     2 -
 3rdparty/phpdocx/lib/log4php/Logger.php            |   596 -
 3rdparty/phpdocx/lib/log4php/LoggerAppender.php    |   286 -
 .../phpdocx/lib/log4php/LoggerAppenderPool.php     |    98 -
 3rdparty/phpdocx/lib/log4php/LoggerAutoloader.php  |   142 -
 .../phpdocx/lib/log4php/LoggerConfigurable.php     |   116 -
 .../phpdocx/lib/log4php/LoggerConfigurator.php     |    42 -
 3rdparty/phpdocx/lib/log4php/LoggerException.php   |    28 -
 3rdparty/phpdocx/lib/log4php/LoggerFilter.php      |   126 -
 3rdparty/phpdocx/lib/log4php/LoggerHierarchy.php   |   257 -
 3rdparty/phpdocx/lib/log4php/LoggerLayout.php      |    74 -
 3rdparty/phpdocx/lib/log4php/LoggerLevel.php       |   256 -
 .../phpdocx/lib/log4php/LoggerLocationInfo.php     |   103 -
 .../phpdocx/lib/log4php/LoggerLoggingEvent.php     |   368 -
 3rdparty/phpdocx/lib/log4php/LoggerMDC.php         |    88 -
 3rdparty/phpdocx/lib/log4php/LoggerNDC.php         |   203 -
 .../phpdocx/lib/log4php/LoggerReflectionUtils.php  |   152 -
 3rdparty/phpdocx/lib/log4php/LoggerRoot.php        |    71 -
 .../lib/log4php/LoggerThrowableInformation.php     |    68 -
 .../log4php/appenders/LoggerAppenderConsole.php    |   103 -
 .../log4php/appenders/LoggerAppenderDailyFile.php  |   130 -
 .../lib/log4php/appenders/LoggerAppenderEcho.php   |    88 -
 .../lib/log4php/appenders/LoggerAppenderFile.php   |   225 -
 .../log4php/appenders/LoggerAppenderFirePHP.php    |   100 -
 .../lib/log4php/appenders/LoggerAppenderMail.php   |   136 -
 .../log4php/appenders/LoggerAppenderMailEvent.php  |   180 -
 .../log4php/appenders/LoggerAppenderMongoDB.php    |   360 -
 .../lib/log4php/appenders/LoggerAppenderNull.php   |    44 -
 .../lib/log4php/appenders/LoggerAppenderPDO.php    |   282 -
 .../lib/log4php/appenders/LoggerAppenderPhp.php    |    49 -
 .../appenders/LoggerAppenderRollingFile.php        |   305 -
 .../lib/log4php/appenders/LoggerAppenderSocket.php |   122 -
 .../lib/log4php/appenders/LoggerAppenderSyslog.php |   303 -
 .../configurators/LoggerConfigurationAdapter.php   |    39 -
 .../LoggerConfigurationAdapterINI.php              |   299 -
 .../LoggerConfigurationAdapterPHP.php              |    84 -
 .../LoggerConfigurationAdapterXML.php              |   278 -
 .../configurators/LoggerConfiguratorDefault.php    |   477 -
 .../lib/log4php/filters/LoggerFilterDenyAll.php    |    56 -
 .../lib/log4php/filters/LoggerFilterLevelMatch.php |   100 -
 .../lib/log4php/filters/LoggerFilterLevelRange.php |   138 -
 .../log4php/filters/LoggerFilterStringMatch.php    |    89 -
 .../lib/log4php/helpers/LoggerFormattingInfo.php   |    54 -
 .../lib/log4php/helpers/LoggerOptionConverter.php  |   226 -
 .../lib/log4php/helpers/LoggerPatternParser.php    |   237 -
 .../phpdocx/lib/log4php/helpers/LoggerUtils.php    |   123 -
 .../lib/log4php/layouts/LoggerLayoutHtml.php       |   214 -
 .../lib/log4php/layouts/LoggerLayoutPattern.php    |   171 -
 .../lib/log4php/layouts/LoggerLayoutSerialized.php |    55 -
 .../lib/log4php/layouts/LoggerLayoutSimple.php     |    56 -
 .../lib/log4php/layouts/LoggerLayoutTTCC.php       |   201 -
 .../lib/log4php/layouts/LoggerLayoutXml.php        |   210 -
 .../lib/log4php/pattern/LoggerPatternConverter.php |   131 -
 .../pattern/LoggerPatternConverterClass.php        |    64 -
 .../pattern/LoggerPatternConverterCookie.php       |    35 -
 .../log4php/pattern/LoggerPatternConverterDate.php |    91 -
 .../pattern/LoggerPatternConverterEnvironment.php  |    35 -
 .../log4php/pattern/LoggerPatternConverterFile.php |    34 -
 .../pattern/LoggerPatternConverterLevel.php        |    34 -
 .../log4php/pattern/LoggerPatternConverterLine.php |    35 -
 .../pattern/LoggerPatternConverterLiteral.php      |    40 -
 .../pattern/LoggerPatternConverterLocation.php     |    39 -
 .../pattern/LoggerPatternConverterLogger.php       |    65 -
 .../log4php/pattern/LoggerPatternConverterMDC.php  |    55 -
 .../pattern/LoggerPatternConverterMessage.php      |    34 -
 .../pattern/LoggerPatternConverterMethod.php       |    35 -
 .../log4php/pattern/LoggerPatternConverterNDC.php  |    35 -
 .../pattern/LoggerPatternConverterNewLine.php      |    34 -
 .../pattern/LoggerPatternConverterProcess.php      |    34 -
 .../pattern/LoggerPatternConverterRelative.php     |    36 -
 .../pattern/LoggerPatternConverterRequest.php      |    35 -
 .../pattern/LoggerPatternConverterServer.php       |    35 -
 .../pattern/LoggerPatternConverterSession.php      |    35 -
 .../pattern/LoggerPatternConverterSessionID.php    |    33 -
 .../pattern/LoggerPatternConverterSuperglobal.php  |   102 -
 .../pattern/LoggerPatternConverterThrowable.php    |    40 -
 .../lib/log4php/renderers/LoggerRenderer.php       |    36 -
 .../log4php/renderers/LoggerRendererDefault.php    |    36 -
 .../log4php/renderers/LoggerRendererException.php  |    36 -
 .../lib/log4php/renderers/LoggerRendererMap.php    |   186 -
 3rdparty/phpdocx/lib/log4php/xml/log4php.dtd       |   148 -
 3rdparty/phpdocx/pdf/LICENSE.LGPL                  |   456 -
 3rdparty/phpdocx/pdf/lib/class.pdf.php             |  4897 ---
 3rdparty/phpdocx/pdf/lib/fonts/Courier-Bold.afm    |   344 -
 .../phpdocx/pdf/lib/fonts/Courier-BoldOblique.afm  |   344 -
 3rdparty/phpdocx/pdf/lib/fonts/Courier-Oblique.afm |   344 -
 3rdparty/phpdocx/pdf/lib/fonts/Courier.afm         |   344 -
 3rdparty/phpdocx/pdf/lib/fonts/Helvetica-Bold.afm  |  2829 --
 .../pdf/lib/fonts/Helvetica-BoldOblique.afm        |  2829 --
 .../phpdocx/pdf/lib/fonts/Helvetica-Oblique.afm    |  3053 --
 3rdparty/phpdocx/pdf/lib/fonts/Helvetica.afm       |  3053 --
 3rdparty/phpdocx/pdf/lib/fonts/Symbol.afm          |   213 -
 3rdparty/phpdocx/pdf/lib/fonts/Times-Bold.afm      |  2590 --
 3rdparty/phpdocx/pdf/lib/fonts/Times-Bold.afm.php  |   570 -
 .../phpdocx/pdf/lib/fonts/Times-BoldItalic.afm     |  2386 --
 3rdparty/phpdocx/pdf/lib/fonts/Times-Italic.afm    |  2669 --
 3rdparty/phpdocx/pdf/lib/fonts/Times-Roman.afm     |  2421 --
 3rdparty/phpdocx/pdf/lib/fonts/Times-Roman.afm.php |   570 -
 3rdparty/phpdocx/pdf/lib/fonts/ZapfDingbats.afm    |   225 -
 .../lib/fonts/dompdf_font_family_cache.dist.php    |    92 -
 3rdparty/phpdocx/pdf/lib/fonts/log.htm             |     1 -
 3rdparty/phpdocx/pdf/lib/fonts/mustRead.html       |    17 -
 3rdparty/phpdocx/pdf/lib/res/broken_image.png      |   Bin 267 -> 0 bytes
 3rdparty/phpdocx/pdf/lib/res/html.css              |   427 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/README.TXT        |    24 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/bin/ttf2ufm.exe   |   Bin 355187 -> 0 bytes
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/CHANGES       |     0
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/CHANGES.html  |   815 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/COPYRIGHT     |    87 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/FONTS         |   462 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/FONTS.hpux    |   107 -
 .../phpdocx/pdf/lib/ttf2ufm/src/FONTS.hpux.html    |   197 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/FONTS.html    |   708 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/Makefile      |   279 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/README        |   814 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/README.FIRST  |     4 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/README.html   |  1182 -
 .../phpdocx/pdf/lib/ttf2ufm/src/app/RPM/Makefile   |   279 -
 .../pdf/lib/ttf2ufm/src/app/RPM/ttf2pt1.spec       |    40 -
 .../pdf/lib/ttf2ufm/src/app/RPM/ttf2pt1.spec.src   |    40 -
 .../phpdocx/pdf/lib/ttf2ufm/src/app/TeX/README     |    51 -
 .../pdf/lib/ttf2ufm/src/app/TeX/README.html        |    80 -
 .../pdf/lib/ttf2ufm/src/app/TeX/cjk-latex-config   |   352 -
 .../pdf/lib/ttf2ufm/src/app/TeX/cjk-latex-t1mapgen |    60 -
 .../phpdocx/pdf/lib/ttf2ufm/src/app/TeX/sfd2map    |    68 -
 .../phpdocx/pdf/lib/ttf2ufm/src/app/X11/README     |    24 -
 .../pdf/lib/ttf2ufm/src/app/X11/README.html        |    41 -
 .../pdf/lib/ttf2ufm/src/app/X11/t1-xf86.334.patch  |   199 -
 .../pdf/lib/ttf2ufm/src/app/X11/t1-xf86.39.patch   |   252 -
 .../pdf/lib/ttf2ufm/src/app/netscape/Makefile      |     5 -
 .../pdf/lib/ttf2ufm/src/app/netscape/README        |   180 -
 .../pdf/lib/ttf2ufm/src/app/netscape/README.html   |   242 -
 .../pdf/lib/ttf2ufm/src/app/netscape/fontsz.cf     |     8 -
 .../pdf/lib/ttf2ufm/src/app/netscape/notscape      |    25 -
 .../pdf/lib/ttf2ufm/src/app/netscape/nsfilter      |    24 -
 .../pdf/lib/ttf2ufm/src/app/netscape/nsfix.c       |   469 -
 .../phpdocx/pdf/lib/ttf2ufm/src/app/netscape/nspr  |    26 -
 .../pdf/lib/ttf2ufm/src/app/netscape/nsprint       |    10 -
 .../pdf/lib/ttf2ufm/src/app/netscape/psfonts.cf    |    11 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/bdf.c         |   661 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/bitmap.c      |  2633 --
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/byteorder.h   |    24 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/cygbuild.sh   |     8 -
 .../phpdocx/pdf/lib/ttf2ufm/src/encodings/README   |    47 -
 .../pdf/lib/ttf2ufm/src/encodings/README.html      |    81 -
 .../ttf2ufm/src/encodings/adobestd/adobe-std.tbl   |     0
 .../pdf/lib/ttf2ufm/src/encodings/bulgarian/README |     3 -
 .../src/encodings/bulgarian/encodings.alias        |     4 -
 .../ttf2ufm/src/encodings/bulgarian/ibm-1251.tbl   |   127 -
 .../ttf2ufm/src/encodings/bulgarian/ibm-866.tbl    |   128 -
 .../ttf2ufm/src/encodings/bulgarian/iso8859-5.tbl  |   127 -
 .../lib/ttf2ufm/src/encodings/bulgarian/koi8-r.tbl |   128 -
 .../ttf2ufm/src/encodings/cyrillic/encodings.alias |     4 -
 .../ttf2ufm/src/encodings/cyrillic/ibm-1251.tbl    |   127 -
 .../lib/ttf2ufm/src/encodings/cyrillic/ibm-866.tbl |   128 -
 .../ttf2ufm/src/encodings/cyrillic/iso8859-5.tbl   |   127 -
 .../lib/ttf2ufm/src/encodings/cyrillic/koi8-r.tbl  |   128 -
 .../lib/ttf2ufm/src/encodings/latin1/iso8859-1.tbl |     0
 .../lib/ttf2ufm/src/encodings/latin2/iso8859-2.tbl |     0
 .../pdf/lib/ttf2ufm/src/encodings/latin4/iso8859-4 |     0
 .../lib/ttf2ufm/src/encodings/latin4/iso8859-4.tbl |     0
 .../pdf/lib/ttf2ufm/src/encodings/latin5/iso8859-9 |     0
 .../pdf/lib/ttf2ufm/src/encodings/russian/README   |     3 -
 .../ttf2ufm/src/encodings/russian/encodings.alias  |     4 -
 .../lib/ttf2ufm/src/encodings/russian/ibm-1251.tbl |   127 -
 .../lib/ttf2ufm/src/encodings/russian/ibm-866.tbl  |   128 -
 .../ttf2ufm/src/encodings/russian/iso8859-5.tbl    |   127 -
 .../lib/ttf2ufm/src/encodings/russian/koi8-r.tbl   |   128 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/ft.c          |   649 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/global.h      |   173 -
 .../phpdocx/pdf/lib/ttf2ufm/src/maps/CP1250.map    |   254 -
 .../phpdocx/pdf/lib/ttf2ufm/src/maps/CP1251.map    |   245 -
 .../pdf/lib/ttf2ufm/src/maps/T2A_compact.map       |   111 -
 .../ttf2ufm/src/maps/adobe-standard-encoding.map   |   231 -
 .../phpdocx/pdf/lib/ttf2ufm/src/maps/cubg5plus.map |  3184 --
 .../phpdocx/pdf/lib/ttf2ufm/src/maps/cubig5.map    |  1861 --
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/maps/cugb.map |  1181 -
 .../phpdocx/pdf/lib/ttf2ufm/src/maps/cugbk.map     |  3185 --
 .../phpdocx/pdf/lib/ttf2ufm/src/maps/ubig5.map     |  2184 --
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/maps/ugb.map  |  1236 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/maps/ugbk.map |  3295 --
 .../pdf/lib/ttf2ufm/src/maps/unicode-sample.map    |   158 -
 .../phpdocx/pdf/lib/ttf2ufm/src/other/Makefile     |    20 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/README  |   127 -
 .../phpdocx/pdf/lib/ttf2ufm/src/other/README.html  |   176 -
 .../phpdocx/pdf/lib/ttf2ufm/src/other/bmpfont.h    |   338 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/bz.c    |    78 -
 .../phpdocx/pdf/lib/ttf2ufm/src/other/bzscreen.c   |   220 -
 .../phpdocx/pdf/lib/ttf2ufm/src/other/bzscreen.h   |    40 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/cmpf.c  |    67 -
 .../phpdocx/pdf/lib/ttf2ufm/src/other/cntstems.pl  |    50 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/dmpf.c  |    53 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/lst.pl  |    65 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/showdf  |    58 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/other/showg   |   633 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/pt1.c         |  7390 -----
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/pt1.h         |   262 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/runt1asm.c    |    61 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/convert    |   367 -
 .../pdf/lib/ttf2ufm/src/scripts/convert.cfg.sample |   192 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/forceiso   |   450 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/frommap    |    24 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/html2man   |   231 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/inst_dir   |    43 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/inst_file  |    17 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/scripts/mkrel |   104 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/t1fdir     |   227 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/scripts/trans |   164 -
 .../phpdocx/pdf/lib/ttf2ufm/src/scripts/unhtml     |    22 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/scripts/x2gs  |   118 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/t1asm.c       |   604 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/ttf.c         |  1502 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/ttf.h         |   172 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/ttf2pt1.1     |   822 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/ttf2pt1.c     |  2694 --
 .../phpdocx/pdf/lib/ttf2ufm/src/ttf2pt1_convert.1  |   506 -
 .../phpdocx/pdf/lib/ttf2ufm/src/ttf2pt1_x2gs.1     |   313 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/ttf2ufm       |   Bin 325617 -> 0 bytes
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/version.h     |     7 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/winbuild.bat  |    11 -
 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/windows.h     |    93 -
 3rdparty/phpdocx/pdf/load_font.php                 |   227 -
 3rdparty/phpdocx/pdf/tcpdf/2dbarcodes.php          |   172 -
 3rdparty/phpdocx/pdf/tcpdf/CHANGELOG.TXT           |  1931 --
 3rdparty/phpdocx/pdf/tcpdf/LICENSE.TXT             |   860 -
 3rdparty/phpdocx/pdf/tcpdf/README.TXT              |    90 -
 3rdparty/phpdocx/pdf/tcpdf/barcodes.php            |  1965 --
 .../phpdocx/pdf/tcpdf/cache/chapter_demo_1.txt     |    19 -
 .../phpdocx/pdf/tcpdf/cache/chapter_demo_2.txt     |    23 -
 .../phpdocx/pdf/tcpdf/cache/table_data_demo.txt    |    15 -
 3rdparty/phpdocx/pdf/tcpdf/cache/utf8test.txt      |   122 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/afr.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/ara.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/aze.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/bel.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/bra.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/cat.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/ces.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/chi.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/cym.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/dan.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/eng.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/est.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/eus.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/fra.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/ger.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/gle.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/glg.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/hat.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/heb.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/hrv.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/hun.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/hye.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/ind.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/ita.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/kat.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/kor.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/mkd.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/mlt.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/msa.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/nld.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/nob.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/pol.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/por.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/ron.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/rus.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/slv.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/spa.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/sqi.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/srp.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/swa.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/swe.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/urd.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/yid.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/lang/zho.php     |    47 -
 3rdparty/phpdocx/pdf/tcpdf/config/tcpdf_config.php |   240 -
 .../phpdocx/pdf/tcpdf/config/tcpdf_config_alt.php  |   234 -
 3rdparty/phpdocx/pdf/tcpdf/doc/index.html          |    11 -
 .../phpdocx/pdf/tcpdf/examples/example_001.php     |   102 -
 .../phpdocx/pdf/tcpdf/examples/example_002.php     |    87 -
 .../phpdocx/pdf/tcpdf/examples/example_003.php     |   118 -
 .../phpdocx/pdf/tcpdf/examples/example_004.php     |   121 -
 .../phpdocx/pdf/tcpdf/examples/example_005.php     |   158 -
 .../phpdocx/pdf/tcpdf/examples/example_006.php     |   332 -
 .../phpdocx/pdf/tcpdf/examples/example_007.php     |   113 -
 .../phpdocx/pdf/tcpdf/examples/example_008.php     |    94 -
 .../phpdocx/pdf/tcpdf/examples/example_009.php     |   146 -
 .../phpdocx/pdf/tcpdf/examples/example_010.php     |   152 -
 .../phpdocx/pdf/tcpdf/examples/example_011.php     |   138 -
 .../phpdocx/pdf/tcpdf/examples/example_012.php     |   205 -
 .../phpdocx/pdf/tcpdf/examples/example_013.php     |   229 -
 .../phpdocx/pdf/tcpdf/examples/example_014.php     |   190 -
 .../phpdocx/pdf/tcpdf/examples/example_015.php     |   121 -
 .../phpdocx/pdf/tcpdf/examples/example_016.php     |   134 -
 .../phpdocx/pdf/tcpdf/examples/example_017.php     |   117 -
 .../phpdocx/pdf/tcpdf/examples/example_018.php     |   132 -
 .../phpdocx/pdf/tcpdf/examples/example_019.php     |   106 -
 .../phpdocx/pdf/tcpdf/examples/example_020.php     |   146 -
 .../phpdocx/pdf/tcpdf/examples/example_021.php     |    91 -
 .../phpdocx/pdf/tcpdf/examples/example_022.php     |   146 -
 .../phpdocx/pdf/tcpdf/examples/example_023.php     |   113 -
 .../phpdocx/pdf/tcpdf/examples/example_024.php     |   118 -
 .../phpdocx/pdf/tcpdf/examples/example_025.php     |   118 -
 .../phpdocx/pdf/tcpdf/examples/example_026.php     |   145 -
 .../phpdocx/pdf/tcpdf/examples/example_027.php     |   403 -
 .../phpdocx/pdf/tcpdf/examples/example_028.php     |   138 -
 .../phpdocx/pdf/tcpdf/examples/example_029.php     |   124 -
 .../phpdocx/pdf/tcpdf/examples/example_030.php     |   188 -
 .../phpdocx/pdf/tcpdf/examples/example_031.php     |   103 -
 .../phpdocx/pdf/tcpdf/examples/example_032.php     |    93 -
 .../phpdocx/pdf/tcpdf/examples/example_033.php     |   102 -
 .../phpdocx/pdf/tcpdf/examples/example_034.php     |    96 -
 .../phpdocx/pdf/tcpdf/examples/example_035.php     |   111 -
 .../phpdocx/pdf/tcpdf/examples/example_036.php     |    89 -
 .../phpdocx/pdf/tcpdf/examples/example_037.php     |   202 -
 .../phpdocx/pdf/tcpdf/examples/example_038.php     |    87 -
 .../phpdocx/pdf/tcpdf/examples/example_039.php     |   104 -
 .../phpdocx/pdf/tcpdf/examples/example_040.php     |   116 -
 .../phpdocx/pdf/tcpdf/examples/example_041.php     |    90 -
 .../phpdocx/pdf/tcpdf/examples/example_042.php     |   102 -
 .../phpdocx/pdf/tcpdf/examples/example_043.php     |    85 -
 .../phpdocx/pdf/tcpdf/examples/example_044.php     |   128 -
 .../phpdocx/pdf/tcpdf/examples/example_045.php     |   130 -
 .../phpdocx/pdf/tcpdf/examples/example_046.php     |   123 -
 .../phpdocx/pdf/tcpdf/examples/example_047.php     |   117 -
 .../phpdocx/pdf/tcpdf/examples/example_048.php     |   313 -
 .../phpdocx/pdf/tcpdf/examples/example_049.php     |   126 -
 .../phpdocx/pdf/tcpdf/examples/example_050.php     |   205 -
 .../phpdocx/pdf/tcpdf/examples/example_051.php     |   111 -
 .../phpdocx/pdf/tcpdf/examples/example_052.php     |   115 -
 .../phpdocx/pdf/tcpdf/examples/example_053.php     |   108 -
 .../phpdocx/pdf/tcpdf/examples/example_054.php     |   128 -
 .../phpdocx/pdf/tcpdf/examples/example_055.php     |   115 -
 .../phpdocx/pdf/tcpdf/examples/example_056.php     |   117 -
 .../phpdocx/pdf/tcpdf/examples/example_057.php     |   268 -
 .../phpdocx/pdf/tcpdf/examples/example_058.php     |    94 -
 .../phpdocx/pdf/tcpdf/examples/example_059.php     |   189 -
 .../phpdocx/pdf/tcpdf/examples/example_060.php     |   108 -
 .../phpdocx/pdf/tcpdf/examples/example_061.php     |   273 -
 .../phpdocx/pdf/tcpdf/examples/example_062.php     |   136 -
 .../phpdocx/pdf/tcpdf/examples/example_063.php     |   131 -
 .../phpdocx/pdf/tcpdf/examples/example_064.php     |   176 -
 3rdparty/phpdocx/pdf/tcpdf/examples/index.php      |    88 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/README.TXT        |     3 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/almohanad.ctg.z   |   Bin 2780 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/almohanad.php     |   102 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/almohanad.z       |   Bin 121292 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/arialunicid0.php  |  1769 --
 3rdparty/phpdocx/pdf/tcpdf/fonts/chinese.php       |    15 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/courier.php       |    33 -
 .../pdf/tcpdf/fonts/dejavu-fonts-ttf-2.32/AUTHORS  |    48 -
 .../pdf/tcpdf/fonts/dejavu-fonts-ttf-2.32/BUGS     |     3 -
 .../pdf/tcpdf/fonts/dejavu-fonts-ttf-2.32/LICENSE  |    99 -
 .../pdf/tcpdf/fonts/dejavu-fonts-ttf-2.32/NEWS     |  1250 -
 .../pdf/tcpdf/fonts/dejavu-fonts-ttf-2.32/README   |    59 -
 .../fonts/dejavu-fonts-ttf-2.32/langcover.txt      |   244 -
 .../tcpdf/fonts/dejavu-fonts-ttf-2.32/status.txt   |  6469 ----
 .../tcpdf/fonts/dejavu-fonts-ttf-2.32/unicover.txt |   203 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusans.ctg.z  |   Bin 10030 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusans.php    |   531 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusans.z      |   Bin 347072 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansb.ctg.z |   Bin 9784 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansb.php   |   518 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansb.z     |   Bin 318072 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansbi.ctg.z     |   Bin 8680 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansbi.php  |   464 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansbi.z    |   Bin 297277 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensed.ctg.z      |   Bin 10030 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensed.php        |   531 -
 .../phpdocx/pdf/tcpdf/fonts/dejavusanscondensed.z  |   Bin 298138 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensedb.ctg.z     |   Bin 9784 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensedb.php       |   518 -
 .../phpdocx/pdf/tcpdf/fonts/dejavusanscondensedb.z |   Bin 296635 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensedbi.ctg.z    |   Bin 8680 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensedbi.php      |   464 -
 .../pdf/tcpdf/fonts/dejavusanscondensedbi.z        |   Bin 283788 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensedi.ctg.z     |   Bin 8915 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusanscondensedi.php       |   477 -
 .../phpdocx/pdf/tcpdf/fonts/dejavusanscondensedi.z |   Bin 279483 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusansextralight.ctg.z     |   Bin 3718 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavusansextralight.php       |   197 -
 .../phpdocx/pdf/tcpdf/fonts/dejavusansextralight.z |   Bin 158653 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansi.ctg.z |   Bin 8915 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansi.php   |   477 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansi.z     |   Bin 296396 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmono.ctg.z   |   Bin 6076 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmono.php     |   322 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansmono.z  |   Bin 189401 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonob.ctg.z  |   Bin 5857 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonob.php    |   309 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansmonob.z |   Bin 182372 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonobi.ctg.z |   Bin 4723 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonobi.php   |   252 -
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonobi.z     |   Bin 134815 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonoi.ctg.z  |   Bin 4963 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavusansmonoi.php    |   264 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavusansmonoi.z |   Bin 136621 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserif.ctg.z |   Bin 5973 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserif.php   |   323 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserif.z     |   Bin 185864 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavuserifb.ctg.z     |   Bin 5717 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserifb.php  |   309 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserifb.z    |   Bin 171017 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavuserifbi.ctg.z    |   Bin 5724 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserifbi.php |   309 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserifbi.z   |   Bin 169327 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensed.ctg.z     |   Bin 5973 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensed.php       |   323 -
 .../phpdocx/pdf/tcpdf/fonts/dejavuserifcondensed.z |   Bin 165227 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensedb.ctg.z    |   Bin 5717 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensedb.php      |   309 -
 .../pdf/tcpdf/fonts/dejavuserifcondensedb.z        |   Bin 155642 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensedbi.ctg.z   |   Bin 5724 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensedbi.php     |   309 -
 .../pdf/tcpdf/fonts/dejavuserifcondensedbi.z       |   Bin 170779 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensedi.ctg.z    |   Bin 5949 -> 0 bytes
 .../pdf/tcpdf/fonts/dejavuserifcondensedi.php      |   322 -
 .../pdf/tcpdf/fonts/dejavuserifcondensedi.z        |   Bin 173141 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/dejavuserifi.ctg.z     |   Bin 5949 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserifi.php  |   322 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/dejavuserifi.z    |   Bin 171334 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/helvetica.php     |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/helveticab.php    |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/helveticabi.php   |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/helveticai.php    |    33 -
 .../pdf/tcpdf/fonts/hysmyeongjostdmedium.php       |    48 -
 .../phpdocx/pdf/tcpdf/fonts/kozgopromedium.php     |    65 -
 .../phpdocx/pdf/tcpdf/fonts/kozminproregular.php   |    63 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/msungstdlight.php |    38 -
 .../phpdocx/pdf/tcpdf/fonts/stsongstdlight.php     |    39 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/symbol.php        |    32 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/times.php         |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/timesb.php        |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/timesbi.php       |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/timesi.php        |    33 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/uni2cid_ac15.php  | 23613 ---------------
 3rdparty/phpdocx/pdf/tcpdf/fonts/uni2cid_ag15.php  | 30222 -------------------
 3rdparty/phpdocx/pdf/tcpdf/fonts/uni2cid_aj16.php  | 15705 ----------
 3rdparty/phpdocx/pdf/tcpdf/fonts/uni2cid_ak12.php  | 17530 -----------
 3rdparty/phpdocx/pdf/tcpdf/fonts/utils/README.TXT  |   135 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1250.map   |   251 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1251.map   |   255 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1252.map   |   251 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1253.map   |   239 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1254.map   |   249 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1255.map   |   233 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1257.map   |   244 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp1258.map   |   247 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/cp874.map    |   225 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-1.map       |   256 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-11.map      |   248 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-15.map      |   256 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-16.map      |   256 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-2.map       |   256 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-4.map       |   256 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-5.map       |   256 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-7.map       |   250 -
 .../pdf/tcpdf/fonts/utils/enc/iso-8859-9.map       |   256 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/koi8-r.map   |   256 -
 .../phpdocx/pdf/tcpdf/fonts/utils/enc/koi8-u.map   |   256 -
 .../pdf/tcpdf/fonts/utils/makeallttffonts.php      |    79 -
 .../phpdocx/pdf/tcpdf/fonts/utils/makefont.php     |   621 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/utils/pfm2afm     |   Bin 20031 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/utils/pfm2afm.exe |   Bin 22891 -> 0 bytes
 .../pdf/tcpdf/fonts/utils/src/pfm2afm-src.tar.gz   |   Bin 21325 -> 0 bytes
 .../phpdocx/pdf/tcpdf/fonts/utils/src/readme.txt   |    17 -
 .../pdf/tcpdf/fonts/utils/src/ttf2ufm-src.tar.gz   |   Bin 714480 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/utils/ttf2ufm     |   Bin 157374 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/utils/ttf2ufm.exe |   Bin 184320 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/zapfdingbats.php  |    32 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/zarbold.ctg.z     |   Bin 1107 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/fonts/zarbold.php       |    47 -
 3rdparty/phpdocx/pdf/tcpdf/fonts/zarbold.z         |   Bin 32143 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/htmlcolors.php          |   199 -
 3rdparty/phpdocx/pdf/tcpdf/images/_blank.png       |   Bin 137 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/alpha.png        |   Bin 13168 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/bug.eps          |  1809 --
 3rdparty/phpdocx/pdf/tcpdf/images/image_demo.jpg   |   Bin 573845 -> 0 bytes
 .../phpdocx/pdf/tcpdf/images/image_with_alpha.png  |   Bin 230267 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/img.png          |   Bin 81634 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/logo_example.gif |   Bin 21022 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/logo_example.jpg |   Bin 32732 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/logo_example.png |   Bin 19411 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/pelican.ai       |   147 -
 3rdparty/phpdocx/pdf/tcpdf/images/tcpdf_cell.png   |   Bin 38415 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/tcpdf_logo.jpg   |   Bin 17633 -> 0 bytes
 .../phpdocx/pdf/tcpdf/images/tcpdf_signature.png   |   Bin 67931 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/images/testsvg.svg      |   328 -
 3rdparty/phpdocx/pdf/tcpdf/images/tiger.ai         |  3599 ---
 3rdparty/phpdocx/pdf/tcpdf/images/tux.svg          |  1487 -
 3rdparty/phpdocx/pdf/tcpdf/pdf417.php              |   991 -
 3rdparty/phpdocx/pdf/tcpdf/qrcode.php              |  2866 --
 3rdparty/phpdocx/pdf/tcpdf/spotcolors.php          |    57 -
 3rdparty/phpdocx/pdf/tcpdf/tcpdf.crt               |    40 -
 3rdparty/phpdocx/pdf/tcpdf/tcpdf.fdf               |   Bin 1286 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/tcpdf.p12               |   Bin 1749 -> 0 bytes
 3rdparty/phpdocx/pdf/tcpdf/tcpdf.php               | 26208 ----------------
 3rdparty/phpdocx/pdf/tcpdf/unicode_data.php        | 18371 -----------
 3rdparty/phpdocx/templates/README.txt              |    12 -
 .../phpdocx/templates/phpdocxBaseTemplate.docx     |   Bin 31693 -> 0 bytes
 3rdparty/phpdocx/templates/xmls/app.xml            |     2 -
 3rdparty/phpdocx/templates/xmls/core.xml           |     2 -
 3rdparty/phpdocx/templates/xmls/document.xml       | 25240 ----------------
 3rdparty/phpdocx/templates/xmls/endnotes.xml       |    23 -
 3rdparty/phpdocx/templates/xmls/footnotes.xml      |    23 -
 3rdparty/phpdocx/templates/xmls/numbering.xml      |   690 -
 3rdparty/phpdocx/templates/xmls/settings.xml       |    62 -
 3rdparty/phpdocx/templates/xmls/styles.xml         | 11410 -------
 3rdparty/phpdocx/xsl/docx2html.xsl                 |  8475 ------
 apps/contacts/lib/backend/shared.php               |     4 +-
 apps/documents/lib/download/range.php              |    15 +-
 apps/files_external/css/settings.css               |     7 +-
 .../3rdparty/Zend/Search/Lucene/Document/Docx.php  |     3 +-
 .../Zend/Search/Lucene/Document/OpenXml.php        |     3 +-
 .../3rdparty/Zend/Search/Lucene/Document/Xlsx.php  |     3 +-
 apps/search_lucene/document/Ods.php                |     3 +-
 apps/search_lucene/document/Odt.php                |     3 +-
 apps/search_lucene/document/OpenDocument.php       |     3 +-
 config/config.sample.php                           |     2 +-
 .../admin/_sources/config/default_parameters.txt   |    10 +-
 core/doc/admin/_sources/config/mail_parameters.txt |     4 +-
 core/doc/admin/_sources/config/miscellaneous.txt   |    96 +-
 .../doc/admin/_sources/configuration/xsendfile.txt |     4 +-
 core/doc/admin/_sources/contents.txt               |     3 +
 core/doc/admin/_sources/cron/index.txt             |     2 +-
 core/doc/admin/_sources/index.txt                  |     2 +
 .../_sources/installation/installation_ucs.txt     |    26 +-
 core/doc/admin/apps/activity/index.html            |     3 +
 .../admin/apps/admin_dependencies_chk/index.html   |     3 +
 core/doc/admin/apps/files_antivirus/index.html     |     3 +
 core/doc/admin/apps/files_encryption/index.html    |     3 +
 core/doc/admin/apps/files_external/index.html      |     3 +
 core/doc/admin/apps/files_sharing/index.html       |     3 +
 core/doc/admin/apps/files_trashbin/index.html      |     3 +
 core/doc/admin/apps/files_versions/index.html      |     3 +
 core/doc/admin/apps/firstrunwizard/index.html      |     3 +
 core/doc/admin/apps/index.html                     |     3 +
 core/doc/admin/apps/user_ldap/index.html           |     3 +
 core/doc/admin/apps/viewers/index.html             |     3 +
 core/doc/admin/config/apps.html                    |     3 +
 core/doc/admin/config/code_locations.html          |     3 +
 core/doc/admin/config/default_parameters.html      |    13 +-
 core/doc/admin/config/deleted_items.html           |     3 +
 core/doc/admin/config/index.html                   |     5 +-
 core/doc/admin/config/logging.html                 |     3 +
 core/doc/admin/config/mail_parameters.html         |     7 +-
 core/doc/admin/config/maintenance.html             |     3 +
 core/doc/admin/config/miscellaneous.html           |     5 +-
 core/doc/admin/config/previews.html                |     3 +
 .../admin/config/reverse_proxy_configurations.html |     3 +
 core/doc/admin/config/session_info.html            |     3 +
 core/doc/admin/config/user_experience.html         |     3 +
 core/doc/admin/config/verification.html            |     3 +
 core/doc/admin/configuration/auth_ldap.html        |     3 +
 core/doc/admin/configuration/background_jobs.html  |     3 +
 .../configuration/configuration_3rdparty.html      |     3 +
 .../admin/configuration/configuration_apps.html    |     3 +
 .../configuration/configuration_automation.html    |     3 +
 .../configuration_custom_clients.html              |     3 +
 .../configuration/configuration_database.html      |     3 +
 .../configuration/configuration_encryption.html    |     3 +
 .../configuration/configuration_knowledgebase.html |     3 +
 .../configuration/configuration_language.html      |     3 +
 .../admin/configuration/configuration_logging.html |     3 +
 .../admin/configuration/configuration_mail.html    |     3 +
 .../configuration/configuration_maintenance.html   |     3 +
 .../admin/configuration/configuration_preview.html |     3 +
 .../configuration/configuration_reverseproxy.html  |     3 +
 .../admin/configuration/configuration_users.html   |     3 +
 .../configuration/configuring_big_file_upload.html |     3 +
 .../admin/configuration/custom_mount_config.html   |     3 +
 .../configuration/custom_mount_config_gui.html     |     3 +
 .../admin/configuration/custom_user_backend.html   |     3 +
 core/doc/admin/configuration/index.html            |     3 +
 core/doc/admin/configuration/xsendfile.html        |     7 +-
 core/doc/admin/contents.html                       |    34 +-
 core/doc/admin/cron/index.html                     |    13 +-
 core/doc/admin/genindex.html                       |     3 +
 core/doc/admin/index.html                          |     5 +
 core/doc/admin/installation/index.html             |     3 +
 .../admin/installation/installation_appliance.html |     3 +
 .../doc/admin/installation/installation_linux.html |     3 +
 .../doc/admin/installation/installation_macos.html |     3 +
 .../admin/installation/installation_others.html    |     3 +
 .../admin/installation/installation_source.html    |     3 +
 core/doc/admin/installation/installation_ucs.html  |    21 +-
 .../admin/installation/installation_windows.html   |     3 +
 core/doc/admin/issues/index.html                   |     3 +
 core/doc/admin/maintenance/backup.html             |     3 +
 core/doc/admin/maintenance/index.html              |     3 +
 core/doc/admin/maintenance/migrating.html          |     5 +-
 core/doc/admin/maintenance/restore.html            |     3 +
 core/doc/admin/maintenance/update.html             |     3 +
 core/doc/admin/quota/index.html                    |    23 +-
 core/doc/admin/search.html                         |     3 +
 core/doc/admin/sharing_api/create_a_new_share.html |    24 +-
 core/doc/admin/sharing_api/delete_share.html       |    21 +-
 core/doc/admin/sharing_api/get_all_shares.html     |    21 +-
 .../get_information_about_a_known_share.html       |    21 +-
 .../get_shares_from_a_specific_file_or_folder.html |    24 +-
 core/doc/admin/sharing_api/index.html              |    18 +-
 core/skeleton/ownCloudUserManual.pdf               |   Bin 1571999 -> 1572005 bytes
 lib/base.php                                       |     2 +-
 lib/private/preview/office-fallback.php            |   143 -
 lib/private/preview/office.php                     |     6 -
 lib/private/updater.php                            |     2 +-
 version.php                                        |     8 +-
 1067 files changed, 523 insertions(+), 593064 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list