Marcel
Marcel
See #1404
Hi @NicolasCARPi, This should be a working implementation that could close #3073 but I will further test the new features. The placement of the new/old GUI link elements in edit...
# Question / Discussion Experiments can now be timestamped more than once and the entry can be further edited. This also includes deletion of attachments, also the timestamped.zip files. While...
Documentation for https://github.com/mpdf/mpdf/pull/1405
https://github.com/mpdf/mpdf/blob/3b21745a7b0178c14bf512d79b790a4351c16bce/src/FpdiTrait.php#L283-L286 ```php public function getTemplateSize($tpl, $width = null, $height = null) { return $this->getImportedPageSize($tpl, $width, $height); } ```
While I was looking into the different login/register procedures and the associated creation of users I noticed that the Usergroup enum was not used everywhere.
While working on #4991 I noticed that some unit test are still expecting two exceptions but the second one will never be executed. To address this issue the corresponding parts...
The scheduler does not display the anticipated events because the SQL WHERE clause did not cover all edge cases. Closes #4661
closes #4146
This is a proof of concept to show the feasibility of using the [Noto font](https://fonts.google.com/noto) in PDFs created by eLabFTW via the mPDF library. The idea is to avoid the...