File modules/util/FileUtils.class.php

Last commit: Sat Mar 6 20:39:30 2021 +0100	Jan Dankert	Fix: Sorting the files, because the order should be identically on all platforms.
Binary file could not be displayed
Download modules/util/FileUtils.class.php
History Sat, 6 Mar 2021 20:39:30 +0100 Jan Dankert Fix: Sorting the files, because the order should be identically on all platforms. Fri, 26 Feb 2021 17:09:29 +0100 Jan Dankert Fix: Disable warning if openbasedir-restriction is enabled. Fri, 8 Jan 2021 22:01:28 +0100 Jan Dankert New: Implementing cache directory tag standard (CACHEDIR.TAG) and using a cleaner logic to detect the directory for temporary files. Thu, 19 Nov 2020 19:51:26 +0100 Jan Dankert Fix: Using a stream for log output (like php://stdout) Fri, 23 Oct 2020 23:09:52 +0200 Jan Dankert Refactoring: Using the new config classes. Sun, 4 Oct 2020 21:24:40 +0200 Jan Dankert Fix: Throw correct DatabaseException Sat, 26 Sep 2020 10:32:02 +0200 Jan Dankert Refactoring: No global $conf array any more. Sat, 22 Feb 2020 23:58:02 +0100 Jan Dankert Refactoring: Namespacing for module 'util'. Fri, 22 Nov 2019 00:35:51 +0100 Jan Dankert New: More helper function for filesystem utils. Sat, 11 May 2019 02:50:43 +0200 Jan Dankert Einbau eines dedizierten Caches. Es ist fraglich, ob dieser Cache überhaupt sinnvoll ist, da beim Anzeigen von BLOBs das HTTP-Caching zum Zuge kommt. Thu, 30 Aug 2018 00:34:00 +0200 Jan Dankert Fix: Anzeige der Berechtigungen vereinheitlicht, weil alle Objekttypen die gleichen Berechtigungseinstellungen haben; Fix: Die 2. Action nach einem POST wird als GET ausgeführt. Wed, 27 Jun 2018 22:02:09 +0200 Jan Dankert Exceptions werfen, wenn ein Ordner nicht gefunden wird. Das ist besser als ein die(). Sat, 16 Dec 2017 23:21:31 +0100 Jan Dankert Eigenes Modul für alle Util-Klassen.