ozilion
258c9c6b9e
Added addCheckBox() function
...
Created new file named CheckBox.php under Section folder. Added
addCheckBox() function to Section.php and \Table\Cell.php files and
_writeCheckbox(..) function to Base.php file.
2014-03-20 16:27:19 +02:00
Gabriel Bull
74566e3862
Added test case for image type detection
...
Conflicts:
changelog.txt
2014-03-16 16:57:17 -04:00
Brandon Skrtich
745f3c81b5
Add function to check for image type.
...
Some servers do not have exif_imagetype available. So I added a work around.
2014-03-16 16:52:39 -04:00
Ivan Lanin
f2d01b849b
Version number: 0.7.0 > 0.8.0
2014-03-15 16:17:05 +07:00
Ivan Lanin
d04e600300
New unit test for ODText\Content and some test fixes
2014-03-15 14:48:26 +07:00
Ivan Lanin
92a7a6b617
More unit tests for Template and Writer
2014-03-15 13:25:42 +07:00
Progi1984
9646fd3f3e
ADDED : Unit Tests
2014-03-14 20:36:09 +01:00
Ivan Lanin
44d2501293
TextBreak: Allow font/paragraph styling for text break
2014-03-14 22:03:19 +07:00
Ivan Lanin
088caa2d36
@codeCoverageIgnore for some legacy (unused yet) code
2014-03-14 20:56:27 +07:00
Ivan Lanin
c8a1e2e0eb
Final fix that satisfies both MS Word and OpenOffice
2014-03-14 15:26:17 +07:00
Ivan Lanin
d87fa2aa8b
MS Word report corrupted DOCX when there's more than 1 section and footnote applied not on the first section. OO is fine.
...
Bug source: [Content-Types].xml entry is different with document.xml.rels
2014-03-14 14:53:45 +07:00
Ivan Lanin
cd3f74e572
Footnote fix
2014-03-14 04:26:50 +07:00
Ivan Lanin
ff6b2a9e5f
MemoryImage: Allow remote image when allow_url_open = on
2014-03-14 00:04:52 +07:00
Ivan Lanin
1aa83b9438
Some more tests for Writer/Word2007/Base.php. We're on 71.84% coverage now :)
2014-03-13 20:58:24 +07:00
Ivan Lanin
fd95a1c1ec
Merge remote-tracking branch 'upstream/develop' into develop
2014-03-13 20:23:55 +07:00
Gabriel Bull
f711e8a0e9
Formatted code in PHPWord_Style_Font class
2014-03-13 09:22:12 -04:00
Progi1984
fcc4c073a4
Merge pull request #119 from bskrtich/xmlwritercompatibility
...
Add XMLWriter Compatibility option
2014-03-13 14:07:20 +01:00
Ivan Lanin
8d942b589a
Rename Reader sample and sync Base.php
2014-03-13 19:34:16 +07:00
Ivan Lanin
d180ac7fdf
Merge branch 'develop' of https://github.com/jhfangying/PHPWord into develop
2014-03-13 19:28:52 +07:00
Ivan Lanin
37dd6bcf82
Merge branch 'xmlwritercompatibility' of https://github.com/bskrtich/PHPWord into develop
2014-03-13 19:11:01 +07:00
Ivan Lanin
acfe64bb53
More unit tests for Writer\Word2007\Base
2014-03-13 19:09:35 +07:00
jhfangying
a6e91ef195
merge
2014-03-13 16:01:48 +08:00
jhfangying
b79a66ba9e
1
2014-03-13 15:50:56 +08:00
Brandon Skrtich
7fdf2b538a
Add XMLWriter Compatibility option
2014-03-13 00:24:16 -06:00
jhfangying
a7663476f6
add Font Content Type
...
w:hint attribute added
2014-03-13 13:09:44 +08:00
jhfangying
bb38d6c135
delete one line
2014-03-13 08:59:46 +08:00
jhfangying
af1a591271
support for eastAsia fontstyle
...
support for eastAsia fontstyle
add sample 10
2014-03-13 08:48:18 +08:00
Ivan Lanin
2f0438ff15
Change all remaining trigger_error() into throw new Exception()
2014-03-13 02:08:31 +07:00
Ivan Lanin
d4d42752d4
Unit test for PHPWord\Style
2014-03-13 01:58:00 +07:00
Ivan Lanin
1fbea54b4b
Merge remote-tracking branch 'upstream/develop' into develop
2014-03-13 01:27:30 +07:00
Gabriel Bull
5e0fc7a2d8
Fixed bug with new extension verification
2014-03-12 11:22:41 -04:00
Ivan Lanin
4119c6af07
Reorganize samples and write unsupported element to ODText and RTF
2014-03-12 21:55:20 +07:00
Gabriel Bull
d991fdc6d1
Added image writer tests
2014-03-12 10:10:36 -04:00
Gabriel Bull
492f88d1e8
Use exif_imagetype to check image format instead of extension name
2014-03-12 09:25:21 -04:00
Ivan Lanin
b1ee8a3de6
Unit test for PHPWord main class
2014-03-12 19:26:30 +07:00
Ivan Lanin
530a71c2bf
Unit test for TOC
2014-03-12 16:24:36 +07:00
jhfangying
3daaffa183
support for eastAsia fontstyle
2014-03-12 16:17:37 +08:00
Ivan Lanin
042f7a06be
Merge remote-tracking branch 'upstream/develop' into develop
2014-03-12 15:03:06 +07:00
Ivan Lanin
e5bd649b2c
Code formatting for PSR1 & PSR2 - Part 4
2014-03-12 13:52:24 +07:00
Ivan Lanin
92cfa12d71
Code formatting for PSR1 & PSR2 - Part 3
2014-03-12 13:30:02 +07:00
Ivan Lanin
46a0768d29
Merge remote-tracking branch 'upstream/develop' into develop
2014-03-12 10:46:36 +07:00
Brandon Skrtich
762f812b6b
Add Text Break to Text Run
2014-03-11 16:44:22 -06:00
Gabriel Bull
77f52e998b
Use exif_imagetype to check image format instead of extension name
2014-03-11 16:37:38 -04:00
Gabriel Bull
72fca30e8c
Fixed bug with footer preserve text
2014-03-11 14:19:33 -04:00
Ivan Lanin
589e603277
Unit test for Reader and additional methods for DocumentProperties, adapted from PHPExcel
2014-03-12 00:12:55 +07:00
Ivan Lanin
d2a231799d
Code formatting for PSR1 & PSR2 - Part 2
2014-03-11 21:44:54 +07:00
Ivan Lanin
4e3450e39f
Code formatting for PSR1 & PSR2 - Part 1
2014-03-11 20:09:05 +07:00
Ivan Lanin
ec514f310f
Reader: Read section settings and font/paragraph styles
2014-03-11 16:27:42 +07:00
Ivan Lanin
fa2878e530
Cleaning up code
2014-03-11 03:01:12 +07:00
Ivan Lanin
cf790b9f98
Minimum working sample for text, textrun, and textbreak
2014-03-11 02:43:04 +07:00