-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6597d7
commit 5119fc1
Showing
31 changed files
with
204 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,63 @@ | ||
<?php defined('_JEXEC') or die(); ?> | ||
|
||
===================================================================== | ||
JED Checker 2.1.0 - Released 9-March-2019 | ||
===================================================================== | ||
+ Compatibility with Joomla 4 | ||
+ Rule INFO_XML | ||
+ Update Server Requirement | ||
~ Copyright updated to Joomla! / OSM | ||
|
||
===================================================================== | ||
JED Checker 2.0 - Released 2-April-2017 | ||
===================================================================== | ||
^ Removal of build tools | ||
~ Copyright updated to Joomla! / OSM | ||
|
||
===================================================================== | ||
JED Checker 1.7 - Released 23-January-2017 | ||
===================================================================== | ||
+ New Update Server rule | ||
+ Addition of bootstrap collapses | ||
- Removal of some deprecated Joomla Framework code | ||
+ Add ACL | ||
# Fixed some parameters and return types | ||
~ Further bootstrapping | ||
~ Language string updates | ||
^ Minimum PHP version 5.3.10 | ||
^ error_reporting(0) now flags as error (was warning before) | ||
|
||
===================================================================== | ||
JED Checker 1.6 - Released 26-October-2015 | ||
===================================================================== | ||
~ phpcs | ||
# uploading zip files no longer displays a warning on Joomla 3.4.4 | ||
# updated link to JED listing requirements | ||
+ added rule framework, jamss | ||
|
||
===================================================================== | ||
JED Checker 1.5 - Released 5-November-2015 | ||
===================================================================== | ||
~ code cleaup and joomla's phpcs compatibility (at least for the rules) | ||
# Fixed unnecessary GPL checks in php files with no code - thanks to Peter van Westen | ||
# Fixed unnecessary JEXEC checks in php files with no code - thanks to Peter van Westen | ||
+ added rule to check for error_reporting(0) - thanks to Denis Delici | ||
# JFile not found | ||
|
||
===================================================================== | ||
LEGEND | ||
===================================================================== | ||
! Note | ||
+ New feature or addition | ||
^ Major change | ||
~ Small change | ||
$ Language change | ||
* Security fix | ||
# Bug fix | ||
- Feature removal | ||
<?php defined('_JEXEC') or die(); ?> | ||
|
||
===================================================================== | ||
JED Checker 2.1.1 - Released 9-March-2019 | ||
===================================================================== | ||
|
||
~ Copyright updated to Joomla! / OSM (source files, including the original authors) | ||
|
||
===================================================================== | ||
JED Checker 2.1.0 - Released 9-March-2019 | ||
===================================================================== | ||
+ Compatibility with Joomla 4 | ||
+ Rule INFO_XML | ||
+ Update Server Requirement | ||
~ Copyright updated to Joomla! / OSM | ||
|
||
===================================================================== | ||
JED Checker 2.0 - Released 2-April-2017 | ||
===================================================================== | ||
^ Removal of build tools | ||
~ Copyright updated to Joomla! / OSM | ||
|
||
===================================================================== | ||
JED Checker 1.7 - Released 23-January-2017 | ||
===================================================================== | ||
+ New Update Server rule | ||
+ Addition of bootstrap collapses | ||
- Removal of some deprecated Joomla Framework code | ||
+ Add ACL | ||
# Fixed some parameters and return types | ||
~ Further bootstrapping | ||
~ Language string updates | ||
^ Minimum PHP version 5.3.10 | ||
^ error_reporting(0) now flags as error (was warning before) | ||
|
||
===================================================================== | ||
JED Checker 1.6 - Released 26-October-2015 | ||
===================================================================== | ||
~ phpcs | ||
# uploading zip files no longer displays a warning on Joomla 3.4.4 | ||
# updated link to JED listing requirements | ||
+ added rule framework, jamss | ||
|
||
===================================================================== | ||
JED Checker 1.5 - Released 5-November-2015 | ||
===================================================================== | ||
~ code cleaup and joomla's phpcs compatibility (at least for the rules) | ||
# Fixed unnecessary GPL checks in php files with no code - thanks to Peter van Westen | ||
# Fixed unnecessary JEXEC checks in php files with no code - thanks to Peter van Westen | ||
+ added rule to check for error_reporting(0) - thanks to Denis Delici | ||
# JFile not found | ||
|
||
===================================================================== | ||
LEGEND | ||
===================================================================== | ||
! Note | ||
+ New feature or addition | ||
^ Major change | ||
~ Small change | ||
$ Language change | ||
* Security fix | ||
# Bug fix | ||
- Feature removal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
administrator/components/com_jedchecker/libraries/rules/encoding.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
administrator/components/com_jedchecker/libraries/rules/errorreporting.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
administrator/components/com_jedchecker/libraries/rules/framework.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
administrator/components/com_jedchecker/libraries/rules/gpl.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
administrator/components/com_jedchecker/libraries/rules/jamss.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
administrator/components/com_jedchecker/libraries/rules/jexec.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.