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
|
2017-11-05 |
Goffi |
template: fixed the use of eval_context_filter in item_filter
|
2017-11-05 |
Goffi |
plugin schema: separate lines of text-multi in different values as requested by XEP-0004
|
2017-11-05 |
Goffi |
plugin tickets: added ticketsSet and ticketsSchemaGet methods:
|
2017-11-05 |
Goffi |
frontends (xmlui): added an attribute to ignore some widgets (and their label) in create
|
2017-11-05 |
Goffi |
frotends(xmlui): fixed _xmlui_for_name attribute for labels
|
2017-11-04 |
Goffi |
jp (debug): new monitor command to show pretty formatted XML stream
|
2017-11-04 |
Goffi |
jp (pubsub/node/create): fixed --field option
|
2017-11-04 |
Goffi |
plugin XEP-0277: minor id generation change
|
2017-11-03 |
Goffi |
misc: date update (yes it's a bit late :p )
|
2017-11-03 |
Goffi |
tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
|
2017-10-31 |
Goffi |
jp (xmlui): fixed workflow when value is for a BoolWidget
|
2017-10-31 |
Goffi |
jp (ad-hoc/run): node is now a positional argument
|
2017-10-31 |
Goffi |
jp (xmlui): XMLUIDialog.show has now a dummy argument, so workflow arguments can be put there
|
2017-10-31 |
Goffi |
jp (ad-hoc): new "list" and "run" commands:
|
2017-10-31 |
Goffi |
jp: XMLUI implementation first draft:
|
2017-10-31 |
Goffi |
core (disco): do not cache disco items when node is set
|
2017-10-31 |
Goffi |
plugin XEP-0050: renamed "requestCommandsList" method to "list" + added a run command + fixes:
|
2017-10-31 |
Goffi |
core (xmlui): fixed data_form => XMLUI conversion when filters is None
|
2017-10-27 |
Goffi |
plugin tickets: high level tickets handling, first draft:
|
2017-10-27 |
Goffi |
template: improved date formatter:
|
2017-10-27 |
Goffi |
template: new item_value filter
|
2017-10-27 |
Goffi |
template: improved attribute escaping, and added it to filters under the name "attr_escape"
|
2017-10-27 |
Goffi |
template(XMLUI): added items property to ListWidget:
|
2017-10-27 |
Goffi |
plugin tickets import bugzilla: fixed parsing of "created" and "updated" fields
|
2017-10-27 |
Goffi |
core (XMLUI): filters can now be used when converting data form to XMLUI:
|
2017-10-27 |
Goffi |
core (XMLUI), template(XMLUI): added flags to ListWidget:
|
2017-10-27 |
Goffi |
plugins tickets import, jp (ticket/import): implemented mapping:
|
2017-10-27 |
Goffi |
plugin pubsub schema: allow any data_form schema:
|
2017-10-27 |
Goffi |
template: added media_path to template data
|
2017-10-27 |
Goffi |
plugin tickets import: create comments nodes with open access/publishing
|
2017-10-27 |
Goffi |
jp (pubsub/delete): show deleted node + handle URIs
|
2017-10-20 |
Goffi |
template: new "adv_format" filter which use Python's format and return whole value if template is None
|
2017-10-20 |
Goffi |
plugins import, tickets import, bugzilla import: comments handling:
|
2017-10-20 |
Goffi |
plugin XEP-0060: added createIfNewNode method which doesn't fail in case of conflict.
|
2017-10-20 |
Goffi |
plugin schema: when publishing a schema, check that values of list are allowed, else use default value
|
2017-10-20 |
Goffi |
frontends (xmlui): added ValueGetter.keys
|
2017-10-20 |
Goffi |
plugin schema, core(xmlui): deep copy base form when reused to avoid accidental modification
|
2017-10-16 |
Goffi |
template: gidx methods improvment:
|
2017-10-16 |
Goffi |
template: new "xmlui_class" filter compute class names from name/values of requested fields.
|
2017-10-16 |
Goffi |
tools (common/data_objects): new OnClick class
|
2017-10-16 |
Goffi |
plugin import ticket, import ticket bugzilla: some normalization in values:
|
2017-10-16 |
Goffi |
plugin schema: use new "prepend" argument to put "id" widget first.
|
2017-10-16 |
Goffi |
core (xmlui): new "prepend" argument for dataForm2Widgets and dataFormResult2XMLUI:
|
2017-10-16 |
Goffi |
template (xmlui): new properties + inheritance fix:
|
2017-10-16 |
Goffi |
plugin schema: deserialise is now the last kw argument
|
2017-10-16 |
Goffi |
frontends (xmlui): new _xmlui_for_name attribute:
|
2017-10-16 |
Goffi |
frontends (xmlui): new widget_value dict to get first value of widget by name
|
2017-10-16 |
Goffi |
jp (file): typo
|
2017-10-06 |
Goffi |
jp (ticket): ticket command first draft:
|
2017-10-06 |
Goffi |
plugin tickets import Bugzilla: Bugzilla tickets importer:
|
2017-10-06 |
Goffi |
plugin tickets import: specialized importer for tickets, first draft:
|
2017-10-06 |
Goffi |
plugin pubsub schema: values handling:
|
2017-10-06 |
Goffi |
plugin import: node can now be specified + added a "session" dict to keep import session data:
|
2017-10-01 |
Goffi |
plugin import: generic data import plugin:
|
2017-10-01 |
Goffi |
jp (base): fixed CommandAnswering and progress bar
|
2017-10-01 |
Goffi |
template (xmlui): added values property to be able to use always values even when there is only one value
|
2017-10-01 |
Goffi |
frontends (xmlui): a dict of named widgets is kept, so they can be easily be retrieved
|
2017-10-01 |
Goffi |
core (xmlui): container now keep a list of children
|
2017-10-01 |
Goffi |
core (xmlui): added method to convert data form result to XMLUI:
|
2017-10-01 |
Goffi |
plugin PubSub Schema: schema helper methods:
|
2017-09-24 |
Goffi |
template: template XMLUI first draft:
|
2017-09-24 |
Goffi |
core, frontends (xmlui): new LabelContainer:
|
2017-09-24 |
Goffi |
plugin XEP-0060: use client instead of profile_key in getItems
|
2017-09-24 |
Goffi |
jp (pubsub/node/schema): check that a schema exists before parsing it (fix issue on new schema edition)
|
2017-09-22 |
Goffi |
core (memory/sqlite): typo
|
2017-09-21 |
Goffi |
core (memory/sqlite): better stability:
|
2017-09-08 |
Goffi |
tmp (wokkel): fixed subscriptions node handling
|
2017-09-08 |
Goffi |
jp (shell): changed prompt colour
|
2017-09-08 |
Goffi |
jp (shell): fixed use of profile + added EOF handling:
|
2017-09-08 |
Goffi |
jp (pubsub): added subscribe, unsubscribe and subscriptions methods:
|
2017-09-08 |
Goffi |
plugin XEP-0060: added/fixed subscribe/unsubscribe and subscriptions methods/bridge methods:
|
2017-09-06 |
Goffi |
jp (pubsub/node): added schema (set/edit/get) commands to manipulate PubSub node schema
|
2017-09-06 |
Goffi |
plugin schema: PubSub node schema, first draft
|