log src/browser/sat_browser/blog.py @ 1054:f2170536ba23

age author description
Fri, 26 Jan 2018 11:15:26 +0100 Goffi date update
Fri, 03 Nov 2017 14:37:01 +0100 Goffi misc: date update (yes it's a bit late :p )
Tue, 22 Mar 2016 22:45:39 +0100 Goffi blog, browser: updated imports to reflect renaming of common.py to common/data_format.py
Sat, 09 Jan 2016 13:44:48 +0100 souliane browser (blog): set focus to the bubble of a just added comment entry
Sun, 03 Jan 2016 16:24:27 +0100 Goffi copyright update
Fri, 18 Dec 2015 19:37:13 +0100 Goffi browser (blog): fixed comments ordering
Tue, 01 Dec 2015 14:26:53 +0100 Goffi browser side (blog): fixed entries and comments ordering
Wed, 25 Nov 2015 19:39:20 +0100 Goffi browser side (blog): fixed click when comment, update or delete icons are not available
Thu, 26 Nov 2015 20:18:25 +0100 souliane browser_side (blog): ask to delete a message after it has been modified and left with an empty body
Thu, 26 Nov 2015 19:55:55 +0100 souliane browser_side (blog): hide the entry icons while editing
Thu, 26 Nov 2015 19:31:20 +0100 souliane browser_side (blog): add publish hint and button for microblog
Thu, 26 Nov 2015 18:31:01 +0100 souliane browser_side (blog): fixes syntax conversion
Thu, 26 Nov 2015 13:51:06 +0100 souliane browser_side (blog): fixes switching between display/edit modes and raw/rich text
Wed, 25 Nov 2015 18:40:37 +0100 souliane browser_side (blog): fixes focusing new comment box + click listener
Wed, 25 Nov 2015 17:03:36 +0100 souliane browser_side (blog): typo in the CSS
Wed, 25 Nov 2015 16:49:31 +0100 souliane browser_side (blog): display author_jid in addition to author
Tue, 24 Nov 2015 23:28:55 +0100 souliane browser_side (blog): tags were not read when receiving a message
Tue, 24 Nov 2015 23:27:56 +0100 souliane browser_side (blog): removed unused variables initialisations
Tue, 24 Nov 2015 22:49:25 +0100 souliane browser_side (blog): tags were not passed when sending / editing a message
Mon, 23 Nov 2015 23:30:34 +0100 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.
Mon, 23 Nov 2015 16:39:11 +0100 Goffi browser side: fixed group panel drop and contact_list click on GroupLabel
Sun, 16 Aug 2015 01:51:12 +0200 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
Wed, 15 Jul 2015 13:34:17 +0200 souliane browser_side (blog): do not fail when target server doesn't handle RSM
Thu, 04 Jun 2015 12:03:45 +0200 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
Thu, 16 Apr 2015 14:57:02 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:28:47 +0200 Goffi 2015 copyright dates update
Wed, 18 Mar 2015 16:15:18 +0100 Goffi merged branch frontends_multi_profiles base src/browser/sat_browser/panels.py@3fafedbf792a
Fri, 06 Mar 2015 14:29:37 +0100 souliane browser_side (blog): clean the MicroblogPanel: frontends_multi_profiles
Tue, 03 Mar 2015 06:51:13 +0100 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
Fri, 27 Feb 2015 01:45:34 +0100 souliane browser_side: fixes sending/updating blog message/comment frontends_multi_profiles
Fri, 27 Feb 2015 01:11:34 +0100 souliane browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) frontends_multi_profiles
Fri, 27 Feb 2015 01:08:36 +0100 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
Thu, 26 Feb 2015 18:10:54 +0100 Goffi browser_side: classes reorganisation: frontends_multi_profiles
Tue, 24 Feb 2015 14:40:47 +0100 Goffi browser side: fixed use of profile for listeners frontends_multi_profiles
Sun, 22 Feb 2015 21:51:20 +0100 souliane browser_side: fixes various issues frontends_multi_profiles
Fri, 20 Feb 2015 22:05:14 +0100 souliane browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles
Wed, 11 Feb 2015 11:21:27 +0100 souliane browser_side: add/improve some docstrings frontends_multi_profiles
Wed, 11 Feb 2015 11:18:13 +0100 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
Mon, 09 Feb 2015 21:56:30 +0100 Goffi browser side (blog, contact list): use of new listener mechanism to update avatar frontends_multi_profiles
Mon, 09 Feb 2015 21:55:16 +0100 Goffi browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles
Fri, 06 Feb 2015 19:25:17 +0100 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
Fri, 06 Feb 2015 19:23:08 +0100 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
Fri, 06 Feb 2015 19:15:52 +0100 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
Sat, 24 Jan 2015 01:45:39 +0100 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles base src/browser/sat_browser/panels.py@b8a51ff3148f