2015-02-24 |
Goffi |
browser side (contact list): fixed forgotten profile argument in presence listener
frontends_multi_profiles
|
2015-02-24 |
Goffi |
browser side: fixed use of profile for listeners
frontends_multi_profiles
|
2015-02-23 |
Goffi |
merged souliane changes
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (widgets management): removed getWidgetsPanel: we use directly getParent which do the same thing + displayWidget now detect hidden widgets (widgets without parent WidgetsPanel)
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (LiberviaWidget): an error is raised when expect is True on getParent
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (contact list): Contact list improvments:
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (contact list): use of c.bool for parameter conversion
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (menu): minor improvments:
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (libervia main): implemented visible_widgets property
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side: contact_list update:
frontends_multi_profiles
|
2015-02-23 |
Goffi |
browser side (contact list): use EntityToShow to know which contacts must be displayed
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: implements showDialog
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: fixes MUC menus
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: fixes RoomAndContactsChooser dialog
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes
frontends_multi_profiles
|
2015-02-22 |
souliane |
browser_side: fixes various issues
frontends_multi_profiles
|
2015-02-22 |
souliane |
server and browser sides: fixes bad call to "subscription" bridge method
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: fixes a typo (listerner --> listener)
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: fixes previous patch, forgot to pass an argument
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: show more obvisouly the "dragover" style when dragging something over a tab
frontends_multi_profiles
|
2015-02-20 |
souliane |
browser_side: always display the main tab bar with a "+" button to add a new tab
frontends_multi_profiles
|
2015-02-11 |
souliane |
browser_side: add/improve some docstrings
frontends_multi_profiles
|
2015-02-11 |
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
|
2015-02-10 |
Goffi |
browser side (web panel): add an option to hide url headed + use it for public blog
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: fixed jid's public blog menu
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: added a base_location property to get location of current Libervia instance
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side (web panel): schemes are now checked, if no scheme is given (or a not accepted one), http:// is used
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: web widget is recreated when there is already one
frontends_multi_profiles
|
2015-02-10 |
Goffi |
browser side: widget is deleted by default when close button is clicked in LiberviaWidget
frontends_multi_profiles
|
2015-02-10 |
Goffi |
brower side: removed close listener for LiberviaWidget
frontends_multi_profiles
|
2015-02-09 |
Goffi |
merges souliane changes
frontends_multi_profiles
|
2015-02-09 |
Goffi |
browser side (blog, contact list): use of new listener mechanism to update avatar
frontends_multi_profiles
|
2015-02-09 |
Goffi |
browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author
frontends_multi_profiles
|
2015-02-09 |
Goffi |
server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten
frontends_multi_profiles
|
2015-02-07 |
souliane |
browser_side: fixed DragAutoCompleteTextBox for the list manager
frontends_multi_profiles
|
2015-02-07 |
souliane |
browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance
frontends_multi_profiles
|
2015-02-07 |
souliane |
add very basic test system accessible from <root_url>/test, to be improved:
frontends_multi_profiles
|
2015-02-07 |
souliane |
browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed
frontends_multi_profiles
|
2015-02-06 |
souliane |
browser_side: fixes the contact group manager
frontends_multi_profiles
|
2015-02-06 |
Goffi |
merged souliane commits
frontends_multi_profiles
|
2015-02-06 |
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
|
2015-02-06 |
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
|
2015-02-06 |
Goffi |
browser side (base widget): added an iterator on WidgetsPanel to iterate throught contained widgets, fixed widget deletion, commented a base try/catch (without exception specified), should be uncommented once a good Exception is here
frontends_multi_profiles
|
2015-02-06 |
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
|
2015-02-06 |
Goffi |
browser side: border widgets are now visible on drag start + they float right or left in the cell
frontends_multi_profiles
|
2015-02-06 |
Goffi |
browser side: fixed bad FlexTable __init__ call, need to be checked
frontends_multi_profiles
|
2015-02-03 |
Goffi |
browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options)
frontends_multi_profiles
|
2015-02-06 |
souliane |
browser_side: fixes Notification.onFocus
frontends_multi_profiles
|
2015-02-05 |
souliane |
modification of the social contract according to the General Assembly of 19/08/2014
|
2015-01-24 |
Goffi |
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
frontends_multi_profiles
|
2014-12-15 |
souliane |
server_side: static blog: convert \n in raw text message to <br/>
|
2014-12-15 |
souliane |
browser_side: increase the width of the bubble's text area (blog message edition)
|
2014-11-27 |
souliane |
browser and server side: uses RSM (XEP-0059)
|
2014-10-23 |
souliane |
browser_side: revert one change from previous changeset: explicitely get history also for MUC, as we don't know if the service will send us the backlog
|
2014-10-22 |
souliane |
browser_side: various improvements, especially for MUC
|
2014-10-22 |
souliane |
plugin sec_otr: improvement when sending a message to a MUC
|
2014-10-22 |
souliane |
plugin XEP-0085: follow the changes in sat plugin
|
2014-10-20 |
souliane |
browser_side: fixes issue while getting a chat state for a MUC occupant who already left
|
2014-10-19 |
souliane |
browser_side: fixes call to logging method with more than one argument
|
2014-10-19 |
souliane |
browser_side (blogs): massive insertion display the actual number of blogs being inserted
|
2014-10-18 |
souliane |
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
|
2014-10-18 |
souliane |
browser_side: fixes the display of MUC occupants presences
|
2014-10-17 |
souliane |
browser_side: fixes wrong JID construction when processing getPresenceStatuses result
|
2014-10-18 |
souliane |
browser_side (jid): remove JID constructor special error handling (it's better to get the full backtrace)
|
2014-10-18 |
souliane |
browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
|
2014-10-17 |
souliane |
browser_side: display MUC occupants presences
|
2014-10-17 |
souliane |
browser_side: fixes a bug that arrived with the last changes on the JID class (this is related to how pyjamas handle the property decorator)
|
2014-10-17 |
souliane |
browser_side: print a warning when trying to access a non existing contact box:
|
2014-10-11 |
Goffi |
server side (twisted plugin): fixed bad use of default value in getConfig
|
2014-10-10 |
Goffi |
restored commit 0090285a5689: the fix was actualy good, my bad
|
2014-10-10 |
Goffi |
revert commit 0090285a5689: the fix is bad and broke extra commands
|
2014-10-06 |
souliane |
browser_side: implements "Show offline contacts" and "Show empty groups" parameters
|
2014-10-04 |
souliane |
server_side: adapt to the new signatures of bridge method getHistory
|
2014-10-04 |
souliane |
fixes launching script when running with no argument
|
2014-10-03 |
souliane |
browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
|
2014-10-03 |
Goffi |
installation: pyjamas build fixes:
|
2014-10-03 |
Goffi |
misc: launch script fix (there can now be more than 1 argument)
|
2014-10-03 |
Goffi |
misc: launch script now manage "status" command, and additional arguments
|
2014-10-03 |
Goffi |
installation: replaced the deprecated distribute_setup.py by ez_setup.py
|
2014-09-23 |
souliane |
browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
|
2014-09-23 |
souliane |
browser_side: using property setters is explicitely NOT recommended
|
2014-09-23 |
souliane |
browser_side (plugin OTR): fixes missing resource issue:
|
2014-09-23 |
souliane |
browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR session
|
2014-09-22 |
souliane |
server_side: set the connection attempt timeout to the bridge timeout (2 minutes)
|
2014-09-21 |
souliane |
server_side: set a timeout to reset the waiting connection requests after 5 minutes
|
2014-09-19 |
souliane |
server_side: enable HTTP gzip compression
|
2014-09-18 |
Goffi |
SàT 0.5.1 released
|
2014-09-18 |
Goffi |
version update
SàT v0.5.1
|
2014-09-18 |
Goffi |
0.5.0 tag fix
|
2014-09-17 |
souliane |
browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
|
2014-09-11 |
souliane |
browser_side: fixes signal callback with no argument (e.g disconnected)
|
2014-09-10 |
souliane |
browser_side: fixes bug at profile disconnection
|
2014-09-09 |
Goffi |
SàT 0.5.0 released
SàT v0.5.0
|
2014-09-09 |
Goffi |
version update
|
2014-09-08 |
souliane |
browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected
|
2014-09-08 |
souliane |
browser_side (plugin OTR): display OTR states with icons instead of a text
|
2014-09-08 |
souliane |
README: redirect media credits to sat_media repository (the pictures are no more hosted here)
|
2014-09-07 |
souliane |
browser_side (plugin OTR): also ask for a confirmation if the user has no private key and initiates an OTR session
|
2014-09-07 |
souliane |
browser_side (plugin OTR): really clean everything on key drop
|
2014-09-07 |
souliane |
browser_side (plugin OTR): ask the user before accepting an OTR query
|
2014-09-07 |
souliane |
browser_side (plugin OTR): put all the text messages into constants
|
2014-09-07 |
souliane |
browser_side (plugin OTR): manage the plain text messages ourselves rather than leaving it to otr.js
|
2014-09-07 |
souliane |
browser_side: temporary way to display the OTR state in the LiberviaWidget header
|
2014-09-05 |
Goffi |
browser side (plugin otr): C.MESS_TYPE_INFO is used instead of "headline" for informational message
|
2014-09-05 |
Goffi |
browser_side: printInfo fixes:
|
2014-09-05 |
Goffi |
browser_side: management of new "info" newMessage type
|
2014-09-05 |
souliane |
browser_side (wrapper otr.js): fixes the method to finish the conversation
|
2014-09-05 |
souliane |
browser_side (plugin OTR): change some feedback messages
|
2014-09-05 |
souliane |
plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
|
2014-09-05 |
souliane |
plugin OTR: disconnect the active OTR sessions on profile disconnection
|
2014-09-05 |
souliane |
plugin OTR: fixes handling of the FINISHED state
|
2014-09-05 |
souliane |
browser_side: change a log.debug to log.error
|
2014-09-03 |
souliane |
add licence information for otr.js and dependencies
|
2014-09-03 |
souliane |
browser_side (plugin OTR): avoid unecessary waiting time on menu callbacks when the private key or the context doesn't exist
|
2014-09-03 |
souliane |
browser_side (plugin OTR): limit the max width for all dialogs
|
2014-09-03 |
souliane |
browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
|
2014-09-02 |
souliane |
browser and server sides: OTR plugin, first draft
|
2014-09-02 |
souliane |
browser_side: add minimal requirements for generic plugins handling
|
2014-09-02 |
souliane |
browser and server sides: add bridge method getLastResource
|
2014-09-02 |
souliane |
browser_side: refactorize class JID to allow modifying its attributes
|
2014-09-02 |
souliane |
browser_side: avoid some confusions between jid object 1. as an instance of JID or 2. as a str
|
2014-09-02 |
souliane |
browser_side: menu callback can be a method not belonging to a class
|
2014-09-02 |
souliane |
browser_side: PromptDialog can display several input fields
|
2014-08-26 |
souliane |
browser_side: force JID's node and domain to lower-case
|
2014-08-25 |
Goffi |
server_side: plugin refactoring:
|
2014-08-24 |
Goffi |
installation: setup.py update:
|
2014-08-24 |
Goffi |
server side: launching script improvments:
|
2014-08-21 |
souliane |
browser_side: fixes the blog rich text toggle button which was clickable on the whole bubble width
|
2014-08-21 |
souliane |
browser_side: the status menu is now based on GenericMenuBar instead of PopupMenuPanel
|
2014-08-21 |
souliane |
browser_side: add method GenericMenuBar.addCategory + fixes MenuNode.addMenuItem when callback argument is a sub-menu
|
2014-08-21 |
souliane |
browser_side: fixes using addStyleName and removeStyleName on a GenericMenuBar
|
2014-08-20 |
Goffi |
reverted commit 7d37bb042042 which is actualy useless
|
2014-08-20 |
Goffi |
browser side: fake xdg class to work around BaseDirectory import in constants.py
|
2014-08-20 |
Goffi |
browser_side: use of new XHTML2Text method
|
2014-08-20 |
Goffi |
browser side (XMLUI): fixed bad use of text instead of XHTML in dialogs
|
2014-08-14 |
souliane |
browser_side: display new lines and clickable URLs for headline message
|
2014-08-13 |
souliane |
browser_side: categories of the menus can be "flattened":
|
2014-08-13 |
souliane |
setup: cleaning also handles egg filenames not containing the python version
|
2014-08-13 |
Goffi |
browser side (XMLUI): XMLUI update to follow core changes:
|
2014-07-25 |
souliane |
browser_side: also display the warning banner when writing to a single contact and unibox is disabled
|
2014-07-25 |
souliane |
browser_side: menus refactorization + handle levels > 2
|
2014-07-24 |
souliane |
browser_side: fix logging issue with older firefox version (e.g. 3.0.4)
|
2014-07-17 |
souliane |
browser_side: remove the annoying (esp. when editing a message) scrolling each time you select a microblog entry
|
2014-07-15 |
souliane |
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
|
2014-07-15 |
souliane |
browser_side: refactorisation of menus and LiberviaWidget's header
|
2014-07-15 |
souliane |
setup: tiny factorisation
|
2014-07-14 |
souliane |
browser_side: fixes the CSS for the menus
|
2014-06-26 |
souliane |
browser side: fixes NS_ERROR_FAILURE while opening microblog panels (bug from rev 442 - changeset 17259c2ff96f in MicroblogPanel.refresh)
|
2014-06-26 |
souliane |
server side: fixes constants import for installing libervia the first time
|
2014-06-25 |
Goffi |
browser side (XMLUI): implementation of read_only attribute
|
2014-06-23 |
Goffi |
browser side (nativedom): new properties managed: TEXT_NODE, ELEMENT_NODE, ATTRIBUTE_NODE, COMMENT_NODE, nodeType
|
2014-06-19 |
souliane |
browser and server side: force lower case for the profile name at new account creation + fixes CSS for textarea
|
2014-06-18 |
souliane |
browser side: add default's CSS for textarea in a dialog box
|
2014-06-18 |
souliane |
browser side: move contacts list's avatar from right to top
|
2014-06-17 |
souliane |
server side (blog): manage our own avatars cache because existing entity data are not updated
|
2014-06-17 |
souliane |
server side (blog): use user's avatar a the blog's favicon + small refactorization
|
2014-06-15 |
souliane |
misc: remove some pylint errors and warnings
|
2014-06-15 |
souliane |
browser and server sides: refactor HTTP request result values + handle "NoReply" error
|
2014-06-14 |
souliane |
browser side: display avatars in the contact panel
|
2014-06-14 |
souliane |
browser side: small refactoring to prepare displaying avatars in the contact panel
|
2014-06-12 |
souliane |
browser side: rename and refactor constant UI_PARAMS to CACHED_PARAMS, from a dict of dict to a list of 2-tuple
|
2014-06-12 |
souliane |
browser side: changed default avatar
|
2014-06-12 |
Goffi |
server side: forgotten parenthesis
|
2014-06-12 |
Goffi |
server side: restore forgotten i18n
|
2014-06-12 |
Goffi |
server side: fix unicodes issues in options
|
2014-06-10 |
Goffi |
server_side: fixed some forgotten print statement
|
2014-06-10 |
Goffi |
server side: fixed start sequence when SERVICE_PROFILE is already connected
|
2014-06-10 |
Goffi |
server side: added config only option empty_password_allowed_warning_dangerous_list, which allow to connect with a profile with empty password. /!\ MUST not be used if Libervia is accessible from outside, this option is mainly useful for developpers.
|
2014-06-10 |
Goffi |
server side: options managing improvments:
|
2014-06-09 |
souliane |
browser_side: fixes CSS:
|
2014-06-09 |
souliane |
browser_side: fixes issues from the refactoring
|
2014-06-09 |
Goffi |
browser_side: import fixes:
|
2014-06-09 |
souliane |
twisted plugin: fixes the parsing of directory parameter
|
2014-06-08 |
souliane |
server side: adapt passing the async failure from server to browser side, according to the new class BridgeException
|
2014-05-23 |
souliane |
browser and server sides: don't handle the "connectionError" signal anymore, we now use asyncConnect errback:
|
2014-06-03 |
souliane |
browser side: a new message being edited should always stay on top position (or last position for a comment)
|
2014-06-03 |
souliane |
server and browser sides: fixes UI parameters initialisation with user values + small refactoring
|
2014-06-03 |
souliane |
browser_side: avoid adding more than one new message bubble on top of the microblog panel
|
2014-06-02 |
souliane |
browser side: message of type "headline" sent from the host are displayed in a InfoDialog
|
2014-05-29 |
souliane |
browser_side: avoid warning "list comprehension redefines 'group' from line XXX"
|
2014-05-29 |
souliane |
browser side: rename parameter of getParent / getWidgetPanel from 'verbose' to 'expect'
|
2014-05-29 |
souliane |
browser side: select the "Login" tab when using auto-connect feature
|
2014-05-23 |
souliane |
browser and server sides: use asyncConnect instead of connect
|
2014-05-29 |
souliane |
browser side: display messages from contacts not in roster
|
2014-05-26 |
souliane |
server_side: URL query parameter 'max_items' can be used to set the maximal number of blog posts to retrieve
|
2014-05-22 |
souliane |
browser_side: restore previous CSS for "Register" and "Login" buttons, just keep the larger font size
|
2014-05-20 |
souliane |
browser_side: fixes bug introduced with previous changeset (1a0cec9b0f1e)
|
2014-05-20 |
souliane |
better PEP-8 compliance
|
2014-05-20 |
souliane |
browser_side: increase message box height for all characters to fit
|
2014-05-20 |
souliane |
/!\ reorganize all the file hierarchy, move the code and launching script to src:
|
2014-05-16 |
Goffi |
server side: removed legacy service creation resulting in double init
|
2014-05-16 |
souliane |
fixes setup dependencies for pip
|
2014-05-07 |
souliane |
server_side: update the connection mechanism to handle profile passwords
|
2014-05-07 |
souliane |
server_side, browser_side: new account password must contain at least 6 chars + cosmetic change for register warning message
|
2014-05-15 |
Goffi |
server side: use of bridge's getReady to be sure that backend is initialised at launch
|
2014-05-14 |
Goffi |
use of new config module for logs
|
2014-05-14 |
souliane |
browser_side: changes about the UI (remarks from Franck):
|
2014-05-13 |
souliane |
server_side: static blog retrieve page's title, meta description and keywords from the parameters
|
2014-05-08 |
Goffi |
browser_side (log): move logging configuration in a "logging" module + use custom backend with console.debug/info/etc output.
|
2014-05-08 |
Goffi |
browser side: use of new log system (first draft):
|
2014-05-08 |
Goffi |
server side: new log system is used
|
2014-05-06 |
Goffi |
server side: ipdb is used instead of pdb in debug mode
|
2014-05-01 |
souliane |
server_side: added constant SERVICE_PROFILE to remove hard-coded value
|
2014-05-06 |
souliane |
server_side: remove unused method _postAccountCreation
|
2014-05-01 |
souliane |
server_side: fixes startup script (as it's done in sat)
|
2014-05-01 |
souliane |
import constants.Const as C (according to the coding rules)
|
2014-04-27 |
souliane |
browser and server sides: fixes module import + use enumerate instead of xrange
|
2014-04-07 |
souliane |
browser_side: roster management menus are now imported from the backend
|
2014-04-03 |
souliane |
browser_side (xmlui): fix multi-selection
|
2014-04-01 |
souliane |
browser_side (xmlui): added setter methods + manage multi-selection for list widgets
|
2014-04-01 |
souliane |
browser_side (xmlui): implement the divider styles
|
2014-03-31 |
Goffi |
server + browser side, getPresenceStatuses has been renamed
|
2014-03-26 |
souliane |
browser_side: hide the presence/status panel until the connection is made
|
2014-03-26 |
souliane |
browser_side: set microblog editor width to 80%
|
2014-03-26 |
Goffi |
browser side: notifications: fixed dialog message in Chromium workaround
|
2014-03-26 |
Goffi |
browser side: notifications enhancements:
|
2014-03-26 |
Goffi |
browser side: fixed bad use of Timer
|
2014-03-25 |
souliane |
server_side: added parameter port_https_ext (external port for HTTPS, used for example for the redirection)
|
2014-03-24 |
souliane |
misc: INSTALL: convert line delimiters to UNIX
|
2014-03-23 |
souliane |
misc: updated setup.py and INSTALL
|
2014-03-23 |
souliane |
misc: libervia stop would not kill all libervia instances anymore
|
2014-03-23 |
souliane |
server_side: use XDG recommended paths as the defaults
|
2014-03-24 |
souliane |
server_side: bug fix passing twistd arguments to Libervia
|
2014-03-18 |
souliane |
server_side: added support for SSL and related parameters:
|
2014-03-21 |
souliane |
browser_side: set microblog editor minimal width + fix the scrolling to comment
|
2014-03-20 |
souliane |
browser_side: display presence with the highest priority
|
2014-03-19 |
souliane |
browser_side: editors do not listen for <escape> + display WYSIWIG in upper case
|
2014-03-18 |
Goffi |
setup.py: update website (it's not http://www.salut-a-toi.org), and removed pyjamas framework which is not standard in pypi
|
2014-03-18 |
Goffi |
misc: fixed python version in INSTALL: on wheezy, only python2.6 works with pyjamas (on libervia.org, may change for different environment)
|
2014-03-17 |
souliane |
browser and server sides: display favicon
|
2014-03-17 |
souliane |
browser_side: handle the signal "roomUserChangedNick"
|
2014-03-16 |
souliane |
browser_side: display chat states (with symbols) for MUC participants
|
2014-03-16 |
souliane |
browser_side: bug fix ListManager properties
|
2014-03-14 |
souliane |
browser_side: display new lines in microblogs (convert '\n' to '<br/>')
|
2014-03-14 |
souliane |
browser_side: refactorize SimpleTextEditor init parameters
|
2014-03-14 |
souliane |
browser_side: microblogs edition: <shift> + <enter> makes a new line, <esc> finishes the edition
|
2014-03-13 |
souliane |
browser_side: HTMLTextEditor and LightTextEditor factorization
|
2014-03-13 |
souliane |
browser_side: LightTextEditor renamed to HTMLTextEditor, new class LightTextEditor based on TextArea
|
2014-03-11 |
souliane |
browser_side: bug fixes for microblog raw/rich edition toggle
|