Riccardo Zorn
|
56863b7d03
|
Code cleaned
|
2014-02-23 04:35:18 +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
|
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 |
|
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
|
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
|
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
|
4cdaae9278
|
Skip ".svn" folders in libraries/rules/htmlindexes.php
|
2013-02-12 09:41:41 +01: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
|
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
|
303257082f
|
SE1 was not showing ok message if every folder was containing index.html files
|
2012-06-28 09:39:00 +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
|
003572ab25
|
JEXEC check now allows JPATH_PLATFORM as alternative
|
2012-06-25 20:54:01 +02:00 |
|
Daniel Dimitrov
|
f3ae5bf1ea
|
adding index.html files - ooooooh I feel dirty :( (need to do this with a phing script...)
|
2012-06-23 16:15:35 +02:00 |
|
Daniel Dimitrov
|
841e3a96e5
|
Translating the extension + adding some explanations about the current rules being checked
|
2012-06-23 16:12:44 +02:00 |
|
Daniel Dimitrov
|
7beb755a7d
|
adding a rule to check for defined('_JEXEC')... - thanks to Tobias Kuhn!!!
|
2012-06-18 13:26:00 +02:00 |
|
Daniel Dimitrov
|
d41905a596
|
adding an index.html check - yahoooo!!!
|
2012-06-03 00:38:07 +02:00 |
|