This page (revision-3) was last changed on 26-Apr-2017 17:24 by Dirk Frederickx 

This page was created on 16-Jan-2014 00:06 by Juan Pablo

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
3 26-Apr-2017 17:24 1 KB Dirk Frederickx to previous
2 31-Mar-2016 23:01 967 bytes Victor Fedorov to previous | to last The section Tags is isolated in documentation.
1 16-Jan-2014 00:06 976 bytes Juan Pablo to last content based on original page
Incoming links Outgoing links

Difference between version and

At line 11 added 13 lines
Since v2.3 :
Tells whether the user in the current wiki context possesses a particular
permission. The permission can be:
* a PagePermission : "edit", "view", "delete", "comment", "upload"
* a GroupPermission : "viewGroup", "editGroup", "deleteGroup"
* a wiki-wide WikiPermission : "createGroups", "createPages", "editPreferences", "editProfile", "login"
* the administrator permission ("allPermission")
Since v2.6, it is possible to list several permissions or use negative permissions. (see examples below)
----
At line 25 added one line
At line 17 removed one line
At line 43 added 13 lines
{{{
<wiki:Permission permission="edit|rename|view">
You have edit, rename, or view permissions!
</wiki:Permission>
<wiki:Permission permission="!upload">
You do not have permission to upload!
</wiki:Permission>
}}}
At line 32 changed one line
[Category.Documentation]
[Category.Tags]