log src/tools/xml_tools.py @ 1816:2a030a830ebd

age author description
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:
2015-11-15 Goffi core (xmlui), plugin file: added action_extra param to deferXMLUI/deferDialog which is merged to the action data dict when actionNew is called
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-09-26 Goffi core (xmlui): fixed submit_id returning None when its value is ''
2015-09-26 Goffi core (XMLUI): restorer submit_id:
2015-09-25 Goffi core (xmlui): deferDialog can now manage additional dialog options through the "options" argument
2015-09-02 souliane tools (xml_tools): split dataFormResult2AdvancedList in dataFormResult2XMLUIData and XMLUIData2AdvancedList
2015-08-27 Goffi core (xmlui): added helper method to easily manage dialogs with a deferred
2015-08-26 souliane tools (xml_tools): keeps data form result headers sorted
2015-08-26 souliane tools (xml_tools): fixes JidElement.__init__
2015-08-25 Goffi core (xmlui): reverted change from 039d96e131be: we should be able to recreate the same container with changeContainer
2015-08-21 souliane tools (xmlui): changeContainer do not create a new one when the current one already fits
2015-08-21 souliane tools, frontends (xmlui): allow to select a tab when adding it
2015-08-20 Goffi core (xmlui): added JidsListWidget to manage editable list of jids:
2015-08-18 Goffi core(xmlui): removed useless parenthesis around assert
2015-08-18 Goffi core , privmitivus (xmlui): add jidInput handling, with a simple String for now
2015-08-18 Goffi xmlui: minor docstring fixes
2015-08-15 Goffi xml_tools: minor attribute renaming