Re: [xwiki-users] User Permissions Issue

2015-04-18 Thread vinc...@massol.net
And 6.4.4 has now been released with a fix! :)

Thanks
-Vincent

On 16 Apr 2015 at 11:00:02, Marius Dumitru Florea 
(mariusdumitru.flo...@xwiki.com(mailto:mariusdumitru.flo...@xwiki.com)) wrote:

> We just added a note to the 6.4.3 RN
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki643
> . Check the text in red. Maybe you are facing the same issue.
> 
> On Tue, Apr 14, 2015 at 7:22 PM, mahomed wrote:
> > Thanks for still responding Hamster. Am I correct that you are using version
> > 5.4.3 and not version 7? I think it got changed/broken in v6

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


Re: [xwiki-users] Fwd: Can'tbuild project xwiki-platform-wiki-default

2015-04-18 Thread vinc...@massol.net



On 17 Apr 2015 at 22:47:00, Khjintcorp (khjintc...@gmail.com) wrote:



Sent from my iPhone

Begin forwarded message
> 
> Hi Marius.
>  
> I think this is related to MCOMPILER-122.
>  
> (See ComponentCheckerAnnotationProcessor.java). This is required because of
> http://jira.codehaus.org/browse/MCOMPILER-122.
>  
> However note that IntelliJ IDEA doesn't honor custom sourcepaths, see
> https://youtrack.jetbrains.com/issue/IDEA-133120, which means that you need 
> to turn off
> Annotation Processing in IDEA or IDEA will generate errors while building 
> modules -->


FTR I’ve fixed this on master (i.e.7.1-SNAPSHOT) and you don’t need to do 
anything in IDEA now, it’s turned off automatically if you’re doing a make 
inside IDEA.



Thanks

-Vincent




> 
> Vincent Massol’ note
>  
> I've hit this problem too.
> 
> I've had to do the following 
> (https://github.com/xwiki/xwiki-commons/blob/master/pom.xml#L762):
> 
> 
> org.apache.maven.plugins
> maven-compiler-plugin
> 
> 3.2
> 
> 1.7
> 1.7
> 
> 
> 
> 
> default-compile
> 
> 
> ${project.basedir}/src/main/java:${project.basedir}/src/main/resources
> 
> 
> 
> 
> default-testCompile
> 
> 
> ${project.basedir}/src/test/java:${project.basedir}/src/test/resources
> 
> 
> 
> 
> 
> However this isn't perfect. It works in Maven but fails in IDEA (see 
> https://youtrack.jetbrains.com/issue/IDEA-133120). I'm also not sure it works 
> on Windows machines (but that could be fixed with profiles).
> 
> In addition I've noticed that it runs javac with 2 -sourcepath parameters! 
> For example:
> 
> [DEBUG] -d 
> /Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/target/classes
>  -classpath 
> /Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/target/classes:/Users/vmassol/.m2/repository/org/xwiki/commons/xwiki-commons-tool-component-generation/6.4-SNAPSHOT/xwiki-commons-tool-component-generation-6.4-SNAPSHOT.jar:
>  
> -sourcepath 
> /Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/src/main/java:/Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/target/generated-sources/annotations:
>  
> -s 
> /Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/target/generated-sources/annotations
>  
> -g -deprecation -target 1.7 -source 1.7 -encoding UTF-8 
> -sourcepath 
> /Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/src/main/java:/Users/vmassol/dev/xwiki/git/xwiki-commons/xwiki-commons-core/xwiki-commons-stability/src/main/resources
>  
> -Xlint:all
>  
> ---
>  
> Do you know how to fix this in Window env
>  
>  
> Thanks
>  
> Ken
>  
> From: LIANG, KEN K (CTR) 
> Sent: Friday, April 17, 2015 11:06 AM
> To: 'khjintc...@gmail.com'
> Subject: Can'tbuild project xwiki-platform-wiki-default
>  
> Hi Marius
>  
> I used the entire xwiki-platform-wiki module on the clean master branch. I 
> used window to build xwiki.
>  
> Here is my configuration.
> C:\Projects\xwiki-platform>mvn -version
> Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 
> 2015-03-13T16:10:27-04:00)
> Maven home: C:\apache-maven-3.3.1
> Java version: 1.7.0_65, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_65\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>  
> I followed the direction on 
> http://dev.xwiki.org/xwiki/bin/view/Community/Building#HInstallingMaven. I 
> can do clean, but not install.
>  
> mvn clean install -Dxwiki.checkstyle.skip=true
>  
> It seems that the components in any modules are not able to be compiled. Do I 
> miss any steps in set up in order to build xwiki? I got the same issue when I 
> try to build the xwiki-common package
>  
> Thanks
>  
> Ken
>  
> On Apr 16, 2015 11:14:02 pm , Marius Dumitru Florea (mari...@xwiki.com) Wrote
> What branch / tag of https://github.com/xwiki/xwiki-platform/ are you
> building? Did you make any changes (is git status clean) ? Did you
> configure Maven as per
> http://dev.xwiki.org/xwiki/bin/view/Community/Building#HInstallingMaven
> ? What OS are you using?
>  
> I have no problem building the entire xwiki-platform-wiki module on
> the clean master branch, using Maven 3.0.4 and Java 7 on Linux
> (Ubuntu).
>  
> Hope this helps,
> Marius
>  
> On Thu, Apr 16, 2015 at 6:58 PM, Khjintcorp  wrote:
> Hello
>  
> I am new on Xwiki. I like to rebuild Xwiki platform or common packages. I 
> fixed
> all problems related to build. Except one thing if the module has component
> codes or components.txt I always got builderror. Please see the attached error
> log. I think I missed one thing but I don't know yet. Can you help me on this
> issue.
>  
> Thanks
>  
> Ken
>  
> Sent

