31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-06 23:40:48 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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
24e3ba0cb2 wrong php version number :) 2012-06-28 09:22:23 +02:00
Daniel Dimitrov
b11194520c adding installation check for php version 2012-06-28 09:15:14 +02:00
Daniel Dimitrov
cccac3763a add defined('_JEXEC') to the php file! Thank you jedchecker!!! 2012-06-23 16:18:21 +02:00
Daniel
cf80ccaebf structure 2012-05-21 10:52:10 +02:00