log libervia.py @ 313:5ad70625867a

age author description
Mon, 30 Dec 2013 13:00:41 +0100 souliane browser_side: save the unibox panel space when unibox is disabled
Mon, 30 Dec 2013 00:33:19 +0100 souliane browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
Sun, 29 Dec 2013 23:07:28 +0100 souliane browser_side: make unibox optional
Wed, 18 Dec 2013 09:54:27 +0100 souliane browser_side: fix presence/status update (do not share between different resources)
Tue, 24 Dec 2013 02:00:30 +0100 Goffi server and browser side: updated callback system to follow core changes
Tue, 17 Dec 2013 01:47:01 +0100 Goffi browser side: sendMessage alert on error
Tue, 17 Dec 2013 01:35:59 +0100 Goffi server+browser side: fixed bridge errback handling
Tue, 26 Nov 2013 19:51:02 +0100 souliane browser_side (plugin radiocol): use the status label to give more information
Tue, 10 Dec 2013 09:07:03 +0100 souliane browser_side: added blog item modification/deletion
Wed, 04 Dec 2013 21:52:30 +0100 souliane browser_side: changes related to the implementation of XEP-0033 (addressing)
Sat, 23 Nov 2013 14:46:03 +0100 souliane browser_side: set your own presence status and display those of others
Thu, 21 Nov 2013 18:57:46 +0100 souliane frontends tools: moved src/tools/frontends to frontends/src/tools
Thu, 21 Nov 2013 16:13:14 +0100 souliane bridge + browser_side: bridge signals for games and their callbacks:
Thu, 21 Nov 2013 16:05:14 +0100 souliane browser_side: better PEP8 compliance
Sun, 17 Nov 2013 21:16:07 +0100 souliane browser_side: added generic method "send" in SatWebFrontend
Sun, 17 Nov 2013 17:53:37 +0100 souliane browser_side: changes regarding widgets and tabs:
Sun, 17 Nov 2013 17:47:39 +0100 souliane bridge: added inviteMUC + modify joinMUC to make it accept room_jid = ""
Tue, 05 Nov 2013 21:12:14 +0100 souliane plugin XEP-249: added parameter Misc / Auto-join MUC on invitation:
Wed, 23 Oct 2013 18:33:16 +0200 souliane browser_side: added auto-connection with URL parameters:
Fri, 08 Nov 2013 16:34:54 +0100 Goffi browser_side: changed sat.tools.frontend for sat.tools.frontends
Fri, 18 Oct 2013 11:14:55 +0200 souliane browser_side: add context menu for contact:
Mon, 14 Oct 2013 20:54:13 +0200 souliane browser_side: added input history in the unibox:
Thu, 07 Nov 2013 15:22:00 +0100 Goffi browser and server side: XHTML handling, first draft:
Tue, 08 Oct 2013 13:57:35 +0200 souliane browser_side: added the flag REUSE_EXISTING_LIBERVIA_WIDGETS
Tue, 08 Oct 2013 13:48:00 +0200 souliane bridge: asyncGetParamA takes a security_limit argument
Mon, 07 Oct 2013 14:23:16 +0200 souliane browser_side: bug fix for changeset 3092f6b1710c
Thu, 26 Sep 2013 14:32:24 +0200 souliane browser_side, misc: better PEP8 compliance
Thu, 26 Sep 2013 11:13:40 +0200 souliane browser_side, plugin XEP-0085: limit the number of bridge methods calls for "chatStateComposing".
Sat, 07 Sep 2013 19:54:41 +0200 souliane browser_side: small improvements for parameters panel
Sat, 07 Sep 2013 02:07:07 +0200 souliane server side: added the security_limit to setParam
Fri, 06 Sep 2013 16:07:35 +0200 souliane browser side: display the day change in chat window
Fri, 06 Sep 2013 15:40:33 +0200 souliane browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser side: events data are cached until initialisation is finished (we get all microblogs)
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser + server: vcard is requested when no avatar data is found in cache
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser side: errback management in bridge calls
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser, server: comments handling:
Mon, 25 Mar 2013 14:09:10 +0100 Goffi browser side: clicking on the contacts list (contact item, group or the "contacts" main title) open a discussion or microblog
Mon, 04 Mar 2013 23:01:57 +0100 Goffi browser side: widgets refactoring:
Mon, 04 Mar 2013 00:19:03 +0100 Goffi browser side: new tab is automatically selected, if a tab is removed, the last one is automatically selected
Mon, 04 Mar 2013 00:01:23 +0100 Goffi browser side: selected widget caching in UniBox, to avoid to ask the getter at each key pressed, which make the box very slow.
Sun, 03 Mar 2013 23:30:25 +0100 Goffi browser side: per tab selected widget management
Sat, 26 Jan 2013 00:36:57 +0100 Goffi closing a group chat widget now leave the muc room (bug 11)
Sun, 13 Jan 2013 20:03:11 +0100 Goffi browser side: changed Internat server error alert to a print, avoir annoying popups on bad connections
Mon, 07 Jan 2013 23:38:36 +0100 Goffi dates update
Mon, 07 Jan 2013 22:43:50 +0100 Goffi browser side: get entity's microblogs for newly added contacts
Sat, 05 Jan 2013 16:08:25 +0100 Goffi browser side: basic disconnection management: hard reload is done on empty signal response
Sat, 05 Jan 2013 16:07:33 +0100 Goffi browser side: in case of error, retry delay is doubled at each try
Sun, 09 Dec 2012 23:42:08 +0100 Goffi added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
Sun, 09 Dec 2012 23:37:20 +0100 Goffi browser side: fixed MUC signals management
Wed, 21 Nov 2012 23:41:53 +0100 Goffi browser side: fixed avatars
Tue, 30 Oct 2012 00:52:30 +0100 Goffi browser side: own microblogs print
Sun, 28 Oct 2012 18:24:18 +0100 Goffi browser side: our own microblogs are now requested once logged
Mon, 22 Oct 2012 00:08:41 +0200 Goffi server + browser side: new api fix
Mon, 25 Jun 2012 01:03:50 +0200 Goffi server + browser side: groupblog subscription + fixed blog insertion order
Thu, 05 Apr 2012 09:28:48 +0200 Goffi browser: present microblogs panels are filled once logged
Mon, 02 Apr 2012 00:25:38 +0200 Goffi server & browser side: microblogging refactoring first draft
Tue, 06 Mar 2012 09:09:15 +0100 Goffi copyleft date update
Sun, 29 Jan 2012 02:56:21 +0100 Goffi Working Radio Collective \o/
Mon, 23 Jan 2012 00:15:19 +0100 Goffi basic radio collective
Sun, 22 Jan 2012 19:38:05 +0100 Goffi radio collective first draft