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

Add support for several features for the RTF writer #1775

Merged
merged 7 commits into from
Jul 6, 2020
Merged

Add support for several features for the RTF writer #1775

merged 7 commits into from
Jul 6, 2020

Commits on Nov 17, 2019

  1. Merge pull request #1 from oleibman/master

    Master
    oleibman authored Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2d60f32 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Convert named constant colors to RGB in Shared/Converter.

    Otherwise, colors will not be as expected for RTF and ODT.
    oleibman committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    ebf5cf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. RTF Changes

    1. Converter is currently expecting colors as strings of hex digits,
       but PhpWord allows specification of colors by named constant, so
       result is random when one of those is used. This change handles
       all the named colors.
    2. Table needs \pard at end; formatting may be wrong without it.
    3. RTF writer will no longer ignore paragraph style for TextRun.
    4. RTF writer will no longer ignore paragraph and font style for Title.
    5. Add support for RTF headers and footers.
    6. Add support for right-to-left in font.
    7. Add support for PageBreakBefore and LineHeight for paragraphs.
    8. Add support for PageNumberingStart for sections.
    
    There are test cases for all of these changes.
    oleibman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ecfafd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Scrutinizer-suggested changes

    Changes to doc-blocks and code suggested by Scrutinizer.
    oleibman committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7657992 View commit details
    Browse the repository at this point in the history
  2. Additional Scrutinizer Recommendations

    Some more editorial changes.
    oleibman committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    5e64b26 View commit details
    Browse the repository at this point in the history
  3. Incorporate Pull Request 1771

    Fix PHPUnit tests on develop branch
    oleibman committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    122aaf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    c52c7ab View commit details
    Browse the repository at this point in the history