Commit Graph

  • 087628de5f update to phpunit 7.5 DE TROOSTEMBERGH Antoine 2019-12-14 22:23:57 +01:00
  • 6d501332f3 update 7.4 in travis build DE TROOSTEMBERGH Antoine 2019-12-14 22:23:36 +01:00
  • 8b2e21b634
    Merge branch 'develop' into fieldstyle #1774 troosan 2019-12-09 22:56:08 +01:00
  • bf52f2d058 php 7.4 not yet available DE TROOSTEMBERGH Antoine 2019-12-09 22:39:01 +01:00
  • 711fcdeef7 still allow php 7.4 to fail because of dompdf DE TROOSTEMBERGH Antoine 2019-12-09 21:38:04 +01:00
  • 590a8b7ef2 build with php nightly DE TROOSTEMBERGH Antoine 2019-12-09 21:14:37 +01:00
  • c52c7abb65
    Merge branch 'develop' into rtfchanges #1775 troosan 2019-12-09 21:10:31 +01:00
  • 733f845f8f
    Merge pull request #1776 from mdupont/footnotes-typo troosan 2019-12-09 21:08:39 +01:00
  • cb3e211135 fix(documentation): snippet for FootnoteProperties #1776 Michaël Dupont 2019-12-09 11:22:08 +01:00
  • 4852028743 fix: typo in getFootnoteProperties() method name Michaël Dupont 2019-12-09 11:29:18 +01:00
  • 9914f3d295 Merge branch 'develop' into develop_v1.0 DE TROOSTEMBERGH Antoine 2019-12-08 21:12:22 +01:00
  • dfea4e12a6
    Merge pull request #1766 from stefan-91/develop troosan 2019-12-08 20:38:03 +01:00
  • 5940d18ab2
    Merge pull request #1755 from oleibman/master troosan 2019-12-08 20:32:09 +01:00
  • 9fe6a58669 Merge remote-tracking branch 'upstream/master' into develop DE TROOSTEMBERGH Antoine 2019-12-08 18:22:01 +01:00
  • 072c3bfdb3 fix: PHPUnit test Process() format Michaël Dupont 2019-12-02 14:23:34 +01:00
  • d9cb88e987
    Merge branch 'develop' into fixes-1750-block-with-images-inside #1763 troosan 2019-12-08 14:35:14 +01:00
  • 5a7a11a62b
    Merge pull request #1729 from hcdias/patch-1 troosan 2019-12-08 14:32:03 +01:00
  • 9020e6769e
    Merge pull request #1764 from mdupont/358-paragraph-indent troosan 2019-12-08 13:28:35 +01:00
  • d423e9bb57
    Merge pull request #1745 from igronus/patch-1 troosan 2019-12-08 13:16:03 +01:00
  • 38345041fd
    Merge pull request #1744 from Manunchik/Manunchik-patch-4 troosan 2019-12-08 13:15:28 +01:00
  • 777b48f184
    Merge pull request #1743 from Manunchik/Manunchik-patch-3 troosan 2019-12-08 13:15:18 +01:00
  • 3583cfe7eb
    Merge pull request #1742 from Manunchik/Manunchik-patch-2 troosan 2019-12-08 13:15:08 +01:00
  • 638154936c
    Merge pull request #1771 from mdupont/fix-tests troosan 2019-12-08 13:14:37 +01:00
  • 122aaf17b1 Incorporate Pull Request 1771 owen 2019-12-05 23:48:44 -08:00
  • 9b5483a1e0 Incorporating Pull Request 1771 Owen Leibman 2019-12-05 23:42:54 -08:00
  • 5e64b26451 Additional Scrutinizer Recommendations owen 2019-12-05 23:24:03 -08:00
  • 7657992a83 Scrutinizer-suggested changes owen 2019-12-05 22:51:00 -08:00
  • 30e3981ed2 Documentation Change Owen Leibman 2019-12-05 21:51:09 -08:00
  • 11d82be21c Word2007 Writer - Field Style, RTL, noProof Owen Leibman 2019-12-05 21:04:12 -08:00
  • ecfafd7576 RTF Changes owen 2019-12-03 07:46:16 -08:00
  • f51811b96b fix: documentation about paragraph indentation #1764 Michaël Dupont 2019-11-28 11:32:29 +01:00
  • aa44594ed3 fix: PHPUnit test Process() format #1771 Michaël Dupont 2019-12-02 14:23:34 +01:00
  • 0945a37c61 Fixed block capture so that it would work properly with blocks to be cloned in rows Aurélien Vandoorine 2019-12-02 08:54:45 +01:00
  • 1451fadc4a Add List for docx to html writer #1717 #1766 Bc. Štefan Kubini 2019-11-28 23:33:10 +01:00
  • d9ea617545 Fixes #1750 added proper block cloning to put the image size part after the #number and fixing Process call to array instead of string Aurélien Vandoorine 2019-11-28 09:24:06 +01:00
  • ebf5cf784f Convert named constant colors to RGB in Shared/Converter. Otherwise, colors will not be as expected for RTF and ODT. owen 2019-11-19 14:24:29 -08:00
  • 2d60f3220d
    Merge pull request #1 from oleibman/master oleibman 2019-11-17 02:38:34 -08:00
  • 00f9bb5897 Formatting changes in source code. #1755 Owen Leibman 2019-11-17 00:07:02 -08:00
  • 2513e54540 Errors in RTF Escaping 1. Codes meant to be in hex are specified in decimal. Consequently characters which don't need escaping are escaped. 2. Special handling (prepend backslash) needed for {, }, and . RTF docs generated with those characters cannot be opened in Word. 3. Tab character needs to be escaped as \tab. RTF docs drop these characters. While running test suite, found that Writer/RTF/ElementTest was coded only for Unix line endings, and fails on Windows. Changed so that it would work on either. Owen Leibman 2019-11-16 23:20:02 -08:00
  • a10fe823b2 Errors in RTF Escaping 1. Codes meant to be in hex are specified in decimal. Consequently characters which don't need escaping are escaped. 2. Special handling (prepend backslash) needed for {, }, and \. RTF docs generated with those characters cannot be opened in Word. 3. Tab character needs to be escaped as \tab. RTF docs drop these characters. While running test suite, found that Writer/RTF/ElementTest was coded only for Unix line endings, and fails on Windows. Changed so that it would work on either. Owen Leibman 2019-11-16 21:37:57 -08:00
  • b230242127 fixed List item fail #1711 Bc. Štefan Kubini 2019-11-05 10:46:24 +01:00
  • 0ce843016b
    Update templates-processing.rst #1745 igronus 2019-10-24 11:07:33 +03:00
  • 21db2d40a4
    Improve unit test #1744 Manunchik 2019-10-23 13:46:58 +05:00
  • cb7ffd0ac2
    Improve unit test #1743 Manunchik 2019-10-23 13:44:47 +05:00
  • b0de8e7d1d
    Improve unit test #1742 Manunchik 2019-10-23 13:41:35 +05:00
  • 68118685d0 Merge branch 'master' into allowImageClosure #1716 Michel Bardelmeijer 2019-10-21 12:33:12 +02:00
  • 5e93950bc3
    Update templates processing docs #1729 Hugo Carvalho 2019-10-02 22:15:14 -03:00
  • 847520f380 Merge branch 'master' into develop_v1.0 troosan 2019-10-01 23:55:29 +02:00
  • b8346af548 update changelog for version 0.17 0.17.0 troosan 2019-10-01 22:43:33 +02:00
  • 4f0d6f78ba
    Merge pull request #1717 from Samuel-BF/rtf-basic-fields troosan 2019-09-30 21:56:00 +02:00
  • dfa0b5f8ce
    Merge pull request #1712 from fmasa/fix/return-types troosan 2019-09-30 21:38:38 +02:00
  • 7628b41fdf Add support for basic fields in RTF writer. #1717 Samuel BF 2019-09-07 21:55:33 +02:00
  • 6ed320311e Add documentation for image closure support Michel Bardelmeijer 2019-09-09 13:55:59 +02:00
  • 5a68ef600b Allow a closure to be passed with image replacement tags Michel Bardelmeijer 2019-09-09 13:49:16 +02:00
  • 8f4f4dcd48 Added return type #1712 František Maša 2019-09-02 18:13:10 +02:00
  • 8fbd060148
    Merge pull request #1661 from andreybolonin/patch-1 troosan 2019-09-01 22:30:21 +02:00
  • aec9582d83
    allow php 7.4 build to fail #1661 troosan 2019-09-01 22:12:34 +02:00
  • 18664fb955
    Merge branch 'develop' into patch-1 troosan 2019-09-01 21:57:27 +02:00
  • e9a4251c7e Use precise only for php 5.3 troosan 2019-09-01 21:54:28 +02:00
  • 5b34391eea
    Merge pull request #1707 from mdupont/fix-travis-ci troosan 2019-09-01 21:06:24 +02:00
  • 18ec5d63f3 fix phpmd config troosan 2019-09-01 21:03:22 +02:00
  • 72311767c5 Fix Travis crash with Composer memory usage #1707 Michaël Dupont 2019-08-28 11:11:19 +02:00
  • 41227e8e08 Fix apt-get crash in Travis CI Michaël Dupont 2019-08-28 10:59:06 +02:00
  • 90a8900208
    Stephan212 chart dynamic legend position (#2) #1699 Stephan212 2019-08-21 10:54:43 +01:00
  • 9e572ecd9b
    chart - Add dynamic Legend positions (#1) Stephan212 2019-08-21 10:18:33 +01:00
  • 85e9144822
    Merge pull request #1329 from eweso/patch-1 troosan 2019-08-08 07:13:03 +02:00
  • 815bb52ebf
    Merge pull request #1628 from waltertamboer/feature/fix-issue-1529 troosan 2019-08-08 07:11:05 +02:00
  • 24d120baf1
    Merge pull request #1646 from SpinyMan/develop troosan 2019-08-08 07:09:35 +02:00
  • 487622bb9e
    Merge pull request #1637 from bhattnishant/master troosan 2019-08-08 07:08:13 +02:00
  • fa6a80fb4d
    Merge pull request #1658 from 0b10011/readmelinks #1662 troosan 2019-07-28 21:21:44 +02:00
  • 5fe485adac
    add php 7.4snapshot Andrey Bolonin 2019-07-14 15:26:23 +03:00
  • 5f8fad3985 Use relative links in README to ensure they go to the correct branch #1658 Brandon Frohs 2019-07-11 17:14:35 -04:00
  • 06c2f5683b
    Merge pull request #1653 from auipga/patch-1 troosan 2019-07-10 23:59:34 +02:00
  • 58adc1eb1f
    Merge pull request #1644 from 0b10011/contributing troosan 2019-07-10 23:55:57 +02:00
  • 4f7790baab
    Fix link anchor #1653 Manuel Transfeld 2019-07-09 17:22:30 +02:00
  • 7768c56a56
    Merge pull request #1645 from JBlond/develop troosan 2019-07-09 07:43:10 +02:00
  • 415bdb378d
    Update Html.php #1646 Andrew Busel 2019-07-03 19:25:29 +03:00
  • 9e93d5eae5
    Update Html.php Andrew Busel 2019-07-03 19:24:15 +03:00
  • 9abf4473b0
    Update Wrong definition #1645 Mario 2019-07-02 16:02:52 +02:00
  • b13aa70ae9 Move pull request template to avoid confusion #1644 Brandon Frohs 2019-07-01 13:36:41 -04:00
  • 71ac081cfa Add note about using composer check before submitting pull requests Brandon Frohs 2019-07-01 13:34:05 -04:00
  • 74e52ce71b Remove the existing issue template Brandon Frohs 2019-07-01 13:33:48 -04:00
  • e401adeb7e Update CONTRIBUTING to match reality and account for new issue templates Brandon Frohs 2019-07-01 13:10:55 -04:00
  • d6b0977afe Add issue templates for bug reports, feature requests, and usage questions Brandon Frohs 2019-07-01 13:09:36 -04:00
  • d7ed18c39d fix test #1637 troosan 2019-06-14 00:19:44 +02:00
  • 3c6a1a1568 add unit test #1628 troosan 2019-06-13 23:03:09 +02:00
  • b209fec72b To suport preseve text inside sub container Nishant Bhatt 2019-06-03 15:44:10 +02:00
  • 18b3c754ef No nested w:pPr elements in ListItemRun. Walter Tamboer 2019-05-09 15:29:25 +02:00
  • fe531cae55
    Merge pull request #1616 from nicoder/patch-5 troosan 2019-04-24 22:00:31 +02:00
  • c00c77c4c1
    fix typo in changelog #1616 Nicolas Dermine 2019-04-17 18:27:33 +02:00
  • b1903524b9
    Merge pull request #1611 from zearg/develop troosan 2019-04-16 20:40:48 +02:00
  • 2045e52db7 call static instead of self on protected method #1611 arthur 2019-04-09 10:55:43 +02:00
  • 1534dc23c3
    Merge pull request #1595 from NickCoolii/patch-1 troosan 2019-03-31 20:48:10 +02:00
  • 8cea3221dc
    remove trailing spaces #1595 troosan 2019-03-31 13:20:51 +02:00
  • 6e4f18c2b0
    Merge pull request #1585 from seamuslee001/libxml_improve troosan 2019-03-31 13:19:25 +02:00
  • 607378b8fb Ensure that entity_loader disable variable is re-set back to the original setting #1585 Seamus Lee 2019-02-24 09:06:51 +11:00
  • 014ff7d261
    Added new constant to russian language Mykola Nicholas 2019-03-13 16:39:32 +03:00
  • 2d2fe52b7a
    Merge pull request #1387 from SailorMax/html_writer_auto_invert_text_color troosan 2019-03-05 23:05:37 +01:00
  • 8931ab12b2
    Merge branch 'develop' into html_writer_auto_invert_text_color #1387 Maxim 2019-03-01 16:33:50 +02:00
  • 57ae7008b2 add test to auto invert text color Maxim Bulygin 2019-03-01 16:31:47 +02:00