log src/browser/sat_browser/blog.py @ 991:6ce9647011b3

age author description
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2016-03-22 Goffi blog, browser: updated imports to reflect renaming of common.py to common/data_format.py
2016-01-09 souliane browser (blog): set focus to the bubble of a just added comment entry
2016-01-03 Goffi copyright update
2015-12-18 Goffi browser (blog): fixed comments ordering
2015-12-01 Goffi browser side (blog): fixed entries and comments ordering
2015-11-25 Goffi browser side (blog): fixed click when comment, update or delete icons are not available
2015-11-26 souliane browser_side (blog): ask to delete a message after it has been modified and left with an empty body
2015-11-26 souliane browser_side (blog): hide the entry icons while editing
2015-11-26 souliane browser_side (blog): add publish hint and button for microblog
2015-11-26 souliane browser_side (blog): fixes syntax conversion
2015-11-26 souliane browser_side (blog): fixes switching between display/edit modes and raw/rich text
2015-11-25 souliane browser_side (blog): fixes focusing new comment box + click listener
2015-11-25 souliane browser_side (blog): typo in the CSS
2015-11-25 souliane browser_side (blog): display author_jid in addition to author
2015-11-24 souliane browser_side (blog): tags were not read when receiving a message
2015-11-24 souliane browser_side (blog): removed unused variables initialisations
2015-11-24 souliane browser_side (blog): tags were not passed when sending / editing a message
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
2015-02-24 Goffi browser side: fixed use of profile for listeners frontends_multi_profiles
2015-02-22 souliane browser_side: fixes various issues frontends_multi_profiles
2015-02-20 souliane browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles
2015-02-11 souliane browser_side: add/improve some docstrings frontends_multi_profiles
2015-02-11 souliane browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues) frontends_multi_profiles
2015-02-09 Goffi browser side (blog, contact list): use of new listener mechanism to update avatar frontends_multi_profiles
2015-02-09 Goffi browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles
2015-02-06 Goffi browser side (blog, chat): fixed dropKey callbacks to adapt them to new widget creation system. Drag'n'Drop should be fixed. frontends_multi_profiles
2015-02-06 Goffi browser side (blog): added addEntryIfAccepeted method in MicroblogPanel, so it decide itself is an entry should be added, it's not done anymore in libervia_main. frontends_multi_profiles
2015-02-06 Goffi browser side (blog module): fixed isJidAccepted + added __str__ method to facilitate debugging + use of AttributeError and TypeError in some exception (because pyjamas can raise both depending on compilation options) frontends_multi_profiles
2015-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles base src/browser/sat_browser/panels.py@b8a51ff3148f