January 25th, 2013· Use local text formatting commands, such as textbf instead of {bf }. #13 [jone]
· onegov.ch approved: add badge to readme. [jone]
· Declare missing dependencies. [jone]
· Make layout annotatable. This allows to store certain informations while building the PDF. [jone]
· Plone 4.3 compatibility. [jone]
August 24th, 2012· Tables: fix wrong indentation when using combined css classes "right" and "bold". [jone]
· Tables: support width definition in "style" attribute of cells. #10 [jone]
· Fix ampersand escaping in urls. #11 [jone]
· Templating: fix template lookup for five based browser views which are wrapped into a meta class. [jone]
· List conversion: handle empty list items.
· Removing them in ordered and unordered lists.
· Keep them in definition lists, since two tags result in one item.
· [jone]
June 14th, 2012· Table converter: fix centering of cell contents by using correct LaTeX (centering instead of centervspace{-1.5em}). [jone]
Hyperlink:
· Support resolveUid (with upper U) resolution.
· Remove "./" from concatenated relative urls.
· Support hyphenation in urls.
May 11th, 2012· Table converter: fix TypeError when using colspan without defining any widths. [jone]
May 10th, 2012· HTML to LaTeX: escape $ charactor. Otherwise it enables math-mode. [jone]
· Tables: use seperate caption implementation for non-floating environments. [jone]
· Tables: fix border collapse bug when using rowspan. [jone]
· Tables: calculate widths properly respecting tabcolsep. [jone]
· Tables: support plone css classes (grid, listing, vertical). [jone]
May 3rd, 2012· Add convert_plain method to converter and view. [phgross]
· Add encode_htmlentities utils function. [phgross]
March 23rd, 2012· Improve testing speed by using ftw.testing. [jone]
· Add table converter css classes: indent2 -> indent the content 0.2cm indent10 -> indent the content 1cm bold -> display content with bold font grey -> Display cell content with grey text color. footnotesize -> Display cell content with smaller font size. scriptsize -> Display cell content with smaller font size. [jone]
· Listing converter: cleanup bad html in case when lists are nested without list items. FCKEditor somehow produces that sometimes. [jone]
· Implement customizable layouts. [jone]
March 9th, 2012· Table converter: add css classes for aligning cells ("right", "center", "left"). [jone]
· Table converter: add cell-border functionality, using css classes "border-right", "border-left", "border-top" and "border-bottom". [jone]
· Table converter: improve grid border, add classes "border-grid" and "listing" for enabling grid borders. [jone]
· Table converter: use "tabular" for small tables. #3 [jone]