Project

General

Profile

Actions

Bug #293

closed

Bug #306: ambiguous naming on download page

Website adjust the release candidates offered on Development versions

Added by vsfoote Foote about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Webserver
Target version:
-
Start date:
Due date:
2014-04-03
% Done:

0%

Tags:
Documentation

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.

Actions #1

Updated by vsfoote Foote about 10 years ago

  • Assignee set to Christian Lohmaier
  • Parent task set to #306

making this subtask of issue 306 -- its all yours Christian.

Actions #2

Updated by Florian Effenberger about 10 years ago

Cloph will work with variables/shortcodes, so we don't have to always adjust the page manually

Actions #3

Updated by Florian Effenberger about 10 years ago

  • Due date set to 2014-04-03
Actions #4

Updated by Christian Lohmaier almost 10 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&quot;&gt;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.

Actions #5

Updated by vsfoote Foote almost 10 years ago

That works, thanks!

Actions #6

Updated by Christian Lohmaier almost 10 years ago

  • Status changed from Resolved to Closed

thus closing.

Actions

Also available in: Atom PDF