Changes for page XWiki User Class
Last modified by Admin on 2024/05/31 10:45
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 2 removed)
-
Class properties (1 modified, 0 added, 3 removed)
Details
- Page properties
-
- Hidden
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false
- XWiki.ClassSheetBinding[0]
-
- Sheet
-
... ... @@ -1,1 +1,0 @@ 1 -XWikiUserSheet
- XWiki.DocumentSheetBinding[0]
-
- Sheet
-
... ... @@ -1,1 +1,0 @@ 1 -ClassSheet
-
- 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}}
- accessibility
-
- Number
-
... ... @@ -1,1 +1,0 @@ 1 -24 - Display Type
-
... ... @@ -1,1 +1,0 @@ 1 -yesno - Pretty Name
-
... ... @@ -1,1 +1,0 @@ 1 -Enable extra accessibility features - Name
-
... ... @@ -1,1 +1,0 @@ 1 -accessibility - Display Form Type
-
... ... @@ -1,1 +1,0 @@ 1 -select
- 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 -