31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-22 01:59:08 +00:00
Commit Graph

112 Commits

Author SHA1 Message Date
Jaz Parkyn
5edd3a3cb9 Create config.xml 2016-02-15 23:21:15 +00:00
Jaz Parkyn
e95f3f2a98 Create access.xml 2016-02-15 23:20:54 +00:00
Jaz Parkyn
fc6f07a6b7 Add ACL 2016-02-15 23:20:06 +00:00
Jaz Parkyn
eb66d15142 Add ACL 2016-02-15 23:19:20 +00:00
Jaz Parkyn
aac8d486eb Merge pull request #24 from mbabker/patch-1
JFactory::getDate() is not deprecated/removed
2015-12-01 22:53:17 +00:00
Michael Babker
3467c8a946 JFactory::getDate() is not deprecated/removed 2015-12-01 15:26:39 -05:00
Daniel Dimitrov
cc45a0737e Adding update servers 2015-10-26 10:15:49 +01:00
Daniel Dimitrov
1e6fd70cdf updating changelog 2015-10-26 10:11:09 +01:00
Daniel Dimitrov
8bd73e2e81 Phpcs 2015-10-26 10:03:44 +01:00
Daniel Dimitrov
05130c32a2 Merge pull request #20 from ot2sen/patch-1
Update link to JED listing requirements
2015-10-26 09:29:21 +01:00
Daniel Dimitrov
61235ce6f4 typo that leads to undefined variable and notices 2015-10-26 09:27:14 +01:00
Daniel Dimitrov
66d3c68a34 Merged branch master into test-pull 2015-10-26 09:15:14 +01:00
Jaz Parkyn
55a75b52a5 Update uploads.php 2015-10-25 19:59:01 +00:00
ot2sen
f04adbd60c Update link to JED listing requirements
The old link to JED listing requirements are no longer working
2015-04-20 18:00:03 +02:00
Riccardo Zorn
929ec290cc Properly indented strings 2014-02-24 12:31:19 +01:00
Riccardo Zorn
ee3ee5c43e proper credits added 2014-02-24 12:25:33 +01:00
Riccardo Zorn
153f5fc1e8 Added jamss rule; improved framework 2014-02-24 12:04:25 +01:00
Riccardo Zorn
86502b6d52 fixed css 2014-02-23 04:45:07 +01:00
Riccardo Zorn
8b75bc78bd fixed css 2014-02-23 04:42:35 +01:00
Riccardo Zorn
56863b7d03 Code cleaned 2014-02-23 04:35:18 +01:00
Riccardo Zorn
5c0bfb0644 Moved the language folder under the installation as per 2.5 best practices 2014-02-23 03:29:48 +01:00
Daniel Dimitrov
9771aef7db phpcs 2013-11-11 10:23:05 +01:00
Daniel Dimitrov
0d8590e092 Merge pull request #17 from cppl/CleanOldRules
Clean old rules
2013-11-11 01:16:42 -08:00
Craig Phillips
9939f82b49 Expand on how to use the build process.
Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 17:36:37 +11:00
Craig Phillips
98434bbeaf PHPCS issues with tabs vs spaces.
Change message handling for easier debug.

Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 17:11:29 +11:00
Craig Phillips
d51b731914 Fix sprintf tokens (whoops!)
Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 17:07:27 +11:00
Craig Phillips
17904bf844 Fix path to rules.
Signed-off-by: Craig Phillips <craig@craigphillips.biz>
2013-11-11 16:39:06 +11:00
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
Daniel Dimitrov
02610e52c7 Merge pull request #13 from yireo/master
Implemented tmp/jed_checker/local.txt file & updated docs
2013-04-11 04:02:10 -07:00
Jisse Reitsma
5325df2236 Code indenting 2013-02-12 10:17:25 +01:00