-
# LTI 1.3 Configuration Defaults to LTI 1.0 in OpenOlat 17.1.7
## Description
I’m trying to set up an external LTI 1.3 tool in OpenOlat (version 17.1.7), but for some reason, it always defaults to…
-
There are a few artist names in the DB that need to be corrected or added as alternate names (see [this post](https://groups.google.com/g/standardebooks/c/sQ5D27yK8JA) for an example).
Job Curtis p…
-
# Strip tracking parameters from URLs
## Specs
- Strip tracking parameters like UTM (Urchin tracking module), Facebook click id (fbclid) and Google click id from URLs, when the popup opens.
- M…
-
From a sysadmin point of view, a sysadmin would like to search for schools, departments, courses, sections, etc. with a certain criteria. Criteria could be:
- By parent (e.g. departments in a schoo…
-
The dependency parser should be extended to handle dependencies of the form:
```
pip install git+https://github.com/bp-kelley/descriptastorus.git@d552f934757378a61dd1799cdb589a864032cd1b
```
Cur…
-
Hi. I'm sorry for bothering you, but I've been having a problem with the editor. When I place a url with parameters the link is broken. What I mean is this:
I write the next code and is saved prope…
-
### What feature do you want to see added?
Hi, me again.
It seems the plugin (or some library) constructs URLs to the ID provider by appending a query string like "?x=y&a=1" without checking if the …
-
### Describe you feature request
The values are somewhat documented here: https://www.php.net/manual/en/reserved.variables.server.php
Specifically, this issue is in regards to:
> REQUEST_URI:…
-
Hi!
I have been using mysql-backup for several years on my docker swarm and this is an example of docker composer:
```
mysql:
image: mysql:8.0.22
command: --default-authentication-plugi…
-
Currently the `create` method in class `AuthenticationRequest` overrides the endpoint URL query with `FormUrlEncoded.encode(params)` thus removing any existing query parameters in the `endpoint` URL.