Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

[pull] master from PHPOffice:master#1

Open
pull[bot] wants to merge 540 commits into
auxmoney:masterfrom
PHPOffice:master
Open

[pull] master from PHPOffice:master#1
pull[bot] wants to merge 540 commits into
auxmoney:masterfrom
PHPOffice:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Dec 30, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot assigned cHeeSaW, cawolf and mmross Dec 30, 2020
@pull pull Bot added the ⤵️ pull label Dec 30, 2020
@pull pull Bot requested review from cHeeSaW, cawolf and mmross December 30, 2020 00:20
@cawolf cawolf removed their assignment Feb 16, 2021
PowerKiKi and others added 21 commits November 16, 2022 22:27
`master` is now the only permanent branch. Features and fixes should be merged
into `master` when stable. Pull requests should be forked from `master`.

`develop` branch disappear entirely in favor of temporary features/fixes branches.
Instead, we've been using Scrutinizer for a while
HTML Reader : Add basic support for CSS Style Tag
The `tempDocumentHeaders` and `tempDocumentFooters` array attributes are
passed to this method parameter
HTML Reader : Set style name from the CSS class
improve TemplateProcessor#setValueForPart parameter phpdoc
Call static instead of self on protected method
Jason N. White and others added 30 commits January 1, 2025 10:15
Signed-off-by: JasonnnW3000 <sufssl04@gmail.com>
* feat(font): add default asian font name

* doc: examples and changes

* test: add test for DefaultAsianFontName

* fix: specify the return value type

Co-authored-by: Progi1984 <progi1984@gmail.com>

* test: test set/get function in PHPWord

* style: removed unused annotiation

---------

Co-authored-by: Jui-Nan Lin <eric@writepath.co>
Co-authored-by: Progi1984 <progi1984@gmail.com>
Co-authored-by: Maksim Tiugaev <tugmaks@yandex.ru>
* fix: Support Header element within Title elements

We encountered issues with a Word document where this is a valid combination.

* docs(changelog): Add note about supporting Header elements within Title
* Support for padding in a table cell

* Support for padding in a table cell. fix code style

* feat: Support for padding in a table cell. Addition for changelog

* feat: Support for padding in a table cell. Test file

* feat: Support for padding in a table cell. Test file fix code style

* feat: Support for padding in a table cell. More test file

* Update composer.json 

azamat8405/phpword

* Update composer.json

azamat8405/phpword

* Update composer.json

fix renaming

* feat: Сhanges for the code review

* feat: Сhanges for the code review 2

* feat: feat: Сhanges for the code review 3

* feat: feat: Сhanges for the code review 4

* feat: feat: Сhanges for the code review 5

---------

Co-authored-by: OlisaevAG <A.Olisaev@soccard.ru>
* Add default font color for Word (.docx)

Adds the abillity to add a default font color for generated .docx.

* fix format

* Update 1.4.0.md

Add default font color

* Update introduction.md

Add documentation default font color

* Update introduction.md

Correct default value

* add tests for SetGetDefaultFontColor

* debug test

* add defaultFontColor to FontTest

* Update src/PhpWord/PhpWord.php

As suggested

Co-authored-by: Progi1984 <progi1984@gmail.com>

* Update src/PhpWord/PhpWord.php

As suggested

Co-authored-by: Progi1984 <progi1984@gmail.com>

* Update 1.4.0.md

Add default font color

* Update introduction.md

Add documentation default font color

* Update introduction.md

Correct default value

* add tests for SetGetDefaultFontColor

* debug test

* add defaultFontColor to FontTest

* Update src/PhpWord/PhpWord.php

As suggested

Co-authored-by: Progi1984 <progi1984@gmail.com>

* Update src/PhpWord/PhpWord.php

As suggested

Co-authored-by: Progi1984 <progi1984@gmail.com>

* fix format

* add test for default color

* clean up

* cs fixer

---------

Co-authored-by: MichaelFrey <michael.frey@gmx.ch>
Co-authored-by: Progi1984 <progi1984@gmail.com>
* Writer HTML: Support Default font color

