egroupware_official/infolog
Ralf Becker d2c85cfe86 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:08:32 +02:00
..
doc SQL for a view of infolog table using real account-names and timestamps 2012-04-23 15:18:34 +00:00
inc fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00
js Avoid using private internal value 2021-08-23 15:37:16 -06:00
lang pending translations from our translation server 2021-09-22 14:57:11 +02:00
setup Bump version to 21.1 2021-05-08 15:02:24 +02:00
templates Revert "Bring web-component work into master branch" 2021-09-03 11:28:22 +02:00
tests Refactor tests to avoid deprecated assertions 2020-03-10 15:54:02 -06:00
index.php using new api for InfoLog 2016-04-30 17:05:23 +00:00