Re: [xwiki-users] SearchSuggest parameters in a new syntax gives different behaviour

2014-04-02 Thread Marius Dumitru Florea
Hi Dmitry,

On Mon, Mar 31, 2014 at 5:33 AM, Dmitry Bakbardin haru_mamb...@mail.ru wrote:
  Hi, all!

 5.2 - 5.4.3 Upgrade

 Xwiki.SearchSuggest objects were changed

 It was:
 type:OBJECT AND (class:XWiki.BlogPostClass) AND objcontent:(__INPUT__*)

 It is:
 fq=type:DOCUMENT
 fq=class:Blog.BlogPostClass
 qf=object.Blog.BlogPostClass

 The main difference:
 - it was __INPUT__* query string and
 - (as far as I understood) it is __INPUT__ if parameter q is omitted

 The result is Solr Suggest changes it's behaviour and gives only exact 
 results.
 To make Search Suggest running as it was, we have to add: q=__INPUT__*


 Is it done by puprpose or it is a bug and I have to jira it?

On purpose. I did it as part of
http://jira.xwiki.org/browse/XWIKI-10051 (check the documentation
links). The reason I dropped the * (star) is because:

(1) Prefix matching is costly
(2) The search suggest is not a filter (in the sense that you have a
list of item and you type some text and it filters the items starting
with that text). Search is more complex. The search text is analysed,
stop words are removed, etc.

As you said, you can get back the previous behaviour using q=__INPUT__*

Let me know what yo think,
Marius





 Kind regards,

 Dmitry
 ___
 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


[xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Pascal BASTIEN
Hello,

I wanted to try 6.0 version...

The distribution Wizard doesn't want install UI extension. DW display:
We couldn't find any extension with id 
'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version 
'6.0-milestone-1'. Make sure you have the right extension repositories 
configured.

I suppose I must add 6.0milestone1 repository in my xwiki.properties:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repositories

But what is the line to modify?
I add this line without success:
extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public
Thxs for your help.

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


Re: [xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Thomas Mortagne
No you don't need to do anything. I guess you tested when the server
was not in a good shape for some reason, seems to work well right now.

On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 Hello,

 I wanted to try 6.0 version...

 The distribution Wizard doesn't want install UI extension. DW display:
 We couldn't find any extension with id 
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version 
 '6.0-milestone-1'. Make sure you have the right extension repositories 
 configured.

 I suppose I must add 6.0milestone1 repository in my xwiki.properties:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repositories

 But what is the line to modify?
 I add this line without success:
 extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public
 Thxs for your help.

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



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Thomas Mortagne
By the way Milestone 1 does not mean RC1, it more a Beta 1.

On Wed, Apr 2, 2014 at 9:07 AM, Thomas Mortagne
thomas.morta...@xwiki.com wrote:
 No you don't need to do anything. I guess you tested when the server
 was not in a good shape for some reason, seems to work well right now.

 On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr 
 wrote:
 Hello,

 I wanted to try 6.0 version...

 The distribution Wizard doesn't want install UI extension. DW display:
 We couldn't find any extension with id 
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version 
 '6.0-milestone-1'. Make sure you have the right extension repositories 
 configured.

 I suppose I must add 6.0milestone1 repository in my xwiki.properties:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repositories

 But what is the line to modify?
 I add this line without success:
 extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public
 Thxs for your help.

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



 --
 Thomas Mortagne



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Pascal BASTIEN
I retried and I obtain same result:
We couldn't find any extension with id 
'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version 
'6.0-milestone-1'. Make sure you have the right extension repositories 
configured.
I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki 
5.4.2 work well)

JAVA_OPTS=-server -Xms1724m -Xmx1724m -XX:PermSize=256M -XX:MaxPermSize=512m 
-Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC 
-XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=my.nice.proxy.com 
-Dhttp.proxyPort=8080
My catalin log indicate:
2014-04-02 09:41:42,790 [Active Installs Ping Thread] WARN  
a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to 
[http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException: 
Connexion terminée par expiration du délai d'attente]. Will retry in [86400] 
seconds... 

but
root@blabla:/opt/tomcat-7.0.47-x6# ping extensions.xwiki.org
PING extensions.xwiki.org (5.135.240.206) 56(84) bytes of data.
64 bytes from www.xwiki.org (5.135.240.206): icmp_req=1 ttl=46 time=115 ms

Any idea?




 De : Thomas Mortagne thomas.morta...@xwiki.com
À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org 
Envoyé le : Mercredi 2 avril 2014 9h07
Objet : Re: [xwiki-users] xwiki 6.0RC1
 

No you don't need to do anything. I guess you tested when the server
was not in a good shape for some reason, seems to work well right now.


On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 Hello,

 I wanted to try 6.0 version...

 The distribution Wizard doesn't want install UI extension. DW display:
 We couldn't find any extension with id 
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version 
 '6.0-milestone-1'. Make sure you have the right extension repositories 
 configured.

 I suppose I must add 6.0milestone1 repository in my xwiki.properties:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repositories

 But what is the line to modify?
 I add this line without success:
 extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public
 Thxs for your help.

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



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] SearchSuggest parameters in a new syntax gives different behaviour

2014-04-02 Thread Marius Dumitru Florea
On Wed, Apr 2, 2014 at 9:53 AM, Marius Dumitru Florea
mariusdumitru.flo...@xwiki.com wrote:
 Hi Dmitry,

 On Mon, Mar 31, 2014 at 5:33 AM, Dmitry Bakbardin haru_mamb...@mail.ru 
 wrote:
  Hi, all!

 5.2 - 5.4.3 Upgrade

 Xwiki.SearchSuggest objects were changed

 It was:
 type:OBJECT AND (class:XWiki.BlogPostClass) AND objcontent:(__INPUT__*)

 It is:
 fq=type:DOCUMENT
 fq=class:Blog.BlogPostClass
 qf=object.Blog.BlogPostClass

 The main difference:
 - it was __INPUT__* query string and
 - (as far as I understood) it is __INPUT__ if parameter q is omitted

 The result is Solr Suggest changes it's behaviour and gives only exact 
 results.
 To make Search Suggest running as it was, we have to add: q=__INPUT__*


 Is it done by puprpose or it is a bug and I have to jira it?

 On purpose. I did it as part of
 http://jira.xwiki.org/browse/XWIKI-10051 (check the documentation
 links). The reason I dropped the * (star) is because:

 (1) Prefix matching is costly
 (2) The search suggest is not a filter (in the sense that you have a
 list of item and you type some text and it filters the items starting
 with that text). Search is more complex. The search text is analysed,
 stop words are removed, etc.

