Internal: Replace references to iTop 2.8.0 with iTop 3.0.0

This commit is contained in:
Molkobain
2020-10-14 10:16:49 +02:00
parent 986c08aa81
commit b15ed80732
76 changed files with 160 additions and 160 deletions

View File

@@ -27,7 +27,7 @@ use Combodo\iTop\Application\UI\UIBlock;
*
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Alert
* @since 2.8.0
* @since 3.0.0
*/
class Alert extends UIBlock
{

View File

@@ -25,7 +25,7 @@ namespace Combodo\iTop\Application\UI\Component\Alert;
* @internal
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Alert
* @since 2.8.0
* @since 3.0.0
*/
class AlertFactory
{

View File

@@ -30,7 +30,7 @@ use utils;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Breadcrumbs
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class Breadcrumbs extends UIBlock
{

View File

@@ -27,7 +27,7 @@ use Combodo\iTop\Application\UI\UIBlock;
*
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Button
* @since 2.8.0
* @since 3.0.0
*/
class Button extends UIBlock
{

View File

@@ -25,7 +25,7 @@ namespace Combodo\iTop\Application\UI\Component\Button;
* @internal
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Button
* @since 2.8.0
* @since 3.0.0
*/
class ButtonFactory
{

View File

@@ -30,7 +30,7 @@ use utils;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\GlobalSearch
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class GlobalSearch extends UIBlock
{

View File

@@ -26,7 +26,7 @@ namespace Combodo\iTop\Application\UI\Component\GlobalSearch;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\GlobalSearch
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class GlobalSearchFactory
{

View File

@@ -30,7 +30,7 @@ use utils;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\GlobalSearch
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class GlobalSearchHelper
{

View File

@@ -27,7 +27,7 @@ use Combodo\iTop\Application\UI\UIBlock;
*
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Html
* @since 2.8.0
* @since 3.0.0
*/
class Html extends UIBlock
{

View File

@@ -31,7 +31,7 @@ use Combodo\iTop\Application\UI\tUIContentAreas;
*
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Panel
* @since 2.8.0
* @since 3.0.0
*/
class Panel extends UIContentBlock
{

View File

@@ -25,7 +25,7 @@ namespace Combodo\iTop\Application\UI\Component\Panel;
* @internal
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Panel
* @since 2.8.0
* @since 3.0.0
*/
class PanelFactory
{
@@ -39,7 +39,7 @@ class PanelFactory
public static function MakeNeutral(string $sTitle)
{
$oPanel = new Panel($sTitle);
// TODO 2.8.0: Set this back to neutral when object details are done
// TODO 3.0.0: Set this back to neutral when object details are done
$oPanel->SetColor(Panel::ENUM_COLOR_BLUE);
return $oPanel;
@@ -161,7 +161,7 @@ class PanelFactory
public static function MakeForClass(string $sClass, string $sTitle)
{
$oPanel = new Panel($sTitle);
// TODO 2.8.0: Change this to clas color when done
// TODO 3.0.0: Change this to clas color when done
$oPanel->SetColor(Panel::ENUM_COLOR_BLUE);
return $oPanel;

View File

@@ -28,7 +28,7 @@ use Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenu;
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\NewsroomMenu
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class NewsroomMenu extends PopoverMenu
{

View File

@@ -31,7 +31,7 @@ use utils;
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\NewsroomMenu
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class NewsroomMenuFactory
{

View File

@@ -30,7 +30,7 @@ use Exception;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class PopoverMenu extends UIBlock
{

View File

@@ -35,7 +35,7 @@ use utils;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class PopoverMenuFactory
{

View File

@@ -28,7 +28,7 @@ use JSPopupMenuItem;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem
* @property \JSPopupMenuItem $oPopupMenuItem
* @since 2.8.0
* @since 3.0.0
*/
class JsPopoverMenuItem extends PopoverMenuItem
{

View File

@@ -29,7 +29,7 @@ use Combodo\iTop\Application\UI\UIBlock;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class PopoverMenuItem extends UIBlock
{

View File

@@ -32,7 +32,7 @@ use SeparatorPopupMenuItem;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class PopoverMenuItemFactory
{

View File

@@ -26,7 +26,7 @@ namespace Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem;
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem
* @property \SeparatorPopupMenuItem $oPopupMenuItem
* @since 2.8.0
* @since 3.0.0
*/
class SeparatorPopoverMenuItem extends PopoverMenuItem
{

View File

@@ -26,7 +26,7 @@ namespace Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\PopoverMenu\PopoverMenuItem
* @property \URLPopupMenuItem $oPopupMenuItem
* @since 2.8.0
* @since 3.0.0
*/
class UrlPopoverMenuItem extends PopoverMenuItem
{

View File

@@ -30,7 +30,7 @@ use UserRights;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\QuickCreate
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class QuickCreate extends UIBlock
{

View File

@@ -26,7 +26,7 @@ namespace Combodo\iTop\Application\UI\Component\QuickCreate;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\QuickCreate
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class QuickCreateFactory
{

View File

@@ -31,7 +31,7 @@ use utils;
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @package Combodo\iTop\Application\UI\Component\QuickCreate
* @internal
* @since 2.8.0
* @since 3.0.0
*/
class QuickCreateHelper
{

View File

@@ -21,7 +21,7 @@ class TitleFactory
public static function MakeForObjectDetails(DBObject $oObject, ?string $sId = null)
{
// TODO 2.8.0: Refactor all of this
// TODO 3.0.0: Refactor all of this
$sObjIconUrl = $oObject->GetIcon(false);
$sObjClass = get_class($oObject);
$sObjClassName = MetaModel::GetName($sObjClass);
@@ -35,7 +35,7 @@ class TitleFactory
{
$sStateCode = $oObject->GetState();
$sStatusLabel = $oObject->GetStateLabel();
// TODO 2.8.0 : Dehardcode this
// TODO 3.0.0 : Dehardcode this
switch ($sStateCode)
{
case 'new':