log

age author description
Sun, 01 Jul 2018 20:37:58 +0200 Goffi core, frontends: replaced org\.goffi namespaces by org.salutatoi + fixed generation:
Fri, 29 Jun 2018 15:54:46 +0200 Goffi plugin merge-request/mercurial: fixed missing last line in diff while parsing patch
Wed, 27 Jun 2018 22:50:32 +0200 Goffi quick_frontend (QuickApp): fixed getCache handling after changes in QuickContactList
Wed, 27 Jun 2018 21:15:34 +0200 Goffi plugin XEP-0070: use a confirm dialog instead of a form + simplified a bit the code
Wed, 27 Jun 2018 20:14:46 +0200 Goffi code style reformatting using black
Wed, 27 Jun 2018 07:51:29 +0200 Goffi plugin merge request (mercurial): clean item_id for import (some chars are not accepted in name)
Wed, 27 Jun 2018 07:50:35 +0200 Goffi core: lines limit
Wed, 27 Jun 2018 07:23:59 +0200 Goffi plugin merge request (mercurial): escape colons in import name
Wed, 27 Jun 2018 07:23:13 +0200 Goffi core: some more line limiting
Tue, 26 Jun 2018 22:02:59 +0200 Goffi doc (INSTALL): replaced instruction with a simple link to the wiki, to avoid duplication and desynchronisation
Tue, 26 Jun 2018 07:09:49 +0200 Goffi quick app: added missing docstring in showDialog
Sun, 24 Jun 2018 21:59:29 +0200 Goffi quick_frontend(contact list): refactored update:
Thu, 21 Jun 2018 01:21:44 +0200 Goffi plugin events: invitations improvments + personal list
Thu, 21 Jun 2018 01:21:44 +0200 Goffi tools (misc): do not remove flags while using them anymore, instead added "all_used" and "unused" properties in FlagsHandler
Thu, 21 Jun 2018 01:21:44 +0200 Goffi jp (event): fixed crash on missing item in get and inviteeGet by making it mandatory.
Thu, 21 Jun 2018 01:21:44 +0200 Goffi plugin XEP-0045: fixed crash when muc service is not found
Thu, 21 Jun 2018 01:21:44 +0200 Goffi tools (date_utils): moved date_parse to common.date_utils, because it can be used in frontends
Thu, 21 Jun 2018 01:21:44 +0200 Goffi install (setup): added python-dateutil as dependency (was already a dependency of Wokkel)
Thu, 21 Jun 2018 01:21:34 +0200 Goffi jp (common): allow tables filters callbacks to have only one argument
Wed, 06 Jun 2018 19:24:15 +0200 Goffi jp (base): do not crash when item is specified (e.g. in URL) but not needed in command, but display a message on stderr.
Sun, 03 Jun 2018 18:05:01 +0200 Goffi jp (forums/edit): fixed unicode when dumping in json
Sun, 03 Jun 2018 13:54:35 +0200 Goffi core (version): added workaround for Pyjamas, avoiding crash when reading VERSION
Sat, 02 Jun 2018 17:29:55 +0200 Goffi misc (README): added sat_templates installation for Xavier Maillard contributions + removed non contributions related sentences:
Fri, 01 Jun 2018 18:27:49 +0200 Goffi jp (info/session): show short + relative date by default for "started"
Fri, 01 Jun 2018 12:23:43 +0200 Goffi plugin merge-requests: allow to set empty repository when "update" is set in extra parameters:
Fri, 01 Jun 2018 12:21:23 +0200 Goffi plugins schema, merge-requests, tickets: convert labels from textbox to list only when "labels_as_list" is set in extra parameters.
Fri, 01 Jun 2018 12:17:06 +0200 Goffi jp (ticket): new "get" subcommand, to retrieve ticket(s)
Fri, 01 Jun 2018 12:15:38 +0200 Goffi jp (output): new OUPUT_XMLUI and OUTPUT_LIST_XMLUI outputs
Fri, 01 Jun 2018 12:06:33 +0200 Goffi jp (info/session): by default, display started as human readable date instead of Unix time
Fri, 01 Jun 2018 12:04:06 +0200 Goffi tools (common): moved date_fmt function from template filters to new date_utils module, so it can be used everywhere.