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 13.1
edited by Admin
on 2013/10/22 10:37
Change comment: There is no comment for this version

Summary

Details

email
Number
... ... @@ -1,1 +1,1 @@
1 -2
1 +26
Size
... ... @@ -1,1 +1,1 @@
1 -20
1 +30
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}}
Validation Regular Expression
... ... @@ -1,0 +1,1 @@
1 +/^(([^@\s]+)@((?:[-a-zA-Z0-9]+\.)+[a-zA-Z]{2,}))?$/