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
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
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
Libor M
b8ffe0477b
fix cs issue: "Arguments with default values must be at the end of the argument list"
2020-10-18 08:54:12 +02:00
Libor M
b7dc71ab1b
scrutinizer fix, allow zip extension
2020-10-18 08:37:53 +02:00
Libor M
6d49b28678
skip TCPDF test in PHP 5.3, because
...
version 6.3.5 doesn't support PHP 5.3, fixed via https://github.com/tecnickcom/TCPDF/pull/197 , pending new release.
2020-10-18 07:47:25 +02:00
Libor M
eaf2212aa8
fix format for coverage
2020-10-18 07:45:57 +02:00
Libor M
0edcab0da6
allow php 5.3, 5.4, 5.5 except xenial os
2020-10-18 07:26:06 +02:00
Libor M
236c7c4499
fix code format
2020-10-17 17:34:51 +02:00
Libor M
2845284284
revert from develop branch
2020-10-17 17:25:02 +02:00
Libor M
bf1bb2b7ca
PHP 8.0 - fixed Error: Unknown named parameter $styles
2020-10-17 17:17:46 +02:00
Libor M
a36a429128
rewrite check to local file
2020-10-17 17:08:23 +02:00
Libor M
93579e90ef
forgotten condition for libxml_disable_entity_loader
2020-10-17 16:05:30 +02:00
Libor M
9c6cf6fdb6
PHP 8.0 fix - ValueError: file_exists(): Argument #1 ($filename) must not contain any null bytes
2020-10-17 15:56:40 +02:00
Libor M
93978211a1
PHP 8.0 - depracated libxml_disable_entity_loader, is disabled by default
2020-10-17 15:48:39 +02:00
Libor M
7fd4b64e8a
- composer in php 5.x require increase memory limit
...
- in PHP 7.3, 7.4 not necessary remove ignore platforms
2020-10-17 15:47:27 +02:00
Libor M
9dad1d20e8
PHP 7.4 - fixed invalid value in hexdec
...
avoid notice: "Invalid characters passed for attempted conversion, these have been ignored"
2020-10-17 14:05:52 +02:00
Libor M
e334ecf059
compatibility with phpmd 2.9
2020-10-17 13:39:22 +02:00
Libor M
adb917273c
allow PHP 7.4, 8.0
2020-10-17 12:56:06 +02:00
Yannik Firre
aa7c1d0fe8
FIX - When setComplexValue is not found
2020-09-22 16:28:52 +02:00
Sven Ahrens
166a136f22
Fix spacing
2020-09-02 14:36:08 +02:00
Sven Ahrens
51034af207
Remove filter option
2020-09-02 13:03:49 +02:00
Sven Ahrens
ae34ae9518
Add testcase
2020-09-02 13:03:29 +02:00
Sven Ahrens
58e0200fbd
Get fallback value instead of taking the last element
2020-09-02 12:12:48 +02:00
Sven Ahrens
63d1ffceb8
Restore gitignore
2020-09-01 18:14:27 +02:00
Sven Ahrens
3a7dd774a2
Add support for mc:AlternateContent
2020-09-01 18:13:25 +02:00
csk83
9a59cf0590
format check
2020-08-31 11:56:21 +08:00
troosan
ec1b3d35ee
Merge pull request #1818 from caugner/patch-1
...
Fixes PHPDoc @param and @return types for several Converter methods
2020-08-30 19:56:35 +02:00
csk83
d42854ddb6
chart doc/sample/code comments
2020-08-29 20:41:25 +08:00
csk83
6f1b18937c
code format
2020-08-26 12:50:08 +08:00
csk83
9945240ea8
Merge pull request #1 from Stephan212/develop
...
Add Option for Dynamic Chart Legend Position
2020-08-25 12:16:15 +08:00
Maxim
d6260988bd
Allow to redefine TCPDF object
...
Sometimes we need create TCPDF object with modified initial arguments.
This change allow rewrite only createExternalWriterInstance() in user defined TCPDF class.
2020-07-23 18:49:25 +03:00
lubosdz
69632b3f03
remove extra line at the end, which possibly causes CI job fail
2020-07-22 10:46:23 +02:00
lubosdz
f69885e7b9
fix bug - don't decode double quotes inside double quoted string
2020-07-22 10:04:12 +02:00
lubosdz
4448bda721
Better normalization for width of borders
2020-07-14 01:31:16 +02:00
lubosdz
70ad01550b
Make scrunitizer happier
2020-07-13 19:16:38 +02:00
lubosdz
38788e0c7e
Code style
2020-07-13 18:48:27 +02:00
lubosdz
889f4e3381
fix converting margin to incorrect unit (points instead of twips)
...
fix image alignment on float - relative to inner margin instead of page margin
2020-07-11 23:03:51 +02:00
lubosdz
3066d47003
Html parser (addHtml) - support vertical-align, valign
2020-07-11 22:47:40 +02:00
lubosdz
108c1cdc55
Html parser (addHtml) - support attributes start, type in ordered list <ol>
2020-07-11 17:20:36 +02:00
lubosdz
ca5f081302
Html parser (addHtml) - support horizontal rule <hr/>
2020-07-11 15:42:28 +02:00
lubosdz
e180cfe456
Html parser (addHtml) - support cellspacing, bgColor
2020-07-11 00:24:08 +02:00