On 27 Mar 2014 at 09:55:08, Pascal BASTIEN ([email protected](mailto:[email protected])) 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+Transforma... 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="xxxxx -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=xxxx"
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