Maxime Mulder

Results 21 issues of Maxime Mulder

## Brief summary of changes While browsing the Loris code, I noticed that the methods `NDB_Page::getCSSDependencies()` and `NDB_Page::getJSDependencies()` are defined in a way that forces each redefinition to duplicate (**more...

While doing some tests, I found more missing imports and fixed them.

## Brief summary of changes Removes `lorispath` from the PSR7 request's query parameters and uri query string (both must be updated separately). Manipulating arrays in PHP is so verbose 😴....

## Brief summary of changes Whenever an unauthenticated gets a 403 error, they can try logging in and be redirected to the page they got the 403 on. - [...

**Describe the bug** The URL modification by `mod_rewrite`, which transforms `loris.ca/foo/bar` into `loris.ca?lorispath=foo/bar`, seems to leak into `$_SERVER` and consequently into the PSR7 `$request` object on Apache server. This means...

Bug

## Brief summary of changes As the imaging browser was in my testing assignments and I need to learn more about imaging, I took this opportunity to improve the view...

**Describe the bug** I recently tried to install LORIS with both MySQL and MariaDB. While it works nicely with MySQL, I encountered a bug in the database installer with MariaDB,...

Bug

## Brief summary of changes Add a `DatetimeElement` to input datetime information, which can be used to filter table columns with both dates times. I originally developed this custom input...

**Describe the bug** The request account approvals count on the dashboard does not seem to take into account (pun intended) the project of the approving user. For instance, as a...

Bug
26.0.0-bugs

## Brief summary of changes This is a port of [#6161](https://github.com/aces/Loris/pull/6161), which contains a description of the changes. Since the old PR has diverged quite a bit from the main...