log

age author description
2013-09-26 souliane browser_side, plugin XEP-0085: limit the number of bridge methods calls for "chatStateComposing".
2013-09-22 souliane browser_side: set the focus to the first field when a tab is selected from the register panel
2013-09-21 souliane browser_side: check for duplicate name before adding a new contact group
2013-09-21 Goffi browser side: enforced "gwt-MenuBar-horizontal" style in LiberviaMenuBar to workaround a class name fix in Pyjamas' MenuBar which was causing troubles with CSS.
2013-09-21 Goffi server side: better async bridge calls handling
2013-09-07 souliane browser_side: small improvements for parameters panel
2013-09-08 souliane browser_side: display clickable URLs in chat text
2013-09-08 souliane browser_side: added key listener to login and register panels
2013-09-07 souliane server side: added the security_limit to setParam
2013-09-06 souliane plugin XEP-0085: Chat State Notifications
2013-09-06 souliane browser side: display the day change in chat window
2013-09-06 souliane browser side: bug fix (missing "self." before value_max)
2013-09-06 souliane browser side: added a mechanism to define forbidden patterns during new contact group creation
2013-09-06 souliane browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
2013-06-27 Goffi browser side: fixed setGroupsSelected in GroupSelector
2013-06-27 Goffi browser side: added "add" button in GroupSelector's add group dialog
2013-06-27 Goffi browser side: changed bubbles background color
2013-06-27 Goffi browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
2013-06-20 Goffi browser side: events data are cached until initialisation is finished (we get all microblogs)
2013-06-20 Goffi browser + server: vcard is requested when no avatar data is found in cache
2013-06-20 Goffi browser side: errback management in bridge calls
2013-06-20 Goffi browser, server: comments handling:
2013-04-07 Goffi server + browser: message warning level/sending refactoring:
2013-03-25 Goffi browser side: clicking on the contacts list (contact item, group or the "contacts" main title) open a discussion or microblog
2013-03-20 Goffi browser side: it is now possible to select a microblog panel or an entry inside it
2013-03-07 Goffi browser side: tabs are now dropable (i.e. we can now move widgets between tabs)
2013-03-06 Goffi browser side: dropped widget's row is now checked, to avoid the drop on a removed BorderWidget. This finish the previous commit.
2013-03-05 Goffi Browser Side: Widgets can now be moved, header (title bar) is draggable:
2013-03-04 Goffi browser side: widgets refactoring:
2013-03-03 Goffi browser side: new tab is automatically selected, if a tab is removed, the last one is automatically selected
2013-03-03 Goffi browser side: selected widget caching in UniBox, to avoid to ask the getter at each key pressed, which make the box very slow.
2013-03-03 Goffi browser side: per tab selected widget management
2013-03-03 Goffi browser side: WebPanel now react on [ENTER] press on URL textBox
2013-03-03 Goffi browser side: removed messages debug traces
2013-03-03 Goffi browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
2013-03-03 Goffi Browser Side: Web Panel widget position/size fix
2013-03-03 Goffi browser side: scroller added to contacts panel
2013-03-03 Goffi browser side: global resize on UniBox resize
2013-03-03 Goffi browser side: fixed MainTabPanel size
2013-03-03 Goffi browser side: contacts panel switch:
2013-03-02 Goffi browser side: fixed typo
2013-02-25 Goffi browser side: html_sanitize now manage Line Feed, fixing multi-lines messages in chat widget
2013-02-24 Goffi browser side: web widget first draft
2013-02-24 Goffi misc: added ctags_links to .hgignore
2013-01-25 Goffi closing a group chat widget now leave the muc room (bug 11)
2013-01-24 Goffi dummy commit, just for test
2013-01-24 Goffi browser side: tab is removed if it doesn't contain widget anymore.
2013-01-13 Goffi server side: fixed public blog items order
2013-01-13 Goffi browser side: fixed charset in public blog page
2013-01-13 Goffi browser side: fix the line jump in unibox after entering something (work around a pyjamas bug)
2013-01-13 Goffi browser side: added login characters check in login panel (similar to the one in register panel)
2013-01-13 Goffi server side: added root redirection to libervia.html
2013-01-13 Goffi browser side: changed Internat server error alert to a print, avoir annoying popups on bad connections
2013-01-09 Goffi Added tag SàT v0.3.0 for changeset 732ed69ffe11
2013-01-09 Goffi version update (release time) SàT v0.3.0
2013-01-09 Goffi misc: README cleaning + added Mutagen to credits
2013-01-09 Goffi browser side: fixed tarot game, radio collective double panel issue
2013-01-09 Goffi misc: added presentation website to README
2013-01-07 Goffi dates update
2013-01-07 Goffi server side: removed some unused imports