Dear developers,
in our latest Technical Board meeting we decided to NOT support PHP 8.1
for ILIAS 8.
Reasons:
- It is not possible to support the range of PHP 7.4 - 8.1 in a single
release without suppressing E_DEPRECATED errors for 8.1, and we don't
want to soften our error reporting policy for future releases of ILIAS.
- We can't guarantee all our dependencies are compatible with PHP 8.1
until the beta release.
Nevertheless, all component maintainers and contributors MUST provide
commits with passing unit tests for the PHP 8.1 build.
If you have any questions, do not hesitate to contact us.
Best regards,
Michael
on behalf of the ILIAS e.V. and the Technical Board
+++ Sorry for cross-posting - in case you are also member of the DevConf group +++
Dear member of the ILIAS developer mailing list,
The call for papers for the 37th ILIAS Development Conference at 10 March 2022 has started. We heighly appreciate all interesting suggestions for presentations, workshops or tutorials around the development of the ILIAS LMS. Like in the past, there is a data collection to submit your suggestion(s): https://docu.ilias.de/goto_docu_dcl_11154.html
Deadline for submissions is Friday, March 04, 22h00 (CET). In case of questions, please contact me by e-mail.
And please register for the session at 10th of March if you already know that you will attend the event: https://docu.ilias.de/goto_docu_sess_10827.html (or click on "Cannot Attend" if you know you won't be able to join us at the DevConf). Thanks!!!
Kind regards, Matthias
* * * * *
Matthias Kunkel
ILIAS Product Manager
General Manager ILIAS open source e-Learning e.V.
Office:
Wilhelmstraße 56-58 • D-50733 Koeln
www.ilias.de <http://www.ilias.de/>
verein(a)ilias.de <mailto:verein@ilias.de>
* * * * *
Dear all,
due to a bug in the refinement.bot implementation, many comments on
Mantis issues contacted by the bot got a "Last edited" date "2022-02-16
10:21" or "2022-02-07 11:25 ". No content was changed. We apologize for
any inconvenience this may cause.
Best regards,
Fabian Wolf
Hello,
in the magazine of Ilias (v7.5 - Ubuntu) files can be easily uploaded and managed. I would like to continue using this functionality, but for certain files (in my case PDF files) I would like to redirect or intercept the download function of Ilias, so that these files are edited/modified by my PHP script.
Unfortunately I could not find a suitable hook to redirect the download to another PHP script.
I also could not find out how the downloads in the magazine are processed by Ilias.
Maybe someone of you can help me with my questions:
Is there a plugin that does something similar (intercept/redirect downloads)?
Which PHP file of Ilias delivers the data/file on a download? (class.ilObjFileImplementationStorage.php - sendFile($a_hist_entry_id)?)
Greetings
Martin Busse
//--------------------
Hallo,
in das Magazin von Ilias (v7.5) lassen sich leicht Dateien hochladen und verwalten. Diese Funktionalität würde ich gerne weiterhin nutzen, aber bei bestimmten Dateien (in meinem Fall PDF-Dateien) möchte ich die Download-Funktion von Ilias umlenken bzw. abfangen, damit diese Dateien von meinen PHP-Skript bearbeitet bzw. geändert werden.
Leider konnte ich keinen passenden Hook finden, um den Download auf ein anderes PHP-Skript umzuleiten.
Ich konnte nicht herausfinden wie die Downloads im Magazin von Ilias bearbeitet werden.
Vielleicht kann jemand von Euch mir bei meinen Fragen weiterhelfen:
Gibt es ein Plugin, welches etwas vergleichbares macht (Downloads abfangen/umlenken)?
Welche PHP-Datei von Ilias liefert die Daten/Datei bei einem Download aus? (class.ilObjFileImplementationStorage.php - sendFile($a_hist_entry_id)?)
Mit freundlichen Grüßen
Martin Busse