Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #1798

Closed
wants to merge 24 commits into from
Closed

Patch 1 #1798

wants to merge 24 commits into from

Conversation

Houbsi
Copy link

@Houbsi Houbsi commented Jan 6, 2020

Would fix #1797

Description

Fixes the abandoned project from zendwork

Fixes # (issue)
#1797

Checklist:

Against develop they run into errors. Against master they work.

  • 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 updated the documentation to describe the changes

hcdias and others added 24 commits October 2, 2019 22:15
Adding save() and saveAs() methods docs
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.
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.
\Symfony\Component\Process\Process refuses being passed a string
with version > 5, which is installed with PHP > 7.2.5.

It also refuses being passed an array with version < 3.3, which is
installed with PHP < 5.5.9.

Solved by checking if Process::fromShellCommandLine() exists, which
was introduced in version 4.2.0.
Documentation contained the wrong unit for Paragraph indentation.
Fix PHPUnit tests on develop branch
fix: documentation about paragraph indentation
Update templates processing docs
Improvements in RTF writer
Add support for ListItemRun in HTML writer
Was "getFootnotePropoperties()".
Former bogus spelling is still working, albeit deprecated.
The documentation contained an incorrect code snippet for
configuring FootnoteProperties. Now the code is valid.
Fix documentation and method name for FootnoteProperties
@Houbsi Houbsi closed this Jan 6, 2020
@Houbsi Houbsi reopened this Jan 6, 2020
@Houbsi
Copy link
Author

Houbsi commented Jan 6, 2020

Why are there 24 commits in the PR? I only made 1 commit

@coveralls
Copy link

coveralls commented Jan 6, 2020

Coverage Status

Coverage increased (+0.01%) to 94.633% when pulling 431b11b on Houbsi:patch-1 into 072c3bf on PHPOffice:master.

@troosan
Copy link
Contributor

troosan commented Feb 7, 2021

closing in favor of #1946

@troosan troosan closed this Feb 7, 2021
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.

5 participants