Ivan Lanin
|
d3ac5b1fa1
|
Merge branch '#193' into develop
|
2014-05-30 13:19:51 +07:00 |
Ivan Lanin
|
5c2c687efd
|
#193: Heading numbering
|
2014-05-30 13:19:10 +07:00 |
Ivan Lanin
|
a57b28de8f
|
Some adjustments for the new `Line` element #253
|
2014-05-30 01:05:55 +07:00 |
Bas-Jan 't Jong
|
748e16473d
|
Final try to resolve Travis build errors
|
2014-05-29 18:07:01 +02:00 |
Bas-Jan 't Jong
|
0103787873
|
Second attempt to resolve Travis build errors
|
2014-05-29 17:44:14 +02:00 |
Bas-Jan 't Jong
|
54af93a20a
|
Fixed some Travis build errors
|
2014-05-29 17:11:54 +02:00 |
Bas-Jan 't Jong
|
1580113d7b
|
Added Line element
|
2014-05-29 16:44:00 +02:00 |
Ivan Lanin
|
e81d92e265
|
Update changelog, docs, and unit tests for new `Field` element #251
|
2014-05-29 16:25:39 +07:00 |
Bas-Jan 't Jong
|
079d08e94a
|
Added Field Element
|
2014-05-28 17:59:44 +02:00 |
Ivan Lanin
|
92c7a24c38
|
QA: Additional unit tests and docblock fixes
|
2014-05-25 23:08:02 +07:00 |
Ivan Lanin
|
dc6c487cd0
|
Fix test error
|
2014-05-25 00:43:38 +07:00 |
Ivan Lanin
|
1e9a498ca2
|
QA: Reduce some complexities: https://scrutinizer-ci.com/g/PHPOffice/PHPWord/code-structure/develop?elementType=operation
|
2014-05-24 15:38:41 +07:00 |
Ivan Lanin
|
5ff47f44e9
|
QA: Misc. bugfixes and docblock improvements
|
2014-05-24 11:11:12 +07:00 |
Ivan Lanin
|
e00b551aa2
|
Breakdown HTML Writer to head and body parts and more cyclomatic complexity reductions
|
2014-05-23 16:48:11 +07:00 |
Ivan Lanin
|
fbce1c8fc9
|
#244: Enable "image float left"
|
2014-05-22 00:37:50 +07:00 |
Ivan Lanin
|
3569271277
|
Word2007 Writer: Enable the missing custom document properties writer
|
2014-05-21 19:20:13 +07:00 |
Ivan Lanin
|
553371f088
|
Type hinting and docblock update
|
2014-05-19 14:27:55 +07:00 |
Ivan Lanin
|
39d4e8ee54
|
Bugfix #150: Page break adds new line in the beginning of the new page
|
2014-05-18 22:23:28 +07:00 |
Ivan Lanin
|
b1e16e4386
|
Word2007: Reformat fonttable and theme parts
|
2014-05-18 17:49:47 +07:00 |
Ivan Lanin
|
970c6a24eb
|
Bug fixes for last commit
|
2014-05-18 16:48:15 +07:00 |
Ivan Lanin
|
410ce4bffe
|
ODT: Enable section and column
|
2014-05-18 16:29:56 +07:00 |
Ivan Lanin
|
b91e3209fa
|
Refactor ODT writer to give enable some additional features
|
2014-05-18 14:43:11 +07:00 |
Ivan Lanin
|
f380c29eef
|
Add `writeRaw` annotation and disambiguate `Settings`
|
2014-05-16 01:22:34 +07:00 |
Ivan Lanin
|
5511378eca
|
#200: Ability to use a config file to store various common settings
|
2014-05-16 00:59:38 +07:00 |
Ivan Lanin
|
4d9e4062c3
|
QA: Scrutinizer dedup
|
2014-05-15 14:41:08 +07:00 |
Ivan Lanin
|
27fa3ba233
|
Remove fontStyle parameter from ListItemRun and various small fixes
|
2014-05-15 01:13:22 +07:00 |
Ivan Lanin
|
04a62f3255
|
QA: Code cleanup and some additional tests
|
2014-05-14 19:41:44 +07:00 |
Ivan Lanin
|
1ee43da4de
|
#196: RTF link styling
|
2014-05-13 23:41:16 +07:00 |
Ivan Lanin
|
7ae8c3cb81
|
Refactoring: Word2007 table and marginborder style writer
|
2014-05-13 14:57:04 +07:00 |
Ivan Lanin
|
8745c5ee30
|
Change behaviour of `set...` function of boolean properties; Some bug fixing based on Scrutinizer; New `Row` Word2007 style writer
|
2014-05-13 12:50:18 +07:00 |
Ivan Lanin
|
f8f98cccab
|
#237: Ability to define table width (in percent and twip) and position
|
2014-05-13 01:32:44 +07:00 |
Ivan Lanin
|
e589961e68
|
#158: Convert UTF8 text to Unicode before writing RTF (support UTF8 in RTF)
|
2014-05-12 23:12:07 +07:00 |
Ivan Lanin
|
55e715b5b1
|
Add variable type hints
|
2014-05-12 15:54:10 +07:00 |
Ivan Lanin
|
c9179d681f
|
Refactor elements and containers
|
2014-05-12 01:36:28 +07:00 |
Ivan Lanin
|
c7e4ed0c18
|
Type check in element writers
|
2014-05-11 20:10:36 +07:00 |
Ivan Lanin
|
c243a11e57
|
Additional type checks in style writers
|
2014-05-11 19:06:36 +07:00 |
Ivan Lanin
|
7d5c62ab34
|
Merge branch 'nestedtable' into develop
|
2014-05-11 18:22:09 +07:00 |
Ivan Lanin
|
da77ba6a71
|
Merge branch 'ListItemRun' of github.com:basjan/PHPWord into #234-#235-basjan
|
2014-05-11 17:58:16 +07:00 |
Ivan Lanin
|
ded651d947
|
#149: Ability to add table inside a cell (nested table)
|
2014-05-11 17:30:23 +07:00 |
Bas-Jan 't Jong
|
467f15a480
|
Added ListItemRun Element
|
2014-05-11 11:08:39 +02:00 |
Ivan Lanin
|
17e2f02817
|
Type checks on style writers
|
2014-05-11 11:23:46 +07:00 |
Ivan Lanin
|
530f8ee357
|
Writers refactoring fixes
|
2014-05-10 14:45:51 +07:00 |
Ivan Lanin
|
0b13b22e07
|
Refactor HTML & PDF writer with composite pattern
|
2014-05-10 14:23:22 +07:00 |
Ivan Lanin
|
246557e3be
|
Reactivate PHPMD and fix some rules for textbox
|
2014-05-09 03:15:26 +07:00 |
Ivan Lanin
|
6f0579c78f
|
Fix Travis build error
|
2014-05-09 00:34:08 +07:00 |
Ivan Lanin
|
8a1d07f71a
|
Fix Travis test errors
|
2014-05-08 23:13:45 +07:00 |
Ivan Lanin
|
f7dd9dd07c
|
Refactor writers and styles
|
2014-05-08 20:46:13 +07:00 |
Ivan Lanin
|
ea41b08a9a
|
Refactor the new textbox element
|
2014-05-08 13:05:27 +07:00 |
Ivan Lanin
|
e12daacc0b
|
Merge branch 'refactor' into develop
|
2014-05-08 12:17:14 +07:00 |
Ivan Lanin
|
6a0bfe3314
|
Move `addTextBox` to `AbstractContainer` and add sample for textbox
|
2014-05-08 10:58:19 +07:00 |
Ivan Lanin
|
c7a940cc4c
|
Merge branch 'textbox' of github.com:basjan/PHPWord
|
2014-05-08 08:56:34 +07:00 |
Bas-Jan 't Jong
|
364131aa5d
|
Added TextBox functionality
|
2014-05-07 21:27:51 +02:00 |
Ivan Lanin
|
88560de601
|
Refactor writers
|
2014-05-08 02:19:57 +07:00 |
Ivan Lanin
|
51d69a44c6
|
Refactoring based on Scrutinizer recommendation
|
2014-05-07 01:11:56 +07:00 |
Ivan Lanin
|
0c1e47d7a7
|
Type checking
|
2014-05-06 23:37:14 +07:00 |
Ivan Lanin
|
c4e8fdac84
|
Refactoring for code quality improvement (based on Scrutinizer)
|
2014-05-06 22:08:39 +07:00 |
Ivan Lanin
|
c28f28ea25
|
Refactoring for code quality improvement (based on Scrutinizer)
|
2014-05-06 21:22:24 +07:00 |
Ivan Lanin
|
b3229c6a7b
|
Fix Travis test and update Scrutinizer config
|
2014-05-06 17:13:16 +07:00 |
Ivan Lanin
|
13c178d140
|
Refactor: Composite Word2007 & ODText writer parts
|
2014-05-06 16:38:16 +07:00 |
Ivan Lanin
|
4039304ba0
|
Word2007 Writer: Refactor writer parts using composite pattern
|
2014-05-06 01:45:13 +07:00 |
Ivan Lanin
|
704cc2fe04
|
Refactoring: Extends Endnotes from Footnotes & Heder from Footer
|
2014-05-05 23:30:15 +07:00 |
Roman Syroeshko
|
2add5541ce
|
[CHANGED] https://github.com/PHPOffice/PHPWord/pull/179 - copyright notice has been added.
|
2014-05-05 13:06:53 +04:00 |
Roman Syroeshko
|
89f94b793d
|
[CHANGED] https://github.com/PHPOffice/PHPWord/pull/179 - copyright info has been changed.
|
2014-05-05 12:38:32 +04:00 |
Ivan Lanin
|
fd4fa11390
|
Merge remote-tracking branch 'upstream/develop' into nonstatic
|
2014-05-05 00:26:02 +07:00 |
Roman Syroeshko
|
6c3d1e721d
|
License version has been added.
|
2014-05-04 21:03:29 +04:00 |
Ivan Lanin
|
3d19256c9c
|
Merge branch 'develop' into nonstatic
|
2014-05-04 22:30:06 +07:00 |
Ivan Lanin
|
42c712e334
|
Refactor new image styles and create `Word2007/Style/Image` class
|
2014-05-04 21:36:52 +07:00 |
Ivan Lanin
|
6898ada0e0
|
Merge branch 'develop' of github.com:basjan/PHPWord into #217-basjan
|
2014-05-04 18:16:33 +07:00 |
Ivan Lanin
|
35d06cc2ce
|
Change PHPWord license to LGPL 3 as per #211
|
2014-05-04 17:55:54 +07:00 |
Ivan Lanin
|
c21e28f974
|
More refactoring for PHPMD compliance
|
2014-05-04 16:57:39 +07:00 |
Bas-Jan 't Jong
|
15dcb384c6
|
Messed up something. Resetting
|
2014-05-04 10:34:40 +02:00 |
Ivan Lanin
|
725162bc6b
|
Deprecate static classes Footnotes, Endnotes, and TOC (#206); Reactivate `phpcpd` and `phpmd` on Travis
|
2014-05-04 03:40:54 +07:00 |
Bas-Jan 't Jong
|
9c11067720
|
Added Image relative and absolute positioning
|
2014-05-03 10:08:39 +02:00 |
Shawn Iwinski
|
6606d5c5c4
|
Remove spurious executable bits
|
2014-05-02 14:43:43 -04:00 |
Ivan Lanin
|
e613e13478
|
New `Indentation` and `Spacing` style; Ability to define first line and right indentation
|
2014-05-02 14:12:07 +07:00 |
Ivan Lanin
|
999a9c5037
|
Style: Remove `bgColor` from `Font`, `Table`, and `Cell` and put it into the new `Shading` style
|
2014-05-02 09:45:16 +07:00 |
Ivan Lanin
|
9afa46105e
|
Docblock fixes
|
2014-05-02 01:15:28 +07:00 |
Ivan Lanin
|
1d84c1db33
|
#151 Small caps, all caps, and double strikethrough; #199 Ability to use measurement unit other than twips
|
2014-05-02 00:49:42 +07:00 |
Ivan Lanin
|
1a1356a30b
|
Section: Ability to define gutter and line numbering
|
2014-05-01 23:10:38 +07:00 |
Ivan Lanin
|
9b1f2f210c
|
Add style class checker and rename $fStyle/$pStyle variables
|
2014-05-01 14:37:58 +07:00 |
Ivan Lanin
|
4a3400c5b2
|
Refactor: Create writers' `Part` folders and remove all static parts
|
2014-04-30 13:49:48 +07:00 |
Ivan Lanin
|
d25dc965c9
|
ODT Writer: Link writing
|
2014-04-26 16:06:56 +07:00 |
Ivan Lanin
|
0f79eb5186
|
Refactor: Split `AbstractContainer` from `AbstractElement`
|
2014-04-26 13:29:43 +07:00 |
Ivan Lanin
|
7863e397c4
|
Writer: Style writers
|
2014-04-26 12:44:11 +07:00 |
Ivan Lanin
|
559a798acb
|
Refactor: Apply composite design pattern to ODText/OpenDocument writer
|
2014-04-25 16:07:13 +07:00 |
Ivan Lanin
|
b7480d81c0
|
Refactor: Apply composite design pattern to Word2007/OOXML writer
|
2014-04-25 14:48:44 +07:00 |
Ivan Lanin
|
0060e4316c
|
PHPMD fixes and remove Style\Tabs (not needed)
|
2014-04-22 17:54:08 +07:00 |
Ivan Lanin
|
f829559f65
|
ODT Writer: Basic image writing support
|
2014-04-18 23:12:51 +07:00 |
Ivan Lanin
|
f5f03a5b2b
|
Emulate \ZipArchive::extractTo for PCLZip
|
2014-04-18 02:58:38 +07:00 |
Ivan Lanin
|
4db75c37a9
|
QA: Additional tests for Word2007 writer
|
2014-04-17 16:19:23 +07:00 |
Ivan Lanin
|
94e1661958
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2014-04-16 22:55:42 +07:00 |
Ivan Lanin
|
b670a1e70f
|
DOCX Writer: Create `word/settings.xml` and `word/webSettings.xml` dynamically
|
2014-04-16 22:13:00 +07:00 |
Roman Syroeshko
|
db1d89ab23
|
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
src/PhpWord/Element/Section.php
src/PhpWord/Endnotes.php
src/PhpWord/Footnotes.php
src/PhpWord/Media.php
src/PhpWord/PhpWord.php
src/PhpWord/Reader/Word2007.php
src/PhpWord/Writer/AbstractWriter.php
src/PhpWord/Writer/ODText/Content.php
src/PhpWord/Writer/Word2007.php
src/PhpWord/Writer/Word2007/Notes.php
|
2014-04-16 17:39:26 +04:00 |
Roman Syroeshko
|
2c1c1ea60f
|
[IMPROVED] Dockblocks as per https://github.com/PHPOffice/PHPWord/pull/187.
|
2014-04-16 17:22:30 +04:00 |
Ivan Lanin
|
b419d64277
|
Change Application DocProps to "PHPWord"
|
2014-04-16 18:41:29 +07:00 |
Ivan Lanin
|
89f42884c6
|
Merge branch 'master' of https://github.com/brunocasado/PHPWord into 'develop'
|
2014-04-13 17:37:54 +07:00 |
Ivan Lanin
|
ae652a6379
|
Update upcoming version number to 0.10.0 as per #178
|
2014-04-11 19:04:53 +07:00 |
Ivan Lanin
|
297eeaadf0
|
Documentation for new ListItem feature
|
2014-04-11 17:59:48 +07:00 |
Ivan Lanin
|
39a5e8c51e
|
Merge branch 'numbering' into develop
|
2014-04-11 17:11:21 +07:00 |
Ivan Lanin
|
47669f501a
|
Ability to create custom list #10 and to read list definition from DOCX
|
2014-04-11 17:08:47 +07:00 |