Re: [xwiki-users] need help for link checker trough a http proxy

2014-03-27 Thread Pascal BASTIEN
A bug?
The table bin/view/XWiki/ExternalLinks can't be sorted even if I modify this 
code:
#set($columnsProperties = {
    'link' : { 'type' : 'text', 'sortable' : true, 'link' : 'field' },
    'page' : { 'type' : 'text', 'sortable' : true, 'link' : 'field' },
    'code' : { 'type' : 'text', 'sortable' : true },
    'date' : { 'type' : 'text', 'sortable' : true }
})

NB: this code indicate ''description' : 'This table lists the states of all 
external links found on this wiki. The columns can be sorted.' 




 De : Pascal BASTIEN pbasnews-xw...@yahoo.fr
À : XWiki Users users@xwiki.org 
Envoyé le : Mercredi 26 mars 2014 11h06
Objet : [xwiki-users] need help for link checker trough a http proxy
 

Hello,

I use link checker functionnality to check the validity of external URL
http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transformation
There are a way to indicate my proxy?
My web server is behind a proxy and the url checker can't verify trough it.
Internet URL aren't verified but intranet URL can be verified (because for the 
moment my webserver don't need a proxy to see intranet site)

I launch my tomcat with:
JAVA_OPTS=x  -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=


I tested this extension to:
http://extensions.xwiki.org/xwiki/bin/view/Extension/All+Broken+Links
but the result speaking chinese: http://snag.gy/x2dZc.jpg


Thxs for your answers/tip.


Pascal BASTIEN
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] need help for link checker trough a http proxy

2014-03-27 Thread vinc...@massol.net


On 27 Mar 2014 at 09:55:08, Pascal BASTIEN 
(pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote:

 A bug?
 The table bin/view/XWiki/ExternalLinks can't be sorted even if I modify this 
 code:
 #set($columnsProperties = {
 'link' : { 'type' : 'text', 'sortable' : true, 'link' : 'field' },
 'page' : { 'type' : 'text', 'sortable' : true, 'link' : 'field' },
 'code' : { 'type' : 'text', 'sortable' : true },
 'date' : { 'type' : 'text', 'sortable' : true }
 })
  
 NB: this code indicate ''description' : 'This table lists the states of all 
 external links found on this wiki. The columns can be sorted.’

If you change the livetable to allow sorting then you also need to modify the 
JSON to allow sorting :) Sorting is not a supported feature yet of the JSON.

Thanks
-Vincent

 
 De : Pascal BASTIEN  
 À : XWiki Users  
 Envoyé le : Mercredi 26 mars 2014 11h06
 Objet : [xwiki-users] need help for link checker trough a http proxy
  
  
 Hello,
  
 I use link checker functionnality to check the validity of external URL
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transformation
 There are a way to indicate my proxy?
 My web server is behind a proxy and the url checker can't verify trough it.
 Internet URL aren't verified but intranet URL can be verified (because for the
 moment my webserver don't need a proxy to see intranet site)
  
 I launch my tomcat with:
 JAVA_OPTS=x -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=
  
  
 I tested this extension to:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/All+Broken+Links
 but the result speaking chinese: http://snag.gy/x2dZc.jpg
  
  
 Thxs for your answers/tip.
  
  
 Pascal BASTIEN
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] need help for link checker trough a http proxy

2014-03-26 Thread Pascal BASTIEN
Hello,

I use link checker functionnality to check the validity of external URL
http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transformation
There are a way to indicate my proxy?
My web server is behind a proxy and the url checker can't verify trough it.
Internet URL aren't verified but intranet URL can be verified (because for the 
moment my webserver don't need a proxy to see intranet site)

I launch my tomcat with:
JAVA_OPTS=x  -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=


I tested this extension to:
http://extensions.xwiki.org/xwiki/bin/view/Extension/All+Broken+Links
but the result speaking chinese: http://snag.gy/x2dZc.jpg


Thxs for your answers/tip.


Pascal BASTIEN
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users