log

age author description
2018-01-24 Goffi tools (common/data_objects): accept same parameters as format en quote their values in OnClick.formatUrl
2018-01-24 Goffi plugin blog import dotclear: use a smaller and lower case prefix to generate ids
2018-01-22 Goffi plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom ID
2018-01-22 Goffi plugin blog static: added background parameter, to set an image
2018-01-21 Goffi tools (common/data_objects): use lists instead of generators for BlogItem.groups and BlogItem.tags
2018-01-21 Goffi tool (utils): import directly parser from dateutil
2018-01-19 Goffi tools (common/data_objects): BlogItem has now a uri property to generate its own XMPP URI
2018-01-19 Goffi plugin XEP-0277: microblog namespace is now registered
2018-01-19 Goffi core: 'x-data' namespace is now registered
2018-01-13 Goffi plugin merge-requests: fixed "set" method
2018-01-13 Goffi plugins tickets, merge-requests: fixed call of prepareBridgeSet
2018-01-12 Goffi plugins schema, merge_requests, tickets*: factorisation
2018-01-12 Goffi tools (utils): new "partial" function which is a hack to workaround issue with functools.partial while using it with dbus module.
2018-01-05 Goffi tools (common/data_objects): added Room class
2018-01-05 Goffi plugin XEP-0045: new mucGetService bridge method to retrieve MUC service of the server.
2018-01-05 Goffi plugin identity: if we get an empty avatar, don't feel avatar_basename and remove avatar key.
2018-01-02 Goffi template: date filter improvments:
2018-01-02 Goffi template: boolean attribute can now be specified when importing a script, and default to "defer"
2018-01-02 Goffi tools (common/data_objects): added classes for messages
2018-01-02 Goffi plugin identity: return resource for MUC room occupants' nicks + added avatar and avatar_basename.
2018-01-02 Goffi plugin XEP-0054: return always False in isRoom is plugin XEP-0045 is not available + raise NotFound if avatar is requested for a MUC room (not the occupants, the room itself)
2018-01-02 Goffi plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC room
2018-01-02 Goffi core: moved CHAT_* constants from frontends to core constants + uses constants for MESS_TYPE_* in sendMessage
2017-12-12 Goffi plugin XEP-0060: added an config option to set pubsub service
2017-12-11 Goffi jp (blog): added "set" command to publish content from stdin without editing
2017-12-11 Goffi jp (base): added exitCb generic callback to display a message and quit
2017-12-11 Goffi jp (pubsub/search): fixed --item argument
2017-12-03 Goffi template (xmlui): added labels property in ValueWidget (actually return values) and values property in OptionsWidget
2017-11-30 Goffi core, template (filters): added pygments as a dependency + new highlight filter to use it.
2017-11-30 Goffi template (filters): don't crash on invalid date in date_fmt
2017-11-30 Goffi template: remove extension from elements while looking for a path:
2017-11-30 Goffi tools (config): complexe data can now be set using json and the "_json" suffix
2017-11-30 Goffi jp (merge-request): first draft:
2017-11-30 Goffi plugin merge requests Mercurial: first draft:
2017-11-30 Goffi plugin merge requests: first draft:
2017-11-30 Goffi plugin tickets: handle "update" flag + various improvments:
2017-11-30 Goffi core (XMLUI): added value property for StringWidget and ListWidget
2017-11-30 Goffi core: specify profile on NotFound exception
2017-11-19 Goffi plugin XEP-0060: added node watching methods to bridge:
2017-11-19 Goffi core: added a mechanism to associate short names to namespaces:
2017-11-19 Goffi plugin XEP-0060: added "options" argument to psSubscribe, and return subscription id if present
2017-11-19 Goffi jp (debug/monitor): if data can't be parsed (happen at beginning/end of stream because it's not complete XML), it is printed directly.
2017-11-18 Goffi plugin XML Log: Monkey patch is done on the whole XmlStream class, making it available as soon as the stream start + long received message are sent once fully parsed (not cut anymore)
2017-11-18 Goffi jp (pubsub): added new "set" command tu publish or update an item in a non-interactive way (while "edit" do it interactively).
2017-11-17 Goffi core (sat.sh): force python 2 to launch twistd, and avoid launching wrong version if twistd is installed for python 3 too
2017-11-16 Goffi plugins blog import, tickets import, XEP-0277: fixed call to getCommentsService (it is now returning a Deferred)
2017-11-15 Goffi plugin import: fixed deserialisation of pubsub service
2017-11-15 Goffi template (XMLUI): added JidInputWidget
2017-11-15 Goffi plugin tickets: specify parent service when using getCommentsService + fill reporter_jid is missing (will be discarded later if not in the schema)
2017-11-15 Goffi plugin XEP-0277: better getCommentsService:
2017-11-15 Goffi plugin XEP-0060: use new findServiceEntity to get default pubsub service
2017-11-15 Goffi memory (disco): added findServiceEntity helper method to get first service of a kind
2017-11-11 Goffi plugin tickets: fill reporter field when it is not already filled
2017-11-11 Goffi core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2Widgets
2017-11-11 Goffi core (XMLUI): added a "value" property in TextWidget
2017-11-11 Goffi plugin identity: fixed jid.userhostJID call + capitalize user when jid is used.
2017-11-11 Goffi plugin schema: prepend a "publisher" field after "id" in getDataFormItems with published given by PubSub service
2017-11-09 Goffi template: added dict_ext filter to extend a dictionary
2017-11-08 Goffi frontends (xmlui): fixed crash on advanced_list use:
2017-11-08 Goffi XEP-0060: fixed bad attribute in getItems