Changes for page Scripting

Last modified by Simon Urli on 2023/10/10

From version 66.1
edited by Vincent Massol
on 2020/12/21
Change comment: There is no comment for this version
To version 66.2
edited by Mohammad Humayun Khan
on 2021/07/22
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.DamianArado
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  = Permissions =
16 16  
17 -Starting with XWiki 7.2M1, a user needs to have the [[Script Permission in order to be able to write Script>>extensions:Extension.Script Macro||anchor="HRights"]].
17 +Starting with XWiki 7.2M1, a user needs to have the [[Script Permission in order to be able to write Script>>extensions:Extension.Script Macro#HRights]].
18 18  
19 19  In addition, all scripting languages other than Velocity also require Programming Rights (see below for more details).
20 20  
... ... @@ -203,7 +203,7 @@
203 203  
204 204  === Information about the current user ===
205 205  
206 -The following variables (set in the {{scm path="xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/xwikivars.vm"}}xwikivars.vm{{/scm}} template) are shortcuts for checking various information **for the current user**:
206 +The following variables (set in the {{scm path="xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/xwikivars.vm"}}xwikivars.vm{{/scm}} template) are shortcuts for checking various information **for the current user**:
207 207  
208 208  * ##$isGuest##: checks if the current user is ##XWiki.XWikiGuest##
209 209  * ##$isSuperAdmin##: checks if the current user is the special user ##superadmin##
... ... @@ -236,7 +236,7 @@
236 236  
237 237  === Information about the current wiki ===
238 238  
239 -The following variables (set in the {{scm path="xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/xwikivars.vm"}}xwikivars.vm{{/scm}} template) are shortcuts for checking various information **about the current wiki**:
239 +The following variables (set in the {{scm path="xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/xwikivars.vm"}}xwikivars.vm{{/scm}} template) are shortcuts for checking various information **about the current wiki**:
240 240  
241 241  * ##$isReadOnly##
242 242  * ##$isInServletMode##

Get Connected