log libervia/server/pages.py @ 1271:b0b9218c5982

age author description
Tue, 19 May 2020 18:33:18 +0200 Goffi pages: fixed `dir_path` checking in `onFileChange`
Tue, 19 May 2020 11:05:50 +0200 Goffi pages: handle themes using `theme` request argument
Tue, 19 May 2020 11:05:40 +0200 Goffi pages, tasks (brython): use set for scripts + common template data:
Tue, 19 May 2020 11:02:33 +0200 Goffi pages: delete existing cache instead of just ignoring it when `no-cache` is used
Tue, 19 May 2020 11:02:32 +0200 Goffi server, pages: better identities handling:
Sun, 03 May 2020 19:28:14 +0200 Goffi server: gather themes data:
Sun, 03 May 2020 18:15:22 +0200 Goffi server, pages, tasks (brython): common_scripts:
Sun, 03 May 2020 17:06:14 +0200 Goffi pages: don't use cache when `cache-control` header is set to `no-cache`
Wed, 29 Apr 2020 17:34:53 +0200 Goffi pages: browser metadata + root `_browser`:
Sun, 26 Apr 2020 22:01:13 +0200 Goffi pages: browser code, first draft:
Wed, 29 Jan 2020 10:06:01 +0100 Goffi fixed shebangs
Wed, 29 Jan 2020 09:53:31 +0100 Goffi dates update
Fri, 08 Nov 2019 10:52:25 +0100 Goffi pages: removed a decode() in internal error logging
Sun, 06 Oct 2019 22:21:13 +0200 Goffi server: some encoding fixes following python 3 port
Tue, 13 Aug 2019 19:12:31 +0200 Goffi python 3 port:
Fri, 19 Jul 2019 18:01:38 +0200 Goffi pages: display a warning instead or raising exception if write fails:
Sun, 14 Jul 2019 17:18:48 +0200 Goffi pages: show rendered html on failed renderAndUpdate
Sun, 14 Jul 2019 14:45:51 +0200 Goffi server (websockets): fixed websocket handling on HTTPS connections:
Sat, 06 Jul 2019 14:11:10 +0200 Goffi pages: don't put error pages in cache
Wed, 12 Jun 2019 20:05:45 +0200 Goffi pages: fixed cached data when `url_cache` is used:
Sun, 26 May 2019 22:19:42 +0200 Goffi server (pages): on_data_post can now raise an exceptions.DataError to reload the page with a warning message (without validating data posted)
Sun, 26 May 2019 22:18:04 +0200 Goffi server (pages): added raise_on_missing arguments in getPostedData:
Sun, 26 May 2019 22:16:07 +0200 Goffi server: added a generic way to have notification messages in pages
Sun, 26 May 2019 22:14:23 +0200 Goffi server: moved generic classes definitions (only WebsocketMeta for now) to new "classes" module
Fri, 03 May 2019 20:54:34 +0200 Goffi server: catch "not-allowed" error from bridge and show the appropriate error page in this case
Fri, 03 May 2019 20:52:56 +0200 Goffi server: fixed getPagePathFromURI
Fri, 03 May 2019 20:51:22 +0200 Goffi server: replaced wrong usage of C.HTTP_UNAUTHORIZED by C.HTTP_FORBIDDEN
Fri, 26 Apr 2019 08:42:27 +0200 Goffi pages (blog, u): added atom feed link in "links" template data.
Fri, 12 Apr 2019 14:08:02 +0200 Goffi pages (i18n): if locale is not specified, "accept-language" header is used to try to determine the best one
Fri, 12 Apr 2019 14:06:50 +0200 Goffi pages (i18n): check presence of u"/" in locale: