Michael Beck
Michael Beck
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate), version 2021.5| | Language level | all | Current behaviour -- In case...
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate) | | Language level | PHP 8.0 | Current behaviour -- After double...
How are the list of repositories compiled? For example, this repository has 11 stars and 3 forks: https://github.com/Heyula/testimonial but didn't make to the list, while repositories that had much lower...
FYI: @Lewiscowles1986 just violated your MIT License by changing it to AGPL: https://github.com/Lewiscowles1986/php-ulid/issues/17 I find it very disrespectful to the spirit of Open Source and to your work :( I...
cherry-pick whatever you like
**Describe the bug** It seems like the latest release is forcing me to sign to GitHub for each project. I have several projects opened at once, therefore I'm getting tons...
I ran into issues today when installing XOOPS - some of the extensions and modules would not install, showing error like this one: `Error : An exception occurred while executing...
1) Please comment out these lines in /system/xoops_version.php: // 'caption' => __('Twitter', 'system') // 'caption' => __('Facebook', 'system') as the installation brakes down generating a fatal error 2) After fresh...
Currently, when we call getModuleHandler, it checks for the Handler class name that it uses the directory name: ``` $class = ucfirst(strtolower($module_dir)) . ucfirst($name) . 'Handler'; if (class_exists($class)) { $this->moduleHandlers[$module_dir][$name]...
Originally, in XOOPS 2.5.x we had $force as false: function delete(&$object, $force = false) Now in the new one we have changed "false" to "true": public function delete(XoopsObject $object, $force...