log src/plugins/plugin_misc_text_syntaxes.py @ 2290:d5c75be1c8c0

age author description
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-01-01 Goffi plugin text syntaxes: log error on cleanXHTML failure
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-01 Goffi plugin text syntaxes: added 'poster' and 'controls' in allowed attributes for cleanXHTML
2016-02-18 Goffi plugin text syntaxes: fixed defaut syntax handling
2016-01-22 Goffi plugin blog import dotclear: this plugin import Dotclear 2 backups
2016-01-19 souliane plugin text syntaxes: fixes typo
2016-01-17 Goffi pluging text syntaxes: various minor improvments:
2016-01-15 Goffi plugin text syntaxes: a non blocking syntax callback can now return a unicode directly instead of a Deferred
2016-01-03 Goffi copyright update
2015-09-30 Goffi plugins: added new MissingModule exceptions to plugins using third party modules
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.