Skip to content

Commit

Permalink
Merge pull request joomla#1411 from ianmacl/html_autoloader
Browse files Browse the repository at this point in the history
Autoloader cleanup
  • Loading branch information
LouisLandry committed Aug 20, 2012
2 parents 15e4e48 + f51d935 commit c600d0a
Show file tree
Hide file tree
Showing 33 changed files with 15 additions and 17 deletions.
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.
2 changes: 0 additions & 2 deletions libraries/joomla/html/html.php
Expand Up @@ -9,8 +9,6 @@

defined('JPATH_PLATFORM') or die;

JHtml::addIncludePath(JPATH_PLATFORM . '/joomla/html/html');

jimport('joomla.environment.browser');
jimport('joomla.filesystem.file');
jimport('joomla.filesystem.path');
Expand Down
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.
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlAccessTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/access.php';
require_once JPATH_PLATFORM.'/joomla/html/access.php';

/**
* Test class for JHtmlAccess.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlBehaviorTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM . '/joomla/html/html/behavior.php';
require_once JPATH_PLATFORM . '/joomla/html/behavior.php';

/**
* Inspector class for JHtmlBehavior.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlContentTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/content.php';
require_once JPATH_PLATFORM.'/joomla/html/content.php';

/**
* Test class for JHtmlContent.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlDateTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/date.php';
require_once JPATH_PLATFORM.'/joomla/html/date.php';

/**
* Test class for JHtmlDate.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlEmailTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/email.php';
require_once JPATH_PLATFORM.'/joomla/html/email.php';

/**
* Test class for JHtmlEmail.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlFormTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/form.php';
require_once JPATH_PLATFORM.'/joomla/html/form.php';

/**
* Test class for JHtmlForm.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlGridTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/grid.php';
require_once JPATH_PLATFORM.'/joomla/html/grid.php';

/**
* Test class for JHtmlGrid.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlJgridTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/jgrid.php';
require_once JPATH_PLATFORM.'/joomla/html/jgrid.php';

/**
* Test class for JHtmlJGrid.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlListTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/list.php';
require_once JPATH_PLATFORM.'/joomla/html/list.php';

/**
* Test class for JHtmlList.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlNumberTest.php
Expand Up @@ -6,7 +6,7 @@
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
require_once JPATH_PLATFORM.'/joomla/html/html/number.php';
require_once JPATH_PLATFORM.'/joomla/html/number.php';

/**
* Test class for JHtmlNumberTest.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlRulesTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/rules.php';
require_once JPATH_PLATFORM.'/joomla/html/rules.php';

/**
* Test class for JHtmlRules.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlSelectTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/select.php';
require_once JPATH_PLATFORM.'/joomla/html/select.php';
require_once 'TestHelpers/JHtmlSelect-helper-dataset.php';

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlStringTest.php
Expand Up @@ -6,7 +6,7 @@
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

require_once JPATH_PLATFORM . '/joomla/html/html/string.php';
require_once JPATH_PLATFORM . '/joomla/html/string.php';

/**
* Tests for JDate class.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlTelTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/tel.php';
require_once JPATH_PLATFORM.'/joomla/html/tel.php';

/**
* Test class for JHtmlTel.
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/unit/joomla/html/html/JHtmlUserTest.php
Expand Up @@ -7,7 +7,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

require_once JPATH_PLATFORM.'/joomla/html/html/user.php';
require_once JPATH_PLATFORM.'/joomla/html/user.php';

/**
* Test class for JHtmlUser.
Expand Down

0 comments on commit c600d0a

Please sign in to comment.