29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00

Tag 4.0.0 Beta 6

This commit is contained in:
wilsonge 2021-01-07 18:43:23 +00:00
parent fff0c7a3ed
commit 5efee8cb0b
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
20 changed files with 36 additions and 36 deletions

View File

@ -65,7 +65,7 @@ class ClientTable extends Table implements VersionableTableInterface
* @return boolean True if the object is ok
*
* @see Table::check()
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function check()
{

View File

@ -17,7 +17,7 @@ use Joomla\CMS\Plugin\PluginHelper;
/**
* Votelist Field class.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
class VotelistField extends ListField
{
@ -25,7 +25,7 @@ class VotelistField extends ListField
* The form field type.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $type = 'Votelist';
@ -40,7 +40,7 @@ class VotelistField extends ListField
*
* @return boolean True on success.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function setup(\SimpleXMLElement $element, $value, $group = null)
{

View File

@ -32,7 +32,7 @@ class HtmlView extends BaseHtmlView
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $ftp = null;

View File

@ -278,7 +278,7 @@ class TemplateModel extends AdminModel
*
* @return array|boolean Array of filtered data if valid, false otherwise.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function validate($form, $data, $group = null)
{

View File

@ -57,7 +57,7 @@ class UsersComponent extends MVCComponent implements BootableExtensionInterface,
*
* @return string|null The new section or null
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function validateSection($section, $item = null)
{
@ -85,7 +85,7 @@ class UsersComponent extends MVCComponent implements BootableExtensionInterface,
*
* @return array Associative array with contexts as keys and translated strings as values
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getContexts(): array
{

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.0</version>
<creationDate>October 2020</creationDate>
<creationDate>January 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.0.0</version>
<creationDate>October 2020</creationDate>
<creationDate>January 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -6,8 +6,8 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.0.0-beta6-dev</version>
<creationDate>October 2020</creationDate>
<version>4.0.0-beta6</version>
<creationDate>January 2021</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

View File

@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.0.0.1</version>
<creationDate>October 2020</creationDate>
<creationDate>January 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="api">
<name>English (en-GB)</name>
<version>4.0.0</version>
<creationDate>October 2020</creationDate>
<creationDate>January 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.0</version>
<creationDate>October 2020</creationDate>
<creationDate>January 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="site">
<name>English (en-GB)</name>
<version>4.0.0</version>
<creationDate>October 2020</creationDate>
<creationDate>January 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -520,7 +520,7 @@ abstract class JLoader
*
* @return boolean True on success, false otherwise.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static function loadByPsr($class)
{

View File

@ -16,7 +16,7 @@ use Joomla\CMS\Event\AbstractImmutableEvent;
/**
* Event class for modifying a table object before a batch event is applied
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
class BeforeBatchEvent extends AbstractImmutableEvent
{
@ -28,7 +28,7 @@ class BeforeBatchEvent extends AbstractImmutableEvent
*
* @throws BadMethodCallException
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function __construct($name, array $arguments = array())
{

View File

@ -666,7 +666,7 @@ abstract class HTMLHelper
* height: integer,
* }
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public static function cleanImageURL($url)
{

View File

@ -14,7 +14,7 @@ namespace Joomla\CMS\Image\Exception;
/**
* Exception thrown when an image has no known properties.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
class UnparsableImageException extends \RuntimeException
{

View File

@ -106,7 +106,7 @@ abstract class AdminModel extends FormModel
* The event to trigger before batch.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $event_before_batch = null;

View File

@ -16,7 +16,7 @@ use Joomla\CMS\Table\TableInterface;
/**
* Interface for a taggable Table class
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
interface TaggableTableInterface extends TableInterface
{
@ -28,7 +28,7 @@ interface TaggableTableInterface extends TableInterface
*
* @return string The alias as described above
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getTypeAlias();
@ -37,7 +37,7 @@ interface TaggableTableInterface extends TableInterface
*
* @return ?TagsHelper The tags helper object
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getTagsHelper(): ?TagsHelper;
@ -48,7 +48,7 @@ interface TaggableTableInterface extends TableInterface
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function setTagsHelper(TagsHelper $tagsHelper): void;
@ -57,7 +57,7 @@ interface TaggableTableInterface extends TableInterface
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function clearTagsHelper(): void;
}

View File

@ -17,7 +17,7 @@ use Joomla\CMS\Router\Route;
/**
* Defines the trait for a Taggable Table Class.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
trait TaggableTableTrait
{
@ -25,7 +25,7 @@ trait TaggableTableTrait
* The tags helper property
*
* @var TagsHelper
* @since __DEPLOY_VERSION__
* @since 4.0.0
* @note The tags helper property is set to public for backwards compatibility for Joomla 4.0. It will be made a
* protected property in Joomla 5.0
*/
@ -36,7 +36,7 @@ trait TaggableTableTrait
*
* @return TagsHelper The tags helper object
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getTagsHelper(): ?TagsHelper
{
@ -50,7 +50,7 @@ trait TaggableTableTrait
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function setTagsHelper(TagsHelper $tagsHelper): void
{
@ -62,7 +62,7 @@ trait TaggableTableTrait
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function clearTagsHelper(): void
{

View File

@ -61,7 +61,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'beta6-dev';
const EXTRA_VERSION = 'beta6';
/**
* Development status.
@ -69,7 +69,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Development';
const DEV_STATUS = 'Beta';
/**
* Code name.
@ -85,7 +85,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '27-October-2020';
const RELDATE = '7-January-2021';
/**
* Release time.
@ -93,7 +93,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '19:54';
const RELTIME = '18:42';
/**
* Release timezone.