Mercurial > libervia-web
log src/server/pages.py @ 1102:8b70c838ed14
age | author | description |
---|---|---|
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. |