Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions aec/aec.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
/**
* @package API
* @version 1.5
* @author Brian Edgerton
* @link http://www.edgewebworks.com
* @copyright Copyright (C) 2011 Edge Web Works, LLC. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die( 'Restricted access' );

Expand Down
12 changes: 6 additions & 6 deletions aec/aec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<install version="1.7" type="plugin" group="api" method="upgrade">
<name>Api - aec</name>
<version>1.0</version>
<creationDate>Jan 2013</creationDate>
<author>Tekdi</author>
<authorEmail>support@tekdi.com</authorEmail>
<authorUrl>http://www.tekdi.com</authorUrl>
<copyright>2012 users</copyright>
<license>GNU General Public License v2</license>
<creationDate>10/11/2014</creationDate>
<author>Techjoomla</author>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>www.techjoomla.com</authorUrl>
<copyright>Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>API plugins of AEC components of the Joomla! </description>

<files>
Expand Down
10 changes: 4 additions & 6 deletions aec/aec/createuser.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?php
/**
* @package API
* @version 1.5
* @author Brian Edgerton
* @link http://www.edgewebworks.com
* @copyright Copyright (C) 2011 Edge Web Works, LLC. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die( 'Restricted access' );
Expand Down
12 changes: 5 additions & 7 deletions aec/aec/planslist.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
/**
* @package K2 API plugin
* @version 1.0
* @author Rafael Corral
* @link http://www.rafaelcorral.com
* @copyright Copyright (C) 2011 Rafael Corral. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die;

Expand Down
12 changes: 5 additions & 7 deletions aec/aec/setexpiration.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
/**
* @package K2 API plugin
* @version 1.0
* @author Rafael Corral
* @link http://www.rafaelcorral.com
* @copyright Copyright (C) 2011 Rafael Corral. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die;

Expand Down
12 changes: 5 additions & 7 deletions aec/aec/setusertoplan.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
/**
* @package K2 API plugin
* @version 1.0
* @author Rafael Corral
* @link http://www.rafaelcorral.com
* @copyright Copyright (C) 2011 Rafael Corral. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die;

Expand Down
13 changes: 5 additions & 8 deletions aec/aec/userlist.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<?php
/**
* @package K2 API plugin
* @version 1.0
* @author Rafael Corral
* @link http://www.rafaelcorral.com
* @copyright Copyright (C) 2011 Rafael Corral. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die;

jimport('joomla.plugin.plugin');
//function in file - /var/www/mppronline/administrator/components/com_acctexp/admin.acctexp.php


class AecApiResourceUserlist extends ApiResource
Expand Down
12 changes: 5 additions & 7 deletions easyblog/easyblog.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
/**
* @package API
* @version 1.5.1
* @author Techjoomla
* @link http://techjoomla.com
* @copyright Copyright (C) 2014 Techjoomla. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die( 'Restricted access' );

Expand Down
12 changes: 6 additions & 6 deletions easyblog/easyblog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="2.5.0" type="plugin" group="api" method="upgrade">
<name>Api - Easyblog</name>
<version>1.2</version>
<creationDate>July 2014</creationDate>
<author>techjoomla</author>
<authorEmail>contact@techjoomla.com</authorEmail>
<authorUrl>http://techjoomla.com</authorUrl>
<copyright>Techjoomla</copyright>
<license>GNU General Public License v2</license>
<creationDate>10/11/2014</creationDate>
<author>Techjoomla</author>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>www.techjoomla.com</authorUrl>
<copyright>Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>Easyblog APIs</description>
<scriptfile>script.php</scriptfile>
<files>
Expand Down
9 changes: 7 additions & 2 deletions easyblog/easyblog/blog.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

defined('_JEXEC') or die( 'Restricted access' );
//error_reporting(E_ALL);
//ini_set('display_errors', 1);

jimport('joomla.user.user');
jimport( 'simpleschema.category' );
Expand Down
8 changes: 6 additions & 2 deletions easyblog/easyblog/category.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
defined('_JEXEC') or die( 'Restricted access' );
//error_reporting(E_ALL);
//ini_set('display_errors', 1);

jimport('joomla.user.user');
jimport( 'simpleschema.category' );
Expand Down
8 changes: 6 additions & 2 deletions easyblog/easyblog/comments.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
defined('_JEXEC') or die( 'Restricted access' );
//error_reporting(E_ALL);
//ini_set('display_errors', 1);

jimport('joomla.user.user');
jimport( 'simpleschema.person' );
Expand Down
8 changes: 6 additions & 2 deletions easyblog/easyblog/image.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
defined('_JEXEC') or die( 'Restricted access' );
//error_reporting(E_ALL);
//ini_set('display_errors', 1);

jimport('joomla.user.user');
require_once( EBLOG_CONTROLLERS . '/media.php' );
Expand Down
8 changes: 6 additions & 2 deletions easyblog/easyblog/latest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
defined('_JEXEC') or die( 'Restricted access' );
//error_reporting(E_ALL);
//ini_set('display_errors', 1);

jimport('joomla.user.user');
jimport( 'simpleschema.category' );
Expand Down
7 changes: 6 additions & 1 deletion easyblog/libraries/simpleschema/blog/comment.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
class CommentSimpleSchema {

public $commentid;
Expand Down
6 changes: 6 additions & 0 deletions easyblog/libraries/simpleschema/blog/post.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
jimport('simpleschema.person');
jimport('simpleschema.category');

Expand Down
6 changes: 6 additions & 0 deletions easyblog/libraries/simpleschema/category.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

class CategorySimpleSchema {

Expand Down
6 changes: 6 additions & 0 deletions easyblog/libraries/simpleschema/person.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

class PersonSimpleSchema {

Expand Down
6 changes: 6 additions & 0 deletions easyblog/script.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/

// No direct access to this file
defined('_JEXEC') or die('Restricted access');
Expand Down
21 changes: 21 additions & 0 deletions easysocial/easysocial.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* @package API plugins
* @copyright Copyright (C) 2009 2014 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved.
* @license GNU GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
* @link http://www.techjoomla.com
*/
defined('_JEXEC') or die( 'Restricted access' );

jimport('joomla.plugin.plugin');

class plgAPIEasysocial extends ApiPlugin
{
public function __construct()
{

parent::__construct();

ApiResource::addIncludePath(dirname(__FILE__).'/easysocial');
}
}
18 changes: 18 additions & 0 deletions easysocial/easysocial.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="api" method="upgrade">
<name>Api - easysocial</name>
<version>1.2</version>
<creationDate>10/11/2014</creationDate>
<author>Techjoomla</author>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>www.techjoomla.com</authorUrl>
<copyright>Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>This plugin use for get data from easysocial.</description>

<files>
<filename plugin="easysocial">easysocial.php</filename>
<filename >easysocial/friends.php</filename>
<folder>easysocial</folder>
</files>
</extension>
Loading