(3) It was a fake prefix matching, because if you typed more words,
only the last word was matched as prefix (not the entire text). All
the other were analysed.


 As you said, you can get back the previous behaviour using q=__INPUT__*

 Let me know what yo think,
 Marius





 Kind regards,

 Dmitry
 ___
 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] xwiki 6.0RC1

2014-04-02 Thread Thomas Mortagne
Sounds like a proxy issue then. Either there is an issue with the
proxy configuration or there is a bug related to proxies in this
version (probably related to AETHER upgrade in 6.0M1).

If you are absolutely sure the exact same setup works with 5.4.2 then
would be great if you could create a bug issue on
http://jira.xwiki.org will all environment details.

On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 I retried and I obtain same result:

 We couldn't find any extension with id
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version
 '6.0-milestone-1'. Make sure you have the right extension repositories
 configured.
 I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki
 5.4.2 work well)
 JAVA_OPTS=-server -Xms1724m -Xmx1724m -XX:PermSize=256M
 -XX:MaxPermSize=512m -Dfile.encoding=utf-8 -Djava.awt.headless=true
 -XX:+UseParallelGC -XX:MaxGCPauseMillis=100
 -Dhttp.proxyHost=my.nice.proxy.com -Dhttp.proxyPort=8080
 My catalin log indicate:
 2014-04-02 09:41:42,790 [Active Installs Ping Thread] WARN
 a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to
 [http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException:
 Connexion terminée par expiration du délai d'attente]. Will retry in [86400]
 seconds...
 but
 root@blabla:/opt/tomcat-7.0.47-x6# ping extensions.xwiki.org
 PING extensions.xwiki.org (5.135.240.206) 56(84) bytes of data.
 64 bytes from www.xwiki.org (5.135.240.206): icmp_req=1 ttl=46 time=115 ms

 Any idea?

 
 De : Thomas Mortagne thomas.morta...@xwiki.com
 À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org
 Envoyé le : Mercredi 2 avril 2014 9h07
 Objet : Re: [xwiki-users] xwiki 6.0RC1

 No you don't need to do anything. I guess you tested when the server
 was not in a good shape for some reason, seems to work well right now.

 On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr
 wrote:
 Hello,

 I wanted to try 6.0 version...

 The distribution Wizard doesn't want install UI extension. DW display:
 We couldn't find any extension with id
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version
 '6.0-milestone-1'. Make sure you have the right extension repositories
 configured.

 I suppose I must add 6.0milestone1 repository in my xwiki.properties:

 http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repositories

 But what is the line to modify?
 I add this line without success:

 extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public
 Thxs for your help.

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




 --
 Thomas Mortagne






-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] PDF export - customizing table of content

2014-04-02 Thread Marius Dumitru Florea
The table of contents for the PDF export is generated here
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xhtml2fo.xsl#L867
. You should get this file from the xwiki-platform-legacy-oldcore jar
that you have in the XWiki WAR (WEB-INF/lib). You can edit it and put
is to WEB-INF/classes.

Hope this helps,
Marius