* the reader should already support default font color
…Write, RTF write, ODT basic write (#2727)

* Allow reading ruby text in from Word2007 docs

* Rename ruby language to language Id

* Add basic ruby Word2007 writer

* Update changelog

* Add ruby element docs

* Run PHP CS Fixer

* Fix PHPStan errors

* Run PHP CS Fixer again

* Fix ruby in titles when reading

* Add/tweak tests for reading/writing Title with ruby

* Use elementExists to try and fix PHP7.1

* Review: add missing type hints; refine types

* Add setters to Ruby class

* Add basic sample for ruby text

* Add base constructor to RubyProperties

* Add basic ruby tests

* Run PHP CS Fixer

* Update sample to handle properties better

* Add Ruby HTML output including tests

* Update changelog

* Update PhpStand baseline

* Forgot to run php-cs-fixer again

* Update 1.4.0.md

* Fix TextRun::getText not working with Ruby element

* Add test for TextRun ruby element

* Add RTF ruby output

* Add ruby HTML reading

* Tweak param calls in testRubyWriting

* Update changelog

* Update sample 46 to be less confusing with ruby output

* Move ODText/Element/Text::replaceTabs method

Moved to parent AbstractElement so other classes could make use of it

* Add very basic ODT Ruby output

* Run PHP CS Fixer

* Update 1.4.0.md

* Try to fix unexpected EOF in HtmlTest

* Add missing tests for RubyProperties
* Update composer.json

azamat8405/phpword

* fix: package name

* feat: addition in documentation related to phpword.ini

* Update docs/usage/writers.md

Co-authored-by: Progi1984 <progi1984@gmail.com>

---------

Co-authored-by: OlisaevAG <A.Olisaev@soccard.ru>
Co-authored-by: Progi1984 <progi1984@gmail.com>
* Update composer.json

azamat8405/phpword

* fix: package name

* Documentation : Improved docs/install.md

---------

Co-authored-by: OlisaevAG <A.Olisaev@soccard.ru>
* Writer ODText: Support Default font color

* clean up

* self::assertEquals('false', $element->getAttribute('style:use-window-font-color'));

* pull request number added
* Feat: Added Epub3 writer support

* Add: Tests

* Fix: Code convention

* Update: composer.lock file with latest requirement

* Update: composer.lock file with latest requirement

* Update: composer.lock file with latest requirement

* Remove: composer.lock

* Update: Code conventions for PHP 8.x & Update: .gitignore to include composer.lock (in support of PR #2722 : Autoload)

* Add: Text & Image Element

* Improvement of Epub3 elements code

* Add: Unit tests for full EPub3 codebase

* Fix: Code convention errors for EPub3 Unit tests

* Fix: Added the suggestions

* Revert: composer.json changes -> Now again included the gd & zip extension

* Update: composer.json

* Add: Generating Epub samples with adherence to the Epub 3 checking procedures

* Fix: Null type error in php8.x runtime

* Update: Changelog
Co-authored-by: armagedon007 <000yurik000@gmail.com>
* Fix `0` considered as empty string

* Update changelog

* Updated changelog & Added unit test

---------

Co-authored-by: Florian CAVASIN <cavasinf.info@gmail.com>
* adding limit option to setValues for multiple values

* add parameter type

* Update 2.0.0.md

* add more replacement for testSetValues

* testSetValues with different limit values

* testSetValues with a zero replacement

* Update 1.3.0.md

* improve tests with variables count check to ensure number of occurrences replaced

* Update 1.4.0.md

* Update 1.3.0.md
…ntation (#2753)

* Add support for the firstLineChars style in Word2007.

* Writer Word2007: Added support for the firstLineChars for Indentation

* Fixed Changelog

* Fixed PHPStan & PHPCSFixer

* Fixed PHPStan

---------

Co-authored-by: ling <ling@yundian>
* fix: TOC pages numbers

* fix: TOC pages numbers

* Update tests/PhpWordTests/Writer/Word2007/Element/TOCTest.php

Co-authored-by: Progi1984 <progi1984@gmail.com>

* changelog update

* fix testWriteTitleWithoutpageNumber

* fix testWriteTitleWithoutpageNumber

* Fixed Changelog

---------

Co-authored-by: Progi1984 <progi1984@gmail.com>
* Enhance error handling in encoding functions and update TOC test with static HTML content

* Update TOC test to use static HTML content instead of external API

* update changelog
* Update phpmath

Release 0.3.0 has a security fix in it...

PHPOffice/Math@0.2.0...master

* Update Changelog 1.4.0.md
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
…8 || ^1.0.0 || ^2.0.0 (#2736)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Progi1984 <progi1984@gmail.com>
* Implemented alt text support for images

* Implemented alt text support for images

* Apply suggestions from code review

Co-authored-by: Progi1984 <progi1984@gmail.com>

* Added alt text checking to Element/Image unit test

* Added alt text checking for images to Writer/Word2007/Part unit test

* Added image alt text to changelog

* Fixed username link in image alt text changelog

---------

Co-authored-by: Progi1984 <progi1984@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.