Skip to content

Commit

Permalink
Joomla! 5.0.0 Alpha 4
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Aug 22, 2023
1 parent 078f256 commit 22d4dff
Show file tree
Hide file tree
Showing 134 changed files with 481 additions and 481 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ protected function uninstallExtensions()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
private function migrateCompatPlugin($rowOld)
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="administrator">
<name>English (en-GB)</name>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>5.0.0-alpha4-dev</version>
<creationDate>2023-07</creationDate>
<version>5.0.0-alpha4</version>
<creationDate>2023-08</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>5.0.0.1</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="api">
<name>English (en-GB)</name>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</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/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="site">
<name>English (en-GB)</name>
<version>5.0.0</version>
<creationDate>2023-07</creationDate>
<creationDate>2023-08</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Captcha/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Captcha implements DispatcherAwareInterface
* Captcha Provider instance
*
* @var CaptchaProviderInterface
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
private $provider;

Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Captcha/CaptchaProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
/**
* Captcha Provider Interface
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
interface CaptchaProviderInterface
{
/**
* Return Captcha name, CMD string.
*
* @return string
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getName(): string;

Expand All @@ -34,7 +34,7 @@ public function getName(): string;
*
* @return string The HTML to be embedded in the form
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*
* @throws \RuntimeException
*/
Expand All @@ -47,7 +47,7 @@ public function display(string $name = '', array $attributes = []): string;
*
* @return bool If the answer is correct, false otherwise
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*
* @throws \RuntimeException
*/
Expand All @@ -62,7 +62,7 @@ public function checkAnswer(string $code = null): bool;
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*
* @throws \RuntimeException
*/
Expand Down
16 changes: 8 additions & 8 deletions libraries/src/Captcha/CaptchaRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Captcha Registry class
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
final class CaptchaRegistry implements DispatcherAwareInterface
{
Expand All @@ -30,23 +30,23 @@ final class CaptchaRegistry implements DispatcherAwareInterface
* List of registered elements
*
* @var CaptchaProviderInterface[]
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
private $registry = [];

/**
* Internal flag of initialisation
*
* @var boolean
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
private $initialised = false;

/**
* Return list of all registered elements
*
* @return CaptchaProviderInterface[]
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getAll(): array
{
Expand All @@ -59,7 +59,7 @@ public function getAll(): array
* @param string $name Element name
*
* @return bool
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function has(string $name): bool
{
Expand All @@ -73,7 +73,7 @@ public function has(string $name): bool
*
* @return CaptchaProviderInterface
* @throws CaptchaNotFoundException
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function get(string $name): CaptchaProviderInterface
{
Expand All @@ -90,7 +90,7 @@ public function get(string $name): CaptchaProviderInterface
* @param CaptchaProviderInterface $instance
*
* @return static
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function add(CaptchaProviderInterface $instance)
{
Expand All @@ -103,7 +103,7 @@ public function add(CaptchaProviderInterface $instance)
* Trigger event to allow register the element through plugins.
*
* @return static
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function initRegistry()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Exception class defining a missing element
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
class CaptchaNotFoundException extends \RuntimeException
{
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Document/HtmlDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class HtmlDocument extends Document implements CacheControllerFactoryAwareInterf
* List of type \Joomla\CMS\Toolbar\Toolbar
*
* @var Toolbar[]
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
private $toolbars = [];

Expand Down Expand Up @@ -796,7 +796,7 @@ protected function _fetchTemplate($params = [])
*
* @return ?Toolbar
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getToolbar(string $toolbar = 'toolbar', bool $create = true): ?Toolbar
{
Expand All @@ -816,7 +816,7 @@ public function getToolbar(string $toolbar = 'toolbar', bool $create = true): ?T
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getToolbars(): array
{
Expand All @@ -831,7 +831,7 @@ public function getToolbars(): array
*
* @return $this
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function setToolbar(string $name, Toolbar $toolbar): self
{
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Editor/AbstractEditorProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Abstract editor provider
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
abstract class AbstractEditorProvider implements EditorProviderInterface, DispatcherAwareInterface
{
Expand All @@ -37,7 +37,7 @@ abstract class AbstractEditorProvider implements EditorProviderInterface, Dispat
* @return ButtonInterface[]
* @throws \Exception
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getButtons($buttons, array $options = []): array
{
Expand Down Expand Up @@ -89,7 +89,7 @@ public function getButtons($buttons, array $options = []): array
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
protected function displayButtons($buttons, array $options = [])
{
Expand Down
22 changes: 11 additions & 11 deletions libraries/src/Editor/Button/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ final class Button implements ButtonInterface
* Button name, CMD string.
*
* @return string
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
protected $name;

/**
* Button properties.
*
* @return array
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
protected $props = [];

/**
* Button options.
*
* @return array
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
protected $options = [];

Expand All @@ -46,7 +46,7 @@ final class Button implements ButtonInterface
* @param array $props The button properties.
* @param array $options The button options.
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function __construct(string $name, array $props = [], array $options = [])
{
Expand All @@ -59,7 +59,7 @@ public function __construct(string $name, array $props = [], array $options = []
* Return Button name, CMD string.
*
* @return string
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getButtonName(): string
{
Expand All @@ -72,7 +72,7 @@ public function getButtonName(): string
* @param string $name Property name
*
* @return mixed
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function get(string $name)
{
Expand All @@ -95,7 +95,7 @@ public function get(string $name)
* @param mixed $value Property value
*
* @return ButtonInterface
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function set(string $name, $value): ButtonInterface
{
Expand All @@ -117,7 +117,7 @@ public function set(string $name, $value): ButtonInterface
* Return Button options.
*
* @return array
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function getOptions(): array
{
Expand All @@ -130,7 +130,7 @@ public function getOptions(): array
* @param array $options The button options.
*
* @return ButtonInterface
* @since __DEPLOY_VERSION__
* @since 5.0.0
*/
public function setOptions(array $options): ButtonInterface
{
Expand All @@ -146,7 +146,7 @@ public function setOptions(array $options): ButtonInterface
*
* @return string|null A value if the property name is valid, null otherwise.
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
* @deprecated 6.0 This is a B/C proxy for deprecated read accesses
*/
public function __get($name)
Expand All @@ -164,7 +164,7 @@ public function __get($name)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.0.0
* @deprecated 6.0 This is a B/C proxy for deprecated write accesses
*/
public function __set($name, $value)
Expand Down
Loading

0 comments on commit 22d4dff

Please sign in to comment.