Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
65c33336
Commit
65c33336
authored
Apr 05, 2019
by
Stefan Busemann
Browse files
[FEATURE] Add ELTS Orderlink and linkconfiguration
parent
39457b21
Changes
3
Show whitespace changes
Inline
Side-by-side
Configuration/TypoScript/setup.txt
View file @
65c33336
...
@@ -10,4 +10,11 @@ plugin.tx_typo3roadmap {
...
@@ -10,4 +10,11 @@ plugin.tx_typo3roadmap {
persistence {
persistence {
storagePid = {$plugin.tx_typo3roadmap_roadmap.persistence.storagePid}
storagePid = {$plugin.tx_typo3roadmap_roadmap.persistence.storagePid}
}
}
settings {
ELTS {
orderLink = https://typo3.com/ordering
infoLink = https://typo3.com/products/extended-support
}
}
}
}
Resources/Private/Templates/Roadmap.html
View file @
65c33336
...
@@ -2,18 +2,20 @@
...
@@ -2,18 +2,20 @@
<section
class=
"container"
>
<section
class=
"container"
>
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<f:for
each=
"{majorVersions}"
as=
"majorsTabs"
key=
"keyTab"
iteration=
"tabIteratorTabs"
>
<f:for
each=
"{majorVersions}"
as=
"majorsTabs"
key=
"keyTab"
iteration=
"tabIteratorTabs"
>
<li
class=
"nav-item"
>
<li
class=
"nav-item
listing__nav-item
"
>
<a
class=
"nav-link{f:if(condition: tabIteratorTabs.isFirst, then: ' active')}"
data-toggle=
"tab"
role=
"tab"
href=
"#major_{majorsTabs.uid}"
>
{majorsTabs.title}
</a>
<a
class=
"nav-link
listing__nav-item_link px-lg-0 py-lg-3
{f:if(condition: tabIteratorTabs.isFirst, then: ' active')}"
data-toggle=
"tab"
role=
"tab"
href=
"#major_{majorsTabs.uid}"
>
{majorsTabs.title}
</a>
</li>
</li>
</f:for>
</f:for>
</ul>
</ul>
<div
class=
"tab-content"
>
<div
class=
"tab-content
mb-5
"
>
<f:for
each=
"{majorVersions}"
as=
"major"
key=
"key"
iteration=
"tabIterator"
>
<f:for
each=
"{majorVersions}"
as=
"major"
key=
"key"
iteration=
"tabIterator"
>
<div
id=
"major_{major.uid}"
role=
"tabpanel"
class=
"card tab-pane{f:if(condition: tabIterator.isFirst, then: ' active')}"
>
<div
id=
"major_{major.uid}"
role=
"tabpanel"
class=
"border tab-pane{f:if(condition: tabIterator.isFirst, then: ' active')}"
>
<div
class=
"p-3"
>
<h2>
{major.title}
</h2>
<h2>
{major.title}
</h2>
<f:format.html>
{major.bodyText}
</f:format.html>
<f:format.html>
{major.bodyText}
</f:format.html>
<h3>
Releases
</h3>
<h3
class=
"mb-0"
>
Releases
</h3>
<table
class=
"table table-striped"
>
</div>
<table
class=
"table table-striped mb-0"
>
<thead>
<thead>
<tr>
<tr>
<th
scope=
"col"
>
Version
</th>
<th
scope=
"col"
>
Version
</th>
...
@@ -56,11 +58,13 @@
...
@@ -56,11 +58,13 @@
</div>
</div>
<h3>
Support Times
</h3>
<h3>
Support Times
</h3>
<div
class=
"charts-wrapper"
>
<div
id=
"charts"
style=
"height: 300px;"
></div>
<div
id=
"charts"
style=
"height: 300px;"
></div>
<h3>
</div>
You can find further information about our Extended Support
<h3>
Extended Support for TYPO3
</h3>
Plans on
<a
href=
"https://typo3.com/our-services/extended-support/"
target=
"_blank"
>
TYPO3.com
</a>
<p>
You can find further information about our Extended Support Plans on
<a
href=
"{settings.ELTS.infoLink}"
target=
"_blank"
>
TYPO3.com
</a><br>
</h3>
<a
class=
"btn btn-primary"
href=
"{settings.ELTS.orderLink}"
target=
"_blank"
>
Get extended Support
</a>
</p>
<div
id=
"legend"
></div>
<div
id=
"legend"
></div>
<h3>
PHP Compatibility Chart
</h3>
<h3>
PHP Compatibility Chart
</h3>
...
...
ext_emconf.php
View file @
65c33336
...
@@ -29,7 +29,7 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -29,7 +29,7 @@ $EM_CONF[$_EXTKEY] = array(
'clearCacheOnLoad'
=>
0
,
'clearCacheOnLoad'
=>
0
,
'lockType'
=>
''
,
'lockType'
=>
''
,
'author_company'
=>
''
,
'author_company'
=>
''
,
'version'
=>
'2.0.
4
'
,
'version'
=>
'2.0.
5
'
,
'constraints'
=>
array
(
'constraints'
=>
array
(
'depends'
=>
array
(
'depends'
=>
array
(
'typo3'
=>
'8.5.0-8.99.99'
,
'typo3'
=>
'8.5.0-8.99.99'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment