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
|
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
|
a65c3c3cf1
|
RTF Writer: Ability to write image
|
2014-05-23 19:22:40 +07:00 |
Ivan Lanin
|
5519131f3e
|
Unify PHP ZipArchive and PCLZip features into PhpWord ZipArchive
|
2014-05-17 23:30:13 +07:00 |
Ivan Lanin
|
04a62f3255
|
QA: Code cleanup and some additional tests
|
2014-05-14 19:41:44 +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
|
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 |
Shawn Iwinski
|
6606d5c5c4
|
Remove spurious executable bits
|
2014-05-02 14:43:43 -04: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 |
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
|
2829fd8216
|
Enable image in HTML writer
|
2014-04-16 12:12:32 +07:00 |
Ivan Lanin
|
9c738f7eae
|
Refactor Element\Image and some samples
|
2014-04-16 09:50:56 +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
|
abc67edb50
|
Merge branch 'develop' of https://github.com/japonicus/PHPWord into develop
|
2014-04-13 17:45:50 +07:00 |
Ivan Lanin
|
0ccea9620c
|
Merge remote-tracking branch 'upstream/develop' into xml-reader
|
2014-04-09 18:48:04 +07:00 |
Ivan Lanin
|
2cdad4b247
|
Reader: Ability to read header, footer, footnotes, link, preservetext, textbreak, pagebreak, table
|
2014-04-09 18:13:43 +07:00 |
Roman Syroeshko
|
191d37b280
|
Leading backslashes in global function/constant calls were removed.
|
2014-04-08 21:56:18 +04:00 |
japonicus
|
833dfea1e0
|
Keep image aspect ratio if only 1 dimension styled
If only one of image width or height is specified, then scale missing
dimension to maintain the aspect ratio.
|
2014-04-08 17:42:01 +01:00 |
Ivan Lanin
|
cd2dba0848
|
Element inheritance refinements
|
2014-04-08 03:27:19 +07:00 |
Ivan Lanin
|
f1108c48e6
|
Add Abstract- prefix and -Interface suffix for corresponding classes
|
2014-04-08 01:09:06 +07:00 |
Ivan Lanin
|
a218202dbd
|
Enhance unit tests
|
2014-04-06 15:19:09 +07:00 |
Ivan Lanin
|
50e9e0f029
|
Merge branch 'develop' into #160-element-container
|
2014-04-06 11:44:37 +07:00 |
Ivan Lanin
|
7c549f5802
|
DocBlock and use fixes
|
2014-04-03 10:13:13 +07:00 |
Ivan Lanin
|
637c9fce6f
|
Create new Element abstract class
|
2014-04-03 09:12:11 +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 |