log

age author description
2016-04-17 souliane jp (cmd/roster): fixes division by zero exceptions
2016-03-26 Goffi core (memory/params): fixed exception when setting an empty password
2016-03-26 Goffi quick frontend (QuickApp): added ui_show_cb in actionManager, so frontend can handle the display of the XMLUI itself
2016-03-25 Goffi jp (blog/edit): use utf-8-sig to decode content file to avoid BOM being propaged to content
2016-03-25 Goffi setup: added sat.tools.common in packages
2016-03-25 Goffi jp (blog/edit): added forgotten O_TRUNC while opening metadata file
2016-03-25 Goffi jp (blog/edit): do not remove files if they are not in the temporary dir hierarchy
2016-03-24 Goffi jp (blog/edit): HTTP(S) and XMPP URLs can now be directly used in blog/edit command
2016-03-22 Goffi jp (blog): force deletion (without backup) when content is empty
2016-03-22 Goffi jp (blog): avoid conflict error when command line tags are already present in metadata
2016-03-22 Goffi tool (common): added forgotten __init__.py
2016-03-22 Goffi jp (blog): drafts are now put in a sub dir per profile + added a security which keep the last 10 drafts before removing them (all profiles included).
2016-03-22 Goffi tools (common): added regex module with path (un)escaping methods
2016-03-22 Goffi core (tools): moved common to a separate package, and put data method in a data_format module
2016-03-21 Goffi jp: fixed traceback shown on a normal quit when a progression is finished
2016-03-21 Goffi bridge (frontend): raise a BridgeExceptionNoService on org.freedesktop.DBus.Error.Spawn.ExecFailed D-Bus error
2016-03-21 souliane plugin misc_account: fixes two bugs introduced by revision 1907 (0b748ad46ede):
2016-03-18 souliane test (plugin radiocol): fixes the test to also handle MP3 files
2016-03-18 souliane tmp/wokkel (rsm): fixes elements count (items retrieval with RSM max = 0)
2016-03-18 souliane plugin XEP-0277, test: set keys of data dict as unicode + fix the tests
2016-03-15 Goffi jp (blog): added "updated" to keys to keys to remove from tmp metadata
2016-03-11 souliane tmp (wokkel/mam): restore MAMPrefs being callable without argument when constructing a query:
2016-03-11 souliane test: update some tests
2016-03-11 souliane test: add helpers methods muteLogging and unmuteLogging
2016-03-11 souliane plugin room_game: decrease the level of two logging messages from warning to info
2016-03-11 souliane plugin misc account: separate profile creation and sending emails, so we can wait and send the emails at the right time (when we know that no error occured)
2016-03-10 Goffi jp (blog/edit): removed meta_file_path non existence check, as it is now re-used if it exists
2016-03-10 Goffi jp (blog/edit): a draft file can be directly specified
2016-03-10 Goffi plugin XEP-0060: fixed traceback if service was None
2016-03-09 Goffi plugin XEP-0060: service, node and uri are added to metadata when doing a getItems
2016-03-09 Goffi plugin XEP-0277: removed mbGetAtom which has not reason to be in the backend, as it is highly dependant of (web) frontend elements. The code will be moved to Libervia:
2016-03-09 Goffi plugin misc account: fixed handling of None/empty values in sendEmails.sendEmail
2016-03-09 Goffi core (tools/config): fixed fixConfigOption:
2016-03-09 souliane plugin XEP-0096: add missing dependency to FILE plugin
2016-03-09 souliane plugin misc_account: fixes sending email (twisted.mail.smtp.sendmail doesn't want unicode)
2016-03-09 Goffi plugin account: fixed use of {domain} instead of hardcoded libervia.org for welcoming e-mail.
2016-03-09 Goffi install: minimum Twisted version is now 15.2.0 as sendmail need username argument
2016-03-08 souliane README4PACKAGERS: add python-dbus to sat dependencies and inotify to jp recommendations
2016-03-07 souliane frontends (jp / blog): pass the profile to subprocess when using option --preview
2016-03-07 Goffi jp (blog/preview): change watch for IN_MOVE_SELF event, needed at least for Emacs
2016-03-07 souliane plugin misc_account: fixes handling of deprecater parameter "admin_email"
2016-03-07 Goffi plugin XEP-0045: overriden availableReceived method of MUCClient to work around a bug in Wokkel (affiliation and role are not set). TODO: propose a patch upstream
2016-03-07 Goffi plugin XEP-0045: fixed feedback for /kick /ban and /afficiliate commands which should not be public
2016-03-07 Goffi plugin text commands: fixed log in genericErrback which was raising an exception when something than StanzaError was received
2016-03-05 Goffi jp (blog/edit): added a confirmation message when blog item has been successfuly published
2016-03-05 Goffi blog (jp/edit): added --preview option to launch a "blog preview" in parallel
2016-03-05 Goffi jp (blog/preview): inotify improvments:
2016-03-05 Goffi jp (blog/preview): open and preview commands can be changed in sat.conf with "blog_preview_open_cmd" and "blog_preview_update_cmd" in [jp] section + don't convert syntax when content is empty
2016-03-05 Goffi jp: moved KeyboardInterrupt catch one level higher, so it is also catched if the loop is not started
2016-03-05 Goffi jp (blog): fixed syntax guessing on existing files
2016-03-05 Goffi jp (blog/preview): added inotify support, so preview can be updated each time the file is modified (actually IN_CLOSE_WRITE is used, but this may change in the future)
2016-03-05 Goffi jp (blog/preview): xhtml cleaning is now used on preview
2016-03-05 Goffi jp (file): fixed bad quit call
2016-03-05 souliane frontends (tools/strings): fixXHTMLLinks skips internal anchors (links starting with "#")
2016-03-04 Goffi misc (sat.sh): exec + better stop:
2016-03-04 Goffi jp (blog): moved common method in a BlogCommon class + added "current" as an item keyword for blog/edit
2016-03-04 Goffi jp (blog/edit): metadata file is reused if it already exists
2016-03-04 souliane plugin XEP-0363: fixes a forgotten attribute update
2016-03-03 Goffi jp (blog): preview command, first draft
2016-03-03 souliane jp (blog): add to EDITOR_ARGS_MAGIC parameters for (x)emacs and nano