Christopher ARZUR
ea6edf95cc
Added PHP 7.3 support for travis ( #1495 )
...
* Added PHP 7.3 support for travis
* mark php 7.3 as failable
2018-11-17 00:35:57 +01:00
troosan
8fa1d4f224
run checks with php 7.0
2018-07-14 17:47:34 +02:00
Edvin Hultberg
82f3a2ab44
Update documentation for Style::add*Style methods ( #1383 )
...
* Update documentation for Style::add*Style methods
* remove phpDocumentor, simplify dependencies
2018-05-31 00:21:08 +02:00
troosan
2480103b49
run coveralls when running build with code coverage
2018-05-20 17:13:04 +02:00
Christian Zosel
e47ce1b4fc
Coveralls integration
2018-05-19 12:56:44 +02:00
Christian Zosel
96a47ec0ae
Drop GitHub pages
...
First step to fix #1355
2018-04-26 08:42:55 +02:00
troosan
30b224b3d0
Word2007 parsing title formatting ( #1297 )
...
* Improve Title parsing
- Title should be able to contain TextRun
- Style 'Title' should be treated the same with as Heading
- Add tests for Heading/Title reader
* update the documentation and the changelog
* PHP 7.2 build should not fail anymore
* reduce dependencies versions
* fix parsing of footnotes and endnotes
* add method to remove an element from a section
2018-03-06 06:34:55 +01:00
troosan
2d87fd320d
fix merge
2017-12-29 20:27:05 +01:00
Maxim
400a8e65d3
rename 'Object' classes to 'ObjectElement' (php 7.2 compatibility) ( #1185 )
...
merge develop branch
2017-12-29 20:19:35 +01:00
troosan
b614497ae6
fix dependencies to have 7.1 compatible build ( #1228 )
...
* add assertions in test methods without assertions
* loosen dependencies so 7.0 & 7.1 builds can succeed
* fix some scrutinizer errors
* update release date
2017-12-29 02:30:53 +01:00
troosan
0459670a9c
Enable php-cs-fixer in build & fix resulting warnings ( #1099 )
...
* enable php 7.1 build
* upgrade to dompdf/dompdf 0.8.*
* update phpunit & hide output during tests
* run code coverage analysis on 1 build only
* Add php-cs
* Update Copyright
2017-11-04 22:44:12 +01:00
troosan
15585dd3c7
- fix ZF version
...
Fix travis build to run on precise
Update the changelog
2017-09-09 01:25:33 +02:00
troosan
24c440b0ab
disable 7.1 and hhvm build as they currently do not work
2017-07-06 22:54:28 +02:00
troosan
21303ed4fb
prepare release notes
2017-07-05 21:39:22 +02:00
Roman Syroeshko
3981e01489
Add PHP 7.0 into the build script.
2016-01-23 19:25:59 +04:00
Roman Syroeshko
015a34f5cb
Added backward compatibility for deprecated alignment options.
2015-11-14 16:50:52 +04:00
Roman Syroeshko
c1cfd503a5
Playing with Travis CI.
2015-07-02 22:30:48 +03:00
Roman Syroeshko
637c2bce79
Playing with Travis CI.
2015-07-02 22:24:12 +03:00
Roman Syroeshko
7a2125c7e9
`.travis.yml` cleanup.
2015-06-23 21:34:31 +04:00
Roman Syroeshko
1b56db21dc
`.travis.yml` cleanup.
2015-06-23 21:23:51 +04:00
Roman Syroeshko
858ab18919
`.travis.yml` cleanup.
2015-06-23 21:12:14 +04:00
Roman Syroeshko
26b0eaca2a
`.travis.yml` clanup.
2015-06-23 21:03:04 +04:00
Progi1984
56cd78440d
UPDATED : travis.yml for support of PHP 5.3
2014-12-11 23:08:44 +01:00
Ivan Lanin
8efe80b5c1
QA: Use Composer for Travis test tools
2014-06-22 09:27:10 +07:00
Progi1984
f193534058
FIXED : CI : Error with the generation of the PHPDoc
...
Deprecated: phpDocumentor2 should be run from the phpdoc file, not phpdoc.php in /home/travis/build/PHPOffice/PHPWord/vendor/phpdocumentor/phpdocumentor/bin/phpdoc.php on line 13
Refs : 395af1d42a/bin/phpdoc.php
2014-06-17 16:08:28 +02:00
Ivan Lanin
4f9399899a
QA: Docblock improvements and -q parameter for phpdoc
2014-05-30 20:44:06 +07:00
Ivan Lanin
0360f8e290
Unit tests for TCPDF and mPDF
2014-05-19 23:21:17 +07:00
Ivan Lanin
710e147668
Merge pull request #240 from ivanlanin/config
...
Close #200
2014-05-17 01:46:44 +07:00
Ivan Lanin
1c7e327694
Small change to test the new gh-pages branch
2014-05-16 16:55:14 +07:00
Ivan Lanin
048436cd04
Use INI instead of YML
2014-05-16 15:02:57 +07:00
Ivan Lanin
5511378eca
#200 : Ability to use a config file to store various common settings
2014-05-16 00:59:38 +07:00
Ivan Lanin
e40b377fc8
Remove PHP 5.3.3 and 5.6 from Travis allowed failures and update composer.lock file.
2014-05-14 20:36:15 +07:00
Progi1984
e94e2738e3
QA : PHP CodeSniffer (PEAR to Composer)
2014-05-14 13:40:30 +02:00
Ivan Lanin
62ed725032
Some modifications for the new `Html::addHtml` feature
2014-05-10 21:38:44 +07:00
Ivan Lanin
246557e3be
Reactivate PHPMD and fix some rules for textbox
2014-05-09 03:15:26 +07:00
Ivan Lanin
6a0bfe3314
Move `addTextBox` to `AbstractContainer` and add sample for textbox
2014-05-08 10:58:19 +07:00
Ivan Lanin
b3229c6a7b
Fix Travis test and update Scrutinizer config
2014-05-06 17:13:16 +07:00
Ivan Lanin
37152cd459
Enable code coverage in Scrutinizer
2014-05-06 16:53:15 +07:00
Progi1984
ec0de298d9
#154 : Change template for PHPDocumentor
2014-05-05 10:35:21 +02:00
Progi1984
105e53b1cd
#154 : Ignore PCLZip in PHPDocumentor
2014-05-05 09:49:15 +02:00
Ivan Lanin
dd01ed1aaa
Fix .travis.yml
2014-05-04 23:36:28 +07:00
Ivan Lanin
d1022a9e3c
QA: PHPMD fixes for `tests`; Some adjustment for Travis build
2014-05-04 23:17:40 +07:00
Ivan Lanin
3d19256c9c
Merge branch 'develop' into nonstatic
2014-05-04 22:30:06 +07:00
Progi1984
9aec52168f
#154 : PHPDocumentor on GH-Pages
2014-05-04 13:46:31 +02:00
Progi1984
cbf0c07a74
#154 : PHPDocumentor on GH-Pages
2014-05-04 13:24:53 +02:00
Progi1984
a5287ac705
#154 : PHPDocumentor on GH-Pages
2014-05-04 12:22:55 +02:00
Ivan Lanin
c21e28f974
More refactoring for PHPMD compliance
2014-05-04 16:57:39 +07:00
Ivan Lanin
725162bc6b
Deprecate static classes Footnotes, Endnotes, and TOC ( #206 ); Reactivate `phpcpd` and `phpmd` on Travis
2014-05-04 03:40:54 +07:00
Ivan Lanin
1ed13cc036
Include dompdf version
2014-04-16 15:28:18 +07:00
Ivan Lanin
6612ee88c0
Update composer.json and .travis.yml as per #205
2014-04-16 15:24:38 +07:00