Fri, 29 Jun 2018 17:45:26 +0200 |
Goffi |
server: code style reformatting using black
|
Thu, 21 Jun 2018 01:19:47 +0200 |
Goffi |
pages: ignore args if they are None in getSubPageURL
|
Thu, 21 Jun 2018 01:19:42 +0200 |
Goffi |
pages: change module for date_parse, following backend change
|
Fri, 01 Jun 2018 12:58:20 +0200 |
Goffi |
pages: new "getURLByPath" method in LiberviaPage, which is similar to getURLByNames, but which a more readable way to request a path with named pages.
|
Wed, 21 Mar 2018 19:11:22 +0100 |
Goffi |
pages: fixed args count in getPathArgs
|
Wed, 14 Mar 2018 09:01:04 +0100 |
Goffi |
pages: fixed min_args for getPathArgs
|
Sun, 11 Mar 2018 19:29:23 +0100 |
Goffi |
pages: new delegateToResource method to continue workflow with a Twisted Resource
|
Sun, 11 Mar 2018 19:28:10 +0100 |
Goffi |
pages: fixed unicode escaping when using a redirecting URL
|
Sun, 11 Mar 2018 19:26:18 +0100 |
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.
|
Tue, 30 Jan 2018 08:15:05 +0100 |
Goffi |
pages: don't log error anymore when empty page_meta.py are used
|
Tue, 30 Jan 2018 08:01:27 +0100 |
Goffi |
pages: new getPathArgs helper method to retrieve several path arguments at once
|
Fri, 26 Jan 2018 11:15:26 +0100 |
Goffi |
date update
|
Thu, 25 Jan 2018 09:00:00 +0100 |
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)
|
Thu, 25 Jan 2018 07:54:27 +0100 |
Goffi |
pages: do not log error if there is not template and render method, but redirect is used
|
Wed, 24 Jan 2018 09:58:00 +0100 |
Goffi |
pages: check redirections on getURLByNames
|
Wed, 24 Jan 2018 09:57:57 +0100 |
Goffi |
pages: fixed XMPP URIs handling
|
Mon, 22 Jan 2018 22:19:26 +0100 |
Goffi |
pages: cache is now working even after pageRedirect
|
Mon, 22 Jan 2018 22:18:47 +0100 |
Goffi |
pages: path arguments can now be specified in pageRedirect
|
Mon, 22 Jan 2018 22:17:20 +0100 |
Goffi |
pages: new method getURLByNames to retrieve URL from list of page names/path arguments
|
Mon, 22 Jan 2018 22:16:07 +0100 |
Goffi |
pages: moved code getting subpage from getSubPageURL to new getSubPageByName method.
|
Sun, 21 Jan 2018 13:14:06 +0100 |
Goffi |
pages: HTTP cache headers handling:
|
Sun, 21 Jan 2018 13:08:54 +0100 |
Goffi |
Pages: added url_cache setting:
|
Fri, 19 Jan 2018 18:01:58 +0100 |
Goffi |
pages: fixed redirection
|
Fri, 19 Jan 2018 18:01:01 +0100 |
Goffi |
pages: ignore empty or unset arguments in getURL
|
Fri, 19 Jan 2018 18:00:04 +0100 |
Goffi |
pages: fixed str representation of LiberviaPage
|
Fri, 12 Jan 2018 22:04:30 +0100 |
Goffi |
pages: added getCurrentURL and getParamURL:
|
Fri, 12 Jan 2018 22:00:28 +0100 |
Goffi |
pages: added "multiple" argument to getAllPostedData
|
Fri, 05 Jan 2018 16:30:05 +0100 |
Goffi |
server: better error message on init issue / menu_json trouble + stop reactor in this case.
|
Fri, 05 Jan 2018 16:29:29 +0100 |
Goffi |
pages: dynamic set up is now done just before prepare_render call:
|
Wed, 03 Jan 2018 01:10:12 +0100 |
Goffi |
server: dynamic pages first draft:
|
Wed, 13 Dec 2017 00:37:12 +0100 |
Goffi |
pages: profile is now always set in template_data, and None if there is no user logged
|
Fri, 01 Dec 2017 00:02:34 +0100 |
Goffi |
pages: menu implementation, first draft:
|
Sun, 19 Nov 2017 17:18:14 +0100 |
Goffi |
pages: cache mechanism, first draft:
|
Fri, 17 Nov 2017 12:10:56 +0100 |
Goffi |
server: moved LiberviaPage code in its own module
base
src/server/server.py@35eefc95fb27
|