log browser_side/richtext.py @ 433:bbdbee25123a

age author description
Thu, 01 May 2014 11:29:09 +0200 souliane import constants.Const as C (according to the coding rules)
Sun, 27 Apr 2014 18:53:37 +0200 souliane browser and server sides: fixes module import + use enumerate instead of xrange
Wed, 26 Mar 2014 13:39:08 +0100 souliane browser_side: set microblog editor width to 80%
Wed, 19 Mar 2014 20:27:46 +0100 souliane browser_side: editors do not listen for <escape> + display WYSIWIG in upper case
Sat, 15 Mar 2014 00:21:04 +0100 souliane browser_side: refactorize SimpleTextEditor init parameters
Thu, 13 Mar 2014 13:15:48 +0100 souliane browser_side: LightTextEditor renamed to HTMLTextEditor, new class LightTextEditor based on TextArea
Tue, 11 Mar 2014 13:53:19 +0100 souliane browser_side: bug fixes for microblog raw/rich edition toggle
Mon, 10 Mar 2014 22:39:26 +0100 souliane browser_side: new microblogs are not using the rich text editor by default:
Mon, 24 Feb 2014 13:43:49 +0100 souliane browser_side: fixed imports
Sun, 23 Feb 2014 15:00:42 +0100 souliane browser_side: escape the microblog titles when they are displayed
Wed, 19 Feb 2014 17:52:39 +0100 souliane browser_side: hide the syntax label when wysiwyg edtion is active
Wed, 19 Feb 2014 16:38:13 +0100 souliane browser_side: display the popup notifying the message's recipient when you edit the blog entry's bubble.
Tue, 18 Feb 2014 14:38:04 +0100 souliane browser_side: fix error when displaying the microblogs of a contact
Thu, 13 Feb 2014 15:32:59 +0100 souliane browser_side: small fixes for RichTextEditor
Thu, 13 Feb 2014 12:53:07 +0100 souliane browser_side: do not use addURLToText to display Microblog XHTML content
Thu, 13 Feb 2014 10:32:26 +0100 souliane browser_side: wysiwyg edition handles the toolbar buttons
Thu, 13 Feb 2014 01:33:24 +0100 souliane browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
Thu, 13 Feb 2014 01:17:07 +0100 souliane browser_side: misc improvements for RichTextEditor to prepare Wysiwyg edition
Wed, 12 Feb 2014 15:17:04 +0100 souliane browser_side: heavy refactorisation for microblogs:
Fri, 07 Feb 2014 20:08:28 +0100 souliane browser_side: move TitlePanel from richtext.py to base_panels.py
Tue, 04 Feb 2014 17:52:12 +0100 Goffi dates update
Tue, 04 Feb 2014 17:21:59 +0100 Goffi fixed docstrings wrong usage for licence informations
Tue, 07 Jan 2014 23:49:39 +0100 souliane browser_side: actually disable the microblog title (not supported yet)
Sat, 04 Jan 2014 02:38:23 +0100 souliane browser_side: prepare user input for microblog titles
Sat, 04 Jan 2014 00:17:46 +0100 souliane misc: reorganization of the file panels.py + clean the modules import:
Fri, 03 Jan 2014 16:06:00 +0100 souliane browser_side: display the good text for microblog button regarding the context: "Send message" or "Update"
Sun, 29 Dec 2013 23:07:28 +0100 souliane browser_side: make unibox optional
Tue, 10 Dec 2013 09:07:03 +0100 souliane browser_side: added blog item modification/deletion
Mon, 09 Dec 2013 15:34:03 +0100 souliane browser_side: more customizable rich text editor
Wed, 04 Dec 2013 21:52:30 +0100 souliane browser_side: changes related to the implementation of XEP-0033 (addressing)
Thu, 21 Nov 2013 18:57:46 +0100 souliane frontends tools: moved src/tools/frontends to frontends/src/tools
Sun, 17 Nov 2013 22:20:12 +0100 souliane browser_side: send rich text to all the "To" recipients (groups and one2one)
Mon, 11 Nov 2013 12:48:33 +0100 souliane browser_side: improvements for lists and contact groups manager:
Sat, 09 Nov 2013 09:38:17 +0100 souliane browser_side: isolate the basic stuff of RecipientManager in a new class ListManager:
Thu, 31 Oct 2013 17:54:10 +0100 Goffi browser side: rich text: update to follow core implementation
Wed, 09 Oct 2013 15:12:50 +0200 souliane browser side: fixed RichTextEditor debug mode when no parameter exists.
Tue, 08 Oct 2013 14:12:38 +0200 souliane browser_side: added UIs for rich text editor and addressing to multiple recipients