Skip to content

Commit

Permalink
XWIKI-19852: Improve ditribution templates restrictions
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b5c1d7)
  • Loading branch information
tmortagne committed Dec 2, 2022
1 parent 10c87c1 commit 3d463f5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{velocity}}
#foreach($topExtensionId in $topExtensionIds)
#set ($installedExtension = $services.extension.installed.repository.getInstalledExtension($topExtensionId))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{velocity}}
#if (!$uninstalledExtensionIds.isEmpty())
{{box}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
= {{translation key="platform.extension.distributionWizard.extension.cleanStep.apply.title"/}}

{{velocity output="false"}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{template name="extension.vm" output="false"/}}

{{velocity output="false"}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
##
{{template name="extension.vm" output="false"/}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{template name="extension.vm" output="false"/}}

{{template name="distribution/macros.vm" output="false"/}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{template name="extension.vm" output="false"/}}

{{template name="distribution/macros.vm" output="false"/}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{template name="extension.vm" output="false"/}}

{{velocity}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{translation key="platform.extension.distributionWizard.firstadminuserStepDescription"/}}

{{velocity}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{template name="extension.vm" output="false"/}}

{{velocity}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##!source.syntax=xwiki/2.1
##!require.action=distribution
{{velocity}}
#if ("$!request.action" == '')
## Display the step.
Expand Down

0 comments on commit 3d463f5

Please sign in to comment.