log

age author description
2016-03-02 Goffi jp (blog/edit): removed content_rich from KEY_TO_REMOVE_METADATA as it is never given by backend
2016-03-02 Goffi base (blog/edit): added a way to block publishing by adding "publish": "false" in metadata file
2016-03-02 Goffi jp (base): fixed Jp.quit when exit code is 0
2016-03-02 Goffi jp (blog/edit): added metadata handling through a .json file (named like content temporary file, but with extension replaced by "_metadata.json"). Modification to this file before the end of edition will be taken into account.
2016-03-01 Goffi plugin text syntaxes: added 'poster' and 'controls' in allowed attributes for cleanXHTML
2016-03-01 Goffi jp (blog): edit command, first draft:
2016-03-01 Goffi plugin XEP-0277: service can be None in mbGet, resulting in a request on default pubsub service of profile (i.e. profile's PEP)
2016-02-29 Goffi jp: all commands now use the new start method and set need_loop in __init__ when needed
2016-02-29 Goffi jp (base): refactored need_loop so it is set only when the command is run. It can now be set in __init__ methods of commands classes
2016-02-29 Goffi jp (base): added a CommandBase.start method which is called by run or connected, so subclasses can implement it (this is for simplicity sake, as it's not always clear if run or connected must be used)
2016-02-29 Goffi jp (profile): added confirmation and --force arguement to profile/delete
2016-02-29 Goffi jp (base): use need_connect attribue to detect if connection is needed instead of self.args.profile, as profile argument can be used by any command even if use_profile is False
2016-02-29 Goffi core (memory, config): moved parseMainConf to tools/config so it can be used by frontends too
2016-02-28 Goffi tools (utils): improved repository version detection:
2016-02-28 Goffi core (tools): fixed bad call to "hg id" when hg is not working to guest revision, which was the cause of an Exception
2016-02-27 Goffi plugin account: modifications in welcoming email:
2016-02-27 Goffi plugin account: email sending improvments:
2016-02-25 Goffi plugin XEP-0060: fixed bad xmpp: URI generation in getNodeURI
2016-02-25 Goffi plugin blog import dokuwiki: fixed bad use of MissingModule and unmodified docstring
2016-02-24 Goffi plugin blog import: mb_data handle unicode only, so comments_service must be a unicode and not a JID
2016-02-23 souliane plugin misc_upload: fixes things that have been forgotten after a refactoring
2016-02-22 souliane plugin XEP-0277: add a forgotten string to JID conversion
2016-02-22 souliane quick_frontend (blog): correction for the previous patch:
2016-02-22 souliane quick_frontend (blog): fixes main item update (comment's data were lost)
2016-02-18 Goffi plugin text syntaxes: fixed defaut syntax handling
2016-02-10 Goffi install: removed "nox" option as there is no more X dependency since WIX has been deprecated
2016-02-08 Goffi plugin XEP-0065: fixed timer cancellation when a profile is receiving a file
2016-02-04 souliane plugin blog_import_dokuwiki: also uses the generic image uploader from blog_import (when media_repo is empty and OPT_UPLOAD_IMAGES is True)
2016-02-04 souliane plugin blog_import_dokuwiki: fixes wrong URL when a substitution occurs twice
2016-02-04 souliane plugin blog_import_dokuwiki: refactor to make it look more similar to blog_import_dotclear
2016-02-04 souliane plugin blog_import_dokuwiki: first draft
2016-02-04 souliane frontends (jp): onActionNew displays xmlui message if no meta_type is defined and xmlui is defined
2016-02-04 souliane frontends (jp/blog), plugin blog_import: fixes:
2016-01-28 Goffi plugin XEP-0277: fix bad call after methods renaming
2016-01-25 Goffi plugin maildir: added an option to block intercepted normal messages:
2016-01-25 Goffi core (params): return given profile for ProfileUnknownError
2016-01-24 Goffi core (config): getConfig now returns unicode and raise exceptions.ParsingError in case of parsing problem
2016-01-24 Goffi jp (blog): import now show progression + value to add to sat.conf for URLs redirection
2016-01-23 Goffi core (config): _dict values are now handled with json syntax
2016-01-23 Goffi jp: an onProgressUpdate method is now called on each progress update, allowing to handle metadata
2016-01-23 Goffi plugin blog import, XEP-0277: progress + redirect:
2016-01-23 Goffi bridge (template): fixed docstrings
2016-01-23 Goffi plugin XEP-0060, XEP-0277: added getNodeURI method
2016-01-22 Goffi jp (message): message is now a subcommand, and the sending command is moved to message/send
2016-01-22 Goffi jp: added a blog/import command to handle new blog import plugin
2016-01-22 Goffi plugin blog import dotclear: this plugin import Dotclear 2 backups
2016-01-22 Goffi plugin blog import: this plugin is the base handling blog importers:
2016-01-22 Goffi plugin upload, XEP-0363: splitted fileUpload in fileUpload + upload:
2016-01-22 Goffi plugin XEP-0277: fixed encoding issue, specially with parseCommentUrl, which could lead to the impossibility to find comments node
2016-01-22 Goffi plugin XEP-0277: moved NS_XHTML namespace to constants + adapted parsing to new behaviour of ElementParser
2016-01-22 Goffi plugin XEP-0277: comments handling improvments:
2016-01-22 Goffi plugin XEP-0277: added missing author_email parsing
2016-01-22 Goffi core (xml_tools): added a method to find all elements corresponding to criteria
2016-01-22 Goffi core (xml_tools): unescape HTML sequences to avoid parsing error in ElementParser
2016-01-22 Goffi core (xml_tools), plugin XEP-0277: ElementParser element now manage automatically the wrapping with <div/> element when needed + fixed content_xhtml/title_xhtml in XEP-0277
2016-01-19 souliane test (RSM): fix according to modification in sat.tmp.wokkel.rsm in rev 1771 (b77dc676a4df)
2016-01-19 souliane test (RSM): fix according to modification in sat.tmp.wokkel:
2016-01-19 Goffi plugin XEP-0277: removed cleanXHTML on output data:
2016-01-19 Goffi plugin XEP-0071: removed cleanXHTML use for sent message: it's not necessary in this direction
2016-01-19 souliane plugin XEP-0071, XEP-0277: method clean_xhtml has been renamed to cleanXHTML