Changelog for
dokuwiki-plugin-odt-lang-20170505-3.1.noarch.rpm :
* Sat May 05 2018 projectsAATTlocalside.net- Upstream does not provide a changelog.
* Sun Feb 19 2017 projectsAATTlocalside.net- Upstream does not provide a changelog.
* Thu Dec 22 2016 projectsAATTlocalside.net- 2015-07-18 LarsDW223
* Added syntax tag for changing the page format, orientation and page margins. E.g. \'{{odt>page:A3,landscape,1,1,1,1}}\' sets the page format to A3, landscape orientation with a 1cm margin on each side. If the margins are omitted, 2cm margins are assumed.- 2015-07-09 LarsDW223
* Changed the locallink() implementation from just inserting text to inserting a link to the corresponding heading.- 2015-07-08 LarsDW223
* Added syntax tag for including a TOC in the exported ODT file.- 2015-07-04 LarsDW223
* Added/merged support for exporting books to ODT (interface to bookcreator plugin). This is a contribution from Klap-in. Thanks a lot!- 2015-06-08 LarsDW223
* Fixed issue \'Table does not span across 100% of the page #40\'. Thanks to Klap-in.
* Fixed issue \'IntelliJ IDEA inspections doesn\'t like \"empty ($picture) === true\" lines #41\'- 2015-05-25 LarsDW223
* Refactored CSS import
* Added support for AATTmedia rules (with simplified comparison method)
* Refactored stylefactory.php
* Fixed wrong handling of border-color, border-width and background-color in function _odtOpenTextBoxUseProperties()
* Import all DokuWiki CSS. Plugins can use the functions getCSSProperties() and getODTProperties() instead of importing their CSS files on their own- 2015-05-16 LarsDW223
* Fixed wrong protoyping of function \'register\' in action.php
* Added missing shorthand handling in CSS import helper class for: list-style, flex, transition, outline, animation, border-bottom, columns
* Added test code for CSS import helper class (incomplete)- 2015-05-15 LarsDW223
* Improved table support: + Columns can be added after opening the table + Support for padding in table cells + Support relative width for columns- 2015-05-14 LarsDW223
* Added support for language and country settings. These are both taken from the property \'lang\', e.g. \'de-de\' sets the language to german and country to germany. If there is no \'-\' it is assumed that only the language shall be set.- 2015-05-12 LarsDW223
* Added support for text indentation for the first line of a paragraph. Use property \'text-indent\'.- 2015-05-11 LarsDW223
* Added function to insert a pagebreak.- 2015-05-10 LarsDW223
* Bugfix: Fixed issue \'Multi column frame with 2 columns does not span across all columns #33\'.
* Bugfix: Fixed issue \'Frames have wrong size #34\'.
* Support for \'display\' attribute in text spans and paragraphs- 2015-05-09 LarsDW223
* Bugfix: Re-Sized images were only displayed in a very small size. Fixes issue \"exported images are just sized of some little pixels #11\".- 2015-05-07 LarsDW223
* Added support for multi column frames (to provide it to the wrap plugin). New functions are: createMultiColumnFrameStyle (stylefactory), _odtOpenMultiColumnFrame, _odtCloseMultiColumnFrame.- 2015-05-05 LarsDW223
* Bugfix: The function \'adjustValueForODT\' did not convert the color name \'black\' to \'#000000\'. This is fixed now.
* Refactored style functions: Every function that only builds the ODT style from given properties has been moved to the new helper class \'stylefactory\'.
* Added CSS based functions for tables: + _odtTableOpenUseCSS, _odtTableOpenUseCSSStyle, _odtTableOpenUseProperties + _odtTableHeaderOpenUseCSS, _odtTableHeaderOpenUseCSSStyle, _odtTableHeaderOpenUseProperties + _odtTableRowOpenUseCSS, _odtTableRowOpenUseCSSStyle, _odtTableRowOpenUseProperties + _odtTableCellOpenUseCSS, _odtTableCellOpenUseCSSStyle, _odtTableCellOpenUseProperties
* Adjustment for Wrap plugin: New function _odtDivOpenAsFrameUseProperties, _processCSSClass and _processCSSStyle are now public
* Bugfix: close paragraph (if open) before opening a header. Otherwise headers would disappear if opened inbetween a paragraph.
* Bugfix: do not open nested frames in nested calls to _odtDivOpenAsFrameUseCSS/_odtDivOpenAsFrameUseProperties. Reason: a nested frame will not be displayed, only the first, outer one. Nested calls will be ignored and do not open frames and DO NOT lead to errors.- 2015-05-02 LarsDW223
* Output paragraphs with style \"Quotation 1\" up to \"Quotation 5\" for quotes. The styles are defined in styles.xml. Each style increases the indentation by 1cm and has it\'s own border color. Fixes issue \"quote conversion #31\".- 2015-04-10 Florian Lamml (infoAATTflorian-lamml.de)
* new odt.png (up-to-date style)
* some cleanups- 2015-03-31 LarsDW223 Improved CSS based functions:
* Divided CSS based functions into 3 parts/functions: + A function importing CSS from a file + A function which directly imports a CSS style (similar to HTML code like \'style=\"color:red;\"\') + A function which takes the properties from an assoziative array (this is called by the other two)
* Added CSS based functions for opening a paragraph
* Added support for font-family, font-variant, letter-spacing and vertical-align in CSS functions for opening a span and paragraph
* Added support for line-height in CSS based paragraph open functions
* Added support for font-size in percent (e.g. \'font-size:200%;\') in CSS based span and paragraph functions. This requires to save the common styles in ODT documents not using templates.- 2015-03-18 LarsDW223
* Added new helper class \'cssimport\' for rudimentary CSS import (incomplete!). The class support reading of CSS and DokuWiki replacement files. The CSS properties can be queried by the ODT renderer to use it as parameters for ODT style definitions.
* Added new functions to renderer for CSS based span and div export: _odtSpanOpenUseCSS/_odtSpanClose, _odtDivOpenAsFrameUseCSS/_odtDivCloseAsFrame- 2015-02-26 Florian Lamml (infoAATTflorian-lamml.de)
* changes to the pagetools-button- 2015-02-06 jaller94
* Valid Button for HTML5
* Sat Jan 24 2015 projectsAATTlocalside.net- initial upload