<#include "releaser_util.html" />

#i18n{releaser.adminFeature.ManageReleaser.name}

<@messages errors=errors /> <@tform name='release_site' class='form' action='jsp/admin/plugins/releaser/ManageSiteRelease.jsp' id='release_site'>

Composants du projet ${site.name} [${site.artifactId !''}-${site.version!''}]

Cluster ${site.cluster !''} - Nombre de plugins ${site.components?size}
Version courante du site : ${site.version!} - Version de la release : ${site.nextReleaseVersion!} Version de la prochaine de travail : ${site.nextSnapshotVersion!} - #i18n{releaser.prepare_site_release.labelTagInformation} : ${site.tagInformation!}
<#list site.components as component> <#if component.project> class="bg-danger">
Artifact Infos Release Version Version cible Prochaine version Tweet Actions
${component.artifactId!} <#if component.shouldBeReleased()> A releaser ${component.currentVersion} ${component.targetVersion!} <#if component.isSnapshotVersion()> ${component.nextSnapshotVersion!} <#else> ${component.targetVersion!} <#assign defaultTweetMessage="${component.name} ${component.targetVersion} released #LuteceCMS #LutecePortal"/> <#if component.shouldBeReleased()> <#if component.tweetMessage?has_content> <#else> checked<#if modif_validated[component.artifactId]??&& modif_validated[component.artifactId]>checked value="true" type="checkbox">

Composants externes

<#list site.components as component> <#if ! component.project>
Artifact Infos Release Version Version cible Prochaine version Actions
${component.artifactId!} <#if component.shouldBeReleased()> A releaser ${component.currentVersion!} <#if component.currentVersion != component.targetVersion> ${component.targetVersion!} <#else> ${component.targetVersion} ${component.targetVersion} checked <#if modif_validated[component.artifactId]??&& modif_validated[component.artifactId]>checked value="true" type="checkbox">
<@modalAuthMulti modId="modalReleaseSiteAuth" typeGithub=repo_type_github!'' typeGitlab=repo_type_gitlab!'' typeSvn=repo_type_svn!'' formActionUrl="jsp/admin/plugins/releaser/ManageSiteRelease.jsp" formSubmitName="action_doConfirmReleaseSite" modClass="confirmReleaseSite" />