33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-01 11:12:30 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Craig Phillips
0e0cba30c6 Fix formatting on update messages so they're readable.
Load language files in update.

Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 16:38:39 +11:00
Craig Phillips
27c581edc2 Fix error, Strict standards: Only variables should be assigned by reference
Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 16:36:56 +11:00
Craig Phillips
049d59bd4d Change file deletion to notify user if not successfully removed.
Fix use $rulePhpFile instead of $ruleIniFile.

Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 13:46:50 +11:00
Craig Phillips
29371309ac Clean old rules on update.
Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-10 21:15:54 +11:00
Daniel Dimitrov
45c766f0a0 - removing the build files and using the buildtools one (https://github.com/compojoom/buildtools) 2013-11-05 21:29:15 +01:00
Daniel Dimitrov
b02eb9d174 phpcs 2013-11-05 21:17:39 +01:00
Daniel Dimitrov
84fae50f99 added warning handling for error reporting 2013-11-05 21:04:03 +01:00
Daniel Dimitrov
dac3bf2429 phpcs 2013-11-05 20:52:37 +01:00
Daniel Dimitrov
12169b03eb Merge pull request #14 from dulici/master
Added error_reporting(0) rule
2013-11-05 11:27:16 -08:00
Daniel Dimitrov
978b38a0b5 Merge pull request #15 from nonumber/patch-1
Fixed unnecessary GPL checks in php files with no code
2013-11-05 11:26:34 -08:00
Daniel Dimitrov
f54f87308b Merge pull request #16 from nonumber/patch-2
Fixed unnecessary JEXEC checks in php files with no code
2013-11-05 11:25:20 -08:00
Daniel Dimitrov
c49de3eeed phpcs 2013-11-05 20:23:12 +01:00
Daniel Dimitrov
6792e66b07 # JFile not found 2013-11-05 20:22:50 +01:00
Peter van Westen
3271601225 Fixed unnecessary checks in php files with no code (2)
This fix makes the JEXEC check not give false negatives on placeholder files.
So php files with only a comment tag in it.
These don't need GPL info.
2013-11-04 15:22:53 +01:00
Peter van Westen
2d4988c814 Fixed unnecessary checks in php files with no code
This fix makes the GPL check not give false negatives on placeholder files. So php files with only a comment tag in it.
These don't need GPL info.
2013-11-04 15:17:11 +01:00
dulici
667f52c040 language fix after error_reporting(0) rule 2013-08-18 21:28:39 +03:00
dulici
a7429a593b Added error_reporting(0) rule 2013-08-18 15:07:03 +03:00
Daniel Dimitrov
4eb3543b01 <strong> was not properly closed 2013-04-11 15:52:32 +02:00
Daniel Dimitrov
202bc27e4f missed dot :) 2013-04-11 15:24:01 +02:00
Daniel Dimitrov
0f0be2ef2a adding GPL license check for PHP files 2013-04-11 15:23:19 +02:00
Daniel Dimitrov
444ee53e0d removed the htmlindex rule as the JED doesn't require it anymore 2013-04-11 13:01:53 +02:00
Jisse Reitsma
e10f996500 Implemented tmp/jed_checker/local.txt file 2013-02-12 10:04:49 +01:00
Jisse Reitsma
cc1a81c387 Add support tmp/com_jedchecked/local.txt to police-inventory 2013-02-12 09:54:55 +01:00
Jisse Reitsma
4cdaae9278 Skip ".svn" folders in libraries/rules/htmlindexes.php 2013-02-12 09:41:41 +01:00
eddieajau
e148a221c4 Lower PHP minimum version
Removes the SplFileInfo::getExtension call in favour of a method that
can use a lesser version of PHP.
Changed the preflight PHP version check to 5.3.1 (same minimum as the
Joomla Platform).
2013-01-01 20:44:05 +10:00
Daniel Dimitrov
0a839fbe84 adding a new rule that will check the name, version and creationDate from a xml file 2012-12-13 11:33:17 +01:00
Daniel Dimitrov
baf2248deb joomla 3.0 compatibility 2012-12-13 11:08:35 +01:00
Daniel Dimitrov
b2a157e820 adding a request to review the extension in the JED... 2012-08-04 20:53:46 +02:00
Daniel Dimitrov
e3abdfc925 adding spanish translation 2012-08-04 20:48:21 +02:00
Daniel Dimitrov
58834503e6 adding encoding rule - checks base64 usage 2012-08-04 20:48:04 +02:00
eaxs
3cbb7d7b0a Added rule and report base class. Added support for ini based rule config files 2012-07-07 01:45:06 +02:00
Daniel Dimitrov
0bafa78bee protecting the form with a token 2012-06-29 16:37:05 +02:00
nonumber
62efa32953 Removed info and texts strings regarding index.html files in allowed folders (seeing this is fixed in rule now)
Removed the ! from NoNumber (very important :) )
2012-06-28 11:53:00 +02:00
Daniel Dimitrov
303257082f SE1 was not showing ok message if every folder was containing index.html files 2012-06-28 09:39:00 +02:00
Daniel Dimitrov
ab27c25ccb adding new translations thanks to opentranslators! 2012-06-28 09:33:39 +02:00
Daniel Dimitrov
a554d9cb94 adding opentranslators to the wall of Honor - they deserve to be there 2012-06-28 09:25:39 +02:00
Daniel Dimitrov
24e3ba0cb2 wrong php version number :) 2012-06-28 09:22:23 +02:00
Daniel Dimitrov
121f6cdba3 Wall of honor gets bigger! 2012-06-28 09:21:59 +02:00
Daniel Dimitrov
b11194520c adding installation check for php version 2012-06-28 09:15:14 +02:00
Daniel Dimitrov
0871349cbb fixing reported bug by Alain Rivest - max execution level reached - on linux machines 2012-06-28 08:57:05 +02:00
Peter van Westen
a6b4287518 Added skips for index.html checks in system folders 2012-06-27 17:08:33 +03:00
Peter van Westen
3324bb12b0 Added more allowed defines via array. Changed order of stripos checks to be as quick as possible. 2012-06-27 16:53:50 +03:00
eaxs
f4bc0d131e Added rule PH3 check 2012-06-26 12:37:12 +02:00
eaxs
c43c77b9f4 Results from previous check are now cleared when checking again 2012-06-25 21:16:11 +02:00
eaxs
02fdc3ed4c Changed projectfork TLD from ".com" to ".net" 2012-06-25 20:56:58 +02:00
eaxs
003572ab25 JEXEC check now allows JPATH_PLATFORM as alternative 2012-06-25 20:54:01 +02:00
Daniel Dimitrov
8572baf028 #1 - now there is a check if archives or tmp files have been uploaded and we don't show the
unzip or check buttons until we have files to work on!
2012-06-24 09:50:50 +02:00
Daniel Dimitrov
67d753da95 a semicolon got in the file somehow... 2012-06-23 20:55:35 +02:00
Daniel Dimitrov
3fac553092 add more index.html files 2012-06-23 16:29:19 +02:00
Daniel Dimitrov
d40e5a424f add .sys language file 2012-06-23 16:29:00 +02:00