log src/plugins/plugin_misc_groupblog.py @ 695:ddd2781bdd8c

age author description
2013-10-15 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
2013-06-20 Goffi pluging groupblog: comments handling:
2013-06-17 Goffi plugin group blog: getItems for comments fixed when we are the publisher of the parent node
2013-06-17 Goffi plugin groupblog: fixed bad inialisation check
2013-06-17 Goffi plugin group blog: comments handling (comments are automaticaly requested when a comment node is found)
2013-06-16 Goffi plugin groupblog: comment item is specified through microblog data, there is no more a specific signal type
2013-05-20 Goffi plugins XEP-0060, XEP-0277, groupblog: comments implementation (first draft, not finished yet):
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-07 Goffi dates update
2012-10-29 Goffi plugin group blog: item configuration data (which groups are allowed) are parsed and added to microblog data
2012-10-28 Goffi plugin group blog: security check + fixed publisher in personalEvent signal
2012-10-21 Goffi plugin groupblog: fixed GROUP and JID publishers_type in getMassiveLastGroupBlogs and massiveSubscribeGroupBlogs
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-06-24 Goffi plugin groupblog: fixed initialisation
2012-06-24 Goffi plugin groupblog: subscriptions/notifications
2012-05-30 Goffi plugin groupblog: added disco info + misc fixes
2012-04-03 Goffi core: exceptions moved to core
2012-04-01 Goffi plugin groupblog, D-Bus frontend: added getLastGroupBlogs and getMassiveLastGroupBlogs
2012-03-28 Goffi plugin group blog: getMassiveGroupBlog first draft
2012-03-24 Goffi plugin groupblog: added getLastGroupBlogs method
2012-03-14 Goffi plugin groupblog: next-gen group blog first draft
2012-03-06 Goffi copyleft date update
2011-07-05 Goffi core: plugins refactored according to bridge + updatedValue now use profile
2011-05-26 Goffi plugin groupblog: removed breakpoints, but error handling still need work
2011-05-16 Goffi core, plugin mblog: fixed some exceptions
2011-04-15 Goffi plugin group blog: a custom cb is now used to specitfy node and groups targetted by the blog
2011-04-12 Goffi plugin group blog: group blog now use PEP to take profit of autosubscribe
2011-04-11 Goffi plugin group blog: group blog subscription
2011-04-07 Goffi plugin group blog: blog collection cleaning
2011-04-07 Goffi Group blog first draft