log src/tools/xml_tools.py @ 2430:3faf18111d61

age author description
2017-11-11 Goffi core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2Widgets
2017-11-11 Goffi core (XMLUI): added a "value" property in TextWidget
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-10-31 Goffi core (xmlui): fixed data_form => XMLUI conversion when filters is None
2017-10-27 Goffi core (XMLUI): filters can now be used when converting data form to XMLUI:
2017-10-27 Goffi core (XMLUI), template(XMLUI): added flags to ListWidget:
2017-10-20 Goffi plugin schema, core(xmlui): deep copy base form when reused to avoid accidental modification
2017-10-16 Goffi core (xmlui): new "prepend" argument for dataForm2Widgets and dataFormResult2XMLUI:
2017-10-01 Goffi core (xmlui): container now keep a list of children
2017-10-01 Goffi core (xmlui): added method to convert data form result to XMLUI:
2017-09-24 Goffi core, frontends (xmlui): new LabelContainer:
2017-01-03 Goffi core (xml_tools): fixed findAll
2016-09-11 Goffi core (stdui): fixed cancellation of ContactList forms
2016-08-28 Goffi core (xmlui): added a quickNote method to easily send notes
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-09 Goffi plugin XEP-0060: service, node and uri are added to metadata when doing a getItems
2016-01-22 Goffi core (xml_tools): added a method to find all elements corresponding to criteria
2016-01-22 Goffi core (xml_tools): unescape HTML sequences to avoid parsing error in ElementParser
2016-01-22 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
2016-01-13 Goffi tools (xml_tools): removed unused import
2016-01-13 Goffi reverted patch 3770d13776e8
2016-01-03 Goffi copyright update
2015-12-15 souliane tools, plugins XEP-0071, XEP-0277: remove recently added expandNewLinesToXHTML, just leave it to the convertors
2015-12-15 souliane memory (params): parameter jids_list values are specified with <jid>...</jid>
2015-12-15 Goffi core (xmlui): fixed deferConfirm
2015-12-15 Goffi core (xmlui): fixed bad call of deferredUI in deferXMLUI
2015-12-11 souliane tools: expandNewLinesToXHTML replaces two or more \n instead of each ones
2015-12-10 souliane plugin XEP-0277, xml_tools: restore decapsulation of XHTML content
2015-12-10 souliane xml_tools, plugin XEP-0071, XEP-0277: add method expandNewLinesToXHTML:
2015-11-27 Goffi core (xmlui): new deferredUI method allows to manage XMLUI with a Deferred insteand of manual submit_id handling:
2015-11-22 Goffi core (xmlui): fixed security_limit in deferXMLUI
2015-11-17 Goffi core, bridge: actionsGet: