log

age author description
2015-11-25 Goffi browser side (blog): fixed click when comment, update or delete icons are not available
2015-11-26 souliane browser_side (blog): ask to delete a message after it has been modified and left with an empty body
2015-11-26 souliane browser_side (blog): hide the entry icons while editing
2015-11-26 souliane browser_side (blog): add publish hint and button for microblog
2015-11-26 souliane browser_side (blog): fixes syntax conversion
2015-11-26 souliane browser_side (blog): fixes switching between display/edit modes and raw/rich text
2015-11-25 souliane browser_side (blog): fixes focusing new comment box + click listener
2015-11-25 souliane browser_side (blog): typo in the CSS
2015-11-25 souliane browser_side (blog): display author_jid in addition to author
2015-11-25 souliane browser_side (contact_list): fixes click on the "Contacts" button above the roster
2015-11-25 souliane browser_side (blog): display title with h2 instead of h1 + add some bottom margin for the tags
2015-11-25 Goffi browser side: restored web widget
2015-11-24 souliane browser_side: display tags with nice icons like for the static blog
2015-11-24 souliane browser_side (blog): tags were not read when receiving a message
2015-11-24 souliane browser_side (blog): removed unused variables initialisations
2015-11-24 Goffi static blog: replaced mbdata2tags by sat.tools.common.dict2iter
2015-11-24 Goffi browser_side: replaced mbdata2tags and tags2mbdata by sat.tools.common.dict2iter and iter2dict
2015-11-24 souliane browser_side (blog): tags were not passed when sending / editing a message
2015-11-24 souliane INSTALL: better explain how to create the pyjsbuild symlink (Fabien)
2015-11-24 souliane INSTALL: forcing python version should be with 2.7 and not 2.6
2015-11-24 souliane add missing tag icon
2015-11-24 souliane browser_side: display the number of alerts for each contact and not only a symbol (*) + favicon displays the total number of waiting messages
2015-11-24 souliane browser_side (contact_panel): fixes contact box update
2015-11-23 Goffi browser side: features are checked for microblogging and group blogging. If one of them is not available, a pop-up warns it, and it is not possible to write a new entry.
2015-11-23 Goffi server + browser side: getFeatures bridge call
2015-07-20 souliane browser and server sides: allow to connect with a JID that is not registered on the local server
2015-11-23 souliane server_side (blog): fixes avatar callback
2015-11-23 Goffi browser side: fixed group panel drop and contact_list click on GroupLabel
2015-11-23 Goffi static blog: fixed bad use of JID
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
2015-08-15 Goffi server + browser side: blogging refactoring (draft), huge commit sorry: