Wiki source code of Download XWiki
Last modified by Simon Urli on 2025/06/30
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
79.4 | 1 | {{velocity}} |
![]() |
384.4 | 2 | #set ($showChangeRequestTab = false) |
![]() |
79.4 | 3 | ## ########################################################################################################## |
![]() |
384.1 | 4 | ## $versions = Version Number (0) - Release Date (1) - Type (2) {LTS, midLTS, stable, development} - Release Notes Page (3) - Release Summary (4) |
![]() |
53.1 | 5 | #set ($versions = [ |
![]() |
382.1 | 6 | ['16.10.9', '20 June 2025', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.16\.10\.9.WebHome', ' |
![]() |
372.1 | 7 | * Bug fixes |
![]() |
359.1 | 8 | '], |
![]() |
383.1 | 9 | ['17.5.0', '30 June 2025', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.17\.5\.0.WebHome', ' |
10 | * New macro configuration UI | ||
11 | * New capability to override configuration with environment variables | ||
![]() |
384.1 | 12 | * Required rights enforcement in some bundled pages |
![]() |
383.1 | 13 | * Solr indexing performance improvments |
14 | * New packaging type webjar-node | ||
15 | * Security and bug fixes | ||
![]() |
374.1 | 16 | '] |
17 | ]) | ||
![]() |
166.2 | 18 | #* Example: |
19 | #set ($versions = [ | ||
![]() |
385.1 | 20 | ['17.4.1', '17 June 2025', 'midLTS', 'xwiki:ReleaseNotes.Data.XWiki.17\.4\.1.WebHome', ' |
21 | * Bug fixes | ||
22 | '], | ||
![]() |
162.1 | 23 | ['10.11.10', '13 November 2019', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.10\.11\.10.WebHome', ' |
![]() |
53.1 | 24 | * Bug fixes |
![]() |
124.2 | 25 | '], |
![]() |
170.1 | 26 | ['11.10.2', '30 December 2019', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.11\.10\.2.WebHome', ' |
![]() |
165.1 | 27 | * Bug fixes |
![]() |
207.1 | 28 | '], |
29 | ['13.3-rc-1', '19 April 2021', 'development', 'xwiki:ReleaseNotes.Data.XWiki.13\.3RC1.WebHome', ' | ||
30 | * Default Global Notification Filters | ||
![]() |
147.2 | 31 | '] |
![]() |
53.1 | 32 | ]) |
![]() |
166.2 | 33 | *# |
![]() |
53.1 | 34 | ## ########################################################################################################## |
35 | ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2) | ||
36 | #set ($versionDetails = { | ||
37 | 'LTS': ['Long Term Support', 'primary', 'Note: This version is the latest stable version from the last XWiki cycle. This is the most stable version and is what we recommend to use in production.'], | ||
![]() |
384.1 | 38 | 'midLTS': ['Intermediate Long Term Support', 'warning', 'Note: This version is the latest stable version of the mid-cycle. This is a very stable version and that we recommend for admins who wants a super stable version with new features.'], |
39 | 'stable': ['Stable', 'info', 'Note: This version is the latest stable version from the current XWiki cycle. This is the version recommended if you wish to try out the newest features from the cycle.'], | ||
![]() |
144.1 | 40 | 'development': ['Development', 'success', 'Note: This version is the latest development version from the current XWiki cycle. This is the version to use if you want to test the really latest feature and provide feedback. Not for production.'] |
![]() |
53.1 | 41 | }) |
42 | ## ################################################################ | ||
43 | ## Generate the versions layout | ||
44 | ## ################################################################ | ||
45 | #macro(downloadVersionsLayout $versions $versionDetails) | ||
46 | (% class='download-options' %)((( | ||
47 | #foreach($version in $versions) | ||
48 | (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %) | ||
49 | ((( | ||
50 | (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1) | ||
51 | === $versionDetails.get(${version.get(2)})[0] === | ||
52 | $version.get(4) | ||
53 | (% class='noitems' %)$versionDetails.get(${version.get(2)})[2] | ||
54 | (% class='version-footer' %)((([[Download>>.DownloadVersion||class="btn btn-${versionDetails.get(${version.get(2)})[1]}" queryString="projectVersion=${version.get(0)}"]][[Release Notes>>$version.get(3)||class='btn btn-link']]))) | ||
55 | #if ($version.size() >= 6) | ||
56 | (% class="noitems version-warning" %) | ||
57 | $version.get(5) | ||
58 | #end | ||
59 | ))) | ||
60 | #end | ||
61 | ))) | ||
62 | #end | ||
![]() |
79.4 | 63 | #downloadVersionsLayout($versions, $versionDetails) |
64 | {{/velocity}} | ||
![]() |
53.1 | 65 | |
![]() |
65.1 | 66 | (% class="noitems" %)Interested in testing the latest snapshots builds or older versions? See [[more versions>>Download.DownloadOther]]. You can also use a [[Hosted version of XWiki>>Hosted]] instead of installing it yourself. |
![]() |
73.1 | 67 | |
![]() |
380.2 | 68 | (% class="noitems" %)If you're interested to know the XWiki versioning and support strategies, please check: [[Versioning Strategy>>doc:dev:Community.VersioningAndReleasePractices.WebHome]] & [[Support Strategy>>xwiki:Main.Support||anchor="HSupportedVersions"]]. |