log src/plugins/plugin_misc_text_syntaxes.py @ 1487:0df627d0b4ca

age author description
2015-08-15 Goffi plugin text-syntaxes: minor variable renaming
2015-03-30 Goffi 2015 copyright dates update
2014-06-15 souliane misc: remove some pylints warnings
2014-04-19 Goffi core: use of the new core.log module:
2014-04-01 souliane tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:
2014-02-20 Goffi plugin text syntaxes: fixed cleaners encoding
2014-02-13 souliane plugin text_syntaxes: html2text was breaking the long URLs
2014-02-12 souliane plugin text_syntaxes: rstrip the conversion result to avoid new lines systematically added by converters (e.g. html2text do this)
2014-02-05 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-12-09 souliane plugins text-syntaxes: added a default value to use the current user syntax in convert
2013-11-14 Goffi plugin text syntaxes: clean_xhtml now accept lxml's HtmlElement to avoid parsing two times the same xml
2013-11-13 Goffi plugin XEP-0071: rich messages management for sendMessage
2013-11-13 Goffi plugin text syntaxes: fixed bad parameter order for getParamA
2013-11-12 Goffi plugin text syntaxes: fixed missing import
2013-11-12 Goffi plugin text syntaxes: styles sanitisation
2013-11-09 Goffi plugin text_syntaxes: fixed clean_xhml (it now return XHTML instead of HTML)
2013-11-05 Goffi plugin text syntaxes: this plugin manage rich text syntaxes conversions and cleaning.