log

age author description
2017-04-26 Goffi server (pages): added getPageByName
2017-04-26 Goffi server: move asyncBridgeCall to Libervia.bridgeCall, this way async bridge calls can be used easily everywhere.
2017-04-26 Goffi server (constants): added HTTP_INTERNAL_ERROR and HTTP_SERVICE_UNAVAILABLE
2017-04-17 Goffi pages (common/blog): data post (i.e. new comments) is now handled
2017-04-17 Goffi pages (common/blog): new show_comments variable is used in session data, if True comments are grabbed and chained to items
2017-04-17 Goffi server (pages): post requests are now handled:
2017-04-16 Goffi pages (g): added g (for guest) page to handle invitations
2017-04-16 Goffi pages (u): added u page for user public pages, for now it display blog items
2017-04-16 Goffi pages (common): added common hierarchy for reusable pages (blog is the first)
2017-04-16 Goffi server (pages): added getPagePathFromURI method to retrieve page handling an URI
2017-04-02 Goffi server (pages): fixed _prepare_render handling
2017-04-02 Goffi server (pages): URIs handling:
2017-04-02 Goffi libervia (pages): getSessionData return one session if used with one argument, else an iterator
2017-04-02 Goffi server (pages): pages now handle redirection, check self.pageRedirect docstring for details
2017-04-02 Goffi server (pages): added "None" access (page is not rendered at all) and some HTTP code constants + helper methods to get session data
2017-04-02 Goffi both: renamed psDeleteNode to psNodeDelete to follow backend change
2017-03-29 Goffi server: new purgeSession and getSessionData helper methods
2017-03-29 Goffi server: moved session interfaces to session_iface module + added SATGuestSession
2017-03-05 Goffi pages (blog_new/articles): first concert Libervia page, blog articles:
2017-03-05 Goffi server: Libervia pages:
2017-03-05 Goffi server (blog): fixed static blog generation:
2017-03-05 Goffi server: renamed getProfileName to profileNameGet following core change and new conventions.
2017-02-26 Goffi server, browser: partial Libervia fix
2016-08-28 Goffi server, browser: removed deprecated methods which have been removed from backend, and associated code
2016-08-10 Goffi browser side(contact list): fixed calls to getGroupData
2016-08-10 Goffi browser side (contact list): fixed groups displaying
2016-08-10 Goffi misc: restrict txJSON-RPC version as new version is broken
2016-08-08 Goffi browser, server: update to get compatibility with 0.7-dev (not finished):
2016-07-13 Goffi Added tag 0.6.1 for changeset 3d372805f60c
2016-07-13 Goffi installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi 0.6.1
2016-07-13 Goffi installation (MANIFEST): fixed missing files
2016-07-13 Goffi installation (setup): fixed OSError when pyjsbuild is not found
2016-07-12 Goffi Added tag 0.6.1 for changeset 5264fec78a1d
2016-07-12 Goffi updated version (0.6.1)
2016-07-12 Goffi installation: added MANIFEST.in
2016-04-17 Goffi removed pyfeed and xe from dependencies, they are not used anymore
2016-03-25 Goffi server (blog): use unicode character for ellispsis in atom feed's microblog title
2016-03-24 Goffi blog(atom): added categories (tags) in Atom feed
2016-03-22 Goffi blog, browser: updated imports to reflect renaming of common.py to common/data_format.py
2016-03-20 Goffi theme (default): changed MIME type for xmpp: link
2016-03-20 Goffi blog: no unicode here we said!
2016-03-20 Goffi blog: don't use unicode for _urlencode
2016-03-20 Goffi blog: changed MIME type for xmpp: link, forgotten in rev dc27e29b7c22
2016-03-20 Goffi blog: escape "&" when encoding URL, so they can be used without escaping in the HTML template
2016-03-20 Goffi blog: changed xmpp: alternate links MIME type for application/atom+xml
2016-03-18 Goffi server (blog): set HTTP status code to 500 on renderError
2016-03-17 Goffi blog (atom feed): fixed forgotten content keyword, resulting in content published as namespace
2016-03-17 Goffi blog (atom feed): handle proxy headers like x-forwarded-host to adjust absolute URL in atom feed
2016-03-11 souliane browser (register): update message when XMPP connection failed
2016-03-11 souliane server (blog): fixes displaying default avatar
2016-03-09 Goffi blog: OK, OK, I forgot the _quote method, it's better now :)
2016-03-09 Goffi blog: fixed forgotten encode with urllib.quote
2016-03-09 Goffi blog (atom): base_url_ext can now only specify scheme, or netloc, or path, it will be used to complete data coming from request's path
2016-03-09 Goffi server (options): Q&D trick to have unicode value from command line arguments and sat.conf
2016-03-09 Goffi blog (atom): removed hard ATOM_MAX_ITEMS value as it need to be used with MAM, may come back in the future
2016-03-09 Goffi server: added base_url_ext option to handle different external URLs (e.g.: if there is a proxy)
2016-03-09 Goffi blog, themes(default): added <link> element referencing xmpp: uri of the item
2016-03-09 Goffi blog (atom feed): fixed atom handling:
2016-03-05 souliane browser (strings): fixXHTMLLinks skips internal anchors (links starting with "#")
2016-03-04 Goffi added exec to launch twistd in libervia.sh, so twistd replace the script process, which is useful particularly in foreground mode (signals can be catched correclty for instance)