log

age author description
2014-02-25 Goffi core (memory): added 'no' value management in configuration's booleans
2014-02-25 Goffi core (xmlui), frontends: handling of "text" type in params xml + bug fixes
2014-02-25 souliane frontends: fix typos, do not use logging in the xmlui tools:
2014-02-25 Goffi core (xmlui): fixed types with empty value are now correctly managed in _dataFormField2XMLUIData
2014-02-24 souliane i18n: updated the translation files
2014-02-24 souliane test: skip radiocol tests if the sound samples are not found
2014-02-24 souliane plugin groupblog: bug fix for the atom feed
2014-02-23 souliane plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atom
2014-02-14 souliane plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:
2014-02-20 souliane test: fix the tests for plugin room game
2014-02-20 souliane test: skip the test for markdown syntax if the module is not installed
2014-02-23 Goffi plugin XEP-0277: last commit was actually a part of the next one
2014-02-23 Goffi plugin XEP-0277: added missing docstring
2014-02-23 Goffi core (sqlite): automatic database update:
2014-02-20 Goffi plugin text syntaxes: fixed cleaners encoding
2014-02-20 Goffi plugin XEP-0277: encoding fix
2014-02-18 souliane primitivus: displayed presence/status was not updated when the presence is "Online".
2014-02-18 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
2014-02-18 souliane misc: setup.py was not installing sat_frontends.jp
2014-02-18 souliane plugin groupblog: do not log error message when asking for the entries of a non existent node (e.g the contact hasn't posted any message yet)
2014-02-18 souliane core: fix mispelled argument
2014-02-17 souliane misc: exclude misc/_jp from xgettext input
2014-02-17 souliane misc: fix unnamed arguments in format strings
2014-02-17 Thomas Preud'homme misc: update distribute_setup.py to version 0.6.49
2014-02-13 souliane frontends (tools): addURLToImage makes an image clickable
2014-02-13 souliane plugin text_syntaxes: html2text was breaking the long URLs
2014-02-13 souliane frontends: add COMMANDS constant for Wysiwyg edition + add "image" button info for the syntaxes
2014-02-12 souliane memory (sqlite): the result of pickle.dumps in addToHistory must be encoded for the special characters to be stored.
2014-02-12 souliane plugin XEP_0277: fix encode/decode errors
2014-02-12 souliane plugin XEP_0277: check for XHTML namespace and decapsulate the content from the main div container
2014-02-12 souliane plugin text_syntaxes: rstrip the conversion result to avoid new lines systematically added by converters (e.g. html2text do this)
2014-02-12 souliane tools: composition RICH_FORMATS constant has been renamed to RICH_SYNTAXES
2014-02-07 souliane core: bug fix at connection time
2014-02-07 souliane memory: bug fix to not register twice frontends parameters + added some tests for param update
2014-02-05 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
2014-01-22 souliane plugin groupblog: added method getLastGroupBlogsAtom returns the Atom feed of blog posts
2014-01-15 souliane test radiocol: added a full scenario test
2014-01-15 souliane test: improvements for the helpers classes:
2014-01-17 souliane plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenance
2014-01-16 souliane plugin radiocol: sync data includes a "jump to time" info
2014-01-15 souliane plugins radiocol_tarot: do not process received messages for MUC users that are actually not playing the game + fix for testing purpose
2014-01-15 souliane plugins room_games, radiocol: better synchronization after a user joins a running game
2014-02-17 Goffi jp: added ad-hoc subcommand with a remote sub-subcommand to create a D-Bus remote
2014-02-17 Goffi jp: short option for progress is now -P instead of -g, so -g can be used for groups
2014-02-17 Goffi plugin Ad-Hoc D-Bus: first draft:
2014-02-13 Goffi plugin XEP-0050: fixed UnknownGroupError management + "@ALL@" profile for status command
2014-02-13 Goffi core(XMLUI): empty options in ListWidget now just show a warning message, no more assert
2014-02-13 Goffi core: fixed UnknownGroupError exception in getJidsFromGroup
2014-02-10 Goffi jp: zsh completion, first draft (added in a new /misc directory):
2014-02-10 Goffi jp: refactoring:
2014-02-05 Goffi misc (README): updated Link Mauve and Dal contributions, moved Souliane as a main contributor
2014-02-05 Goffi jp: added missing license headers
2014-02-05 Dal jp: refactoring using ArgParse
2014-02-04 Goffi core: registerNewAccount partial fix
2014-02-04 Goffi frontends: fixed /me usage + renamed a couple of "type" parameters to type_
2014-02-04 Goffi dates update
2014-02-04 Goffi core (XMLUI): fixed labels management for lists in _dataFormField2XMLUIData
2014-02-04 Goffi core: security limit in menus
2014-02-04 Goffi frontends: some modifications to ease the the use of the new sat_frontends.tools.xmlui.XMLUI class in Libervia
2014-02-04 Goffi plugin XEP-0077, plugin XEP-0100, frontends: gateways have been entirely implemented in backend using the new refactored XMLUI and AdvancedListContainer. The now useless code has been removed from frontends.