log src/plugins/plugin_xep_0277.py @ 2121:df5cb9e7d0b7

age author description
2017-01-15 Goffi plugin XEP-0277: fixed mbSetAccess double registration
2016-04-17 Goffi core: removed pyfeed and xe dependencies:
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-22 Goffi core (tools): moved common to a separate package, and put data method in a data_format module
2016-03-18 souliane plugin XEP-0277, test: set keys of data dict as unicode + fix the tests
2016-03-09 Goffi plugin XEP-0277: removed mbGetAtom which has not reason to be in the backend, as it is highly dependant of (web) frontend elements. The code will be moved to Libervia:
2016-03-01 Goffi plugin XEP-0277: service can be None in mbGet, resulting in a request on default pubsub service of profile (i.e. profile's PEP)
2016-02-25 Goffi plugin XEP-0060: fixed bad xmpp: URI generation in getNodeURI
2016-02-22 souliane plugin XEP-0277: add a forgotten string to JID conversion
2016-01-28 Goffi plugin XEP-0277: fix bad call after methods renaming
2016-01-23 Goffi plugin blog import, XEP-0277: progress + redirect:
2016-01-23 Goffi plugin XEP-0060, XEP-0277: added getNodeURI method
2016-01-22 Goffi plugin XEP-0277: fixed encoding issue, specially with parseCommentUrl, which could lead to the impossibility to find comments node
2016-01-22 Goffi plugin XEP-0277: moved NS_XHTML namespace to constants + adapted parsing to new behaviour of ElementParser
2016-01-22 Goffi plugin XEP-0277: comments handling improvments:
2016-01-22 Goffi plugin XEP-0277: added missing author_email parsing
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-19 Goffi plugin XEP-0277: removed cleanXHTML on output data:
2016-01-19 souliane plugin XEP-0071, XEP-0277: method clean_xhtml has been renamed to cleanXHTML
2016-01-15 Goffi plugin (xep-0277): avoid wrapping XML in an extra <div> in data2entry
2016-01-13 Goffi reverted patch 3770d13776e8
2016-01-07 Goffi plugin XEP-0277: don't use max_comments if it is 0 in getFromManyWthComments bridge callback
2016-01-05 Goffi plugin XEP-0277: ignore maxItems if it is null
2016-01-05 Goffi tmp (wokkel/rsm): various improvments:
2016-01-03 Goffi copyright update
2015-12-18 Goffi plugin XEP-0060: None is no more used in addManagedNode, but all nodes prefixed with a registered one are now triggered
2015-12-15 souliane tools, plugins XEP-0071, XEP-0277: remove recently added expandNewLinesToXHTML, just leave it to the convertors
2015-12-11 souliane plugin misc_extra_pep: use a user parameter (jids_list) instead of a general configuration value