2017-11-14 |
Goffi |
core (pages redirection): inverted redirection + getSubPageURL:
|
2017-11-12 |
Goffi |
server: pages redirection:
|
2017-11-12 |
Goffi |
pages: removed trailing_slash option:
|
2017-11-11 |
Goffi |
pages (tickets/new): refuse data if body is not set
|
2017-11-11 |
Goffi |
pages (tickets/new): ignore milestone and priority on new ticket (those field should be set by node owner)
|
2017-11-11 |
Goffi |
pages (tickets/view): ignore publisher when creating XMLUI
|
2017-11-11 |
Goffi |
pages: fixed use of request data in _on_data_post_redirect
|
2017-11-10 |
Goffi |
pages (tickets): URLs for list and new are set in the template for the whole subhierarchy
|
2017-11-10 |
Goffi |
server: getURL + minor improvments:
|
2017-11-09 |
Goffi |
page(tickets/new): use string instead of textbox for labels, and use comma to split them
|
2017-11-09 |
Goffi |
page(tickets/new): refuse request if title is not set
|
2017-11-09 |
Goffi |
page(tickets/new): ignore status as it makes sense to use default status on ticket creation
|
2017-11-09 |
Goffi |
pages (core, tickets/new): replaced post_redirect_uri mechanism by post_redirect_page:
|
2017-11-05 |
Goffi |
pages (tickets): tickets first draft:
|
2017-11-05 |
Goffi |
pages (data post): pages can now be redirected to a other uri than current page, using request.data['post_redirect_uri']
|
2017-11-05 |
Goffi |
browser (XMLUI): added new ignore argument
|
2017-11-03 |
Goffi |
misc: date update (yes it's a bit late :p )
|
2017-10-27 |
Goffi |
pages: added login/logged and register pages
|
2017-10-27 |
Goffi |
Pages: various improvments:
|
2017-10-27 |
Goffi |
server: moved logging worflow in separated method, so it can be used by Libervia Pages
|
2017-10-27 |
Goffi |
pages(session): added method to handle reload resistant page specific data:
|
2017-09-24 |
Goffi |
server: added getAllPostedData
|
2017-09-24 |
Goffi |
browser (xmlui): added LabelContainer (use PairsContainer to handle it for now)
|
2017-07-11 |
Goffi |
server (pages): added a confirm flag on successful post:
|
2017-07-10 |
Goffi |
server (pages): impleted CSRF protection:
|
2017-07-09 |
Goffi |
server(pages): do Post/Redirect/Get pattern when on_data_post is used (avoid double posting on refresh)
|
2017-07-07 |
Goffi |
server (blog): temporary fix for atom feed:
|
2017-06-24 |
Goffi |
pages(g): use norobots in guest pages
|
2017-06-22 |
Goffi |
Added robots.txt:
|
2017-06-21 |
Goffi |
pages (g): use language in data for locale
|
2017-06-03 |
Goffi |
server (blog): fixed avatars handling, there is now a well-known URL to SERVICE_PROFILE cache
|
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
|