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
4 changes: 2 additions & 2 deletions libraries/cms/html/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Access\Access;
use Joomla\CMS\Factory;
use Joomla\CMS\Helper\UserGroupsHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Access\Access;
use Joomla\CMS\Helper\UserGroupsHelper;
use Joomla\CMS\Layout\LayoutHelper;

/**
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/adminlanguage.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Language\Text;
use Joomla\CMS\Language\LanguageHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Object\CMSObject;

/**
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/html/behavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Factory;
use Joomla\CMS\Filter\OutputFilter;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Filter\OutputFilter;
use Joomla\CMS\Log\Log;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Log\Log;

/**
* Utility class for JavaScript behaviors
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\Layout\FileLayout;
use Joomla\CMS\Layout\LayoutHelper;

/**
* Utility class for Bootstrap elements.
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\Utilities\ArrayHelper;

/**
* Utility class for categories
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/date.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Date\Date;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Date\Date;

/**
* Extended Utility class for handling date display.
Expand Down
3 changes: 1 addition & 2 deletions libraries/cms/html/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\String\PunycodeHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Uri\Uri;

defined('JPATH_PLATFORM') or die;
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Document\HtmlDocument;
use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Session\Session;
use Joomla\Utilities\ArrayHelper;

/**
* Utility class for form elements
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/formbehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Registry\Registry;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\Registry\Registry;

/**
* Utility class for form related behaviors
Expand Down
3 changes: 1 addition & 2 deletions libraries/cms/html/jgrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Button\PublishedButton;
use Joomla\CMS\Factory;
use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\Utilities\ArrayHelper;

/**
* Utility class for creating HTML Grids
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

defined('JPATH_PLATFORM') or die;

use Joomla\String\StringHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\String\StringHelper;

/**
* Utility class for creating different select lists
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/searchtools.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Registry\Registry;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Layout\LayoutHelper;
use Joomla\Registry\Registry;

/**
* Searchtools elements.
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/select.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\Utilities\ArrayHelper;

/**
* Utility class for creating HTML select lists
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/string.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

defined('JPATH_PLATFORM') or die;

use Joomla\String\StringHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\String\StringHelper;

/**
* HTML helper class for rendering manipulated strings.
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/html/tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Uri\Uri;
use Joomla\Utilities\ArrayHelper;

/**
* Utility class for tags
Expand Down
2 changes: 0 additions & 2 deletions libraries/cms/html/uitab.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\HTML\HTMLHelper;

/**
* Utility class for the Joomla core UI Tab element.
*
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/html/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Access\Access;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Access\Access;

/**
* Utility class working with users
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Access/Access.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\Table\Asset;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Log\Log;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Table\Asset;
use Joomla\Utilities\ArrayHelper;

/**
* Class that handles all access authorisation routines.
Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Application/AdministratorApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

use Joomla\Application\Web\WebClient;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Input\Input;
use Joomla\CMS\Language\LanguageHelper;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\DI\Container;
use Joomla\Registry\Registry;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Uri\Uri;
use Joomla\DI\Container;
use Joomla\Registry\Registry;

/**
* Joomla! Administrator Application class
Expand Down
9 changes: 4 additions & 5 deletions libraries/src/Application/CMSApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,23 @@
use Joomla\CMS\Event\ErrorEvent;
use Joomla\CMS\Exception\ExceptionHandler;
use Joomla\CMS\Extension\ExtensionManagerTrait;
use Joomla\CMS\Factory;
use Joomla\CMS\Input\Input;
use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Language\Language;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Menu\AbstractMenu;
use Joomla\CMS\Pathway\Pathway;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Profiler\Profiler;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Router\Router;
use Joomla\CMS\Session\MetadataManager;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Uri\Uri;
use Joomla\DI\Container;
use Joomla\DI\ContainerAwareInterface;
use Joomla\DI\ContainerAwareTrait;
use Joomla\Registry\Registry;
use Joomla\CMS\Factory;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Router\Router;
use Joomla\CMS\Router\Route;

/**
* Joomla! CMS Application class
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Application/CliApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
use Joomla\CMS\Application\CLI\Output\Stdout;
use Joomla\CMS\Event\BeforeExecuteEvent;
use Joomla\CMS\Extension\ExtensionManagerTrait;
use Joomla\Input\Cli;
use Joomla\Input\Input;
use Joomla\CMS\Factory;
use Joomla\DI\Container;
use Joomla\DI\ContainerAwareTrait;
use Joomla\Event\DispatcherAwareInterface;
use Joomla\Event\DispatcherAwareTrait;
use Joomla\Event\DispatcherInterface;
use Joomla\Input\Cli;
use Joomla\Input\Input;
use Joomla\Registry\Registry;
use Joomla\Session\SessionInterface;
use Joomla\CMS\Factory;

/**
* Base class for a Joomla! command line application.
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Application/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@

use Joomla\CMS\Console;
use Joomla\CMS\Extension\ExtensionManagerTrait;
use Joomla\Input\Cli;
use Joomla\CMS\Factory;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\Console\Application;
use Joomla\DI\Container;
use Joomla\DI\ContainerAwareTrait;
use Joomla\Event\DispatcherAwareInterface;
use Joomla\Event\DispatcherAwareTrait;
use Joomla\Event\DispatcherInterface;
use Joomla\Input\Cli;
use Joomla\Registry\Registry;
use Joomla\Session\SessionInterface;
use Symfony\Component\Console\Style\SymfonyStyle;
use Joomla\CMS\Factory;

/**
* The Joomla! CMS Console Application
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Application/DaemonApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
jimport('joomla.filesystem.folder');

use Joomla\CMS\Event\BeforeExecuteEvent;
use Joomla\Event\DispatcherInterface;
use Joomla\Registry\Registry;
use Joomla\CMS\Filesystem\Folder;
use Joomla\CMS\Log\Log;
use Joomla\Event\DispatcherInterface;
use Joomla\Registry\Registry;

/**
* Class to turn CliApplication applications into daemons. It requires CLI and PCNTL support built into PHP.
Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Application/SiteApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@

use Joomla\Application\Web\WebClient;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Input\Input;
use Joomla\CMS\Language\LanguageHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Menu\AbstractMenu;
use Joomla\CMS\Pathway\Pathway;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;
use Joomla\DI\Container;
use Joomla\Registry\Registry;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Router\Route;

/**
* Joomla! Site Application class
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Application/WebApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
use Joomla\Application\Web\WebClient;
use Joomla\CMS\Document\Document;
use Joomla\CMS\Event\BeforeExecuteEvent;
use Joomla\CMS\Factory;
use Joomla\CMS\Input\Input;
use Joomla\CMS\Language\Language;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\User\User;
use Joomla\CMS\Version;
use Joomla\Event\DispatcherAwareInterface;
use Joomla\Event\DispatcherAwareTrait;
use Joomla\Registry\Registry;
use Joomla\Session\SessionEvent;
use Psr\Http\Message\ResponseInterface;
use Joomla\CMS\Factory;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Uri\Uri;

/**
* Base class for a Joomla! Web application.
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Authentication/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Plugin\PluginHelper;
use Joomla\Event\DispatcherAwareTrait;
use Joomla\Event\DispatcherInterface;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Log\Log;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\Event\DispatcherAwareTrait;
use Joomla\Event\DispatcherInterface;

/**
* Authentication class, provides an interface for the Joomla authentication system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

defined('JPATH_PLATFORM') or die;

use Joomla\Authentication\Password\HandlerInterface;
use Joomla\CMS\Crypt\Crypt;
use Joomla\CMS\User\UserHelper;

/**
* Interface for a password handler which supports checking if the password requires rehashing
*
Expand Down
Loading