log src/plugins/plugin_misc_groupblog.py @ 1336:2ecc07a8f91b frontends_multi_profiles

age author description
2014-10-19 souliane plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)
2014-10-06 souliane plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errors
2014-09-22 souliane plugin XEP-0060, groupblog: avoid unecessary pubsub errors while doing massive requests:
2014-09-08 souliane plugin groupblog: fixes return value of getLastGroupBlogsAtom when an error occured
2014-04-19 Goffi core: use of the new core.log module:
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
2014-03-27 souliane plugin account, groupblog: user can erase all their microblogs at once
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-02-28 souliane plugin groupblog: added a convenient bridge method getGroupBlogsWithComments
2014-02-25 souliane plugin XEP-0060, groupblog: added nodeIdentifiers attribute to getItems in order to retrieve items by ids
2014-02-24 souliane plugin groupblog: bug fix for the atom feed
2014-02-14 souliane plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:
2014-02-18 souliane plugin groupblog: do not log error message when asking for the entries of a non existent node (e.g the contact hasn't posted any message yet)
2014-02-05 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title: