Changes for page XWiki User Class

Last modified by Admin on 2024/05/31 10:45

From version 7.1
edited by Admin
on 2012/07/18 00:00
Change comment: There is no comment for this version
To version 4.1
edited by Admin
on 2010/10/04 15:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 1.0
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
XWiki.ClassSheetBinding[0]
Sheet
... ... @@ -1,1 +1,0 @@
1 -XWikiUserSheet
XWiki.DocumentSheetBinding[0]
Sheet
... ... @@ -1,1 +1,0 @@
1 -ClassSheet
email
Custom Display
... ... @@ -1,12 +1,0 @@
1 -{{velocity}}
2 -#if ($xcontext.action == 'edit' || $xcontext.action == 'inline')
3 - {{html}}<input id='$prefix$name' type='text' name='$prefix$name' value='$value' />{{/html}}
4 -#else
5 - ## Allow $obfuscateEmail to be set in some other place.
6 - #if("$obfuscateEmail" == 'false')
7 - $value
8 - #else
9 - $value.replaceAll('@.*', '@ xxxxxx')
10 - #end
11 -#end
12 -{{/velocity}}
displayHiddenDocuments
Number
... ... @@ -1,1 +1,0 @@
1 -25
Display Type
... ... @@ -1,1 +1,0 @@
1 -yesno
Pretty Name
... ... @@ -1,1 +1,0 @@
1 -Display Hidden Documents
Name
... ... @@ -1,1 +1,0 @@
1 -displayHiddenDocuments
Display Form Type
... ... @@ -1,1 +1,0 @@
1 -select
timezone
Number
... ... @@ -1,1 +1,0 @@
1 -26
Size
... ... @@ -1,1 +1,0 @@
1 -30
Pretty Name
... ... @@ -1,1 +1,0 @@
1 -Timezone
Name
... ... @@ -1,1 +1,0 @@
1 -timezone
Custom Display
... ... @@ -1,19 +1,0 @@
1 -{{velocity}}
2 -#if ($xcontext.action == 'inline' || $xcontext.action == 'edit')
3 - {{html}}
4 - #if($xwiki.jodatime)
5 - <select id='$prefix$name' name='$prefix$name'>
6 - <option value="" #if($value == $tz)selected="selected"#end>$msg.get('XWiki.XWikiPreferences_timezone_default')</option>
7 - #foreach($tz in $xwiki.jodatime.getServerTimezone().getAvailableIDs())
8 - <option value="$tz" #if($value == $tz)selected="selected"#end>$tz</option>
9 - #end
10 - </select>
11 - #else
12 - <input id='$prefix$name' name='$prefix$name' type="text" value="$!value"/>
13 - #end
14 - {{/html}}
15 -#else
16 - $value
17 -#end
18 -{{/velocity}}
19 -