Changes for page Download Version

Last modified by Eduard Moraru on 2018/06/21

<
From version < 1.5 >
edited by Ecaterina Moraru (Valica)
on 2016/03/15
To version < 3.1 >
edited by Ecaterina Moraru (Valica)
on 2016/05/24
>
Change comment: Replacing DownloadFeedback page with DownloadForm

Summary

Details

Page properties
Content
... ... @@ -10,11 +10,11 @@
10 10  
11 11   ['enterpriseInstallerWindows', 'Graphical Installer for Windows', 'EXE',
12 12   "This installer requires administrator rights on the target OS and if you don't have those permissions use the ZIP packaging below.",
13 - "platform:AdminGuide.InstallationStandalone"],
13 + "platform:AdminGuide.InstallationStandalone||queryString='packaging=EXE"],
14 14  
15 15   ['enterpriseJettyHsqldb', 'ZIP Package', 'ZIP',
16 16   "This includes a Jetty Servlet Container and an HSQLDB database all set up, packaged as a ZIP file. Should be used by first-time users who do not need/want to use one of the installers above.",
17 - "platform:AdminGuide.InstallationStandalone"]
17 + "platform:AdminGuide.InstallationStandalone||queryString='packaging=ZIP"]
18 18  ])
19 19  #set ($productionDistibutions = [
20 20   ['enterpriseWeb', 'WAR file for Servlet Container', 'WAR',
... ... @@ -31,14 +31,14 @@
31 31  ## $downloadLinks = TypeID: File (0) - Extension (1)
32 32  ## ################################################################
33 33  #set ($downloadLinks = {
34 - 'enterpriseInstallerWindows': ['xwiki-enterprise-installer-windows-', '.exe'],
35 - 'enterpriseInstallerGeneric': ['xwiki-enterprise-installer-generic-', '-standard.jar'],
36 - 'enterpriseJettyHsqldb': ['xwiki-enterprise-jetty-hsqldb-', '.zip'],
37 - 'enterpriseWeb': ['xwiki-enterprise-web-', '.war'],
38 - 'enterpriseWiki': ['xwiki-enterprise-ui-mainwiki-all-', '.xar']
34 + 'enterpriseInstallerWindows': ['xwiki-enterprise-installer-windows-', '.exe', 'success'],
35 + 'enterpriseInstallerGeneric': ['xwiki-enterprise-installer-generic-', '-standard.jar', 'success'],
36 + 'enterpriseJettyHsqldb': ['xwiki-enterprise-jetty-hsqldb-', '.zip', 'success'],
37 + 'enterpriseWeb': ['xwiki-enterprise-web-', '.war', 'primary'],
38 + 'enterpriseWiki': ['xwiki-enterprise-ui-mainwiki-all-', '.xar', 'primary']
39 39  })
40 40  ## ################################################################
41 -## Generate URL to OW2 XWiki files that will be used by Main.Download.DownloadFeedback page
41 +## Generate URL to OW2 XWiki files that will be used by Main.Download.DownloadForm page
42 42  ## ################################################################
43 43  #macro(downloadurl $link $version)
44 44   #set ($downloadLinkData = $downloadLinks.get($link))
... ... @@ -50,7 +50,7 @@
50 50   #end
51 51   #set ($version = $escapetool.xml($version))
52 52   #set ($downloadLink = "${downloadLinkData.get(0)}${version}${downloadLinkData.get(1)}")
53 - [[Download>>Download.DownloadFeedback||queryString="downloadLink=http://download.forge.ow2.org/xwiki/${downloadLink}&projectVersion=${version}" class='btn btn-xs btn-default']]
53 + [[Download>>Download.DownloadForm||queryString="downloadURL=http://download.forge.ow2.org/xwiki/${downloadLink}&projectVersion=${version}" class="btn btn-xs btn-${downloadLinkData.get(2)}"]]
54 54   #end
55 55  #end
56 56  ## ################################################################
... ... @@ -72,7 +72,7 @@
72 72   <div class='list-group'>
73 73   #foreach($distibution in ${category.get(1)})
74 74   <div class='list-group-item'>
75 - <span class='badge fill-$category.get(2)'>$distibution.get(2)</span>
75 + <span class='badge fill-gray'>$distibution.get(2)</span>
76 76   <h4 class='list-group-item-heading'>$distibution.get(1)</h4>
77 77   <p class='list-group-item-text noitems'>$distibution.get(3)</p>
78 78   <div class='buttons'>

Get Connected