log src/tools/xml_tools.py @ 2541:65695b9343d3

age author description
Thu, 29 Mar 2018 09:09:32 +0200 Goffi jp (xmlui): added whitelist, read_only and values_only options:
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Thu, 30 Nov 2017 20:29:25 +0100 Goffi core (XMLUI): added value property for StringWidget and ListWidget
Sat, 11 Nov 2017 18:39:26 +0100 Goffi core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2Widgets
Sat, 11 Nov 2017 18:39:24 +0100 Goffi core (XMLUI): added a "value" property in TextWidget
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Tue, 31 Oct 2017 23:07:26 +0100 Goffi core (xmlui): fixed data_form => XMLUI conversion when filters is None
Fri, 27 Oct 2017 18:06:58 +0200 Goffi core (XMLUI): filters can now be used when converting data form to XMLUI:
Fri, 27 Oct 2017 18:03:35 +0200 Goffi core (XMLUI), template(XMLUI): added flags to ListWidget:
Fri, 20 Oct 2017 08:39:05 +0200 Goffi plugin schema, core(xmlui): deep copy base form when reused to avoid accidental modification
Mon, 16 Oct 2017 07:36:03 +0200 Goffi core (xmlui): new "prepend" argument for dataForm2Widgets and dataFormResult2XMLUI:
Sun, 01 Oct 2017 12:21:23 +0200 Goffi core (xmlui): container now keep a list of children
Sun, 01 Oct 2017 12:21:23 +0200 Goffi core (xmlui): added method to convert data form result to XMLUI:
Sun, 24 Sep 2017 16:36:11 +0200 Goffi core, frontends (xmlui): new LabelContainer:
Tue, 03 Jan 2017 18:51:50 +0100 Goffi core (xml_tools): fixed findAll
Sun, 11 Sep 2016 23:17:31 +0200 Goffi core (stdui): fixed cancellation of ContactList forms
Sun, 28 Aug 2016 18:16:03 +0200 Goffi core (xmlui): added a quickNote method to easily send notes
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Wed, 09 Mar 2016 16:59:29 +0100 Goffi plugin XEP-0060: service, node and uri are added to metadata when doing a getItems
Fri, 22 Jan 2016 20:24:17 +0100 Goffi core (xml_tools): added a method to find all elements corresponding to criteria
Fri, 22 Jan 2016 20:24:17 +0100 Goffi core (xml_tools): unescape HTML sequences to avoid parsing error in ElementParser
Fri, 22 Jan 2016 20:24:17 +0100 Goffi core (xml_tools), plugin XEP-0277: ElementParser element now manage automatically the wrapping with <div/> element when needed + fixed content_xhtml/title_xhtml in XEP-0277
Wed, 13 Jan 2016 13:12:50 +0100 Goffi tools (xml_tools): removed unused import
Wed, 13 Jan 2016 13:11:20 +0100 Goffi reverted patch 3770d13776e8
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Tue, 15 Dec 2015 20:29:19 +0100 souliane tools, plugins XEP-0071, XEP-0277: remove recently added expandNewLinesToXHTML, just leave it to the convertors
Tue, 15 Dec 2015 14:12:19 +0100 souliane memory (params): parameter jids_list values are specified with <jid>...</jid>
Tue, 15 Dec 2015 12:41:07 +0100 Goffi core (xmlui): fixed deferConfirm
Tue, 15 Dec 2015 12:20:55 +0100 Goffi core (xmlui): fixed bad call of deferredUI in deferXMLUI
Fri, 11 Dec 2015 07:54:14 +0100 souliane tools: expandNewLinesToXHTML replaces two or more \n instead of each ones
Thu, 10 Dec 2015 14:21:51 +0100 souliane plugin XEP-0277, xml_tools: restore decapsulation of XHTML content
Thu, 10 Dec 2015 14:00:21 +0100 souliane xml_tools, plugin XEP-0071, XEP-0277: add method expandNewLinesToXHTML:
Fri, 27 Nov 2015 16:45:55 +0100 Goffi core (xmlui): new deferredUI method allows to manage XMLUI with a Deferred insteand of manual submit_id handling:
Sun, 22 Nov 2015 21:24:23 +0100 Goffi core (xmlui): fixed security_limit in deferXMLUI
Tue, 17 Nov 2015 21:28:58 +0100 Goffi core, bridge: actionsGet:
Sun, 15 Nov 2015 23:11:27 +0100 Goffi core (xmlui), plugin file: added action_extra param to deferXMLUI/deferDialog which is merged to the action data dict when actionNew is called
Sat, 14 Nov 2015 19:21:56 +0100 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
Sat, 26 Sep 2015 18:39:05 +0200 Goffi core (xmlui): fixed submit_id returning None when its value is ''
Sat, 26 Sep 2015 15:00:27 +0200 Goffi core (XMLUI): restorer submit_id:
Fri, 25 Sep 2015 19:19:12 +0200 Goffi core (xmlui): deferDialog can now manage additional dialog options through the "options" argument
Wed, 02 Sep 2015 13:56:34 +0200 souliane tools (xml_tools): split dataFormResult2AdvancedList in dataFormResult2XMLUIData and XMLUIData2AdvancedList
Thu, 27 Aug 2015 17:59:22 +0200 Goffi core (xmlui): added helper method to easily manage dialogs with a deferred
Wed, 26 Aug 2015 12:24:38 +0200 souliane tools (xml_tools): keeps data form result headers sorted
Wed, 26 Aug 2015 12:23:55 +0200 souliane tools (xml_tools): fixes JidElement.__init__
Tue, 25 Aug 2015 15:39:16 +0200 Goffi core (xmlui): reverted change from 039d96e131be: we should be able to recreate the same container with changeContainer
Fri, 21 Aug 2015 14:58:42 +0200 souliane tools (xmlui): changeContainer do not create a new one when the current one already fits
Fri, 21 Aug 2015 14:17:41 +0200 souliane tools, frontends (xmlui): allow to select a tab when adding it
Thu, 20 Aug 2015 18:33:52 +0200 Goffi core (xmlui): added JidsListWidget to manage editable list of jids:
Tue, 18 Aug 2015 10:52:18 +0200 Goffi core(xmlui): removed useless parenthesis around assert
Tue, 18 Aug 2015 10:35:44 +0200 Goffi core , privmitivus (xmlui): add jidInput handling, with a simple String for now
Tue, 18 Aug 2015 10:04:47 +0200 Goffi xmlui: minor docstring fixes
Sat, 15 Aug 2015 22:27:39 +0200 Goffi xml_tools: minor attribute renaming
Tue, 21 Jul 2015 15:36:40 +0200 souliane tools (xml_tools): better PEP-8 compliance
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Fri, 03 Oct 2014 12:27:43 +0200 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
Mon, 15 Sep 2014 14:18:25 +0200 Matteo Cypriani misc: fixed some typos
Wed, 27 Aug 2014 01:24:26 +0200 Goffi core (XMLUI): sugar method "note" allow to easily create a XMLUI note dialog (more methods for other dialogs should follow)
Wed, 27 Aug 2014 00:23:14 +0200 Goffi plugin OTR: authentication management + fixed a bug in setState (due to a wrong docstring in potr.context.getCurrentTrust)
Mon, 11 Aug 2014 19:10:24 +0200 Goffi core (XMLUI): Dialogs are now managemed in XMLUI: