log src/browser/sat_browser/blog.py @ 757:8aa2a199d6e3

age author description
2015-11-23 Goffi browser side: features are checked for microblogging and group blogging. If one of them is not available, a pop-up warns it, and it is not possible to write a new entry.
2015-11-23 Goffi browser side: fixed group panel drop and contact_list click on GroupLabel
2015-08-15 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
2015-07-15 souliane browser_side (blog): do not fail when target server doesn't handle RSM
2015-06-04 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2015-03-18 Goffi merged branch frontends_multi_profiles base src/browser/sat_browser/panels.py@3fafedbf792a
2015-03-06 souliane browser_side (blog): clean the MicroblogPanel: frontends_multi_profiles
2015-03-03 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
2015-02-27 souliane browser_side: fixes sending/updating blog message/comment frontends_multi_profiles
2015-02-27 souliane browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) frontends_multi_profiles
2015-02-27 souliane browser_side, server_side: MicroblogPanel.onGroupDrop and bridge method getMassiveLastMBlogs now only accepts the publishers as a set of unicode (no more None value or single unicode). frontends_multi_profiles
2015-02-26 Goffi browser_side: classes reorganisation: frontends_multi_profiles