-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from joomla-extensions/develop
Merging Develop Branch
- Loading branch information
Showing
49 changed files
with
205 additions
and
262 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<access component="com_jedchecker"> | ||
<section name="component"> | ||
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" /> | ||
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" /> | ||
</section> | ||
</access> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
64 changes: 32 additions & 32 deletions
64
.../components/com_jedchecker/jedchecker.php → .../components/com_jedchecker/jedchecker.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?php | ||
/** | ||
* @author Daniel Dimitrov - compojoom.com | ||
* @date : 02.06.12 | ||
* | ||
* @copyright Copyright (C) 2008 - 2012 compojoom.com . All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE | ||
*/ | ||
|
||
defined('_JEXEC') or die('Restricted access'); | ||
jimport('joomla.application.component.controllerlegacy'); | ||
|
||
if (!JFactory::getUser()->authorise('core.manage', 'com_jedchecker')) | ||
{ | ||
throw new Exception(JText::_('JERROR_ALERTNOAUTHOR')); | ||
} | ||
|
||
// We'll need jfile and JFolder all through the compoenent so let us load them here | ||
jimport('joomla.filesystem.folder'); | ||
jimport('joomla.filesystem.file'); | ||
|
||
$input = JFactory::getApplication()->input; | ||
$view = $input->getCmd('view', ''); | ||
|
||
if ($view == '' && $input->getCmd('task', '') == '') | ||
{ | ||
$input->set('view', 'uploads'); | ||
} | ||
|
||
$controller = JControllerLegacy::getInstance('jedchecker'); | ||
$controller->execute($input->getCmd('task', '')); | ||
$controller->redirect(); | ||
<?php | ||
/** | ||
* @author Daniel Dimitrov - compojoom.com | ||
* @date : 02.06.12 | ||
* | ||
* @copyright Copyright (C) 2008 - 2012 compojoom.com . All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE | ||
*/ | ||
|
||
defined('_JEXEC') or die('Restricted access'); | ||
jimport('joomla.application.component.controllerlegacy'); | ||
|
||
if (!JFactory::getUser()->authorise('core.manage', 'com_jedchecker')) | ||
{ | ||
throw new Exception(JText::_('JERROR_ALERTNOAUTHOR')); | ||
} | ||
|
||
// We'll need jfile and JFolder all through the compoenent so let us load them here | ||
jimport('joomla.filesystem.folder'); | ||
jimport('joomla.filesystem.file'); | ||
|
||
$input = JFactory::getApplication()->input; | ||
$view = $input->getCmd('view', ''); | ||
|
||
if ($view == '' && $input->getCmd('task', '') == '') | ||
{ | ||
$input->set('view', 'uploads'); | ||
} | ||
|
||
$controller = JControllerLegacy::getInstance('jedchecker'); | ||
$controller->execute($input->getCmd('task', '')); | ||
$controller->redirect(); |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<config> | ||
<fieldset | ||
name="permissions" | ||
label="JCONFIG_PERMISSIONS_LABEL" | ||
description="JCONFIG_PERMISSIONS_DESC" | ||
> | ||
<field | ||
name="rules" | ||
type="rules" | ||
label="JCONFIG_PERMISSIONS_LABEL" | ||
class="inputbox" | ||
validate="rules" | ||
filter="rules" | ||
component="com_jedchecker" | ||
section="component" | ||
/> | ||
</fieldset> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension method="upgrade" type="component" version="2.5.0"> | ||
<name>COM_JEDCHECKER</name> | ||
<author>Joomla! Extensions Directory</author> | ||
<creationDate>2017-02-14</creationDate> | ||
<copyright>Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.</copyright> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://github.com/joomla-extensions/jedchecker</authorUrl> | ||
<version>1.7</version> | ||
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> | ||
<description><![CDATA[JED Checker will check your extension files and will let you know in advance if there are any possible problems with your extension for submitting to the JED]]> | ||
</description> | ||
<scriptfile>script.php</scriptfile> | ||
<administration> | ||
<menu>COM_JEDCHECKER</menu> | ||
<files folder="administrator/components/com_jedchecker"> | ||
<file>access.xml</file> | ||
<file>config.xml</file> | ||
<file>controller.php</file> | ||
<folder>controllers</folder> | ||
<file>jedchecker.php</file> | ||
<file>jedchecker.xml</file> | ||
<folder>language</folder> | ||
<folder>libraries</folder> | ||
<folder>models</folder> | ||
<file>script.php</file> | ||
<folder>views</folder> | ||
</files> | ||
</administration> | ||
<media destination="com_jedchecker" folder="media/com_jedchecker"> | ||
<folder>css</folder> | ||
<folder>js</folder> | ||
</media> | ||
<updateservers> | ||
<server type="extension" priority="1" name="JEDChecker Updates"><![CDATA[https://compojoom.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=12&dummy=extension.xml]]></server> | ||
</updateservers> | ||
</extension> |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.