Změny dokumentu XCVID
                  Naposledy upravil David Brazda 08.04.2021 16:25
              
      
      Popis verze:
              Update document after refactoring.
          
   Přehled
- 
          Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
 - 
          Objects (1 změněno, 1 přidáno, 1 odstraněno)
 
Rozpis
- Na stránce změněno:
 - 
      
- Obsah
 -   
... ... @@ -6,5 +6,3 @@ 6 6 7 7 8 8 9 - 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,14 +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')) 7 -#set ($regexResult = $regextool.find($url, '/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/')) 6 +#set($time = $xcontext.macro.params.get('time')) 7 +##find just the right part from the xcontest 8 +#set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)')) 8 8 {{html}} 10 +#if (!$regexResult.isEmpty()) 9 9 $regexResult 10 - $regexResult.get(1).group 11 - $regexResult.get(0).end 12 - $regexResult.get(0).start 13 - $regexResult.get(0).group 14 - <iframe onLoad="this.onload=null; this.src=getAddress('$url');" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 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) 16 +#end 17 + <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}"><a href="$src">XCVID let</a></iframe> 15 15 {{/html}} 16 16 {{/velocity}}  - Macro visibility
 -   
... ... @@ -1,1 +1,1 @@ 1 - Current Wiki1 +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  - Parameter type
 -   
... ... @@ -1,0 +1,1 @@ 1 +java.lang.number