Z verze
změnil(a) David Brazda
k 01.02.2021 15:26
Na verzi < 36.2 >
změnil(a) David Brazda
k 01.02.2021 15:44
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -6,5 +6,4 @@
6 6  
7 7  
8 8  
9 -
10 10  
XWiki.JavaScriptExtension[0]
Způsob práce s cache
... ... @@ -1,1 +1,0 @@
1 -default
Kód
... ... @@ -1,4 +1,0 @@
1 -function getAddress(url) {
2 - const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 - return 'https://xcvid.com/embed.php?ident=' + match[1] + '#0';
4 -}
Jméno
... ... @@ -1,1 +1,0 @@
1 -jsext
Zpracuj obsah
... ... @@ -1,1 +1,0 @@
1 -0
Použij tuto příponu
... ... @@ -1,1 +1,0 @@
1 -onDemand
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,16 +3,17 @@
3 3  #set($width = $xcontext.macro.params.get('width'))
4 4  #set($height = $xcontext.macro.params.get('height'))
5 5  #set($flight = $xcontext.macro.params.get('flight'))
6 -#set ($discard = $xwiki.jsx.use('BackEnd.XCVID.WebHome'))
6 +#set($time = $xcontext.macro.params.get('time'))
7 +##find just the right part from the xcontest
7 7  #set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)'))
8 8  {{html}}
9 9  #if (!$regexResult.isEmpty())
10 10   $regexResult
11 - $regexResult.get(1).group
12 - $regexResult.get(0).end
13 - $regexResult.get(0).start
14 - $regexResult.get(0).group
12 + $regexResult.get(1).end
13 + $regexResult.get(1).start
14 + ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end)
15 + #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time)
15 15  #end
16 - <iframe onLoad="this.onload=null;" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
17 + <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}"><a href="$src">XCVID let</a></iframe>
17 17  {{/html}}
18 18  {{/velocity}}
Macro visibility
... ... @@ -1,1 +1,1 @@
1 -Current Wiki
1 +Global
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +0
Parameter description
... ... @@ -1,0 +1,1 @@
1 +časové značka, kde bude padáček a focus. Číslo.
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Ne
Parameter name
... ... @@ -1,0 +1,1 @@
1 +time