diff libervia_server/__init__.py @ 351:c943fd54c90e

browser_side: heavy refactorisation for microblogs: - RichTextEditor inheritates from BaseTextEditor - stuff related to display/edition have been moved from MicroblogEntry to LightTextEditor and RichTextEditor. Now the editors has two modes for display/edition and the microblog bubble is actually the editor itself. - RichTextEditor's display mode uses a LightTextEditor (this will be used for WYSIWYG edition) - addressing stuff of RichTextEditor have been moved to a child class RichMessageEditor (used for the rich text editor when clicking on the button left to the unibox) - handle blog titles TODO: - fix encode/decode errors when sending special chars - fix images maximal width in the bubble - rich content WYSIWYG edition
author souliane <souliane@mailoo.org>
date Wed, 12 Feb 2014 15:17:04 +0100
parents f488692c4903
children f22a4bf9a67e
line wrap: on
line diff
--- a/libervia_server/__init__.py	Wed Feb 12 15:01:33 2014 +0100
+++ b/libervia_server/__init__.py	Wed Feb 12 15:17:04 2014 +0100
@@ -308,6 +308,7 @@
         d = self.asyncBridgeCall("getGroupBlogComments", service, node, profile)
         return d
 
+
     def jsonrpc_getPresenceStatus(self):
         """Get Presence information for connected contacts"""
         profile = ISATSession(self.session).profile