33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-23 21:27:35 +00:00
Joomla extension to check components, modules or plugins for possible problems for submission to the JED
Go to file
Daniel Dimitrov 44416aa1f8 Merge pull request #5 from nonumber/master
Removed extra info index.html
2012-06-28 03:11:34 -07:00
.tx adding transifex config 2012-06-23 18:44:12 +02:00
builds wrong path to language file 2012-06-23 16:26:24 +02:00
source Removed info and texts strings regarding index.html files in allowed folders (seeing this is fixed in rule now) 2012-06-28 11:53:00 +02:00
.gitignore update gitignore 2012-06-23 18:44:31 +02:00
README update 2012-06-24 16:27:38 +02:00

JEDchecker

This extension is able to check your components, modules or plugins for common errors that will prevent you
from publishing your extension on the JED.

If you want to write a rule have a look a the library/rules folder.

You just need to add a new file with your rule. Example:
yourrule.php

"yourrule.php" needs to have a class jedcheckerRulesYourrule and that class needs to have a
function that accepts the basedir as parameter. This is all - the component will automatically call
your rule check function.

ZIP packages for installation in joomla can be found here:
https://compojoom.com/downloads/official-releases-stable/jedchecker