2082 Commits

Author SHA1 Message Date
Progi1984
aec8d9f596 IMPROVED : Docs Syntax Highlighting
http://documentation-style-guide-sphinx.readthedocs.org/en/latest/style-guide.html#code-blocks
2014-03-21 09:58:40 +01:00
Ivan Lanin
530571af33 Merge pull request #157 from wapmorgan/master
FIx README.md
2014-03-21 02:23:57 +07:00
wapmorgan
9d53687607 Update README.md
Fix code
2014-03-20 21:24:59 +03:00
Ivan Lanin
676666f772 Add simple FAQ 2014-03-20 23:41:57 +07:00
Ivan Lanin
0bd29cba82 Simplify README.md and move the full documentation to RST. 2014-03-20 22:53:48 +07:00
Gabriel Bull
38a4eb785f Changed logo for a logo that would not infringe Microsoft's copyright 2014-03-20 11:48:41 -04:00
Gabriel Bull
759911502c Changed PHPWord image 2014-03-20 11:07:10 -04:00
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
Progi1984
9bfa82ec03 #82 Documentation with a table with differences between features 2014-03-20 14:23:18 +01:00
Roman Syroeshko
90a118852c https://github.com/PHPOffice/PHPWord/issues/58 - Part VI (lost changes). 2014-03-20 17:22:47 +04:00
Roman Syroeshko
d51cb0ef3e https://github.com/PHPOffice/PHPWord/issues/58 - Part VII (supported PHP version). 2014-03-20 17:17:43 +04:00
Roman Syroeshko
8267a9e12f https://github.com/PHPOffice/PHPWord/issues/58 - Part VI (PhpWord). 2014-03-20 16:54:12 +04:00
Ivan Lanin
1661da22a1 Documentation updates 2014-03-20 16:13:52 +07:00
Ivan Lanin
e3ea166b31 Documentation updates 2014-03-19 23:25:27 +07:00
Ivan Lanin
7e3f776a5d Documentation updates 2014-03-19 23:22:13 +07:00
Ivan Lanin
23c8a11d54 Documentation updates 2014-03-19 23:08:44 +07:00
Roman Syroeshko
32ed6a3b19 https://github.com/PHPOffice/PHPWord/issues/58 - Part V (IOFactory). 2014-03-19 18:00:19 +04:00
Ivan Lanin
741ca2bbc4 Add file formats support section in docs/intro.rst #82 2014-03-19 18:58:50 +07:00
Ivan Lanin
855b36b0aa Table of differences between Writers (and Readers) #82 2014-03-19 16:29:36 +07:00
Roman Syroeshko
4e546d1a21 https://github.com/PHPOffice/PHPWord/issues/58 - Part IV. 2014-03-19 11:04:48 +04:00
Roman Syroeshko
51ced7db8e https://github.com/PHPOffice/PHPWord/issues/58 Part III. 2014-03-18 17:26:03 +04:00
Roman Syroeshko
b32c198824 https://github.com/PHPOffice/PHPWord/issues/58
Part II.
2014-03-18 15:04:14 +04:00
Roman Syroeshko
510f9cdf79 https://github.com/PHPOffice/PHPWord/issues/58
Part I.
2014-03-17 20:25:30 +04:00
Ivan Lanin
47fa1f0c3b Bugfix: Preserve text doesn't render correctly when the text is not the first word, e.g. 'Page {PAGE}' 2014-03-17 19:43:38 +07:00
Ivan Lanin
e89f24f7a7 Merge pull request #137 from ivanlanin/fancy-samples
Fancy web interface for samples
2014-03-17 18:32:39 +07:00
Ivan Lanin
ef0443361a Merge remote-tracking branch 'upstream/develop' into fancy-samples 2014-03-17 18:31:08 +07:00
Gabriel Bull
1d1bb2df81 Commented out some lines in the travis-ci config to see if we can pass 2014-03-17 06:22:39 -04:00
Gabriel Bull
78d718a5b1 Fixed typo in variable name 2014-03-17 06:22:17 -04:00
Ivan Lanin
cec16ce1f3 Merge branch 'develop' into fancy-samples 2014-03-17 07:43:47 +07:00
Ivan Lanin
fca9e532cf DocBlock corrections 2014-03-17 07:26:25 +07:00
Gabriel Bull
12a79779bf Merge branch 'refs/heads/master' into develop
Conflicts:
	changelog.txt
2014-03-16 17:01:05 -04:00
Gabriel Bull
74566e3862 Added test case for image type detection
Conflicts:
	changelog.txt
0.8.1
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
Brandon Skrtich
b9244d6318 Add PCLZIP alternative to ZipArchive
Resolves #106
2014-03-16 11:57:48 -06:00
Ivan Lanin
5bcd114023 Merge pull request #138 from ivanlanin/develop
Additional unit tests
2014-03-16 08:43:45 +07:00
Ivan Lanin
18c1e5f77b Additional template test 2014-03-16 08:42:02 +07:00
Ivan Lanin
077d87d1bc New unit tests for Writer 2014-03-16 07:40:02 +07:00
Ivan Lanin
28fef5f264 Bugfix on PHPWordTest 2014-03-16 00:25:49 +07:00
Ivan Lanin
9922f8e319 Closing bracket. Again. 2014-03-15 23:45:31 +07:00
Ivan Lanin
26483df5b2 Closing bracket bug 2014-03-15 23:22:51 +07:00
Ivan Lanin
b35a7995ad Check requirements 2014-03-15 23:12:35 +07:00
Ivan Lanin
59eec587fc Convert samples 2014-03-15 22:39:57 +07:00
Gabriel Bull
f4d7fa427d Added PHP 5.6 to travis-ci and removed namespace checking before we make the change to namespaces 2014-03-15 09:46:17 -04:00
Gabriel Bull
3b7dac452b Refactored PHPWord_Exception to namespaces 2014-03-15 09:42:43 -04:00
Gabriel Bull
0c5e405937 Merge branch 'master' of github.com:PHPOffice/PHPWord into develop 2014-03-15 08:54:37 -04:00
Ivan Lanin
89aebc5ee4 Version number: 0.7.0 > 0.8.0 2014-03-15 08:50:03 -04:00
Ivan Lanin
04623f2b03 Merge pull request #135 from ivanlanin/master
Version number: 0.7.0 > 0.8.0
2014-03-15 16:18:23 +07:00
Ivan Lanin
f2d01b849b Version number: 0.7.0 > 0.8.0 2014-03-15 16:17:05 +07:00
Progi1984
5bc74eb64f ADDED : Docs 2014-03-15 10:00:09 +01:00
Progi1984
6837b1142d Merge pull request #134 from PHPOffice/develop
Version 0.8.0
0.8.0
2014-03-15 09:45:26 +01:00