log libervia/server/pages.py @ 1417:314bba1ae433

age author description
Thu, 29 Apr 2021 20:48:35 +0200 Goffi pages: breadcrumbs handling:
Thu, 22 Apr 2021 18:24:11 +0200 Goffi pages: remove forgotten breakpoing
Thu, 22 Apr 2021 18:23:47 +0200 Goffi pages: keep `search` query when using pagination
Fri, 16 Apr 2021 18:40:17 +0200 Goffi pages: do no send HTTP_FORBIDDEN when registration is not allowed and no profile is connected:
Fri, 19 Mar 2021 15:47:10 +0100 Goffi date update
Sat, 27 Feb 2021 21:03:55 +0100 Goffi pages: implements `strip` argument in `getPostedData`
Sat, 27 Feb 2021 21:03:08 +0100 Goffi pages: fix `getPostedData` when a single value is requested and a list is used
Sat, 27 Feb 2021 21:00:21 +0100 Goffi pages: implement `getPageData` and `setPageData` helper methods
Sat, 20 Feb 2021 13:54:13 +0100 Goffi pages: better generic errors handling:
Sat, 20 Feb 2021 13:51:55 +0100 Goffi pages: helper method to get current profile's jid
Sat, 20 Feb 2021 13:51:11 +0100 Goffi pages: fix browser data re-creation on dev mode reload
Thu, 28 Jan 2021 18:51:44 +0100 Goffi pages (tickets): renamed "tickets" to "lists":
Fri, 11 Dec 2020 17:35:06 +0100 Goffi pages (blog/view): Full-Text Search is used when `search` query argument is present
Fri, 11 Dec 2020 17:35:06 +0100 Goffi pages: cache is skipped if there are query arguments in URL
Fri, 11 Dec 2020 17:35:03 +0100 Goffi pages: `on_data_post` can now return `"continue"` string:
Sat, 15 Aug 2020 23:28:44 +0200 Goffi pages: fixed handling of DataError when posting data
Fri, 14 Aug 2020 09:06:56 +0200 Goffi pages: expose `cache_path` to scripts + `session_uuid` to templates
Sun, 02 Aug 2020 17:45:15 +0200 Goffi pages: identities are not using `data_objects` anymore:
Sat, 01 Aug 2020 16:47:24 +0200 Goffi pages: render HTTP_NOT_FOUND page on `item-not-found` bridge error.
Sat, 01 Aug 2020 16:47:24 +0200 Goffi pages: add `media_path` and `build_path` in template data for error pages.
Sat, 01 Aug 2020 16:47:24 +0200 Goffi pages: handle `jid.InvalidFormat` exception in `_filterPathValue`
Thu, 16 Jul 2020 09:08:50 +0200 Goffi pages: `profile` is now exposed to scripts
Thu, 16 Jul 2020 09:08:50 +0200 Goffi pages: take care of None/null when exposing a variable
Thu, 16 Jul 2020 09:08:47 +0200 Goffi pages (blog, tickets, merge-requests): updated code to handle new serialisation, following backend changes
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: set `guest_session` in template data when suitable
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: expose `templates_root_url` to scripts
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: new method `exposeToScripts` to make variables accessible to scripts in browser
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: 404 is now returne if a remote server is not found
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: `on_data_post` can be set to the string `continue` instead of a callable:
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: moved CSRF checking code to a separate method: