log

age author description
2016-01-08 Goffi server (blog): implemented tag/category filtering:
2016-01-08 Goffi server (blog): moved _quote and _unquote to module functions, and use them in BlogMessage.url
2016-01-08 Goffi server (blog): added unhandler errback in getItemById
2016-01-08 Goffi server (blog): removed another max_items
2016-01-08 Goffi server (blog): better handling of mbGetFromManyWithCommentsRTResult in getItems
2016-01-08 Goffi server (blog): cleaning & improvments:
2016-01-08 Goffi themes (default): fixed invalid link to sat logo
2016-01-08 souliane server (blog/themes): replace previously removed icons
2016-01-07 Goffi server (blog/themes): removed content due to licence incompatibility
2016-01-03 Goffi server: fixed bad login check introduced in rev 6a2fd7807770
2016-01-03 Goffi copyright update
2015-12-26 Goffi server: fixed empty_password_allowed_warning_dangerous_list option
2015-12-26 Goffi browser (params): reverted size change from commit f2a76ee020f6
2015-12-22 souliane browser (chat): printing the history is left to quick_frontend
2015-12-20 Goffi server: minor option help string correction
2015-12-20 Goffi server: added --tls_private_key and --tls_chain options. --tls_certificate .pem file will be used for private_key if --tls_private_key is not specified.
2015-12-20 Goffi server: added "quit" method to exit with an exit code when reactor is running
2015-12-20 Goffi server: tls_certificate option:
2015-12-18 Goffi server: proper options handling
2015-12-18 Goffi browser (blog): fixed comments ordering
2015-12-15 souliane browser_side: restore printing the day change while displaying history
2015-12-15 souliane browser_side (chat): adapt printMessage to recent modifications done in quick_chat
2015-12-15 souliane browser_side (xmlui): center the Save/Cancel buttons of parameters dialog
2015-12-12 souliane browser_side: improve CSS alignements of the dialogs' widgets
2015-12-15 souliane browser_side: fixes JID as login detection, can't rely on "@" keycode
2015-12-10 souliane browser_side: convertNewLinesToXHTML should only be called on raw text messages:
2015-12-10 souliane browser_side (CSS): add some style to display blogs from Movim
2015-12-09 souliane server_side: fixed confusion between jid user and host when there's not arobase
2015-12-09 souliane browser_side: minor CSS modification
2015-12-09 souliane replace old favicon for a new one generated from the SVG source
2015-12-09 souliane browser_side: run login callback before window alert so the background starts to be filled before the user clicks
2015-12-09 souliane themes: add "Powered by Salut à Toi" in the footer
2015-12-08 souliane browser and server sides: alert the user after he created a new profile using his XMPP account credentials
2015-12-08 souliane browser_side: inform the user that entering a full JID in the login box is only needed for external XMPP account
2015-12-07 souliane server_side: if a user tries to login with a full JID but his host is the local domain, login with the user part only
2015-12-07 souliane browser and server sides: removed constant UNMANAGED_FAULT_STRING which is used only to be displayed to the user, but it doesn't mean anything to him
2015-12-07 Goffi Added tag 0.6.0 for changeset 0af8a88ef6cd
2015-12-07 souliane update version in setup.py 0.6.0
2015-12-02 Goffi update README
2015-12-02 souliane update INSTALL for Jinja2 dependency
2015-12-02 Goffi browser side: fixed public blog menu (moved temporarily to frontend side)
2015-12-02 Goffi browser side (contact list): fixed a traceback on mouse enter/leave + bad attribute name
2015-12-01 souliane server_side (blog): pubsub item ID doesn't need to be an UUID
2015-12-01 Goffi browser side (blog): fixed entries and comments ordering
2015-12-01 Goffi browser side: workaround for a pyjamas bug which freeze the browser in some case with addURLToText regex
2015-12-01 souliane browser_side: rename "Manage groups" to "Manage contact groups" to avoid confusion
2015-12-01 souliane browser_side (menu): moved Tarot from Games to Groups
2015-12-01 souliane browser_side: set the MUC occupant box width to 100%
2015-12-01 souliane browser_side: fixed contact list refresh on param change
2015-11-30 souliane browser_side: fixed ContactsPanel scrolling
2015-11-30 souliane browser_side: modify a message to avoid a confusion when fine access blogging is not available
2015-11-30 souliane update INSTALL file
2015-11-29 Goffi browser side: the new menu 'help/official room chat' launch the default_muc room, which can be used to get some help
2015-11-25 Goffi browser side (blog): fixed click when comment, update or delete icons are not available
2015-11-26 souliane browser_side (blog): ask to delete a message after it has been modified and left with an empty body
2015-11-26 souliane browser_side (blog): hide the entry icons while editing
2015-11-26 souliane browser_side (blog): add publish hint and button for microblog
2015-11-26 souliane browser_side (blog): fixes syntax conversion
2015-11-26 souliane browser_side (blog): fixes switching between display/edit modes and raw/rich text
2015-11-25 souliane browser_side (blog): fixes focusing new comment box + click listener