2021-09-29 |
Goffi |
pages: check redirections for LiberviaPage.getURL:
|
2021-09-29 |
Goffi |
server: don't use unordered set for accepted languages:
|
2021-06-06 |
Goffi |
pages: get last page by default with RSM:
|
2021-05-01 |
Goffi |
pages: fix `onFileChange` when the page is not wrapped
|
2021-04-29 |
Goffi |
pages: breadcrumbs handling:
|
2021-04-22 |
Goffi |
pages: remove forgotten breakpoing
|
2021-04-22 |
Goffi |
pages: keep `search` query when using pagination
|
2021-04-16 |
Goffi |
pages: do no send HTTP_FORBIDDEN when registration is not allowed and no profile is connected:
|
2021-03-19 |
Goffi |
date update
|
2021-02-27 |
Goffi |
pages: implements `strip` argument in `getPostedData`
|
2021-02-27 |
Goffi |
pages: fix `getPostedData` when a single value is requested and a list is used
|
2021-02-27 |
Goffi |
pages: implement `getPageData` and `setPageData` helper methods
|
2021-02-20 |
Goffi |
pages: better generic errors handling:
|
2021-02-20 |
Goffi |
pages: helper method to get current profile's jid
|
2021-02-20 |
Goffi |
pages: fix browser data re-creation on dev mode reload
|
2021-01-28 |
Goffi |
pages (tickets): renamed "tickets" to "lists":
|
2020-12-11 |
Goffi |
pages (blog/view): Full-Text Search is used when `search` query argument is present
|
2020-12-11 |
Goffi |
pages: cache is skipped if there are query arguments in URL
|
2020-12-11 |
Goffi |
pages: `on_data_post` can now return `"continue"` string:
|
2020-08-15 |
Goffi |
pages: fixed handling of DataError when posting data
|
2020-08-14 |
Goffi |
pages: expose `cache_path` to scripts + `session_uuid` to templates
|
2020-08-02 |
Goffi |
pages: identities are not using `data_objects` anymore:
|
2020-08-01 |
Goffi |
pages: render HTTP_NOT_FOUND page on `item-not-found` bridge error.
|
2020-08-01 |
Goffi |
pages: add `media_path` and `build_path` in template data for error pages.
|
2020-08-01 |
Goffi |
pages: handle `jid.InvalidFormat` exception in `_filterPathValue`
|
2020-07-16 |
Goffi |
pages: `profile` is now exposed to scripts
|
2020-07-16 |
Goffi |
pages: take care of None/null when exposing a variable
|
2020-07-16 |
Goffi |
pages (blog, tickets, merge-requests): updated code to handle new serialisation, following backend changes
|
2020-06-19 |
Goffi |
pages: set `guest_session` in template data when suitable
|
2020-06-19 |
Goffi |
pages: expose `templates_root_url` to scripts
|
2020-06-19 |
Goffi |
pages: new method `exposeToScripts` to make variables accessible to scripts in browser
|
2020-06-19 |
Goffi |
pages: 404 is now returne if a remote server is not found
|
2020-06-19 |
Goffi |
pages: `on_data_post` can be set to the string `continue` instead of a callable:
|
2020-06-19 |
Goffi |
pages: moved CSRF checking code to a separate method:
|
2020-06-19 |
Goffi |
server: user new OrderedSet to handle scripts:
|
2020-06-19 |
Goffi |
pages: use Path in onFileChange + fixed encoding issue
|
2020-06-19 |
Goffi |
pages: use a coroutine for renderPage:
|
2020-06-19 |
Goffi |
server: default theme can now be specified in site section of `sat.conf` with `theme` key
|
2020-05-19 |
Goffi |
pages: fixed `dir_path` checking in `onFileChange`
|
2020-05-19 |
Goffi |
pages: handle themes using `theme` request argument
|
2020-05-19 |
Goffi |
pages, tasks (brython): use set for scripts + common template data:
|
2020-05-19 |
Goffi |
pages: delete existing cache instead of just ignoring it when `no-cache` is used
|
2020-05-19 |
Goffi |
server, pages: better identities handling:
|
2020-05-03 |
Goffi |
server: gather themes data:
|
2020-05-03 |
Goffi |
server, pages, tasks (brython): common_scripts:
|
2020-05-03 |
Goffi |
pages: don't use cache when `cache-control` header is set to `no-cache`
|
2020-04-29 |
Goffi |
pages: browser metadata + root `_browser`:
|
2020-04-26 |
Goffi |
pages: browser code, first draft:
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
dates update
|
2019-11-08 |
Goffi |
pages: removed a decode() in internal error logging
|
2019-10-06 |
Goffi |
server: some encoding fixes following python 3 port
|
2019-08-13 |
Goffi |
python 3 port:
|
2019-07-19 |
Goffi |
pages: display a warning instead or raising exception if write fails:
|
2019-07-14 |
Goffi |
pages: show rendered html on failed renderAndUpdate
|
2019-07-14 |
Goffi |
server (websockets): fixed websocket handling on HTTPS connections:
|
2019-07-06 |
Goffi |
pages: don't put error pages in cache
|
2019-06-12 |
Goffi |
pages: fixed cached data when `url_cache` is used:
|
2019-05-26 |
Goffi |
server (pages): on_data_post can now raise an exceptions.DataError to reload the page with a warning message (without validating data posted)
|
2019-05-26 |
Goffi |
server (pages): added raise_on_missing arguments in getPostedData:
|