Re: [xwiki-users] searching for public user profile data in a XWiki Enterprise 2.4.30451 installation

2015-04-18 Thread Ricardo.Julio.Rodriguez.Fernandez
Sorry for the noise! I found this rigth now...

[xwiki-users] search when not logged in
http://markmail.org/thread/zcynk6cswjpoefgz

I'll check it and report back.

Thanks!

Ricardo

--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es


De: users [users-boun...@xwiki.org] en nombre de Rodriguez Fernandez, Ricardo 
Julio
Enviado: sábado, 18 de abril de 2015 11:22
Para: users@xwiki.org
Asunto: [xwiki-users] searching for public user profile data in a XWiki 
Enterprise 2.4.30451 installation

Hi,

Searching for first names, last names or any other public user profile data 
gives for guest user no hits in this old installation. I'm using database index.

I'm not able to remember, and has not documented, any change affecting how 
search works on this information.

Guest users can see that information, for instance...

http://atriumkm.idisantiago.es/bin/XWiki/AteneaSotoSimon

... but search gives no hit looking for any string included in these fields.

I see that XWiki 7.0 index that fields out of the box, thus I guess XWiki 
follows the same policy in previous releases. But I'm not able to find how/why 
I broke this feature.

This old XWiki installation keeps been really useful for us and I would like 
keep it running. But we do need this search running.

Please, could you please point me in the right direction? Where must I change 
to allow guests to get users' profiles in their searches?

Thanks for your help!

Ricardo

--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es



Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users



Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] searching for public user profile data in a XWiki Enterprise 2.4.30451 installation

2015-04-18 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi,

Searching for first names, last names or any other public user profile data 
gives for guest user no hits in this old installation. I'm using database index.

I'm not able to remember, and has not documented, any change affecting how 
search works on this information.

Guest users can see that information, for instance...

http://atriumkm.idisantiago.es/bin/XWiki/AteneaSotoSimon

... but search gives no hit looking for any string included in these fields.

I see that XWiki 7.0 index that fields out of the box, thus I guess XWiki 
follows the same policy in previous releases. But I'm not able to find how/why 
I broke this feature.

This old XWiki installation keeps been really useful for us and I would like 
keep it running. But we do need this search running.

Please, could you please point me in the right direction? Where must I change 
to allow guests to get users' profiles in their searches?

Thanks for your help!

Ricardo

--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es



Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users