log

age author description
2015-11-23 Goffi server side: special handling of Connection/JabberID and Connection/autoconnect parameter which has needed by QuickApp but restricted by security limit
2015-11-23 Goffi server side: fixed params, and removed self.authorized_params as authorisation is handled by the backend
2015-11-22 Goffi server side: actionNew now use a dedicated signal handler, which block it if security limit is exceeded
2015-11-21 souliane server_side: display tags in static blogs
2015-11-21 souliane browser_side: use methods defined in quick_frontend to retrieve and set the tags from/to microblog data
2015-11-19 souliane browser_side: read and write tags from microblog data:
2015-11-19 souliane browser_side: implements tags UI
2015-11-19 souliane browser_side: improve ListPanel and TitlePanel
2015-11-19 souliane browser_side: simplify RichTextEditor initialization
2015-11-19 souliane browser_side: remove RichMessageEditor and RecipientManager which are not used since the removal of the unibox
2015-11-19 souliane fixes/improve ListManager and contact group manager + better PEP-8 compliance
2015-11-19 souliane browser_side: improve PopupMenuPanel comments + rename a button + better PEP8 compliance
2015-11-17 souliane browser_side: factorize retrieval of drop event data
2015-11-11 souliane browser_side: add functions JIDSet and JIDDict
2015-11-09 Goffi install: added jsdebug option to use debug mode with pyjsbuild, don't use it by default
2015-10-22 souliane fixes the INSTALL since http://pyj.be has been down for a while (Oliver)
2015-10-21 souliane browser_side: fixes auto-login (broken by previous changeset)
2015-10-21 souliane browser_side: change login and register panels (makes it more visible and less confusing)
2015-10-06 souliane server_side (blog): clean error message when unknown profile is requested
2015-10-05 souliane server side (blog): fixes displaying the avatar
2015-09-21 souliane server side (blog): fixes unicode error
2015-09-10 souliane server (blog): update to the new mechanism in XEP-0277 + improvement:
2015-09-10 souliane browser and server sides: bridge method mbGetLast has been renamed to mbGet and takes a new parameter "item_ids"
2015-08-26 souliane browser_side (xmlui): allow to select a tab when adding it
2015-08-25 Goffi browser side (xmlui): default callback is used for launchAction
2015-08-21 Goffi browser side(xmlui): basic JidsList implementation (read-only) using ContactsPanel, to fix params display
2015-08-21 Goffi browser side (xmlui): factory is instantiated on Panel init + main panel is passed as first argument to widgets
2015-08-18 Goffi browser side (xmlui): added basic JidInputWidget (use a StringWidget)
2015-08-18 Goffi browser + server sides: actionNew signal handling
2015-08-19 souliane server (blog): remove accidently added (and unused) import