Skip to content

Conversation

Tom-Magill
Copy link
Contributor

@Tom-Magill Tom-Magill commented Jul 17, 2018

Description

  • Set the title for charts (default is to hide the title)
  • Show the chart legend (currently set to appear to the right of the chart if true)

Checklist:

  • I have run composer run-script check --timeout=0 and no errors were reported
  • The new code is covered by unit tests (check build/coverage for coverage report)
  • I have update the documentation to describe the changes

nicoder and others added 30 commits February 2, 2018 17:03
it wrongly matched `<w:pPr` when looking for `<w:p`

in that case the cloned block would not be valid XML,
and so the generated docx document could not be opened by Word

adding the `\b` word boundary to the regex fixes this.

the accompanying unit test failed with this message when trying to load
the generated file:

```
ErrorException: DOMDocument::loadXML(): Opening and ending tag mismatch:
p line 2 and body in Entity, line: 2
```

This might solve issues such as #681 and #664.
HTML Title Writer loses text when Title contains a TextRun instead a string.
Merge pull request #1429 from PHPOffice/develop [ci skip]
…. This is useful when using creating PDF from PHPWord (e.g. using dompdf), otherwise the PDF does not contain any layout for table.
writer / word2007 / support valign and watermark without paragraph
PHP Notice:  Undefined index: document in /home/stefan/Projects/garrcomm/PHPWord/src/PhpWord/Reader/Word2007.php on line 65
PHP Warning:  Invalid argument supplied for foreach() in /home/stefan/Projects/garrcomm/PHPWord/src/PhpWord/Reader/Word2007.php on line 65
* Added PHP 7.3 support for travis
* mark php 7.3 as failable
* Only add 240 twips when in auto lineRule
troosan and others added 28 commits November 19, 2018 09:08
[Doc] add/align possible values from class constant
RTF writer: Round getPageSizeW and getPageSizeH to avoid decimals
* Added PHP 7.3 support for travis
* mark php 7.3 as failable
Fix parsing of Office 365 documents
Fix loading of Sharepoint document
* Added PHP 7.3 support for travis
* mark php 7.3 as failable
Adding table layout to the generated HTML
Use dedicated PHPUnit assertions
@troosan troosan added this to the v0.16.0 milestone Dec 2, 2018
@troosan troosan merged commit c177c55 into PHPOffice:develop Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

9 participants