Commit Graph

287 Commits

Author SHA1 Message Date
Progi1984 6b2511e34e Merge develop 2013-12-15 12:36:34 +01:00
Progi1984 e345d862b7 Merge pull request #37 from RomanSyroeshko/PHPWord#34
PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input
2013-12-15 03:17:48 -08:00
Gabriel Bull 5c6319f15b Now only define PHPWORD_BASE_PATH once 2013-12-13 09:07:50 -05:00
Gabriel Bull b6a5bf21b8 Merge branch 'refs/heads/develop'
Conflicts:
	.travis.yml
	composer.json
	src/PHPWord/Writer/Word2007/Base.php
2013-12-13 06:45:37 -05:00
Progi1984 1e50dc0c4b CI via Travis 2013-12-13 11:39:03 +01:00
Progi1984 3f098ba901 Support de Composer 2013-12-13 11:38:22 +01:00
Progi1984 ea81f578b3 Support de Composer 2013-12-13 11:36:36 +01:00
Gabriel Bull be1e357b83 Changed version number 2013-12-11 19:57:36 -05:00
Gabriel Bull dd5e20e7e5 Moved image example to README.md 2013-12-11 16:17:53 -05:00
Gabriel Bull d8ea62c50e Added test for image wrapping behind 2013-12-11 16:09:58 -05:00
Gabriel Bull 822ffc19af Fixed bug with autoloader 2013-12-11 15:34:07 -05:00
Gabriel Bull 50a9ab52b0 Added Unit Tests and fixed bugs with Autoloader 2013-12-11 15:08:54 -05:00
Gabriel Bull fa77c4f159 Added wrapping style to images 2013-12-11 14:51:35 -05:00
Gabriel Bull b6c33c8931 Formatted PHP code toward PSR-2 compliance 2013-12-11 14:45:44 -05:00
Gabriel Bull 3f7ed20a28 Moved examples outside of the source 2013-12-11 14:41:54 -05:00
Gabriel Bull 8c4efdd607 Added support for composer 2013-12-11 14:39:43 -05:00
Roman Syroeshko 5e90c066e8 https://github.com/PHPOffice/PHPWord/issues/34
PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input
2013-11-08 04:40:18 -08:00
Mark Baker f58524b262 Merge pull request #11 from deds/pindent
add indentation support to paragraphs
2013-01-12 13:23:16 -08:00
Deds Castillo 30a7a178e2 add indentation support to paragraphs 2012-10-17 23:48:59 +08:00
Mark Baker 1257b461b6 Add superscript/subscript styling in Excel2007 Writer 2012-10-02 07:45:14 +01:00
Mark Baker ad47f3997c Merge pull request #7 from SergeC/patch-1
Update src/PHPWord/Template.php
2012-09-08 03:43:28 -07:00
Mark Baker db59063352 Merge pull request #3 from jlocashio/master
Added alphanumeric list type
2012-09-08 03:41:55 -07:00
SergeC 9d6b2ff7bd Update src/PHPWord/Template.php
This function returns array of all variables in template.
Test code:
$PHPWord = new PHPWord();
$document = $PHPWord->loadTemplate('Template.docx');
var_dump($document->getVariables());
2012-08-11 23:02:57 +03:00
jlocashio a302fe1c37 Update master 2012-07-12 15:04:44 -07:00
Maarten Balliauw 4f457c99e6 Added readme and license file 2012-07-05 07:25:13 +02:00
Progi1984 a15a9b522b ADDED : Writer/RTF for generating a simple file with some formatting texts and paragraphs 2012-05-30 00:07:50 +02:00
Progi1984 bedf584e12 CLEANED : Some spaces in code 2012-05-30 00:07:07 +02:00
Progi1984 869b5fd180 IMPROVED : Samples\Sample01 2012-05-30 00:06:11 +02:00
Progi1984 95180b502d CHANGED : .gitignore 2012-05-30 00:05:53 +02:00
Progi1984 f29ce0fc4a CHANGED : .gitignore 2012-05-30 00:05:31 +02:00
Progi1984 e9a6a2c4f9 IMPROVED : Writer/ODText for just generating a simple file with some formatting texts and paragraphs 2012-05-29 20:59:22 +02:00
Progi1984 f5da76e90a IMPROVED : Samples\Sample01 2012-05-29 20:57:12 +02:00
Progi1984 de11f4d038 ADDED : .gitignore 2012-05-29 20:56:28 +02:00
Progi1984 cc536c4b6d REMOVED : Files of examples 2012-05-21 21:04:19 +02:00
Progi1984 9e711124e9 ADDED : Writer ODText (Version de base) 2012-05-06 23:25:37 +02:00
Progi1984 a1d5f821b5 Initial Commit 2012-05-06 18:25:40 +02:00
Progi1984 8b80028c33 initial commit 2012-05-06 09:04:30 -07:00