Mercurial > libervia-web
log src/server/pages.py @ 1049:6b1e1f13a299
age | author | description |
---|---|---|
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. |