samimussbach
4c68ebbe9d
Parse formatting inside HTML lists ( #1239 )
2018-01-13 10:03:53 +01:00
troosan
99b04f0353
fix reading of docx default style ( #1238 )
2018-01-12 23:42:22 +01:00
troosan
b614497ae6
fix dependencies to have 7.1 compatible build ( #1228 )
...
* add assertions in test methods without assertions
* loosen dependencies so 7.0 & 7.1 builds can succeed
* fix some scrutinizer errors
* update release date
2017-12-29 02:30:53 +01:00
troosan
200c2f1eb0
Merge pull request #1019 from jun-i-corn/feature/EnablePasswordProtection
...
enable password protection (Word)
2017-12-20 22:00:34 +01:00
troosan
f6dd78daa6
update doc and changelog
2017-12-05 21:39:28 +01:00
troosan
cfc89b7853
Merge branch 'develop' into feature/EnablePasswordProtection
2017-12-05 00:34:14 +01:00
troosan
6faddc684a
Merge pull request #1205 from troosan/update_fields
...
Allow to force an update of all fields on opening a document
2017-11-25 21:56:17 +01:00
troosan
ab5d4468f9
add the updateFields option on document settings
...
When set to true, word will ask you to update the fields in the document
when you open the document.
2017-11-25 01:48:30 +01:00
troosan
3429c443ad
Create PULL_REQUEST_TEMPLATE.md
2017-11-25 01:46:20 +01:00
troosan
446d3478e4
Create ISSUE_TEMPLATE.md
2017-11-25 01:45:27 +01:00
troosan
ad83196a05
move password encoding in separate class
...
fix PHPCS errors
add documentation
add sample
2017-11-23 22:49:21 +01:00
troosan
ffa9c156d7
fix formatting
2017-11-22 22:31:59 +01:00
troosan
670d46e543
add getter/setter on paragraph for child spacing rule
2017-11-22 00:14:31 +01:00
troosan
ac357d10d5
Various fixes
...
- parse text inside list items
- add tests
- rename Cell widthType attribute to unit
2017-11-18 15:55:05 +01:00
ejuhjav
e4fe0c6673
Update elements.rst
...
Fixed a typo in the $lineStyle example (defined previously as $linestyle but used as $lineStyle)
2017-11-10 21:47:43 +01:00
troosan
610d91e041
call parent constructor in SDT and FormField
2017-11-08 00:27:58 +01:00
troosan
a7a35c688d
Allow reading of TargetMode for external images
2017-11-05 22:48:04 +01:00
troosan
8c7ed19d62
Support for Mirrored page setup for docx ( #1183 )
2017-11-05 02:07:53 +01:00
troosan
0f50b6dc61
update documentation
2017-10-23 23:05:29 +02:00
troosan
e6f4d0276a
Merge branch 'development' into fix_php7_issues
2017-09-27 01:09:23 +02:00
troosan
0beeb275fe
Add support for changing the document language ( #1108 )
2017-09-27 00:40:08 +02:00
troosan
6657f0eec3
fix doc
2017-09-26 22:46:46 +02:00
troosan
34a1be0053
Add support for XE and INDEX fields ( #922 )
2017-09-18 21:45:59 +02:00
troosan
34ac7170a2
Merge remote-tracking branch 'github_troosan/fix-travis-build' into fix_php7_issues
2017-09-13 22:25:16 +02:00
troosan
d5291629f7
Merge remote-tracking branch 'github_troosan/develop' into fix_php7_issues
2017-09-13 22:19:16 +02:00
troosan
15585dd3c7
- fix ZF version
...
Fix travis build to run on precise
Update the changelog
2017-09-09 01:25:33 +02:00
troosan
18cb0b26f7
Add support for comments ( #1067 )
...
Just a writer for now, reader to be done
2017-07-11 01:58:54 +02:00
troosan
be6b6008e8
add reader/writer for additional values in settings.xml ( #1098 )
...
* add reader/writer for settings.xml
The following values can currently be set/read
- w:trackRevisions
- w:doNotTrackMoves
- w:doNotTrackFormatting
- w:proofState
- w:zoom
- w:decimalSymbol
- w:revisionView
2017-07-11 01:56:20 +02:00
troosan
e9cc289243
refactor Settings to not mix PHPWord settings and document settings
2017-07-05 21:42:38 +02:00
troosan
a6c6f9faa1
Merge branch 'development' into develop
...
Conflicts:
tests/PhpWord/Writer/Word2007/Part/SettingsTest.php
2017-07-04 15:38:01 +02:00
troosan
e7c551a0bf
Add possibility to show/hide spelling and grammatical errors ( #985 )
...
* Add possibility to show/hide spelling and grammatical errors
2017-07-02 00:37:29 +02:00
troosan
29f7cfb581
Merge pull request #1068 from troosan/footnote_properties
...
Add possibility to control the footnote number
2017-07-01 23:27:10 +02:00
troosan
0f649f3f37
Add test & update documentation
2017-07-01 22:51:53 +02:00
antoine
f0fa91f63c
Merge branch 'support_for_xe_and_index_field' into develop
2017-06-11 12:58:06 +02:00
antoine
8aabf812f8
update XE field to support formatted text + add documentation
2017-06-11 12:56:59 +02:00
antoine
7ce54abac3
Merge remote-tracking branch 'github_troosan/footnote_properties' into develop
2017-05-30 00:37:37 +02:00
antoine
ac89cc39ea
Add possibility to control the footnote number
2017-05-30 00:31:32 +02:00
antoine
6e49e89547
Merge branch 'support_comments' into develop
2017-05-15 23:00:10 +02:00
antoine
1cfb62de0d
Add support for comments
2017-05-15 22:49:02 +02:00
antoine
d23409f687
Add possibility to show/hide spelling and grammatical errors
2017-01-28 11:39:43 +01:00
antoine
204f0c32ec
update documentation
2016-12-12 20:39:10 +01:00
Roman Syroeshko
fb863cdf21
https://github.com/PHPOffice/PHPWord/issues/335 .
2016-07-30 16:02:23 +04:00
Roman Syroeshko
4c7e1399fe
#483 . Output escaping for HTML.
2016-06-28 21:37:36 +04:00
Roman Syroeshko
ec3c62b051
#483 . Output escaping for OOXML.
2016-06-04 20:06:37 +04:00
Evgeniy Tkachenko
40984dcc88
Update DOC: Add note about direction of text inside cell
2016-05-24 08:57:24 +03:00
Roman Syroeshko
d57973693d
#618 .
2016-04-23 19:49:10 +04:00
Roman Syroeshko
28f801b5d0
#704 .
2016-02-23 19:02:35 +04:00
Roman Syroeshko
e6d73d8ff8
Removed custom autoloader.
2015-11-21 20:24:49 +04:00
Roman Syroeshko
e24fec7966
Added backward compatibility for deprecated alignment options.
2015-11-14 17:34:30 +04:00
Roman Syroeshko
4ebd668d7a
Added backward compatibility for deprecated alignment options.
2015-11-14 17:32:32 +04:00