• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7502: Add drag and drop to change profile picture screen
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
TWikiUserMappingContrib |
Enhancement |
Closed |
|
patch |
6.0.1 |
Detail
--
TWiki:Main/PeterThoeny
- 2014-05-29
This is now in SVN trunk and 6.0 branch. The code is added conditionally based on the
PatternSkin version.
Here is how the conditional code works:
%CALCULATE{$SET(PatternSkinVersion, $VALUE($SUBSTITUTE(%INCLUDE{ "%SYSTEMWEB%.PatternSkin" pattern=".*Skin Version: *. *([0-9\-]+).*" }%, -,)))}%
%CALCULATE{$IF($GET(PatternSkinVersion)<20140522, <nop>, <code you want>)}%
--
TWiki:Main.PeterThoeny
- 2014-05-29