log src/plugins/plugin_misc_text_syntaxes.py @ 1847:d8c6c55aafd7

age author description
Thu, 18 Feb 2016 15:41:47 +0100 Goffi plugin text syntaxes: fixed defaut syntax handling
Fri, 22 Jan 2016 20:24:17 +0100 Goffi plugin blog import dotclear: this plugin import Dotclear 2 backups
Tue, 19 Jan 2016 11:49:25 +0100 souliane plugin text syntaxes: fixes typo
Sun, 17 Jan 2016 17:33:10 +0100 Goffi pluging text syntaxes: various minor improvments:
Fri, 15 Jan 2016 17:13:59 +0100 Goffi plugin text syntaxes: a non blocking syntax callback can now return a unicode directly instead of a Deferred
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Wed, 30 Sep 2015 17:25:09 +0200 Goffi plugins: added new MissingModule exceptions to plugins using third party modules
Sun, 16 Aug 2015 00:06:59 +0200 Goffi plugin text-syntaxes: minor variable renaming
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Sun, 15 Jun 2014 18:18:36 +0200 souliane misc: remove some pylints warnings
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Tue, 01 Apr 2014 21:21:13 +0200 souliane tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:
Thu, 20 Feb 2014 13:28:10 +0100 Goffi plugin text syntaxes: fixed cleaners encoding
Thu, 13 Feb 2014 12:29:14 +0100 souliane plugin text_syntaxes: html2text was breaking the long URLs
Wed, 12 Feb 2014 15:21:00 +0100 souliane plugin text_syntaxes: rstrip the conversion result to avoid new lines systematically added by converters (e.g. html2text do this)
Wed, 05 Feb 2014 16:36:51 +0100 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Mon, 09 Dec 2013 15:31:07 +0100 souliane plugins text-syntaxes: added a default value to use the current user syntax in convert
Thu, 14 Nov 2013 17:53:47 +0100 Goffi plugin text syntaxes: clean_xhtml now accept lxml's HtmlElement to avoid parsing two times the same xml
Wed, 13 Nov 2013 14:03:16 +0100 Goffi plugin XEP-0071: rich messages management for sendMessage
Wed, 13 Nov 2013 14:00:07 +0100 Goffi plugin text syntaxes: fixed bad parameter order for getParamA
Tue, 12 Nov 2013 14:51:32 +0100 Goffi plugin text syntaxes: fixed missing import
Tue, 12 Nov 2013 14:14:36 +0100 Goffi plugin text syntaxes: styles sanitisation
Sat, 09 Nov 2013 10:16:35 +0100 Goffi plugin text_syntaxes: fixed clean_xhml (it now return XHTML instead of HTML)
Tue, 05 Nov 2013 22:40:46 +0100 Goffi plugin text syntaxes: this plugin manage rich text syntaxes conversions and cleaning.