Jerôme Bakker
Jerôme Bakker
fixes #352 I also had to update Firefox in order to be able to build the Docker image
ref #14075
Especially during the deletion of an entity. Is it really necessary to trigger events/hooks for each - metadata - private setting - access collection - access collection membership - annotation...
### Describe the feature move from ``$CONFIG->menus`` to the menu service ### Is your feature request related to a problem? I'm always frustrated when [...] ### Describe alternatives you've considered...
### Describe the feature no need for another global state ### Is your feature request related to a problem? I'm always frustrated when [...] ### Describe alternatives you've considered _No...
Some resources are cached longer by the browser (eg favicon). should a request to the old cache url (ts1) still return the resource with a 200 OK response or should...
Follow up from #13528 https://github.com/Elgg/Elgg/blob/e2f4e05617f1a20db4d9e5728e09fbc4f18564f4/engine/classes/Elgg/Cache/LRUCache.php#L39 https://github.com/Elgg/Elgg/blob/e2f4e05617f1a20db4d9e5728e09fbc4f18564f4/engine/classes/Elgg/Database/HMACCacheTable.php#L73 https://github.com/Elgg/Elgg/blob/e2f4e05617f1a20db4d9e5728e09fbc4f18564f4/engine/classes/Elgg/Database/RelationshipsTable.php#L125 should be an OutOfBoundsException, see https://www.php.net/manual/en/class.outofboundsexception.php#127166 Look at https://github.com/Elgg/Elgg/blob/e2f4e05617f1a20db4d9e5728e09fbc4f18564f4/engine/classes/Elgg/ImageService.php#L197 https://github.com/Elgg/Elgg/blob/e2f4e05617f1a20db4d9e5728e09fbc4f18564f4/engine/classes/Elgg/ImageService.php#L214 OutOfBounds??? Check the usage of ``InvalidArgumentException`` and ``InvalidParameterException``, the last should probably be...
### Describe the feature can we run the test with the `intl` php module disabled. ### Is your feature request related to a problem? We ran into a problem where...
### Elgg version all ### Source of your Elgg installation GIT clone ### Describe the bug The string `likes:this` should have a `%s`: From transifex: > This string should include...
- [ ] rate limiting - [ ] IP limits / origin / referrer checks (API key can only be used from a certain domain / IP address) - [...