log

age author description
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