jedchecker icon indicating copy to clipboard operation
jedchecker copied to clipboard

Joomla extension to check components, modules or plugins for possible problems for submission to the JED -> Translations: https://joomla.crowdin.com/joomla-official-extensions

Results 23 jedchecker issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

Extension: 15933 in JED The JEXEC security check was not found in this file. /src/Library/StorageClass.php Reply from developer: This is correct, there is no such check as it is a...

Joomla 3.10 and 4.x supports non-prefixed language files, such as `plg_system_whatever.sys.ini`. Jed checker is trying to load only old-style prefixed file like `en-GB.plg_system_whatever.sys.ini`, so it is not able to load...

See the J! forum discussion here: https://forum.joomla.org/viewtopic.php?f=262&t=996982 I agree that the JED Checker extension downloaded from the JED (https://github.com/joomla-extensions/jedchecker/archive/refs/heads/master.zip) contains differences from the files in GitHub. See, especially, the file...

Force renovatebot to use the right npm and composer versions.

I've considered to offer my extension, which runs since joomla 3.0 now also with joomla 4.2RC1 without any problems. to the JED. So I ran a check with JED-Checker and...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dealerdirect/phpcodesniffer-composer-installer](http://www.dealerdirect.com) ([source](https://togithub.com/Dealerdirect/phpcodesniffer-composer-installer)) | require-dev | minor | `^0.5.0` -> `^0.7.0` | --- ###...

This PR adds new rule "Syntax check" that checks PHP syntax using [nikic/php-parser](https://github.com/nikic/PHP-Parser) package.