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.
|
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"
|