Skip to content

Commit

Permalink
Merge branch '4.0-dev' into 4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainforgeUK committed May 16, 2019
2 parents c68fb64 + cfb1138 commit e7b1f7c
Show file tree
Hide file tree
Showing 63 changed files with 229 additions and 228 deletions.
Expand Up @@ -31,7 +31,7 @@ class ContactTable extends Table
* Indicates that columns fully support the NULL value in the database
*
* @var boolean
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $_supportNullValue = true;

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/Indexer/Adapter.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/Indexer/Helper.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/Indexer/Indexer.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/Indexer/Parser.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_finder/Indexer/Query.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down Expand Up @@ -111,7 +111,7 @@ class Query
* Allow empty searches
*
* @var boolean
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public $empty;

Expand Down
8 changes: 4 additions & 4 deletions administrator/components/com_finder/Indexer/Result.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down Expand Up @@ -422,7 +422,7 @@ public function addTaxonomy($branch, $title, $state = 1, $access = 1, $language
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function addNestedTaxonomy($branch, ImmutableNodeInterface $contentNode, $state = 1, $access = 1, $language = '')
{
Expand Down Expand Up @@ -462,7 +462,7 @@ public function setLanguage()
*
* @return string The serialised data
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function serialize()
{
Expand Down Expand Up @@ -519,7 +519,7 @@ public function serialize()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function unserialize($serialized)
{
Expand Down
14 changes: 7 additions & 7 deletions administrator/components/com_finder/Indexer/Taxonomy.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand All @@ -26,15 +26,15 @@ class Taxonomy
* An internal cache of taxonomy data.
*
* @var object[]
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static $taxonomies = array();

/**
* An internal cache of branch data.
*
* @var object[]
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static $branches = array();

Expand Down Expand Up @@ -111,7 +111,7 @@ public static function addNode($branch, $title, $state = 1, $access = 1, $langua
*
* @return integer The id of the node.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static function addNestedNode($branch, NodeInterface $node, $state = 1, $access = 1, $language = '', $branchId = null)
{
Expand Down Expand Up @@ -150,7 +150,7 @@ public static function addNestedNode($branch, NodeInterface $node, $state = 1, $
*
* @return integer The id of the inserted node.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected static function storeNode($node, $parent_id)
{
Expand Down Expand Up @@ -387,7 +387,7 @@ public static function removeOrphanNodes()
*
* @return object|array A taxonomy object or an array of all taxonomies
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static function getTaxonomy($id = 0)
{
Expand Down Expand Up @@ -424,7 +424,7 @@ public static function getTaxonomy($id = 0)
*
* @return object|array The object with the branch data or an array of all branches
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static function getBranch($title = '')
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/Indexer/Token.php
Expand Up @@ -3,7 +3,7 @@
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_menus/Table/MenuTable.php
Expand Up @@ -55,7 +55,7 @@ public function delete($pk = null, $children = false)
* @return boolean True on success, false on failure
*
* @see JTable::check
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function check()
{
Expand Down
Expand Up @@ -42,7 +42,7 @@ class ModulesPositioneditField extends FormField
* Client name.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $client;

Expand All @@ -53,7 +53,7 @@ class ModulesPositioneditField extends FormField
*
* @return mixed The property value or null.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function __get($name)
{
Expand All @@ -74,7 +74,7 @@ public function __get($name)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function __set($name, $value)
{
Expand All @@ -101,7 +101,7 @@ public function __set($name, $value)
* @return boolean True on success.
*
* @see FormField::setup()
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function setup(\SimpleXMLElement $element, $value, $group = null)
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.xml
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>4.0.0</version>
<creationDate>April 2019</creationDate>
<creationDate>May 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.0</version>
<creationDate>April 2019</creationDate>
<creationDate>May 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/files/joomla.xml
Expand Up @@ -6,8 +6,8 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2019 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.0.0-alpha9-dev</version>
<creationDate>April 2019</creationDate>
<version>4.0.0-alpha10-dev</version>
<creationDate>May 2019</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

<scriptfile>administrator/components/com_admin/script.php</scriptfile>
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/packages/pkg_en-GB.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.0.0.1</version>
<creationDate>April 2019</creationDate>
<creationDate>May 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-GB/en-GB.xml
Expand Up @@ -4,7 +4,7 @@
client="installation">
<name>English (United Kingdom)</name>
<version>4.0.0</version>
<creationDate>April 2019</creationDate>
<creationDate>May 2019</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.xml
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.9" client="site">
<name>English (en-GB)</name>
<version>4.0.0</version>
<creationDate>April 2019</creationDate>
<creationDate>May 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.0</version>
<creationDate>April 2019</creationDate>
<creationDate>May 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
3 changes: 2 additions & 1 deletion layouts/joomla/toolbar/dropdown.php
Expand Up @@ -10,11 +10,11 @@
defined('JPATH_BASE') or die;

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

$direction = Factory::getLanguage()->isRtl() ? 'dropdown-menu-right' : '';


/**
* @var string $id
* @var string $onclick
Expand All @@ -32,6 +32,7 @@
extract($displayData, EXTR_OVERWRITE);
?>
<?php if ($hasButtons && trim($button) !== ''): ?>
<?php HTMLHelper::_('bootstrap.framework'); ?>
<div id="<?php echo $id; ?>" class="btn-group dropdown-<?php echo $name ?? ''; ?>" role="group">
<?php echo $button; ?>

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Application/ConsoleApplication.php
Expand Up @@ -285,7 +285,7 @@ public function setSession(SessionInterface $session): self
*
* @return null
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getMenu($name = null, $options = array())
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Extension/DummyPlugin.php
Expand Up @@ -2,7 +2,7 @@
/**
* Joomla! Content Management System
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand All @@ -15,7 +15,7 @@
/**
* Placeholder plugin.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
class DummyPlugin extends CMSPlugin
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Extension/ExtensionManagerInterface.php
Expand Up @@ -48,7 +48,7 @@ public function bootModule($module, $applicationName): ModuleInterface;
*
* @return PluginInterface
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function bootPlugin($plugin, $type): PluginInterface;
}
4 changes: 2 additions & 2 deletions libraries/src/Extension/ExtensionManagerTrait.php
Expand Up @@ -80,7 +80,7 @@ public function bootModule($module, $applicationName): ModuleInterface
*
* @return PluginInterface
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function bootPlugin($plugin, $type): PluginInterface
{
Expand Down Expand Up @@ -194,7 +194,7 @@ private function loadExtension($type, $extensionName, $extensionPath)
*
* @return CMSPlugin
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
private function loadPluginFromFilesystem(string $plugin, string $type)
{
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Extension/PluginInterface.php
Expand Up @@ -2,7 +2,7 @@
/**
* Joomla! Content Management System
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand All @@ -15,7 +15,7 @@
/**
* Access to plugin specific services.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
interface PluginInterface extends DispatcherAwareInterface
{
Expand All @@ -24,7 +24,7 @@ interface PluginInterface extends DispatcherAwareInterface
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function registerListeners();
}

0 comments on commit e7b1f7c

Please sign in to comment.