On Tue, Apr 1, 2014 at 11:09 AM, Nicolas Sanitas
nicolas.sani...@intech.lu wrote:
 Hi all,

 up!

 Is there anybody who has already changed the way the table of contents is 
 displayed when exporting in PDF?

 Thanks,
 Nicolas

 Le 28 mars 2014 à 14:22, Nicolas Sanitas nicolas.sani...@intech.lu a écrit :


 Hi all,

 I have followed information given here 
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration in order 
 to customize my PDF export (via its CSS).

 I succeeded in doing all I wanted, except concerning the table of content: I 
 can't customize it because I don't know which component is used to display 
 it (neither p, nor ul...).

 Could you help me please? I would change the font used to display it.

 For information I've tried to setup the font-family defined for the whole 
 document with
 body { font-family: 'Helvetica Neue LT Com'; }
 but it crashes at PDF generation time (please see below).

 Thanks by advance!
 Nicolas

 Error number 11015 in 11: Exception while exporting
 com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while 
 exporting
   at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:82)
   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:294)
   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:129)
   at 
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
   at 
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
   at 
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
   at 
 org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
   at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
   at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
   at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
   at 
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
   at java.lang.Thread.run(Thread.java:744)
 Caused by: com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception 
 while exporting pdf
   at 
 

Re: [xwiki-users] Fwd: Erro 4004 insert Gadget

