Skip to content

Commit

Permalink
[Code Style] Changes in tag standards: Admin Modules and mix. Closes j…
Browse files Browse the repository at this point in the history
  • Loading branch information
javigomez authored and Bakual committed Oct 20, 2014
1 parent ac589fd commit bd1d87d
Show file tree
Hide file tree
Showing 61 changed files with 70 additions and 181 deletions.
4 changes: 1 addition & 3 deletions administrator/includes/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
* Joomla! Administrator Application helper class.
* Provide many supporting API functions.
*
* @package Joomla.Administrator
* @subpackage Application
* @since 1.5
* @since 1.5
*/
class JAdministratorHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/includes/toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
/**
* Utility class for the button bar.
*
* @package Joomla.Administrator
* @since 1.5
* @since 1.5
*/
abstract class JToolbarHelper
{
Expand Down Expand Up @@ -639,7 +638,6 @@ public static function modal($targetModalId, $icon, $alt)
/**
* Utility class for the submenu.
*
* @package Joomla.Administrator
* @since 1.5
* @deprecated 4.0 Use JHtmlSidebar instead.
*/
Expand Down
5 changes: 2 additions & 3 deletions administrator/language/en-GB/en-GB.localise.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
defined('_JEXEC') or die;

/**
* en-GB localise class
* en-GB localise class.
*
* @package Joomla.Language
* @since 1.6
* @since 1.6
*/
abstract class En_GBLocalise
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_feed/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper for mod_feed
*
* @package Joomla.Administrator
* @subpackage mod_feed
* @since 1.5
* @since 1.5
*/
class ModFeedHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_latest/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
/**
* Helper for mod_latest
*
* @package Joomla.Administrator
* @subpackage mod_latest
* @since 1.5
* @since 1.5
*/
abstract class ModLatestHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_logged/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper for mod_logged
*
* @package Joomla.Administrator
* @subpackage mod_logged
* @since 1.5
* @since 1.5
*/
abstract class ModLoggedHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_login/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper for mod_login
*
* @package Joomla.Administrator
* @subpackage mod_login
* @since 1.6
* @since 1.6
*/
abstract class ModLoginHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_menu/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper for mod_menu
*
* @package Joomla.Administrator
* @subpackage mod_menu
* @since 1.5
* @since 1.5
*/
abstract class ModMenuHelper
{
Expand Down
10 changes: 3 additions & 7 deletions administrator/modules/mod_menu/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Tree based class to render the admin menu
*
* @package Joomla.Administrator
* @subpackage mod_menu
* @since 1.5
* @since 1.5
*/
class JAdminCssMenu extends JObject
{
Expand Down Expand Up @@ -310,10 +308,8 @@ public function getIconClass($identifier)
/**
* A Node for JAdminCssMenu
*
* @package Joomla.Administrator
* @subpackage mod_menu
* @see JAdminCssMenu
* @since 1.5
* @see JAdminCssMenu
* @since 1.5
*/
class JMenuNode extends JObject
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_popular/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
/**
* Helper for mod_popular
*
* @package Joomla.Administrator
* @subpackage mod_popular
* @since 1.6
* @since 1.6
*/
abstract class ModPopularHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_quickicon/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper for mod_quickicon
*
* @package Joomla.Administrator
* @subpackage mod_quickicon
* @since 1.6
* @since 1.6
*/
abstract class ModQuickIconHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_stats_admin/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper class for admin stats module
*
* @package Joomla.Administrator
* @subpackage mod_stats_admin
* @since 3.0
* @since 3.0
*/
class ModStatsHelper
{
Expand Down
4 changes: 1 addition & 3 deletions administrator/modules/mod_version/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Helper for mod_version
*
* @package Joomla.Administrator
* @subpackage mod_version
* @since 1.6
* @since 1.6
*/
abstract class ModVersionHelper
{
Expand Down
5 changes: 2 additions & 3 deletions bin/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
require_once realpath('../libraries/import.php');

/**
* Keychain Manager
* Keychain Manager.
*
* @package Joomla.Platform
* @since 12.3
* @since 12.3
*/
class KeychainManager extends JApplicationCli
{
Expand Down
3 changes: 1 addition & 2 deletions build/generatecss.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
/**
* This script will recompile the CSS files for templates using Less to build their stylesheets.
*
* @package Joomla.Build
* @since 3.0
* @since 3.0
*/
class GenerateCss extends JApplicationCli
{
Expand Down
5 changes: 2 additions & 3 deletions build/helpTOC.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
JFactory::getLanguage()->load('joomla', JPATH_ADMINISTRATOR, null, false, false);

/**
* Utility CLI to retrieve the list of help screens from the docs wiki and create an index for the admin help view
* Utility CLI to retrieve the list of help screens from the docs wiki and create an index for the admin help view.
*
* @package Joomla.Build
* @since 3.0
* @since 3.0
*/
class MediawikiCli extends JApplicationCli
{
Expand Down
3 changes: 1 addition & 2 deletions cli/deletefiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
/**
* A command line cron job to attempt to remove files that should have been deleted at update.
*
* @package Joomla.Cli
* @since 3.0
* @since 3.0
*/
class DeletefilesCli extends JApplicationCli
{
Expand Down
4 changes: 1 addition & 3 deletions cli/finder_indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
/**
* A command line cron job to run the Smart Search indexer.
*
* @package Joomla.Cli
*
* @since 2.5
* @since 2.5
*/
class FinderCli extends JApplicationCli
{
Expand Down
5 changes: 2 additions & 3 deletions cli/garbagecron.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
require_once JPATH_LIBRARIES . '/cms.php';

/**
* Cron job to trash expired cache data
* Cron job to trash expired cache data.
*
* @package Joomla.Cli
* @since 2.5
* @since 2.5
*/
class GarbageCron extends JApplicationCli
{
Expand Down
3 changes: 1 addition & 2 deletions cli/update_cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
* This script will fetch the update information for all extensions and store
* them in the database, speeding up your administrator.
*
* @package Joomla.Cli
* @since 2.5
* @since 2.5
*/
class Updatecron extends JApplicationCli
{
Expand Down
5 changes: 2 additions & 3 deletions installation/application/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
defined('_JEXEC') or die;

/**
* Class to create and parse routes
* Class to create and parse routes.
*
* @package Joomla.Installation
* @since 1.5
* @since 1.5
*/
class JRouterInstallation extends JRouter
{
Expand Down
4 changes: 1 addition & 3 deletions installation/application/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Joomla! Installation Application class.
*
* @package Joomla.Installation
* @subpackage Application
* @since 3.1
* @since 3.1
*/
final class InstallationApplicationWeb extends JApplicationCms
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to initialise the database for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerDatabase extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Default controller class for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerDefault extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/detectftproot.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to detect the site's FTP root for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerDetectftproot extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/ftp.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to set the FTP data for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerFtp extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to write the config file for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallConfig extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to initialise the database for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallDatabase extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/database_backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to backup the old database for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallDatabase_backup extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/database_remove.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to remove the old database for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallDatabase_remove extends InstallationControllerInstallDatabase_backup
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to e-mail the configuration info for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallEmail extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to install additional languages for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallLanguages extends JControllerBase
{
Expand Down
4 changes: 1 addition & 3 deletions installation/controller/install/sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
/**
* Controller class to install the sample data for the Joomla Installer.
*
* @package Joomla.Installation
* @subpackage Controller
* @since 3.1
* @since 3.1
*/
class InstallationControllerInstallSample extends JControllerBase
{
Expand Down
Loading

0 comments on commit bd1d87d

Please sign in to comment.