log src/server/pages.py @ 1087:5d179a3dac50

age author description
2018-03-21 Goffi pages: fixed args count in getPathArgs
2018-03-14 Goffi pages: fixed min_args for getPathArgs
2018-03-11 Goffi pages: new delegateToResource method to continue workflow with a Twisted Resource
2018-03-11 Goffi pages: fixed unicode escaping when using a redirecting URL
2018-03-11 Goffi pages: '*' can now be used to prefix the last arg name in getPathArgs, in which case the data will be a list of remaining path arguments.
2018-01-30 Goffi pages: don't log error anymore when empty page_meta.py are used
2018-01-30 Goffi pages: new getPathArgs helper method to retrieve several path arguments at once
2018-01-26 Goffi date update
2018-01-25 Goffi pages (caches): use request.uri to check cache, to avoid using same cache with pages using different parameters (e.g. different MAM filter for pubsub)
2018-01-25 Goffi pages: do not log error if there is not template and render method, but redirect is used
2018-01-24 Goffi pages: check redirections on getURLByNames
2018-01-24 Goffi pages: fixed XMPP URIs handling
2018-01-22 Goffi pages: cache is now working even after pageRedirect
2018-01-22 Goffi pages: path arguments can now be specified in pageRedirect
2018-01-22 Goffi pages: new method getURLByNames to retrieve URL from list of page names/path arguments
2018-01-22 Goffi pages: moved code getting subpage from getSubPageURL to new getSubPageByName method.
2018-01-21 Goffi pages: HTTP cache headers handling:
2018-01-21 Goffi Pages: added url_cache setting:
2018-01-19 Goffi pages: fixed redirection
2018-01-19 Goffi pages: ignore empty or unset arguments in getURL
2018-01-19 Goffi pages: fixed str representation of LiberviaPage
2018-01-12 Goffi pages: added getCurrentURL and getParamURL:
2018-01-12 Goffi pages: added "multiple" argument to getAllPostedData
2018-01-05 Goffi server: better error message on init issue / menu_json trouble + stop reactor in this case.
2018-01-05 Goffi pages: dynamic set up is now done just before prepare_render call:
2018-01-03 Goffi server: dynamic pages first draft:
2017-12-12 Goffi pages: profile is now always set in template_data, and None if there is no user logged
2017-11-30 Goffi pages: menu implementation, first draft:
2017-11-19 Goffi pages: cache mechanism, first draft:
2017-11-17 Goffi server: moved LiberviaPage code in its own module base src/server/server.py@35eefc95fb27