2014-04-02 Thread Marius Dumitru Florea
Try to edit a wiki page in WYSIWYG edit mode and insert a macro. Try
also to insert a link to a wiki page or insert an image. They probably
all fail because there is a problem that affects all the GWT-RPC
services. Check the server logs. The first thing I have it mind is
that you configured your server to handle /resources/* as static
resources (files). This is not good because
/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc is not a file but
a service. You should also check that XWikiRemoteServiceServlet
(gwtrpc) is correctly mapped to *.gwprpc in your web.xml file.

Hope this helps,
Marius

On Mon, Mar 31, 2014 at 4:42 PM, Saulo S. Bravim
saulobra...@vhsolucoes.com.br wrote:
 Good mornig;

 When I try to insert a gadget is lodged during the error:

 404 htmlheadtitleApache Tomcat/7.0.28 - Error 
 report/titlestyle!--H1 
 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
  H2 
 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
  H3 
 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
  BODY 
 {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B 
 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P 
 {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
  {color : black;}A.name {color : black;}HR {color : #525D76;}--/style 
 /headbodyh1HTTP Status 404 - 
 /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc/h1HR size=1 
 noshade=noshadepbtype/b Status report/ppbmessage/b 
 u/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc/u/ppbdescription/b
  uThe requested resource (/resources/js/xwiki/wysiwyg/xwe/MacroSe
 rv
  ice.gwtrpc) is not available./u/pHR size=1 
 noshade=noshadeh3Apache Tomcat/7.0.28/h3/body/html

 Anyone know how I can fix?




 ___
 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] xwiki 6.0RC1

2014-04-02 Thread Pascal BASTIEN
Ok.
I will try xwiki 6.0 M2 before open a bug.





 De : Thomas Mortagne thomas.morta...@xwiki.com
À : Pascal BASTIEN pbasnews-xw...@yahoo.fr 
Cc : XWiki Users users@xwiki.org 
Envoyé le : Mercredi 2 avril 2014 9h53
Objet : Re: [xwiki-users] xwiki 6.0RC1
 

Sounds like a proxy issue then. Either there is an issue with the
proxy configuration or there is a bug related to proxies in this
version (probably related to AETHER upgrade in 6.0M1).

If you are absolutely sure the exact same setup works with 5.4.2 then
would be great if you could create a bug issue on
http://jira.xwiki.org will all environment details.


On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 I retried and I obtain same result:

 We couldn't find any extension with id
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version
 '6.0-milestone-1'. Make sure you have the right extension repositories
 configured.
 I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki
 5.4.2 work well)
 JAVA_OPTS=-server -Xms1724m -Xmx1724m -XX:PermSize=256M
 -XX:MaxPermSize=512m -Dfile.encoding=utf-8 -Djava.awt.headless=true
 -XX:+UseParallelGC -XX:MaxGCPauseMillis=100
 -Dhttp.proxyHost=my.nice.proxy.com -Dhttp.proxyPort=8080
 My catalin log indicate:
 2014-04-02 09:41:42,790 [Active Installs Ping Thread] WARN
 a.i.c.ActiveInstallsPingThread - Failed to send Active Installation ping to
 [http://extensions.xwiki.org/activeinstalls]. Error = [ConnectException:
 Connexion terminée par expiration du délai d'attente]. Will retry in [86400]
 seconds...
 but
 root@blabla:/opt/tomcat-7.0.47-x6# ping extensions.xwiki.org
 PING extensions.xwiki.org (5.135.240.206) 56(84) bytes of data.
 64 bytes from www.xwiki.org (5.135.240.206): icmp_req=1 ttl=46 time=115 ms

 Any idea?

 
 De : Thomas Mortagne thomas.morta...@xwiki.com
 À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org
 Envoyé le : Mercredi 2 avril 2014 9h07
 Objet : Re: [xwiki-users] xwiki 6.0RC1

 No you don't need to do anything. I guess you tested when the server
 was not in a good shape for some reason, seems to work well right now.

 On Wed, Apr 2, 2014 at 9:02 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr
 wrote:
 Hello,

 I wanted to try 6.0 version...

 The distribution Wizard doesn't want install UI extension. DW display:
 We couldn't find any extension with id
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version
 '6.0-milestone-1'. Make sure you have the right extension repositories
 configured.

 I suppose I must add 6.0milestone1 repository in my xwiki.properties:

 http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repositories

 But what is the line to modify?
 I add this line without success:

 extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nexus/content/groups/public
 Thxs for your help.

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




 --
 Thomas Mortagne






-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] No create wiki menu in XWiki 5.4.3

2014-04-02 Thread Marius Dumitru Florea
On Fri, Mar 28, 2014 at 4:53 PM, Jeremie BOUSQUET
jeremie.bousq...@gmail.com wrote:
 Hello,

 Just migrated from 4.5.2 to 5.4.3, and it worked perfectly except some
 issues (or misunderstandings) :
 - My user is in an admin group with admin and PR rights, and I've set it
 also (on the group) the create wiki right. Still, when logged in, I don't
 have any wiki item in the Add menu (only usual space, page, ...). I'm
 sure I'm missing something obvious but can't find it.

 - I show the Blog in a gadget of the Dashboard. Weirdly, permalinks
 correctly point to each blog entry, but the link from page title points to
 a create action (though it points apparently to exact same url as permalink
 except for the create action). The same for the buttons on right side of
 each blog subject (create/delete/)

Does this happen on a subwiki? The default UI for subwikis doesn't
include the Blog application any more in 5.4.3 so the Blog application
is removed during the upgrade. You should have been asked to confirm
the deletion of unused wiki pages during the upgrade and the Blog code
pages must have been among those pages. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Manager+Application#HDeleteUnusedWikiPages
. The upgrade doesn't remove the pages created by the user (e.g. the
blog posts). That's why the links to the Blog UI pages have /create/
action (they have been removed) and the links to the blog posts are
fine (they have been kept).

Hope this helps,
Marius


 Thanks,
 Jeremie
 ___
 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] xwiki 6.0RC1

2014-04-02 Thread Pascal BASTIEN


Ok.
I will try xwiki 6.0 M2 before open a bug.
...

 the WAR file isn't ready yet? :-)



De : Thomas Mortagne thomas.morta...@xwiki.com
À : Pascal BASTIEN pbasnews-xw...@yahoo.fr 
Cc : XWiki Users users@xwiki.org 
Envoyé le : Mercredi 2 avril 2014 9h53
Objet : Re: [xwiki-users] xwiki 6.0RC1


Sounds like a proxy issue then. Either there is an issue with the
proxy configuration or there is a bug related to proxies in this
version (probably related to AETHER upgrade in 6.0M1).

If you are absolutely sure the exact same setup works with 5.4.2 then
would be great if you could create a bug issue on
http://jira.xwiki.org will all environment details.


On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 I retried and I obtain same result:

 We couldn't find any extension with id
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version
 '6.0-milestone-1'. Make sure you have the right extension repositories
 configured.
 I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki
 5.4.2 work well)
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Thomas Mortagne
It's a bit short, I'm currently releasing it :)

But I really doubt it will change anything, there is no much in M2 and
certainly nothing related.

On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:

 Ok.
 I will try xwiki 6.0 M2 before open a bug.
 ...

  the WAR file isn't ready yet? :-)



 
 De : Thomas Mortagne thomas.morta...@xwiki.com
 À : Pascal BASTIEN pbasnews-xw...@yahoo.fr
 Cc : XWiki Users users@xwiki.org
 Envoyé le : Mercredi 2 avril 2014 9h53
 Objet : Re: [xwiki-users] xwiki 6.0RC1


 Sounds like a proxy issue then. Either there is an issue with the
 proxy configuration or there is a bug related to proxies in this
 version (probably related to AETHER upgrade in 6.0M1).

 If you are absolutely sure the exact same setup works with 5.4.2 then
 would be great if you could create a bug issue on
 http://jira.xwiki.org will all environment details.


 On Wed, Apr 2, 2014 at 9:39 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr
 wrote:
 I retried and I obtain same result:

 We couldn't find any extension with id
 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version
 '6.0-milestone-1'. Make sure you have the right extension repositories
 configured.
 I use Java7 and tomcat 7.0.47 on Debian wheezy behind an http proxy (xwiki
 5.4.2 work well)




-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can admins see MyDashboards?

2014-04-02 Thread Marius Dumitru Florea
Admin right is not deniable and it implies at the other rights except
programming. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Security+Module#HDefaultrightsbeingpredefined
. So admins should be able to view/edit/delete any page from the wiki
they administer, independent of the rights set on those pages.

A bad user could write though something like this:

{{velocity}}
#if ($hasAdmin)
  Nice content
#else
  Bad content
#end
{{/velocity}}

To prevent this you can use the watch list to get a mail with the
changes produced in the wiki and review those changes regularly (i.e.
look at the raw content not just at the rendered content) .

Hope this helps,
Marius.

On Fri, Mar 28, 2014 at 6:52 PM, Patrick Masson mas...@opensource.org wrote:
 I'm concerned some may be using the MyDashboard feature of their profile
 page to post inappropriate content. What access rights do admins have on
 pages that are located off the MyDashboard or where permissions are set so
 that only some registered users may see them?

 Let's say a user was using our site to post/distribute/develop child
 pornography or malware?

 Patrick

 --
 |||  |  |||||  |||| |||
 Patrick Masson
 General Manager, Director  Secretary to the Board
 Open Source Initiative
 855 El Camino Real, Ste 13A, #270
 Palo Alto, CA 94301
 United States
 Skype: massonpj
 sip: mas...@getonsip.com
 https://www.getonsip.com/call?a=mas...@getonsip.com
 Ph: (970) 4MASSON
 Em: mas...@opensource.org mailto:mas...@opensource.org
 Ws: www.opensource.org http://www.opensource.org
 ___
 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] Posting again: Can admins see MyDashboards?

2014-04-02 Thread Marius Dumitru Florea
I replied on the first thread.

On Tue, Apr 1, 2014 at 5:59 PM, Patrick Masson mas...@opensource.org wrote:
 Asking again with more detail...

 I'm concerned some may be using the MyDashboard feature of their profile
 page to post inappropriate content. For example, a spam user could register
 for an account, and then make pages private to a group and the organization
 and admin may not know. Let's say a user was using our site to
 post/distribute/develop child pornography or malware?

 What access rights do admins have on pages that are located off the
 MyDashboard or where permissions are set so that only some registered users
 may see them? I tested this my creating a private page on my profile's
 MyDashboard, then logged in as Admin. When, as Admin, I searched the
 Document Index in a space by my user id, I did see the private pages.
 However, with 100's of users this might not be practical.

 I guess I am really trying to understand best practices that others may use
 in managing the wiki to avoid nefarious use.

 Thanks
 Patrick

 --
 |||  |  |||||  |||| |||
 Patrick Masson
 General Manager, Director  Secretary to the Board
 Open Source Initiative
 855 El Camino Real, Ste 13A, #270
 Palo Alto, CA 94301
 United States
 Skype: massonpj
 sip: mas...@getonsip.com
 https://www.getonsip.com/call?a=mas...@getonsip.com
 Ph: (970) 4MASSON
 Em: mas...@opensource.org mailto:mas...@opensource.org
 Ws: www.opensource.org http://www.opensource.org


 ___
 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] Disable Solrd indexing at startup

2014-04-02 Thread Marius Dumitru Florea
You still want to use Solr afterwards? What XWiki version are you
using? If the problem you are facing is that the Solr indexing at
startup takes a lot of resources then you should try XWiki 5.4.3 which
has http://jira.xwiki.org/browse/XWIKI-10140 . Btw, how large is your
wiki? What number of documents/attachments/objects do you have?

To answer your question: not if you still want to use Solr search
afterwards. Either remove Solr entirely by removing the
xwiki-platform-search-solr* jars from WEB-INF/lib or try XWiki 5.4.3,
hoping the initial indexing has been improved (feedback is welcomed).

Hope this helps,
Marius


On Tue, Apr 1, 2014 at 3:46 PM, kalor k.koscio...@mnlabs.pl wrote:
 Hi,

 Is it possible to disable Solr indexing at startup ?

 Best regards
 Karol



 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Disable-Solrd-indexing-at-startup-tp7589878.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 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] xwiki 6.0RC1

2014-04-02 Thread Pascal BASTIEN
Is it released now? :-))

More seriously, I open the bug about DW and proxy:
http://jira.xwiki.org/browse/XWIKI-10209

Thank you




 De : Thomas Mortagne thomas.morta...@xwiki.com
À : Pascal BASTIEN pbasnews-xw...@yahoo.fr 
Cc : XWiki Users users@xwiki.org 
Envoyé le : Mercredi 2 avril 2014 10h31
Objet : Re: [xwiki-users] xwiki 6.0RC1
 

It's a bit short, I'm currently releasing it :)

But I really doubt it will change anything, there is no much in M2 and
certainly nothing related.

On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:

 Ok.
 I will try xwiki 6.0 M2 before open a bug.
 ...

  the WAR file isn't ready yet? :-)


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


Re: [xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Thomas Mortagne
Thanks !

(yes it's released on
http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/6.0-milestone-2/,
need to finish paper work and announces)

On Wed, Apr 2, 2014 at 10:54 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 Is it released now? :-))

 More seriously, I open the bug about DW and proxy:
 http://jira.xwiki.org/browse/XWIKI-10209

 Thank you

 
 De : Thomas Mortagne thomas.morta...@xwiki.com
 À : Pascal BASTIEN pbasnews-xw...@yahoo.fr
 Cc : XWiki Users users@xwiki.org
 Envoyé le : Mercredi 2 avril 2014 10h31

 Objet : Re: [xwiki-users] xwiki 6.0RC1

 It's a bit short, I'm currently releasing it :)

 But I really doubt it will change anything, there is no much in M2 and
 certainly nothing related.

 On Wed, Apr 2, 2014 at 10:22 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr
 wrote:

 Ok.
 I will try xwiki 6.0 M2 before open a bug.
 ...

  the WAR file isn't ready yet? :-)






-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] DefaultVelocityEngine - Warnings

2014-04-02 Thread Hamster
In our effort to increase the performance of our XWiki 5.4.3 we are noticing
warnings in our logs:

2014-04-01 16:36:59,657
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in
xwiki:Dashboard.WebHome@1,47 
2014-04-01 16:36:59,657
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in
xwiki:Dashboard.WebHome@2,46 
2014-04-01 16:36:59,657
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in
xwiki:Dashboard.WebHome@3,49 
2014-04-01 16:36:59,657
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in
xwiki:Dashboard.WebHome@4,52 
2014-04-01 16:36:59,658
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in
xwiki:Dashboard.WebHome@5,50 
2014-04-01 16:36:59,658
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in
xwiki:Dashboard.WebHome@6,49

2014-04-01 16:36:59,836
[http://XXX.XXX.XXX:8080/xwiki/bin/ssx/SyntaxHighlighting/SyntaxHighlighting?language=nl]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
xwiki:SyntaxHighlighting.SyntaxHighlighting@5,62 
2014-04-01 16:37:00,050
[http://XXX.XXX.XXX:8080/xwiki/bin/jsx/SyntaxHighlighting/Autocomplete?language=nl]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
xwiki:SyntaxHighlighting.Autocomplete@5,62 
2014-04-01 16:37:00,054
[http://XXX.XXX.XXX:8080/xwiki/bin/jsx/SyntaxHighlighting/SyntaxHighlighting?language=nl]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
xwiki:SyntaxHighlighting.SyntaxHighlighting@5,62 

2014-04-01 16:37:08,168
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Algemeen/Engineering] WARN 
o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.searchDocuments] in
xwiki:Algemeen.Engineering@12,26 
2014-04-01 16:37:32,109
[http://XXX.XXX.XXX:8080/xwiki/bin/view/Algemeen/PersoneelInformatie] WARN 
o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.searchDocuments] in
xwiki:Algemeen.PersoneelInformatie@12,26 

As far as I can see, there are 3 distinct warnings:

1) Deprecated usage of getter [com.xpn.xwiki.api.DeprecatedContext.getUser]
in xwiki:Dashboard.WebHome@1,47

2) Deprecated usage of method
[com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
xwiki:SyntaxHighlighting.SyntaxHighlighting@5,62

3) Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in
xwiki:Algemeen.Engineering@12,26


(1) This is the warning I can't put my finger on at all. Where should I
start looking?

(2) This looks like part of an Extension...but our Xwiki does NOT have the 
Syntax Highlighting Application
http://extensions.xwiki.org/xwiki/bin/view/Extension/Syntax+Highlighting+Application
  
installed.

(3) This error is probable related to an XWiki Macro I have written which
indeed uses the $wiki.searchDocuments. What method should I use instead?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/DefaultVelocityEngine-Warnings-tp7589925.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] DefaultVelocityEngine - Warnings

2014-04-02 Thread Thomas Mortagne
On Wed, Apr 2, 2014 at 11:48 AM, Hamster teun...@hotmail.com wrote:
 In our effort to increase the performance of our XWiki 5.4.3 we are noticing
 warnings in our logs:

 2014-04-01 16:36:59,657
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
 [com.xpn.xwiki.api.DeprecatedContext.getUser] in
 xwiki:Dashboard.WebHome@1,47
 2014-04-01 16:36:59,657
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
 [com.xpn.xwiki.api.DeprecatedContext.getUser] in
 xwiki:Dashboard.WebHome@2,46
 2014-04-01 16:36:59,657
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
 [com.xpn.xwiki.api.DeprecatedContext.getUser] in
 xwiki:Dashboard.WebHome@3,49
 2014-04-01 16:36:59,657
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
 [com.xpn.xwiki.api.DeprecatedContext.getUser] in
 xwiki:Dashboard.WebHome@4,52
 2014-04-01 16:36:59,658
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
 [com.xpn.xwiki.api.DeprecatedContext.getUser] in
 xwiki:Dashboard.WebHome@5,50
 2014-04-01 16:36:59,658
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Dashboard/WebHome?srid=tC0qENZUf_type=DOCUMENTf_locale=nlf_locale=r=1]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of getter
 [com.xpn.xwiki.api.DeprecatedContext.getUser] in
 xwiki:Dashboard.WebHome@6,49

 2014-04-01 16:36:59,836
 [http://XXX.XXX.XXX:8080/xwiki/bin/ssx/SyntaxHighlighting/SyntaxHighlighting?language=nl]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
 [com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
 xwiki:SyntaxHighlighting.SyntaxHighlighting@5,62
 2014-04-01 16:37:00,050
 [http://XXX.XXX.XXX:8080/xwiki/bin/jsx/SyntaxHighlighting/Autocomplete?language=nl]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
 [com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
 xwiki:SyntaxHighlighting.Autocomplete@5,62
 2014-04-01 16:37:00,054
 [http://XXX.XXX.XXX:8080/xwiki/bin/jsx/SyntaxHighlighting/SyntaxHighlighting?language=nl]
 WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
 [com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
 xwiki:SyntaxHighlighting.SyntaxHighlighting@5,62

 2014-04-01 16:37:08,168
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Algemeen/Engineering] WARN
 o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
 [com.xpn.xwiki.api.XWiki.searchDocuments] in
 xwiki:Algemeen.Engineering@12,26
 2014-04-01 16:37:32,109
 [http://XXX.XXX.XXX:8080/xwiki/bin/view/Algemeen/PersoneelInformatie] WARN
 o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
 [com.xpn.xwiki.api.XWiki.searchDocuments] in
 xwiki:Algemeen.PersoneelInformatie@12,26

 As far as I can see, there are 3 distinct warnings:

 1) Deprecated usage of getter [com.xpn.xwiki.api.DeprecatedContext.getUser]
 in xwiki:Dashboard.WebHome@1,47

 2) Deprecated usage of method
 [com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileLink] in
 xwiki:SyntaxHighlighting.SyntaxHighlighting@5,62

 3) Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in
 xwiki:Algemeen.Engineering@12,26


 (1) This is the warning I can't put my finger on at all. Where should I
 start looking?

This one means a Velocity script is using $context instead of $xcontext.


 (2) This looks like part of an Extension...but our Xwiki does NOT have the
 Syntax Highlighting Application
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Syntax+Highlighting+Application
 installed.

Probably mean you imported it and not installed it as extension.


 (3) This error is probable related to an XWiki Macro I have written which
 indeed uses the $wiki.searchDocuments. What method should I use instead?

See 
http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/platform/xwiki-platform-oldcore/6.0-milestone-1/xwiki-platform-oldcore-6.0-milestone-1-javadoc.jar/!/index.html
and http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module




 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/DefaultVelocityEngine-Warnings-tp7589925.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org

[xwiki-users] [ANN] XWiki 6.0 Milestone 2 released

2014-04-02 Thread Thomas Mortagne
The XWiki development team is proud to announce the availability of
XWiki 6.0 Milestone 2.
This milestone is moving forward on new Flamingo skin and fix many bugs.


You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki60M2

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Attachments: upload from Dropbox

2014-04-02 Thread Cristian Spoiala
Hi all,

Any suggestions ?

Thank you!

---
Cristian Spoiala


On Tue, Mar 18, 2014 at 8:37 PM, Cristian Spoiala scrist...@gmail.comwrote:

 Hi everyone,

 Did anyone manage to add Dropbox API integration to Attachments. Instead
 of uploading a local file to upload a file from Dropbox.

 Is there any pluging doing something similar to Attachments ?

 Thank you!

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


Re: [xwiki-users] Attachments: upload from Dropbox

2014-04-02 Thread Hamster
Looking at  Dropbox Chooser
https://www.dropbox.com/developers/dropins/chooser/js  , it looks like the
web app needs to have an app key from Dropbox.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Attachments-upload-from-Dropbox-tp7589664p7589932.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] No create wiki menu in XWiki 5.4.3

2014-04-02 Thread Jeremie BOUSQUET
Hello,


2014-04-02 10:21 GMT+02:00 Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:

 On Fri, Mar 28, 2014 at 4:53 PM, Jeremie BOUSQUET
 jeremie.bousq...@gmail.com wrote:
  Hello,
 
  Just migrated from 4.5.2 to 5.4.3, and it worked perfectly except some
  issues (or misunderstandings) :
  - My user is in an admin group with admin and PR rights, and I've set it
  also (on the group) the create wiki right. Still, when logged in, I
 don't
  have any wiki item in the Add menu (only usual space, page, ...). I'm
  sure I'm missing something obvious but can't find it.

  - I show the Blog in a gadget of the Dashboard. Weirdly, permalinks
  correctly point to each blog entry, but the link from page title points
 to
  a create action (though it points apparently to exact same url as
 permalink
  except for the create action). The same for the buttons on right side
 of
  each blog subject (create/delete/)

 Does this happen on a subwiki?


No it's on main wiki, anyway I'm not able to create sub-wikis because of
first point I listed ;)


 The default UI for subwikis doesn't
 include the Blog application any more in 5.4.3 so the Blog application
 is removed during the upgrade. You should have been asked to confirm
 the deletion of unused wiki pages during the upgrade and the Blog code
 pages must have been among those pages. See

 http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Manager+Application#HDeleteUnusedWikiPages

. The upgrade doesn't remove the pages created by the user (e.g. the
 blog posts). That's why the links to the Blog UI pages have /create/
 action (they have been removed) and the links to the blog posts are
 fine (they have been kept).


I'm not sure of what is the difference between a Blog UI page and a blog
post page here ...
Example of bad link (ko):
http://host:port/xwiki/bin/create/Blog/TOTO?parent=Main.WebHome
Permalink for same post (ok):
http://host:port/xwiki/bin/view/Blog/TOTO

I wonder if both points I list may be linked together ...
Currently I cloned my original instance to test migration, and it's now
configured as follow:
DB : mysql, schema xwikinew, user xwiki
xwiki.cfg : xwiki.db=xwikinew



 Hope this helps,
 Marius

 
  Thanks,
  Jeremie
  ___
  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

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


[xwiki-users] [BUG] Do the attachments hustle

2014-04-02 Thread Hamster
Can someone please reproduce these steps?

First prepare 2 documents for upload. Let's say 2 MSWord documents, A.doc
and B.doc.

1) Create a new page, enter some text
2) Upload A.doc
3) Remove A.doc
4) Upload B.doc
5) Activate the version where you uploaded A.doc (should be version 2.1)
6) Delete the latest version of the page (this *should* take you back to
version 4.1 where you uploaded B.doc)

Examine the attachments page:
It will show A.doc and B.doc (which in my opinion is strange, because I
would expect to only find B.doc).

Try to open A.doc (this is possible), now try to open B.doc (this is NOT
possible).



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/BUG-Do-the-attachments-hustle-tp7589936.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [BUG] Do the attachments hustle

2014-04-02 Thread Hamster
What I would have expected:

Deleting the last version of the page should take be back where only B.doc
was uploaded (and B.doc should be accessible).

But now I have BOTH attachments (small bug), and B.doc is NOT accessible!
(major bug!)



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/BUG-Do-the-attachments-hustle-tp7589936p7589937.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Clickable bar macro

2014-04-02 Thread coldserenity
Hello,

  If I wanted to create a clickable bar layout on my wiki similar to
http://spring.io/projects
  Which would be the best set of macros to use?
  
  Regards,
Roman



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Clickable-bar-macro-tp7589940.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] No create wiki menu in XWiki 5.4.3

2014-04-02 Thread Guillaume Louis-Marie Delhumeau
2014-03-28 15:53 GMT+01:00 Jeremie BOUSQUET jeremie.bousq...@gmail.com:

 Hello,

 Just migrated from 4.5.2 to 5.4.3, and it worked perfectly except some
 issues (or misunderstandings) :
 - My user is in an admin group with admin and PR rights, and I've set it
 also (on the group) the create wiki right. Still, when logged in, I don't
 have any wiki item in the Add menu (only usual space, page, ...). I'm
 sure I'm missing something obvious but can't find it.


Can you display, somewhere, $isWikiUIAvailable and $hasCreateWiki in a
{{velocity}} macro?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Incorrect search result in XWiki Enterprise 5.0.1

2014-04-02 Thread beauchef
I tried looking for something on the subject somewhere, but couldn't find
anything.
Was there (or is there) a known issue with XWiki's search feature?
When I do a search, most often then not, the number of pages, and total
results are wrong.
For example, on page 1, it will tell me I have 12 results, and it will
display 6 items instead of 10.
Then when I go on page 2, it will tell me I have 16 results, and display 5
items.

I am not the one who installed and configured this wiki.
So I have no idea of what was done, or where to look.

Anybody has an idea? Or a pointer? Any help would be appreciated.

Thanks.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Incorrect-search-result-in-XWiki-Enterprise-5-0-1-tp7589944.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fwd: Xwiki 5.4. Implicit Search

2014-04-02 Thread Daniel Ebanja
-- Weitergeleitete Nachricht --
Von: Daniel Ebanja danieleba...@googlemail.com
Datum: 02.04.2014 15:50
Betreff: Xwiki 5.4. Implicit Search
An: Sergiu Dumitriu ser...@xwiki.org
Cc:

Hi Sergiu,
i have this problem when I search.
Searching for say, foot gives me only results where this word is
explicitly found.
I will like to have implicit results e.g footy, football i.e as if i had
searched for foot*. Can this be configured in xwiki.cfg?
Thanks in advance.
Wish you a nice day.
Daniel
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users