Roman Syroeshko
|
d0a609bc95
|
[CHANGED] Added "@return" annotation where it as missed.
|
2014-07-03 15:40:24 +04:00 |
Roman Syroeshko
|
e1164f8989
|
[Changed] Refactored Template a little.
|
2014-07-02 17:49:53 +04:00 |
Roman Syroeshko
|
c446028acc
|
[Changed] Refactored Template a little.
|
2014-07-02 17:44:26 +04:00 |
Roman Syroeshko
|
75c8e7e816
|
[NEW] Introduced CopyFileException.
|
2014-07-02 17:21:43 +04:00 |
Roman Syroeshko
|
3c694ea572
|
[NEW] Introduced CreateTemporaryFileException.
|
2014-07-02 12:42:50 +04:00 |
Ivan Lanin
|
5519131f3e
|
Unify PHP ZipArchive and PCLZip features into PhpWord ZipArchive
|
2014-05-17 23:30:13 +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 |
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 |
Roman Syroeshko
|
6c3d1e721d
|
License version has been added.
|
2014-05-04 21:03:29 +04:00 |
Ivan Lanin
|
35d06cc2ce
|
Change PHPWord license to LGPL 3 as per #211
|
2014-05-04 17:55:54 +07:00 |
Ivan Lanin
|
0060e4316c
|
PHPMD fixes and remove Style\Tabs (not needed)
|
2014-04-22 17:54:08 +07:00 |
Ivan Lanin
|
4db75c37a9
|
QA: Additional tests for Word2007 writer
|
2014-04-17 16:19:23 +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
|
297eeaadf0
|
Documentation for new ListItem feature
|
2014-04-11 17:59:48 +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 |
Ivan Lanin
|
cd2dba0848
|
Element inheritance refinements
|
2014-04-08 03:27:19 +07:00 |
Ivan Lanin
|
50e9e0f029
|
Merge branch 'develop' into #160-element-container
|
2014-04-06 11:44:37 +07:00 |
Ivan Lanin
|
61885e0d37
|
Merge branch 'develop' of https://github.com/diego-vieira/PHPWord into #191-diego-vieira
|
2014-04-05 23:46:13 +07:00 |
Diego Vieira
|
e800d96cf9
|
added clone, delete, replace block #165
Because I needed to clone, delete and replace some tables, I added those
functions.
|
2014-04-04 00:58:42 -03:00 |
Ivan Lanin
|
237625d22a
|
Merge branch 'develop' into #160-element-container
|
2014-04-02 20:02:36 +07:00 |
Ivan Lanin
|
51a8628209
|
Merge #190, reorder methods (public, protected, private), and add example to Sample_07_TemplateCloneRow
|
2014-04-02 19:07:28 +07:00 |
Dave Gudgeon
|
4f514d2159
|
Load any number of headers and footers
|
2014-04-01 22:13:03 +01:00 |
Dave Gudgeon
|
763de347df
|
Add support for document headers and footers to Template class.
|
2014-04-01 13:25:05 +01: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 |
Ivan Lanin
|
9d3c2e8ae7
|
Update changelog and documentation for PCLZip
|
2014-03-31 00:26:41 +07:00 |
Ivan Lanin
|
338ceabdf0
|
Merge and modify 'pclzip' of https://github.com/bskrtich/PHPWord to make it work with the latest develop branch
|
2014-03-29 00:12:53 +07:00 |
Ivan Lanin
|
e6a26dd8fc
|
Simplify all classes docblock
|
2014-03-27 23:55:06 +07:00 |
Ivan Lanin
|
c72dc688ff
|
Revert project name capitalization #176
|
2014-03-26 16:33:20 +07:00 |
Ivan Lanin
|
dfccd54e66
|
Update README.md, docs, and version number
|
2014-03-26 15:53:17 +07:00 |
Ivan Lanin
|
aff112a13b
|
Method name & code format for PSR/phpdoc compliance
|
2014-03-24 03:20:18 +07:00 |
Ivan Lanin
|
c7f03ecdf3
|
#159 #58 Merge branch 'develop' of https://github.com/RomanSyroeshko/PHPWord into develop
|
2014-03-23 21:10:48 +07:00 |