Roman Syroeshko
2a5c66784b
#51 (updated tests, refactored a little).
2015-02-06 22:28:31 +04:00
Ivan Lanin
40e41342ce
Fix PHPCS
2014-06-29 21:14:10 +07:00
Ivan Lanin
415d9b95c4
Update tests
2014-06-29 14:10:49 +07:00
Ivan Lanin
8c2b099dbc
Merge `Shared\Drawing` and `Shared\Font` into `Shared\Converter`
2014-06-14 10:54:33 +07:00
Ivan Lanin
63d53ac910
Use section "style" instead of "settings" for consistency
2014-06-08 16:44:46 +07:00
Ivan Lanin
893843969f
Refactor elements to move set relation Id from container to element
2014-06-08 03:00:53 +07:00
Ivan Lanin
9839222492
QA: Additional unit tests
2014-05-31 22:28:13 +07:00
Bas-Jan 't Jong
1580113d7b
Added Line element
2014-05-29 16:44:00 +02:00
Bas-Jan 't Jong
079d08e94a
Added Field Element
2014-05-28 17:59:44 +02:00
Ivan Lanin
dc6c487cd0
Fix test error
2014-05-25 00:43:38 +07:00
Ivan Lanin
d764de018c
Additional unit tests and @since documentation
2014-05-21 22:36:00 +07:00
Ivan Lanin
abbf60a3be
Increase minimum mass for php_sim and some test fixes
2014-05-15 10:24:20 +07:00
Ivan Lanin
4edf8ed9b4
Fix unit tests
2014-05-14 20:18:35 +07:00
Ivan Lanin
c9179d681f
Refactor elements and containers
2014-05-12 01:36:28 +07:00
Bas-Jan 't Jong
467f15a480
Added ListItemRun Element
2014-05-11 11:08:39 +02:00
Ivan Lanin
feff87e769
Fix Travis test errors
2014-05-10 21:56:06 +07:00
Ivan Lanin
6a0bfe3314
Move `addTextBox` to `AbstractContainer` and add sample for textbox
2014-05-08 10:58:19 +07:00
Bas-Jan 't Jong
364131aa5d
Added TextBox functionality
2014-05-07 21:27:51 +02: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
d1022a9e3c
QA: PHPMD fixes for `tests`; Some adjustment for Travis build
2014-05-04 23:17:40 +07:00
Ivan Lanin
3d19256c9c
Merge branch 'develop' into nonstatic
2014-05-04 22:30:06 +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
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
Ivan Lanin
d25dc965c9
ODT Writer: Link writing
2014-04-26 16:06:56 +07:00
Ivan Lanin
b7480d81c0
Refactor: Apply composite design pattern to Word2007/OOXML writer
2014-04-25 14:48:44 +07:00
Ivan Lanin
3cb6d86e22
Unit tests for PDF writer; Enable `zip://zipFilename#archiveFilename` construct for image source
2014-04-16 07:50:39 +07:00
Ivan Lanin
e78489b36e
Update unit test and changelog
2014-04-13 18:03:59 +07:00
Ivan Lanin
9bb5655292
Unit test for AbstractStyle
2014-04-12 12:59:44 +07:00
Ivan Lanin
47956b019c
Code formatting and some more tests
2014-04-12 12:17:28 +07:00
Progi1984
b40218da45
Add some unit tests for Shared & Element (100%!) - @Progi1984
2014-04-12 00:59:29 +02:00
Ivan Lanin
f1108c48e6
Add Abstract- prefix and -Interface suffix for corresponding classes
2014-04-08 01:09:06 +07:00
Ivan Lanin
b594e32f04
Move container files
2014-04-08 00:03:53 +07:00
Ivan Lanin
a218202dbd
Enhance unit tests
2014-04-06 15:19:09 +07:00
Ivan Lanin
d7c18fe4b8
Move OOXML specific feature from Media to Word2007\Base
2014-04-05 00:19:45 +07:00
Ivan Lanin
1751ab09ee
Remove unused ZipStreamWrapper.php and cleanup some scripts
2014-04-03 13:05:07 +07:00
Ivan Lanin
1ebd26ddc6
Fix some test error
2014-04-03 09:20:21 +07:00
Ivan Lanin
637c9fce6f
Create new Element abstract class
2014-04-03 09:12:11 +07:00
Ivan Lanin
06ba9e7093
Make one level Element folder structure (move Cell and Row up one level)
2014-04-02 11:27:02 +07:00
Ivan Lanin
f0ee25f343
Deprecate `createSection` in favor of `addSection`
2014-04-02 11:02:56 +07:00
Ivan Lanin
07be5eaea3
Adding more functionalities to containers:
...
- Table: Ability to add footnote in table cell
- Footnote: Ability to add image in footnote
- ListItem: Ability to add list item in header/footer
- CheckBox: Ability to add checkbox in header/footer
- Link: Ability to add link in header/footer
2014-04-01 18:36:35 +07:00
Ivan Lanin
faba46cc05
Extends `Container` abstract class into `Footnote`, `TextRun`, and `Cell` element class.
2014-04-01 00:56:24 +07:00
Ivan Lanin
13e5ca0a84
#160 Refactor folders: Element, Container, and Exception
...
- Rename folder Section to Element
- Rename folder Exceptions to Exception
- Move Section, Header, Footer, Settings to Container folder
- Move Element\Footer\PreserveText to Element\PreserveText
2014-03-31 10:11:52 +07:00