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
extensions.typo3.org
extensions.typo3.org
Commits
6463691c
Commit
6463691c
authored
Sep 25, 2017
by
Thomas Löffler
Browse files
Replaces description of RSS feed with upload comment
parent
49618961
Pipeline
#2335
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/ListLatest.html
View file @
6463691c
...
...
@@ -26,20 +26,10 @@
<f:for
each=
"{extensions}"
as=
"extension"
>
<item>
<guid
isPermaLink=
"false"
>
extension-{extension.lastVersion.uid}
</guid>
<pubDate>
<f:format.date
format=
"r"
>
{extension.lastVersion.uploadDate}
</f:format.date>
</pubDate>
<title>
<f:format.htmlspecialchars>
{extension.lastVersion.title} [{extension.extKey}] (v{extension.lastVersion.versionString})
</f:format.htmlspecialchars>
</title>
<link>
<f:format.htmlentities>
<f:uri.action
pageUid=
"{settings.pages.extensionDetailPID}"
action=
"show"
controller=
"Extension"
arguments=
"{extension : extension}"
absolute=
"1"
/>
</f:format.htmlentities>
</link>
<description>
{extension.lastVersion.description}
</description>
<pubDate><f:format.date
format=
"r"
>
{extension.lastVersion.uploadDate}
</f:format.date></pubDate>
<title><f:format.htmlspecialchars>
{extension.lastVersion.title} [{extension.extKey}] (v{extension.lastVersion.versionString})
</f:format.htmlspecialchars></title>
<link><f:format.htmlentities><f:uri.action
pageUid=
"{settings.pages.extensionDetailPID}"
action=
"show"
controller=
"Extension"
arguments=
"{extension : extension}"
absolute=
"1"
/></f:format.htmlentities></link>
<description>
{extension.lastVersion.uploadComment}
</description>
</item>
</f:for>
</f:if>
...
...
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