Bug #293
closedBug #306: ambiguous naming on download page
Website adjust the release candidates offered on Development versions
0%
Description
Could someone have a look at why the new website 'Development versions' page is incorrectly offering build 4.1.5 rc2, in addition to 4.2.3 rc1.
Seems like with 4.1.5 having already been moved to final, next 4.1 rc would be for 4.1.6 but not until next month.
Updated by vsfoote Foote about 11 years ago
- Assignee set to Christian Lohmaier
- Parent task set to #306
making this subtask of issue 306 -- its all yours Christian.
Updated by Florian Effenberger about 11 years ago
Cloph will work with variables/shortcodes, so we don't have to always adjust the page manually
Updated by Christian Lohmaier almost 11 years ago
- Status changed from New to Resolved
Added shortcodes "devDL" that take a codeline parameter "ver" that is matched against the testing versions. If omitted, it gets the newest version (i.e. now the 4.2 line)
<ul>
<li>[devDL,ver="4.2"]</li>
<li>[devDL,ver="4.1"]</li>
</ul>
results in
<ul>
<li><a href="/download/libreoffice-fresh/?version=4.2.3"></a><a href="/download/libreoffice-fresh/?version=4.2.3">LibreOffice 4.2.3 RC2</a> (<a href="https://wiki.documentfoundation.org/Releases/4.2.3/RC2">Release Notes</a>)</li>
<li>No RC is currently available for the 4.1 codeline</li>
</ul>
currently. I.e. it shows 4.2.3 RC2 as it's available right now, and a replacement message for 4.1 since there is no RC for that codeline right now.
Updated by Christian Lohmaier almost 11 years ago
- Status changed from Resolved to Closed
thus closing.