log

age author description
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
2014-03-11 souliane browser_side: RoomChooser small improvements:
2014-03-11 souliane browser_side: radiocol accepts mime type audio/mp3 in addition to audio/mpeg
2014-03-11 souliane browser_side: radiocol displays who uploaded the file with ChatPanel.printInfo
2014-03-11 souliane browser_side: small improvements for ListManager
2014-03-10 souliane browser_side: new microblogs are not using the rich text editor by default:
2014-03-06 souliane browser_side: radiocol supports MP3
2014-03-05 souliane server_side: set max static blog banner dimensions
2014-03-03 souliane browser_side: standardize the dialogs size and buttons display:
2014-03-03 souliane browser_side: added a dialog in Settings/Account to update/delete the XMPP account
2014-03-03 souliane browser_side: fix XMLUI password box initialisation
2014-02-25 souliane server_side: display blog comments when you click on a main item header or title
2014-02-25 souliane server_side: display blog banner if it is defined
2014-02-25 souliane browser_side: factorize the code from AvatarUpload to a new class FileUploadPanel
2014-02-26 Goffi SàT 0.4 released
2014-02-26 Goffi version update SàT v0.4.0
2014-02-26 Goffi README update
2014-02-26 souliane browser_side: refresh the ChatPanel and MicroblogPanel when they are opened from a drag and drop
2014-02-26 souliane browser_side: focus the password input after account creation
2014-02-26 souliane plugin card_game: update to use the new XMLUI mechanism + copy the autoplay mode from QuickFrontend:
2014-02-25 souliane browser_side: bug fixes microblogs:
2014-02-26 souliane added INSTALL
2014-02-25 souliane browser_side: fix typos
2014-02-25 Goffi browser side: fixed bad variable reference in menus management
2014-02-25 Goffi browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
2014-02-24 souliane server and browser sides: add in the static blog the link to the Atom feed + set encoding of libervia.html
2014-02-24 souliane server_side: fix error management at account creation
2014-02-24 souliane browser_side: fix bubble CSS for chromium and epiphany browsers
2014-02-24 souliane browser_side: fixed imports
2014-02-23 souliane server_side: blog: bug fixes
2014-02-23 souliane browser_side: refactorization of the file tools.py:
2014-02-23 souliane browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
2014-02-23 souliane browser_side: escape the microblog titles when they are displayed
2014-02-22 souliane change libervia.sh access permissions to 755
2014-02-21 souliane browser_side: allow one blogger to moderate the comments made on his own blog messages.
2014-02-20 souliane browser_side: groupblog: handle main items with no associated comments node + do not mix up attributes names between the item own service/node and the comments service/node
2014-02-19 souliane browser_side: hide the syntax label when wysiwyg edtion is active
2014-02-19 souliane tools: remove unused method that was copy/pasted from nltk module
2014-02-19 souliane browser_side: display the popup notifying the message's recipient when you edit the blog entry's bubble.
2014-02-19 souliane browser_side: the popup notifying the message's recipient is no more dependent to the unibox.
2014-02-17 souliane added setup.py for the installation with setuptools
2014-02-18 souliane browser_side: fix error when displaying the microblogs of a contact
2014-02-13 souliane browser_side: microblog images have a fixed CSS "max-width" and they are clickable
2014-02-13 souliane browser_side: small fixes for RichTextEditor
2014-02-13 souliane browser_side: do not use addURLToText to display Microblog XHTML content
2014-02-13 souliane browser_side: wysiwyg edition handles the toolbar buttons
2014-02-13 souliane browser_side: class PromptDialog based on GenericConfirmDialog asks the user for a text input
2014-02-13 souliane browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
2014-02-13 souliane browser_side: misc improvements for RichTextEditor to prepare Wysiwyg edition
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.