2014-02-12 |
souliane |
browser_side: heavy refactorisation for microblogs:
|
2014-02-12 |
souliane |
browser_side: MicroblogEntry defines properties to access MicroblogItem attributes (instead of overwriting __getattr__)
|
2014-02-12 |
souliane |
browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status
|
2014-02-12 |
souliane |
browser_side: added a method setVisible to ListManager
|
2014-02-07 |
souliane |
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
|
2014-02-07 |
souliane |
browser_side: move TitlePanel from richtext.py to base_panels.py
|
2014-02-05 |
souliane |
server_side: sort blog post with "published" instead of "timestamp" + display titles in <h1> tags.
|
2014-01-22 |
souliane |
server_side: Atom feed for blogposts is accessible from <host>/blog/<user>/atom.xml
|
2014-01-18 |
souliane |
browser_side: message box was not displayed on muc opening (when unibox is disabled)
|
2014-01-17 |
souliane |
browser_side: muc user symbols (used for showing who is playing) can also be removed
|
2014-01-16 |
souliane |
browser_side: radiocol current song playback will jump to time when a user joins a running session
|
2014-02-04 |
Goffi |
dates update
|
2014-02-04 |
Goffi |
fixed docstrings wrong usage for licence informations
|
2014-02-04 |
Goffi |
server_side: raised default security_limit to 5
|
2014-02-04 |
Goffi |
browser side: XMLUI fixes:
|
2014-02-04 |
Goffi |
browser + server side: refactored menus:
|
2014-02-04 |
Goffi |
browser side: refactored XMLUI to use the new sat_frontends.tools.xmlui.XMLUI class, first draft
|
2014-02-04 |
Goffi |
browser side: removed logging imports: it's not working correctly with pyjamas
|
2014-02-04 |
Goffi |
server side: paramsXml2xmlUI is now parasXML2XMLUI + improved lisibility in getParamsUI
|
2014-02-04 |
Goffi |
browser side: sat_frontends.tools.xml is now called xmltools
|
2014-02-04 |
Emmanuel Gil Peyrot |
server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.
|
2014-01-11 |
Goffi |
reverted changeset c144b603fb93 (bug 7)
|
2013-02-23 |
Emmanuel Gil Peyrot |
server side: make Libervia a Twisted plugin, and add it the --port argument + add a config file for the port.
|
2013-02-23 |
Emmanuel Gil Peyrot |
Add notifications support, fixes bug 7.
|
2014-01-07 |
souliane |
browser_side: actually disable the microblog title (not supported yet)
|
2014-01-07 |
souliane |
browser_side: fixed the behavior regarding "Enable unibox" parameter:
|
2014-01-07 |
souliane |
reverted changeset: bfbd9d6eb901
|
2014-01-04 |
souliane |
browser_side: prepare user input for microblog titles
|
2014-01-03 |
souliane |
misc: reorganization of the file panels.py + clean the modules import:
|
2014-01-03 |
souliane |
browser_side: scroll to the clicked microblog post and blink it (previous behavior is conserved when the unibox is enabled)
|
2014-01-03 |
souliane |
browser_side: info dialog to let the user know that a refresh is needed after GUI parameters have been changed
|
2014-01-03 |
souliane |
browser_side: based on LiberviaWidget.getWidgetsPanel, add a generic method to retrieve the first ancestor of any class
|
2014-01-03 |
souliane |
browser_side: display the good text for microblog button regarding the context: "Send message" or "Update"
|
2014-01-03 |
souliane |
server_side: added support for paramsRegisterApp to define frontend's specific parameters like "Enable unibox"
|
2014-01-03 |
souliane |
misc: gather the constants in a single file, as it is done for other frontends
|
2014-01-03 |
souliane |
browser_side: fix import and method signatures relative to changeset e4f586fc6101
|
2014-01-02 |
souliane |
browser_side: handle successive click on blog post "edit" and "comment" icons
|
2013-12-30 |
souliane |
browser_side: status can be edited with a click on it
|
2013-12-30 |
souliane |
browser_side: save the unibox panel space when unibox is disabled
|
2013-12-29 |
souliane |
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
|
2013-12-29 |
souliane |
browser_side: message box below the ChatPanel when unibox is disabled
|
2013-12-29 |
souliane |
browser_side: make UniBox inherit from a more basic MessageBox class
|
2013-12-29 |
souliane |
browser_side: make unibox optional
|
2013-12-27 |
souliane |
server_side: removed unecessary debug info during a file upload
|
2013-12-19 |
souliane |
browser_side (groupblog): order items using "published" instead of "updated"
|
2013-12-18 |
souliane |
server_side: display rich text in blogs (addURLToText is now in sat_frontends/tools/strings)
|
2013-12-18 |
souliane |
browser_side: styles for displaying rich text
|
2013-12-18 |
souliane |
browser_side: fix presence/status update (do not share between different resources)
|
2013-12-18 |
souliane |
browser_side: fix internal JID class equality operator
|
2013-12-18 |
souliane |
browser_side: bug fix for setting a new presence when the current one is 'unavailable'
|
2013-12-18 |
souliane |
browser_side (plugin radiocol): set the upload limit to 10 MB instead of 5
|
2013-12-17 |
souliane |
browser_side (plugins radiocol, xep-0054): handle upload errors
|
2013-12-24 |
Goffi |
server and browser side: updated callback system to follow core changes
|
2013-12-17 |
Goffi |
browser side: sendMessage alert on error
|
2013-12-17 |
Goffi |
server side: sendMessage is now async
|
2013-12-17 |
Goffi |
server+browser side: fixed bridge errback handling
|
2013-12-17 |
Goffi |
server side: adapted registeringError reasons to new names in backend
|
2013-12-16 |
souliane |
browser_side: bug fixes for switching between unibox and rich text editor:
|
2013-12-15 |
souliane |
browser_side: blog post update: fix assignment to immutable element
|
2013-12-10 |
souliane |
browser_side: set the ideal width for the rich text dialog when displayed in the unibox panel
|
2013-12-10 |
souliane |
browser_side: set the ideal width for the blog post update dialog
|
2013-12-10 |
souliane |
browser_side: set the ideal height for the contact panel size when displayed in the unibox panel
|
2013-12-10 |
souliane |
browser_side: double click on unibox do not open the rich text editor anymore
|
2013-11-27 |
souliane |
browser_side: renamed item and labels for discussion groups
|
2013-11-28 |
souliane |
browser_side (plugin radiocol): send the current queue to new players
|
2013-11-27 |
souliane |
browser_side (plugin radiocol): the UI uses CaptionPanel
|
2013-11-26 |
souliane |
browser_side (plugin radiocol): use the status label to give more information
|
2013-11-25 |
souliane |
browser_side (plugin radiocol): info message when you start the radiocol
|
2013-11-25 |
souliane |
browser_side (plugins radiocol, xep-0054): check for file size or type before uploading
|
2013-12-10 |
souliane |
browser_side: added blog item modification/deletion
|
2013-12-09 |
souliane |
browser_side: more customizable rich text editor
|
2013-12-04 |
souliane |
browser_side: changes related to the implementation of XEP-0033 (addressing)
|
2013-11-23 |
souliane |
browser_side: set your own presence status and display those of others
|
2013-11-22 |
souliane |
browser_side: white-space: nowrap for the groups in the contact manager
|
2013-12-13 |
Goffi |
server side: fixed bad async bridge calls management
|
2013-11-21 |
souliane |
frontends tools: moved src/tools/frontends to frontends/src/tools
|
2013-11-21 |
souliane |
bridge + browser_side: bridge signals for games and their callbacks:
|
2013-11-21 |
souliane |
browser_side: better PEP8 compliance
|
2013-11-21 |
souliane |
browser_side: can identify muc members with symbols
|
2013-11-21 |
souliane |
browser_side: bug fix for RoomAndContactsChooser (do not display the MUCs in the list)
|
2013-11-19 |
souliane |
browser_side: update contacts in "group and contact chooser" when the a user connect/disconnect
|
2013-11-17 |
souliane |
browser_side: send rich text to all the "To" recipients (groups and one2one)
|
2013-11-17 |
souliane |
browser_side: added generic method "send" in SatWebFrontend
|
2013-11-17 |
souliane |
browser_side: added class RoomAndContactsChooser:
|
2013-11-17 |
souliane |
browser_side: changes regarding widgets and tabs:
|
2013-11-17 |
souliane |
bridge: added inviteMUC + modify joinMUC to make it accept room_jid = ""
|
2013-11-17 |
souliane |
browser_side: sort the the result of ContactList.getConnected()
|
2013-11-17 |
souliane |
browser_side: added class ToggleStackPanel
|
2013-11-11 |
souliane |
browser_side: improvements for lists and contact groups manager:
|
2013-11-11 |
souliane |
browser_side: small changes for contact list and "add group" panel:
|
2013-11-15 |
Goffi |
browser side: management of extra data for sendMblogComment, allowing to send rich text for comments
|
2013-11-15 |
Goffi |
browser side: if 'xhtml' key is present in microblog data, rich content is displayed
|
2013-11-15 |
Goffi |
server_side: extra data is now added for sendMblog, allowing to send rich text with the 'rich' key.
|
2013-11-15 |
Goffi |
removed trailing spaces in libervia.tac
|
2013-11-09 |
souliane |
browser_side: open the web widget in the current tab
|
2013-11-09 |
souliane |
browser_side: added contact group manager based on ListManager
|
2013-11-09 |
souliane |
browser_side: small changes to prepare the contact group manager:
|
2013-11-09 |
souliane |
browser_side: isolate the basic stuff of RecipientManager in a new class ListManager:
|
2013-11-09 |
souliane |
browser_side: isolate the "add contact group" panel in a re-usable class:
|
2013-11-08 |
souliane |
browser_side: isolate the basic stuff of ContactList in the new GenericContactList class
|
2013-11-05 |
souliane |
plugin XEP-249: added parameter Misc / Auto-join MUC on invitation:
|
2013-10-23 |
souliane |
browser_side: added auto-connection with URL parameters:
|
2013-11-08 |
souliane |
browser_side: set the "workaround" timers to 5 ms instead of 10:
|
2013-10-23 |
souliane |
plugin card_game: use the games.py from sat/src/tools/frontends
|
2013-11-09 |
Goffi |
browser_side: removed some trailing spaces
|
2013-11-09 |
Goffi |
browser side: use of inlineRoot to display XHTML chat text
|
2013-11-09 |
Goffi |
browser side: added Node.setAttribute and Node.toxml to nativedom
|
2013-11-08 |
Goffi |
browser_side: changed sat.tools.frontend for sat.tools.frontends
|
2013-10-15 |
souliane |
browser_side, blog: better PEP8 compliance
|
2013-10-18 |
souliane |
browser_side: add context menu for contact:
|
2013-10-15 |
souliane |
browser_side: added class PopupMenuPanel to manage more complex context menu
|
2013-10-15 |
souliane |
browser_side: modified class ContactChooser to allow setting a min and max number of contacts to be chosen
|
2013-10-14 |
souliane |
browser_side: added input history in the unibox:
|
2013-10-11 |
souliane |
browser_side: set CSS margin: auto for all button panels
|
2013-10-10 |
souliane |
browser_side: fixed browser built-in auto-completion in login/register panels
|
2013-11-07 |
Goffi |
browser_side: white-space are no pre-wrap for .chat_text_msg
|
2013-11-07 |
Goffi |
browser and server side: XHTML handling, first draft:
|
2013-10-31 |
Goffi |
browser side: rich text: update to follow core implementation
|
2013-10-09 |
souliane |
browser side: fixed RichTextEditor debug mode when no parameter exists.
|
2013-10-08 |
souliane |
browser_side: added UIs for rich text editor and addressing to multiple recipients
|