|
20 | 20 | - Solid Fill support - @maartenba CP-5461
|
21 | 21 | - Applied patch 8375 - @maartenba CP-8375
|
22 | 22 | - Implement autoloader - @MarkBaker
|
23 |
| -- Implement ODP Writer - @Progi1984 |
| 23 | +- ODPresentation Writer : Implement Basic Writer - @Progi1984 GH-1 |
| 24 | +- ODPresentation Writer : Implement Support of Charts - @Progi1984 GH-33 |
| 25 | +- ODPresentation Writer : Implement Support of Lines - @Progi1984 GH-30 |
| 26 | +- ODPresentation Writer : Implement Support of Tables - @Progi1984 GH-31 |
| 27 | +- PowerPoint2007 Writer : Implement Support of Fill - @Progi1984 GH-32 |
24 | 28 |
|
25 | 29 | ### Bugfix
|
26 | 30 |
|
27 |
| -- Allow solid colour fill - @MarkBaker |
| 31 | +- Allow solid color fill - @MarkBaker |
28 | 32 | - Table width setting Office 2007 - @maartenba CP-3910
|
29 | 33 | - Bullet characters in Master Slide Layouts of template file become corrupted - @maartenba CP-4598
|
30 | 34 | - Generated files cannot be opened in Office 08 for Mac OSX - @maartenba CP-3424
|
|
33 | 37 | - Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - @maartenba CP-4596
|
34 | 38 | - Fixed A3 and A4 formats dimensions - @delphiki GH-16
|
35 | 39 | - Fixed custom document layout - @delphiki GH-18
|
36 |
| -<<<<<<< HEAD |
37 | 40 | - Filename parameter is required for IWriter::save method - @sapfeer0k GH-19
|
38 |
| -======= |
39 |
| -- Filename parameter is required for IWriter::save method |
40 |
| ->>>>>>> master |
| 41 | +- DocumentLayout: Fix incorrect variable assignment - @kaiesh GH-6 |
| 42 | +- Hyperlink: Wrong input parameter object type in setHyperlink - @nynka GH-23 |
| 43 | +- ODPresentation Writer: ODP writer is locale sensitive in the wrong places - @Progi1984 GH-21 |
| 44 | +- ODPresentation Writer: Display InMemory Image - @Progi1984 GH-29 |
| 45 | +- PowerPoint2007 Writer: Bar3D doesn't display - @Progi1984 GH-32 |
| 46 | +- PowerPoint2007 Writer: Changed PowerPoint2007 writer attributes to protected - @delphiki GH-20 |
| 47 | +- PowerPoint2007 Writer: Scatter chart with numerical X values not working well - @Progi1984 GH-3 |
| 48 | +- Shape RichText: Support of Vertical Alignment in PowerPoint2007 - @Progi1984 GH-35 |
| 49 | + |
41 | 50 |
|
42 | 51 | ### Miscellaneous
|
43 | 52 |
|
|
46 | 55 | - QA: Prepare `.travis.yml` and `phpcs.xml` for Travis build passing - @Progi1984 @ivanlanin
|
47 | 56 | - QA: Initiate unit tests - @Progi1984 @ivanlanin
|
48 | 57 | - QA: Cleanup source code for PSR dan PHPDoc compatibility - @ivanlanin
|
| 58 | +- QA: Unit Tests - @Progi1984 & @ivanlanin |
49 | 59 | - Doc: Initiate documentation - @ivanlanin
|
| 60 | +- Doc: Move to [Read The Docs](http://phppowerpoint.readthedocs.org) - @Progi1984 |
50 | 61 | - Refactor: Change PHPPowerPoint_Shape_Shadow to PHPPowerPoint_Style_Shadow because it's a style, not a shape - @ivanlanin
|
51 | 62 | - Refactor: Change PHPPowerPoint_SlideIterator to PHPPowerPoint_Slide_Iterator - @ivanlanin
|
52 | 63 |
|
|
0 commit comments