|
2 | 2 |
|
3 | 3 | ## Features
|
4 | 4 |
|
5 |
| -- Provide fluent interfaces where possible - @maartenba CP-815 |
6 |
| -- Use existing presentation template when writing PPTX file - @maartenba CP-1034 |
7 |
| -- Implement bullet and numeric lists - @maartenba CP-1093 |
8 |
| -- getProperties: setCompany feature request - @maartenba CP-1173 |
9 |
| -- New shape type: table - @maartenba CP-1375 |
10 |
| -- Use of CDATA text when writing text - @maartenba CP-2804 |
11 |
| -- Possibility to set borders on tables and table cells - @maartenba CP-1378 |
12 |
| -- Access to additional properties of Text Boxes - @maartenba CP-4921 |
13 |
| -- Applied patch 7010 - @maartenba CP-7010 |
14 |
| -- Applied patch 7020 - @maartenba CP-7020 |
15 |
| -- Add a hyperlink to an image or textbox - @maartenba CP-1196 |
16 |
| -- PowerPoint Charts - @maartenba CP-4953 |
17 |
| -- Editing chart data - @maartenba CP-5580 |
18 |
| -- Solid Fill support - @maartenba CP-5461 |
19 |
| -- Applied patch 8375 - @maartenba CP-8375 |
20 |
| -- Implement autoloader - @MarkBaker |
21 |
| -- ODPresentation Writer : Implement Basic Writer - @Progi1984 GH-1 |
22 |
| -- ODPresentation Writer : Implement Support of Charts - @Progi1984 GH-33 |
23 |
| -- ODPresentation Writer : Implement Support of Lines - @Progi1984 GH-30 |
24 |
| -- ODPresentation Writer : Implement Support of Tables - @Progi1984 GH-31 |
25 |
| -- PowerPoint2007 Writer : Implement Support of Fill - @Progi1984 GH-32 |
| 5 | +- Provide fluent interfaces where possible - [@maartenba](https://github.com/maartenba) CP-815 |
| 6 | +- Use existing presentation template when writing PPTX file - [@maartenba](https://github.com/maartenba) CP-1034 |
| 7 | +- Implement bullet and numeric lists - [@maartenba](https://github.com/maartenba) CP-1093 |
| 8 | +- getProperties: setCompany feature request - [@maartenba](https://github.com/maartenba) CP-1173 |
| 9 | +- New shape type: table - [@maartenba](https://github.com/maartenba) CP-1375 |
| 10 | +- Use of CDATA text when writing text - [@maartenba](https://github.com/maartenba) CP-2804 |
| 11 | +- Possibility to set borders on tables and table cells - [@maartenba](https://github.com/maartenba) CP-1378 |
| 12 | +- Access to additional properties of Text Boxes - [@maartenba](https://github.com/maartenba) CP-4921 |
| 13 | +- Applied patch 7010 - [@maartenba](https://github.com/maartenba) CP-7010 |
| 14 | +- Applied patch 7020 - [@maartenba](https://github.com/maartenba) CP-7020 |
| 15 | +- Add a hyperlink to an image or textbox - [@maartenba](https://github.com/maartenba) CP-1196 |
| 16 | +- PowerPoint Charts - [@maartenba](https://github.com/maartenba) CP-4953 |
| 17 | +- Editing chart data - [@maartenba](https://github.com/maartenba) CP-5580 |
| 18 | +- Solid Fill support - [@maartenba](https://github.com/maartenba) CP-5461 |
| 19 | +- Applied patch 8375 - [@maartenba](https://github.com/maartenba) CP-8375 |
| 20 | +- Implement autoloader - [@MarkBaker](https://github.com/MarkBaker) |
| 21 | +- ODPresentation Writer : Implement Basic Writer - [@Progi1984](https://github.com/Progi1984) GH-1 |
| 22 | +- ODPresentation Writer : Implement Support of Charts - [@Progi1984](https://github.com/Progi1984) GH-33 |
| 23 | +- ODPresentation Writer : Implement Support of Lines - [@Progi1984](https://github.com/Progi1984) GH-30 |
| 24 | +- ODPresentation Writer : Implement Support of Tables - [@Progi1984](https://github.com/Progi1984) GH-31 |
| 25 | +- PowerPoint2007 Writer : Implement Support of Fill - [@Progi1984](https://github.com/Progi1984) GH-32 |
26 | 26 |
|
27 | 27 | ## Bugfix
|
28 | 28 |
|
29 |
| -- Allow solid color fill - @MarkBaker |
30 |
| -- Table width setting Office 2007 - @maartenba CP-3910 |
31 |
| -- Bullet characters in Master Slide Layouts of template file become corrupted - @maartenba CP-4598 |
32 |
| -- Generated files cannot be opened in Office 08 for Mac OSX - @maartenba CP-3424 |
33 |
| -- Table Cell Borders Not Displaying Correctly - @maartenba CP-2541 |
34 |
| -- Multiple Master Slides are not supported - @maartenba CP-4597 |
35 |
| -- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - @maartenba CP-4596 |
36 |
| -- Fixed A3 and A4 formats dimensions - @delphiki GH-16 |
37 |
| -- Fixed custom document layout - @delphiki GH-18 |
38 |
| -- Filename parameter is required for IWriter::save method - @sapfeer0k GH-19 |
39 |
| -- DocumentLayout: Fix incorrect variable assignment - @kaiesh GH-6 |
40 |
| -- Hyperlink: Wrong input parameter object type in setHyperlink - @nynka GH-23 |
41 |
| -- ODPresentation Writer: ODP writer is locale sensitive in the wrong places - @Progi1984 GH-21 |
42 |
| -- ODPresentation Writer: Display InMemory Image - @Progi1984 GH-29 |
43 |
| -- PowerPoint2007 Writer: Bar3D doesn't display - @Progi1984 GH-32 |
44 |
| -- PowerPoint2007 Writer: Changed PowerPoint2007 writer attributes to protected - @delphiki GH-20 |
45 |
| -- PowerPoint2007 Writer: Scatter chart with numerical X values not working well - @Progi1984 GH-3 |
46 |
| -- Shape RichText: Support of Vertical Alignment in PowerPoint2007 - @Progi1984 GH-35 |
| 29 | +- Allow solid color fill - [@MarkBaker](https://github.com/MarkBaker) |
| 30 | +- Table width setting Office 2007 - [@maartenba](https://github.com/maartenba) CP-3910 |
| 31 | +- Bullet characters in Master Slide Layouts of template file become corrupted - [@maartenba](https://github.com/maartenba) CP-4598 |
| 32 | +- Generated files cannot be opened in Office 08 for Mac OSX - [@maartenba](https://github.com/maartenba) CP-3424 |
| 33 | +- Table Cell Borders Not Displaying Correctly - [@maartenba](https://github.com/maartenba) CP-2541 |
| 34 | +- Multiple Master Slides are not supported - [@maartenba](https://github.com/maartenba) CP-4597 |
| 35 | +- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - [@maartenba](https://github.com/maartenba) CP-4596 |
| 36 | +- Fixed A3 and A4 formats dimensions - [@delphiki](https://github.com/delphiki) GH-16 |
| 37 | +- Fixed custom document layout - [@delphiki](https://github.com/delphiki) GH-18 |
| 38 | +- Filename parameter is required for IWriter::save method - [@sapfeer0k](https://github.com/sapfeer0k) GH-19 |
| 39 | +- DocumentLayout: Fix incorrect variable assignment - [@kaiesh](https://github.com/kaiesh) GH-6 |
| 40 | +- Hyperlink: Wrong input parameter object type in setHyperlink - [@nynka](https://github.com/nynka) GH-23 |
| 41 | +- ODPresentation Writer: ODP writer is locale sensitive in the wrong places - [@Progi1984](https://github.com/Progi1984) GH-21 |
| 42 | +- ODPresentation Writer: Display InMemory Image - [@Progi1984](https://github.com/Progi1984) GH-29 |
| 43 | +- PowerPoint2007 Writer: Bar3D doesn't display - [@Progi1984](https://github.com/Progi1984) GH-32 |
| 44 | +- PowerPoint2007 Writer: Changed PowerPoint2007 writer attributes to protected - [@delphiki](https://github.com/delphiki) GH-20 |
| 45 | +- PowerPoint2007 Writer: Scatter chart with numerical X values not working well - [@Progi1984](https://github.com/Progi1984) GH-3 |
| 46 | +- Shape RichText: Support of Vertical Alignment in PowerPoint2007 - [@Progi1984](https://github.com/Progi1984) GH-35 |
47 | 47 |
|
48 | 48 | ## Miscellaneous
|
49 | 49 |
|
50 |
| -- Rename PHPPowerpoint.php to PHPPowerPoint.php - @maartenba CP-1165 |
51 |
| -- Create build script using Phing - @maartenba CP-5270 |
52 |
| -- QA: Prepare `.travis.yml` and `phpcs.xml` for Travis build passing - @Progi1984 @ivanlanin |
53 |
| -- QA: Initiate unit tests - @Progi1984 @ivanlanin |
54 |
| -- QA: Cleanup source code for PSR dan PHPDoc compatibility - @ivanlanin |
55 |
| -- QA: Unit Tests - @Progi1984 & @ivanlanin |
56 |
| -- Doc: Initiate documentation - @ivanlanin |
57 |
| -- Doc: Move to [Read The Docs](http://phppowerpoint.readthedocs.org) - @Progi1984 |
58 |
| -- Refactor: Change PHPPowerPoint_Shape_Shadow to PHPPowerPoint_Style_Shadow because it's a style, not a shape - @ivanlanin |
59 |
| -- Refactor: Change PHPPowerPoint_SlideIterator to PHPPowerPoint_Slide_Iterator - @ivanlanin |
| 50 | +- Rename PHPPowerpoint.php to PHPPowerPoint.php - [@maartenba](https://github.com/maartenba) CP-1165 |
| 51 | +- Create build script using Phing - [@maartenba](https://github.com/maartenba) CP-5270 |
| 52 | +- QA: Prepare `.travis.yml` and `phpcs.xml` for Travis build passing - [@Progi1984](https://github.com/Progi1984) [@ivanlanin](https://github.com/ivanlanin) |
| 53 | +- QA: Initiate unit tests - [@Progi1984](https://github.com/Progi1984) [@ivanlanin](https://github.com/ivanlanin) |
| 54 | +- QA: Cleanup source code for PSR dan PHPDoc compatibility - [@ivanlanin](https://github.com/ivanlanin) |
| 55 | +- QA: Unit Tests - [@Progi1984](https://github.com/Progi1984) & [@ivanlanin](https://github.com/ivanlanin) |
| 56 | +- Doc: Initiate documentation - [@ivanlanin](https://github.com/ivanlanin) |
| 57 | +- Doc: Move to [Read The Docs](http://phppowerpoint.readthedocs.org) - [@Progi1984](https://github.com/Progi1984) |
| 58 | +- Refactor: Change PHPPowerPoint_Shape_Shadow to PHPPowerPoint_Style_Shadow because it's a style, not a shape - [@ivanlanin](https://github.com/ivanlanin) |
| 59 | +- Refactor: Change PHPPowerPoint_SlideIterator to PHPPowerPoint_Slide_Iterator - [@ivanlanin](https://github.com/ivanlanin) |
0 commit comments