30 Commits

Author SHA1 Message Date
Roman Syroeshko
8267a9e12f https://github.com/PHPOffice/PHPWord/issues/58 - Part VI (PhpWord). 2014-03-20 16:54:12 +04:00
Roman Syroeshko
b32c198824 https://github.com/PHPOffice/PHPWord/issues/58
Part II.
2014-03-18 15:04:14 +04:00
Gabriel Bull
3b7dac452b Refactored PHPWord_Exception to namespaces 2014-03-15 09:42:43 -04:00
Ivan Lanin
89aebc5ee4 Version number: 0.7.0 > 0.8.0 2014-03-15 08:50:03 -04:00
Ivan Lanin
2f0438ff15 Change all remaining trigger_error() into throw new Exception() 2014-03-13 02:08:31 +07:00
Ivan Lanin
4e3450e39f Code formatting for PSR1 & PSR2 - Part 1 2014-03-11 20:09:05 +07:00
Progi1984
3ed25886f8 Merge pull request #88 from jeroenmoors/develop
Clone table rows on the fly when using a template document
2014-03-07 21:59:56 +01:00
Progi1984
50ae8f34a8 Merge pull request #83 from RomanSyroeshko/PHPWord#46
Ability to apply XSL style sheet to Template
2014-03-07 19:12:19 +01:00
Jeroen Moors
57f330c099 Handle the cases were there's no whitespace after <w:tr. 2014-03-07 17:20:40 +01:00
Jeroen Moors
590f08c42b Update cloneRow function to support vertical spanned cells. 2014-03-07 17:20:14 +01:00
Jeroen Moors
b5f71317b7 Create table rows on the fly with cloneRow() when using templates. 2014-03-07 17:18:51 +01:00
Progi1984
545cbc6e23 GH-51 : Adding a value that contains "&" in a template breaks it 2014-03-06 23:29:51 +01:00
Progi1984
2d3725cc88 Merge pull request #85 from RomanSyroeshko/PHPWord#52
Ability to limit number of replacements performed by setValue() method of Template class
2014-03-05 13:07:31 +01:00
Progi1984
cc61801ca0 Merge pull request #57 from RomanSyroeshko/PHPWord#56
Postprocessing of documents returned by Template class before moving to final destination
2014-03-03 19:14:15 +01:00
Roman Syroeshko
b765312469 https://github.com/PHPOffice/PHPWord/issues/46
FIXED: indentation.
2014-03-03 21:12:05 +04:00
Roman Syroeshko
e0e48938fa https://github.com/PHPOffice/PHPWord/issues/46
Boolean values now meet PHP-FIG.
2014-03-02 10:06:27 -08:00
Roman Syroeshko
fb5ef658df https://github.com/PHPOffice/PHPWord/issues/46
Compatibility with PHP 5.3 was fixed.
2014-03-02 20:08:02 +04:00
Roman Syroeshko
a0165701c7 https://github.com/PHPOffice/PHPWord/issues/46
Correction of the docblock descrition.
2014-03-02 05:42:16 -08:00
Roman Syroeshko
6ed2b11211 https://github.com/PHPOffice/PHPWord/issues/46
Minor changes in exception messages.
2014-03-02 05:14:51 -08:00
Roman Syroeshko
84807539b1 https://github.com/PHPOffice/PHPWord/issues/46
Correction of the docblock descrition.
2014-03-02 04:09:48 -08:00
Roman Syroeshko
b579007611 https://github.com/PHPOffice/PHPWord/issues/46
Signature of the method was changed. Optional parameter should be on the last position.
2014-03-01 08:53:19 -08:00
Roman Syroeshko
e5a4e2d8b6 https://github.com/PHPOffice/PHPWord/issues/46
The method name was changed to be more correct.
2014-03-01 05:12:11 -08:00
Gabriel Bull
3cf069fc46 Happy new year! 2014-02-12 11:21:04 -05:00
Roman Syroeshko
3cd60f76de https://github.com/PHPOffice/PHPWord/issues/56
Postprocessing of documents returned by Template class before moving to final destination
2014-01-17 00:02:09 -08:00
Roman Syroeshko
2c5fed61bd https://github.com/PHPOffice/PHPWord/issues/52
Ability to limit number of replacements performed by setValue() method of Template class
2014-01-16 04:19:41 -08:00
Roman Syroeshko
abbd288509 https://github.com/PHPOffice/PHPWord/issues/46
Ability to apply XSLT to Template
2014-01-01 06:28:10 -08:00
Gabriel Bull
d09f0958c6 Fixed some merge issues 2013-12-16 06:40:30 -05:00
Progi1984
95f16cc3a5 Temporary files naming logic in PHPWord_Template can lead to a collision (GH-38) 2013-12-15 14:58:44 +01:00
Progi1984
049c89d079 IMPROVED : Advanced string replace in setValue for Template 2013-12-15 14:46:05 +01:00
Progi1984
0d19d57cba IMPROVED : Moved examples out of Classes directory 2013-12-15 13:35:17 +01:00