Project

General

Profile

Actions

Feature #77462

closed

TypoScript conditions: Condition for Windows 10 is missing

Added by Ge Rie over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-08-09
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In correlation to this request https://forge.typo3.org/issues/51813:

Please Add a check for Windows 10 to sysext/core/Classes/Utility/ClientUtility.php and - if matched - add a value in $browserInfo['all_systems'], e.g. "win8".

elseif (strstr($userAgent, 'Windows NT 10.0')) {
  $browserInfo['all_systems'][] = 'win10';
  $browserInfo['all_systems'][] = 'winNT';
} 

Thanks


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #51813: TypoScript conditions: Condition for Windows 8 is missingClosed2013-09-06

Actions
Actions #1

Updated by Riccardo De Contardi over 7 years ago

AFAIK the conditions: browser,version,system,device,useragent have been deprecated in version 7 and removed in 8

Actions #2

Updated by Riccardo De Contardi over 7 years ago

  • Status changed from New to Closed

I close this one for now for the reasons mentioned on my previous comment.

If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.

Actions

Also available in: Atom PDF