log src/tools/xml_tools.py @ 762:aed7d99276b8

age author description
Tue, 24 Dec 2013 15:43:22 +0100 Goffi core (xml_tools), frontends: added a prefix to XMLUI form names in result data, to avoid name conflicts (e.g.: if a form has name "submit", and this name is also used internally by SàT)
Tue, 24 Dec 2013 15:43:22 +0100 Goffi core (xml_tools): dataForm*2XML renamed to dataForm*2XMLUI and now return XMLUI instead of raw XML + submit_id is managed, and session_id is returned if present
Tue, 24 Dec 2013 15:19:18 +0100 Goffi backend, frontends: XMLUI refactoring:
Tue, 24 Dec 2013 15:19:08 +0100 Goffi backend, frontends: callbacks refactoring:
Tue, 24 Dec 2013 01:31:18 +0100 Goffi core (xml tools): bad default parameter in XMLUI.addList
Thu, 24 Oct 2013 08:47:45 +0200 souliane core (tools): small fix in using imported methods
Tue, 15 Oct 2013 19:28:34 +0200 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.