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
Thu, 05 Jan 2012 00:43:13 +0100 Goffi browser: fixed tabs not opening on room joining
Thu, 05 Jan 2012 00:22:03 +0100 Goffi radio collective integration, first draft
Sat, 10 Dec 2011 11:32:14 +0100 Goffi browser: fixed call to getRoomsJoined
Wed, 06 Jul 2011 03:03:07 +0200 Goffi microblog avatar update
Tue, 05 Jul 2011 14:06:03 +0200 Goffi browser side: widgets are now added in a widgetsPanel when a tab is created
Wed, 29 Jun 2011 23:52:00 +0200 Adrien Vigneron browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Wed, 29 Jun 2011 02:37:45 +0200 Goffi on failure, Libervia now wait 5 s before trying again to call the serveur + only room name is now shown in tabs
Wed, 29 Jun 2011 02:08:43 +0200 Goffi browser side: CSS: changed tabs margin + fixed dragover background for chat panels
Tue, 28 Jun 2011 13:53:00 +0200 Goffi browser side: signal management
Mon, 27 Jun 2011 03:14:37 +0200 Goffi browser side: widgets cells can now be added by putting a widget on a border
Sun, 26 Jun 2011 23:23:22 +0200 Goffi browser side: new widget handling:
Sun, 26 Jun 2011 03:04:17 +0200 Goffi New widget system: first draft
Wed, 15 Jun 2011 00:52:02 +0200 Goffi Login/Register box: integration of Adrien Vigneron's design
Thu, 02 Jun 2011 15:57:57 +0200 Goffi browser side: fixed microblog filtering
Tue, 31 May 2011 17:06:59 +0200 Goffi server side: misc stuff: SàT v0.2.0
Sun, 29 May 2011 17:57:02 +0200 Goffi browser side: microblog entries caching
Sun, 29 May 2011 16:07:46 +0200 Goffi Contact update + add dedication in About dialog
Sun, 29 May 2011 02:13:53 +0200 Goffi Roster list update, contact deletion + some refactoring
Sat, 28 May 2011 20:18:14 +0200 Goffi addind contact + subscription management + misc
Thu, 26 May 2011 20:13:41 +0200 Goffi MUC group joining
Wed, 25 May 2011 14:21:48 +0200 Goffi browser_side: prevent default for escape key (cancel HTTPRequest in FF)
Sun, 22 May 2011 17:56:59 +0200 Goffi Tarot game: score is now shown (need to use XMLUI later)
Sun, 22 May 2011 00:15:01 +0200 Goffi Tarot game: a game can now be finished
Thu, 19 May 2011 02:00:59 +0200 Goffi Tarot game: center_panel layout + chien can now be showed + fixed click event inheritance + card selection first draft
Wed, 18 May 2011 01:45:28 +0200 Goffi Tarot game: game launching (first hand showed), and contract selection
Tue, 17 May 2011 01:33:12 +0200 Goffi Tarot Game: first draft
Mon, 16 May 2011 18:19:35 +0200 Goffi room user joining/leaving
Sat, 14 May 2011 01:11:08 +0200 Goffi browser side, misc stuffs
Sat, 07 May 2011 23:58:57 +0200 Goffi browser side:
Wed, 20 Apr 2011 02:47:22 +0200 Goffi added tab panel
Sun, 17 Apr 2011 00:38:33 +0200 Goffi browser_side: removed some useless mess + changed delay for warning message to 2s
Sun, 17 Apr 2011 00:21:44 +0200 Goffi browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Sat, 16 Apr 2011 18:06:02 +0200 Goffi - User status is now updated
Sat, 16 Apr 2011 01:46:01 +0200 Goffi Added basic chat panel
Fri, 15 Apr 2011 15:30:31 +0200 Goffi moved panels and menu in a separate file
Fri, 15 Apr 2011 15:18:38 +0200 Goffi register.py and contact.py moved to new directory browser_side
Fri, 15 Apr 2011 02:01:34 +0200 Goffi browser side: microblog panel improvments
Thu, 07 Apr 2011 22:27:36 +0200 Goffi - Group microblog management, first draft
Thu, 31 Mar 2011 00:01:16 +0200 Goffi microblog panel filtering
Sat, 26 Mar 2011 17:53:12 +0100 Goffi magicBox is now able to send global microblog
Fri, 25 Mar 2011 00:31:27 +0100 Goffi browser: misc appearance change
Mon, 14 Feb 2011 01:46:07 +0100 Goffi drap and drop first draft
Sun, 13 Feb 2011 16:20:22 +0100 Goffi personalEvent management signal first draft, microblogs are now put in a central grid
Tue, 08 Feb 2011 21:18:31 +0100 Goffi signals handling and first draft of microblogging
Mon, 31 Jan 2011 20:31:25 +0100 Goffi ContactPanel: first draft
Sun, 30 Jan 2011 21:50:22 +0100 Goffi Initial commit