dbarzin
214df1a1cb
fix unit test
2021-02-06 12:57:16 +01:00
dbarzin
48ee2eb78a
fix param error
2021-02-06 10:50:21 +01:00
dbarzin
31002fc6e8
add chart in template
2021-02-06 10:40:52 +01:00
troosan
4e87e72110
Merge pull request #1716 from enflow/allowImageClosure
...
Allow a closure to be passed with image replacement tags
2021-02-05 22:08:56 +01:00
troosan
8922632ead
Merge pull request #1936 from YannikFirre/patch-1
...
Add null check when setComplexValue is not found
2021-02-05 21:26:02 +01:00
troosan
24e46544d8
remove space
2021-02-05 21:25:21 +01:00
troosan
3c66ce9a73
Merge pull request #1988 from Ciki/patch-1
...
Fix deprecated warning for non-hexadecimal number
2021-02-05 21:16:25 +01:00
troosan
13384f63d3
update comment
2021-02-05 21:15:51 +01:00
Antoine de Troostembergh
83ba5a7b57
Merge branch 'develop' of https://github.com/PHPOffice/PHPWord into patch-1
2021-02-05 21:12:43 +01:00
troosan
ca1272bd69
remove whitespace
2021-02-05 20:48:05 +01:00
troosan
554e90a46c
Merge pull request #1851 from oleibman/defaultpaper
...
Make Default Paper Configurable
2021-01-12 21:40:26 +01:00
troosan
c391b90823
Merge pull request #1924 from sven-ahrens/feature/parse-shapes
...
Feature Request: Read shape node values
2021-01-12 21:37:23 +01:00
troosan
06c82488a8
Merge pull request #1996 from liborm85/drop-common-package
...
Remove legacy PHPOffice/Common package, fix PHP 8.0 compatibility
2021-01-12 21:30:49 +01:00
Libor M
40966dd5c5
remove allow failures for PHP 8.0
2021-01-10 14:56:54 +01:00
Libor M
293efab0c2
TCPDF doesn't support PHP 8.0, skip test
2021-01-10 14:33:13 +01:00
Libor M
ea917c28da
fix coverage
2021-01-10 14:06:19 +01:00
Libor M
7a131d0ae1
allow dompdf/dompdf 1.0 version
2021-01-02 09:37:43 +01:00
Libor M
681d5c4709
fix PHP 8.0 compatibility
2021-01-02 09:08:43 +01:00
Libor M
67b15986a7
remove require phpoffice/common package
2021-01-02 08:36:05 +01:00
Libor M
a2c8d8c2d5
\PhpOffice\Common\XMLWriter -> \PhpOffice\PhpWord\Shared\XMLWriter
2021-01-02 08:26:46 +01:00
Libor M
357e905e8b
fix PasswordEncoder namespace
2021-01-01 16:52:15 +01:00
Libor M
0cca050bcd
\PhpOffice\Common\XMLReader -> \PhpOffice\PhpWord\Shared\XMLReader
2021-01-01 16:33:27 +01:00
Libor M
9a26ad9189
\PhpOffice\Common\Microsoft\PasswordEncoder -> \PhpOffice\PhpWord\Shared\Microsoft\PasswordEncoder
2021-01-01 16:23:58 +01:00
Libor M
b656720619
\PhpOffice\Common\Drawing -> \PhpOffice\PhpWord\Shared\Drawing
2021-01-01 16:15:24 +01:00
Libor M
c52686c243
\PhpOffice\Common\Text -> \PhpOffice\PhpWord\Shared\Text
2021-01-01 16:09:16 +01:00
Antoine de Troostembergh
cf808cb3fc
Fix merge issue
2020-12-31 21:56:45 +01:00
Antoine de Troostembergh
834a95c503
fix formatting
2020-12-30 20:29:43 +01:00
Yannik Firre
15ee5dee05
Fix missing space after if keyword
2020-12-30 14:02:29 +01:00
troosan
20856fc102
Merge pull request #1858 from oleibman/wordcoverage
...
Improve Word2007 Test Coverage
2020-12-29 23:56:22 +01:00
troosan
f780c5d18f
Merge pull request #1866 from manishbhatias/patch-1
...
Fix example for cloneRowAndSetValues
2020-12-29 23:44:49 +01:00
troosan
7c7d7fd405
Merge pull request #1983 from FCG-Group/allow_to_use_customized_pdf_libraries
...
allow to use customized pdf library
2020-12-29 23:41:23 +01:00
troosan
31d8b547c8
Merge pull request #1992 from Adizbek/develop
...
Fix image stroke in libreoffice 7.x
2020-12-29 23:32:32 +01:00
troosan
e3732ef610
Merge pull request #1907 from SailorMax/patch-2
...
Allow to redefine TCPDF object
2020-12-29 23:19:47 +01:00
troosan
b2335d2b73
Merge pull request #1796 from oleibman/odtchanges
...
ODT Changes
2020-12-29 23:18:23 +01:00
troosan
6126080cdf
Merge pull request #1952 from mnvx/develop
...
Fix typo in docs. Update templates-processing.rst
2020-12-29 22:53:22 +01:00
troosan
7a97d24c77
Merge pull request #1946 from liborm85/php80
...
Compatibility with PHP 7.4, PHP 8.0 and migrate to Laminas Escaper
2020-12-29 22:42:02 +01:00
Ergashev Adizbek
18e41a1c4e
Update TemplateProcessor.php
2020-12-23 16:00:06 +05:00
Ciki
1f67c993e2
Fix deprecated warning for non-hexadecimal number
...
I've come across this deprecated warning when trying to save docx to pdf.. if cellBgColor is set to `auto` it should be converted back to `null` which has in practice the same functionality.
2020-12-22 12:12:18 +01:00
emhome
cc9dfb8630
add/setting page element border style.
2020-12-19 16:46:14 +08:00
SailorMax
c8de86a7ec
allow to use customized pdf library
2020-12-16 17:24:42 +03:00
Libor M
36b63a107c
skip test, because php 8.0 contain internally validation
2020-12-11 12:43:15 +01:00
Libor M
4b4dfb4ccd
update ugly hack for PHPUnit 8 support
2020-12-10 16:54:49 +01:00
Libor M
a9e012530d
travis support latest php as 8.0 now
2020-12-09 13:03:49 +01:00
Johannes Sochor
f7242e1250
fix image limit
2020-11-11 17:18:52 +01:00
Julien Aupart
b86c60694c
feat: Update addHtml to handle style inheritance
...
The aim is to get the output closer to the source html
2020-11-09 11:41:03 +01:00
Nicholas Moore
ecc13ff62a
Update templates-processing.rst
...
fix typo in doc
2020-10-22 13:53:28 +03:00
Libor M
6b99923363
travis php 8 - convert tests from phpunit 7 format to phpunit 8 format
2020-10-19 15:05:14 +02:00
Libor M
4cc2cc1aeb
travis upgrade to PHPUnit 8 for PHP 8
2020-10-19 14:23:42 +02:00
Libor M
f2516b08b1
migrate from abandoned `Zend\Escaper` to `Laminas Escaper`
2020-10-18 13:16:43 +02:00
Libor M
4e4282a76e
refixed "must not contain any null bytes"
2020-10-18 10:56:24 +02:00