-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Added support for Composer, Images Wrapping, Unit Testing and started re-writing code to be PSR-2 compliant #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also, while merging my pull request ;-), this is a TODO list that needs be done: |
I enable the repo on Travis-CI (https://travis-ci.org/PHPOffice/PHPWord) |
Conflicts: .travis.yml composer.json src/PHPWord/Writer/Word2007/Base.php
I'll delete it right after you merged my pull request into the master branch and added tags in order not to break my current application using it. This is what I think the tags should look like: https://github.com/gavroche/PHPWord/releases |
I must firstly merge the develop in master branch. And I will treat all pull requests after that. |
I just merge the develop branch in master branch. |
Conflicts: .gitignore Classes/PHPWord.php Classes/PHPWord/Section.php Classes/PHPWord/Section/Footer.php Classes/PHPWord/Section/Header.php Classes/PHPWord/Section/Table/Cell.php Classes/PHPWord/Section/TextRun.php Classes/PHPWord/Shared/String.php Classes/PHPWord/Style/Cell.php Classes/PHPWord/Style/Paragraph.php Classes/PHPWord/Template.php Classes/PHPWord/Writer/Word2007.php Classes/PHPWord/Writer/Word2007/Base.php Classes/PHPWord/Writer/Word2007/Document.php Examples/AdvancedTable.php Examples/BasicTable.php Examples/HeaderFooter.php Examples/Link.php Examples/ListItem.php Examples/Object.php Examples/Section.php Examples/Template.php Examples/Textrun.php Examples/TitleTOC.php Examples/Watermark.php Examples/_earth.JPG Examples/_mars.jpg Examples/_sheet.xls changelog.txt samples/old/AdvancedTable.php samples/old/BasicTable.php samples/old/Image.php samples/old/Link.php samples/old/ListItem.php samples/old/Object.php samples/old/Section.php samples/old/Template.php samples/old/Textrun.php samples/old/TitleTOC.php samples/old/Watermark.php samples/old/_earth.jpg samples/old/_mars.jpg samples/old/_sheet.xls src/Examples/AdvancedTable.php src/Examples/BasicTable.php src/Examples/Link.php src/Examples/ListItem.php src/Examples/Object.php src/Examples/Section.php src/Examples/Template.php src/Examples/Textrun.php src/Examples/TitleTOC.php src/Examples/Watermark.php src/Examples/_earth.JPG src/Examples/_mars.jpg src/Examples/_sheet.xls
Ok, I merged the master branch to my pull request, you should now be able to accept my pull request without any problems.
|
Could you move your source to Classes directory ? |
Ok done, but maybe we should consider moving all repos to more standard |
PR40 - Added support for Composer, Images Wrapping, Unit Testing and started re-writing code to be PSR-2 compliant
Merge done. And for moving the directory, open an issue to PHPExcel project. It's our reference. PS : I will release a version before the end of 2013. |
Ok I deleted the repo from packagist it's now up to you to re add it. Don't forget to enable auto update. |
As for directory naming, we should not use PHPExcel as a reference but rather use PSR-* standards. |
Added : https://packagist.org/packages/phpoffice/phpword Could you open a issue for discuting about the directory naming in PHPExcel ? PHPExcel is the reference for PHPOffice projects. |
Here is is if you'd like to contribute. |
No description provided.