2017-05-22 |
Goffi |
pages (common/blog): use request data to indicate if comments are allowed
|
2017-05-22 |
Goffi |
pages (common/blog): don't fail if an error is raised while getting comment
|
2017-05-22 |
Goffi |
pages: cache identities identities in session + get identities for comments in blog
|
2017-05-21 |
Goffi |
pages (g/e): added days left before the event as a template variable
|
2017-05-21 |
Goffi |
pages (g): use invitee's locale as template locale
|
2017-05-19 |
Goffi |
browser: various fixes
|
2017-05-19 |
Goffi |
pages (g/e): use blog_uri from event instead of guest's main uri
|
2017-05-19 |
Goffi |
pages (g/e): adapted event handling to changes in backend
|
2017-05-19 |
Goffi |
pages (g): guest name is added to template data
|
2017-04-26 |
Goffi |
page (g/e): events invitations first draft
|
2017-04-26 |
Goffi |
pages (common/blog): check posted data type for comments
|
2017-04-26 |
Goffi |
pages (g): use new constants
|
2017-04-26 |
Goffi |
server (pages): an HTTP internal error is raised if an error is uncatched during page workflow
|
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
|