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