Re: [xwiki-users] How to check $xcontext.get(xxxx) is empty?

2014-08-01 Thread Pascal BASTIEN
Thxs to all, but I try to explain more clairely :-) >From groovy I pass (or not) some parameter at my velocity script and in >velocity I simply want to check if my parameter exist or not. For the moment, i manage to writing this dirty code: In scheduler: xcontext.put("source", "SandboxTemplate")

Re: [xwiki-users] How to check $xcontext.get(xxxx) is empty?

2014-08-01 Thread Pascal BASTIEN
No I use Xwiki 6.1 but I follow this link for documentation: http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation De : Thomas Mortagne À : Pascal BASTIEN ; XWiki Users Envoyé le : Vendredi 1 août 2014 15h29 Objet : Re: [xwiki-users] How to check

Re: [xwiki-users] How to check $xcontext.get(xxxx) is empty?

2014-08-01 Thread Pascal BASTIEN
My script is launch This test doesn't work #if (xcontext.get("source") != $null)   #set ($Source = "xcontext.get("source")") #else   #set ($Source =  "SandboxTemplate") #end To resume: I'm looking for a test to know if a xcontext.get("parameter

[xwiki-users] How to check $xcontext.get(xxxx) is empty?

2014-08-01 Thread Pascal BASTIEN
Hello, I have "some" difficulty with my groovy/velocity code: I manage to pass some parameter between my scheduler/groovy script to my velocity code of my page but I need to check in my velocity code if my parameter exist (or not). http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwi

Re: [xwiki-users] about password and LDAP

2014-07-31 Thread Pascal BASTIEN
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-ldap/xwiki-platform-ldap-authenticator/src/main/java/com/xpn/xwiki/plugin/ldap/XWikiLDAPUtils.java but I don't know how to call it in groovy script. De : Thomas Mortagne

Re: [xwiki-users] about password and LDAP

2014-07-31 Thread Pascal BASTIEN
Thanks you. In fact, I want to repopulate automaticelly my LDAP cache to avoid the time for my first user connexion. Your command seem to empty the cache containing LDAP groups . Anyway I didn't manage to launch it, because I obtain this error :-/ javax.script.ScriptException: javax.script.Script

Re: [xwiki-users] xWiki 6.1 LDAP Issues

2014-07-31 Thread Pascal BASTIEN
Hello, My xwiki site authentificated on LDAPS. I applied this tip http://jira.xwiki.org/browse/XWIKI-865 to make it work. Pascal B De : RonHancock À : users@xwiki.org Envoyé le : Mardi 29 juillet 2014 17h57 Objet : Re: [xwiki-users] xWiki 6.1 LDAP Issues

Re: [xwiki-users] about password and LDAP

2014-07-31 Thread Pascal BASTIEN
For informations, my new LDAP filter seem more efficient to genrate ldap cache: xwiki.authentication.ldap.user_group=(&(objectClass=Person)(ou:dn:=)(!(mZone=EXTERNE))) Thxs both. > > - With ldap authentication, I filter members by ldap statics groups > > #-# Only members of the following

Re: [xwiki-users] about password and LDAP

2014-07-30 Thread Pascal BASTIEN
your SQL querie has also answered at my next question: if I use LDAP authentication, a copy of  user ldap password is apparently NOT stored in the database. De : Clemens Klein-Robbenhaar À : users@xwiki.org Envoyé le : Mercredi 30 juillet 2014 13h57 Objet :

[xwiki-users] about password and LDAP

2014-07-30 Thread Pascal BASTIEN
Hello, I have some questions (today :-) ) - I wondered where is stored local users password?  More precisely in which table? I see that users are in xwikidoc table: http://platform.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema (but not the password) Note, I don't want reinitialize password

Re: [xwiki-users] Some questions about .WAR that you provided for xwiki 6.2

2014-07-29 Thread Pascal BASTIEN
Ok.thanks you: http://jira.xwiki.org/browse/XCOMMONS-624 De : "vinc...@massol.net" À : XWiki Users Envoyé le : Lundi 28 juillet 2014 15h04 Objet : Re: [xwiki-users] Some questions about .WAR that you provided for xwiki 6.2 ... > There are this empty file

[xwiki-users] Some questions about .WAR that you provided for xwiki 6.2

2014-07-28 Thread Pascal BASTIEN
Hello, My internet host asking me some question about it. If you can help me to answer. :-) There are some duplicate libraries in ./WEB-INF/lib: - /WEB-INF/lib/antlr-2.7.6.jar /WEB-INF/lib/antlr-runtime-3.5.jar - commons-lang-2.6.jar commons-lang3-3.3.1.jar - jdom-1.1.3.jar jdom2-2.0.5.jar - xwi

Re: [xwiki-users] link with queryString doesn't work well

2014-07-22 Thread Pascal BASTIEN
Done! https://github.com/xwiki/xwiki-platform/pull/303 I just modified tag, I think it is sufficient. Pascal BASTIEN De : "vinc...@massol.net" À : XWiki Users Envoyé le : Mardi 22 juillet 2014 9h52 Objet : Re: [xwiki-users] link with queryStri

Re: [xwiki-users] how to purge history in a space? Did I found bug?

2014-07-22 Thread Pascal BASTIEN
. De : Eduard Moraru À : Pascal BASTIEN ; XWiki Users Envoyé le : Lundi 21 juillet 2014 15h45 Objet : Re: [xwiki-users] how to purge history in a space? Did I found bug? Hi Pascal, Why are you doing this manually? If you pass $NULL to the wikilanguage parameter of $xwiki.copyDocument

Re: [xwiki-users] link with queryString doesn't work well

2014-07-22 Thread Pascal BASTIEN
Ho blame on me! sorry about the mess. I was disoriented by Sandbox in xwiki 2.0 syntax  and this wrong copy and paste :-( Anyway, can we correct the sandbox => put it the xwiki 2.1 syntax? De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Env

[xwiki-users] link with queryString doesn't work well

2014-07-21 Thread Pascal BASTIEN
ve I typing wrong syntaxe to open: http://localhost:8080/xwiki/bin/view/Main/SpaceIndex?space=FAQ in a new windows by example? Doc.: http://playground.xwiki.org/xwiki/bin/view/XWiki/XWikiSyntax?syntax=2.1§ion=Links Pascal BASTIEN ___ users mailing

Re: [xwiki-users] copyDocument method: copy without attachments?

2014-07-21 Thread Pascal BASTIEN
Yes I think you are right (I copy FR version), I will check that tomorrow. De : Thomas Mortagne À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Lundi 21 juillet 2014 16h06 Objet : Re: [xwiki-users] copyDocument method: copy without attachments? Maybe

Re: [xwiki-users] copyDocument method: copy without attachments?

2014-07-21 Thread Pascal BASTIEN
ULL as you suggest) Cf.: http://extensions.xwiki.org/xwiki/bin/view/Extension/Reinit_Sandbox I will recheck with your parameter thank you. De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Lundi 21 juillet 2014 15h51 Objet : Re: [xwiki-u

Re: [xwiki-users] Can I send email to a group with xwiki 6?

2014-07-21 Thread Pascal BASTIEN
Thxs. I will use a loop then. De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Lundi 21 juillet 2014 15h38 Objet : Re: [xwiki-users] Can I send email to a group with xwiki 6? I don't think there's any UI for this, but i

[xwiki-users] copyDocument method: copy without attachments?

2014-07-21 Thread Pascal BASTIEN
source page is not copied on target space... Is it normal? Thxs. Pascal BASTIEN ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Upgrade problems xwiki 6.1 - missing attachments

2014-07-17 Thread Pascal BASTIEN
Hello, For my part, on Tomcat server on Debian, I add this step to upgrade from 6.0 to 6.1: 6.a - Of course, check the value of environment.permanentDirectory=/home/data_xwiki/ in  WEB-INF/xwiki.properties (eventualy you can remove solr and lucene subdirectory) 6.b I remove temporary directo

[xwiki-users] Can I send email to a group with xwiki 6?

2014-07-16 Thread Pascal BASTIEN
Hello, I want send mail from xwiki to inform XWikiAllGroup of  my xwiki upgrade I tested with Invitation application and share by email without success. Both want email or xwiki username. Is it possible? Thxs. Pascal BASTIEN ___ users mailing list

Re: [xwiki-users] how to purge history in a space? Did I found bug?

2014-07-11 Thread Pascal BASTIEN
ocity): sandbox.WebHome (en) to NewSpace.WebHome (en)  sandbox.WebHome (fr) to NewSpace.WebHome (fr) sandbox.WebHome (xx) to NewSpace.WebHome (xx) Then I try to retrieve: doc.language  in my for each loop ... De : Jeremie BOUSQUET À : Pascal BASTIEN ; XWiki Users Envo

Re: [xwiki-users] how to purge history in a space? Did I found bug?

2014-07-11 Thread Pascal BASTIEN
mDoc.name return nothing. Are there a magic functions? Thxs ____ De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Jeudi 10 juillet 2014 21h20 Objet : Re: [xwiki-users] how to purge history in a space? Did I found bug? Just print $item a

Re: [xwiki-users] how to purge history in a space?

2014-07-10 Thread Pascal BASTIEN
ould be nice to share "how to reinitialize a space” as a snippet on extensions.xwiki.org when you have it all working ;)  Thanks  -Vincent On 8 Jul 2014 at 17:38:43, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: >  >  > FYI, finally I add t

Re: [xwiki-users] how to purge history in a space? Did I found bug?

2014-07-10 Thread Pascal BASTIEN
space with language : Did I found a bug? NB: I don't use "#foreach ($docName in $xwiki.getSpaceDocsName("SandboxTemplate")" because if Administrator doesn't display hidden document, this code doesn't return  SandboxTemplate space hidden documents :-( Thxs

Re: [xwiki-users] how to purge history in a space? Did I found bug?

2014-07-10 Thread Pascal BASTIEN
found a bug? NB: I don't use "#foreach ($docName in $xwiki.getSpaceDocsName("SandboxTemplate")" because if Administrator doesn't display hidden document, this code doesn't return  SandboxTemplate space hidden documents :-( Thxs Pascal BASTIEN __

Re: [xwiki-users] how to purge history in a space?

2014-07-09 Thread Pascal BASTIEN
ascal, It could be nice to share "how to reinitialize a space” as a snippet on extensions.xwiki.org when you have it all working ;)  Thanks  -Vincent On 8 Jul 2014 at 17:38:43, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: >  >  > FYI, finally

Re: [xwiki-users] how to purge history in a space?

2014-07-08 Thread Pascal BASTIEN
on except Sandbox.WebHome Sandbox/?viewer=history return: "Advertissment: impossible to find this document" The velocity macro to reinit my Sandbox working well now. Thxs De : Pascal BASTIEN À : XWiki Users Envoyé le : Mardi 8 juillet 2014 15h07 Obj

Re: [xwiki-users] how to purge history in a space?

2014-07-08 Thread Pascal BASTIEN
__ De : "vinc...@massol.net" À : XWiki Users Envoyé le : Mardi 8 juillet 2014 11h35 Objet : Re: [xwiki-users] how to purge history in a space? On 8 Jul 2014 at 11:14:25, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: > Yes thxs you, I saw this ex

Re: [xwiki-users] how to purge history in a space?

2014-07-08 Thread Pascal BASTIEN
-Vincent On 8 Jul 2014 at 10:29:13, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: > Hello, > I need some help with my velocity script. > I try to remove history of pages on a space. > This code work well for a page: >  > {{velocity}} > $xw

[xwiki-users] how to purge history in a space?

2014-07-08 Thread Pascal BASTIEN
Hello, I need some help with my velocity script. I try to remove history of pages on a space. This code work well for a page: {{velocity}} $xwiki.getDocument('BacASable.TestPage3').getDocument().resetArchive($context.context) {{/velocity}} but my script fail when I launch this one to remove his

Re: [xwiki-users] a newbie question about Autocompletion Application

2014-07-03 Thread Pascal BASTIEN
Thxs a lot: when we know Ctrl+space shortcut it is simpler :-) I just edited this page to indicate the shortcut: http://extensions.xwiki.org/xwiki/bin/view/Extension/AutoCompletion+Application De : Eduard Moraru À : Pascal BASTIEN ; XWiki Users Envoyé le

[xwiki-users] a newbie question about Autocompletion Application

2014-07-02 Thread Pascal BASTIEN
Hello, I try to use the autocompletion application (http://extensions.xwiki.org/xwiki/bin/view/Extension/AutoCompletion+Application) without success. Are they a shortcut to provide methods and all other things? I edit in xwiki mode, add my 2 velocity tags, typing $xwiki. and tab ... without res

[xwiki-users] CAS authenticator and groups

2014-07-01 Thread Pascal BASTIEN
Hello, I wanted to know if it is possible to filter by groups with CAS authenticator. http://extensions.xwiki.org/xwiki/bin/view/Extension/Authenticator+Jasig+CAS I must maps groups with xwikiAllgroups? Are there a parameter like LDAP one? #-# Only members of the following group can authenticate

Re: [xwiki-users] I can not relaunch distribution wizard with xwiki 6.0

2014-06-19 Thread Pascal BASTIEN
My problem was that I transfer my database and my permanentDirectory to my dataserver, they change the path and forget to install UI on DW. I manage to relaunch the DW: I delete /home/data_xwiki/extension to Thxs. De : Thomas Mortagne À : Pascal BASTIEN

[xwiki-users] I can not relaunch distribution wizard with xwiki 6.0

2014-06-18 Thread Pascal BASTIEN
on of /home/data_xwiki/jobs/status/distribution subdirectory ever doesn't work Thxs Pascal BASTIEN ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] xwiki code isn't interpreted in footer?

2014-06-11 Thread Pascal BASTIEN
ld do $xwiki.getDocument("BacASable.PiedDePage").getRenderedContent() which would output the relevant html. Thanks, Caleb On 06/11/2014 11:34 AM, Pascal BASTIEN wrote: > Hello, > > Are there a way to include some page in footer? > I tried without success {{include

[xwiki-users] xwiki code isn't interpreted in footer?

2014-06-11 Thread Pascal BASTIEN
Hello, Are there a way to include some page in footer? I tried without success {{include context="NEW" reference="BacASable.PiedDePage"/}} in and in footer.vm and  Footer:Space Copyright. Thxs. Pascal B ___ users mailing list users@xwiki.org http://

Re: [xwiki-users] improve SpaceIndex

2014-06-05 Thread Pascal BASTIEN
Ok, I'm begin to understand a simple way to do it: use xwiki to edit my SpaceIndex document, export in xar format and unzip to catch xml file with my nice new guid :-) I will pull this afternoom (I'm hungry) ____ De : Pascal BASTIEN À : "vin

Re: [xwiki-users] improve SpaceIndex

2014-06-05 Thread Pascal BASTIEN
Ok: guid seem to be random uuid: http://lists.xwiki.org/pipermail/devs/2010-January/041224.html De : Pascal BASTIEN À : "vinc...@massol.net" ; XWiki Users Envoyé le : Jeudi 5 juin 2014 11h13 Objet : Re: [xwiki-users] improve SpaceIndex T

Re: [xwiki-users] improve SpaceIndex

2014-06-05 Thread Pascal BASTIEN
À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Mercredi 4 juin 2014 14h57 Objet : Re: [xwiki-users] improve SpaceIndex Hi Pascal,  On 4 Jun 2014 at 10:12:56, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: > Hello, > > If I found a patch to reso

Re: [xwiki-users] improve SpaceIndex

2014-06-04 Thread Pascal BASTIEN
De : "vinc...@massol.net" À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex Thanks Pascal Would be great if you could create 1) a JIRA issue and 2) a Pull Request on  https://github.com/xwiki/xwiki-platform for this! Tha

Re: [xwiki-users] improve SpaceIndex

2014-06-03 Thread Pascal BASTIEN
Ok, then: 1- http://jira.xwiki.org/browse/XCOMMONS-602 and 2 - https://github.com/xwiki/xwiki-platform/pull/280 Am I good? :-) Tell me if it is correct ... or no. Thxs De : "vinc...@massol.net" À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Ma

[xwiki-users] improve SpaceIndex

2014-06-03 Thread Pascal BASTIEN
Hello, Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort: http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Comments Have fun :-) It will be nice to add that at xwiki engine... Pascal B __

Re: [xwiki-users] include problem with french characters

2014-05-28 Thread Pascal BASTIEN
K thanks for your answer. I just opened a bug about it: http://jira.xwiki.org/browse/XWIKI-10392 De : Thomas Mortagne À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 28 mai 2014 18h35 Objet : Re: [xwiki-users] include problem with french characters

Re: [xwiki-users] include problem with french characters

2014-05-28 Thread Pascal BASTIEN
-io'n 4 = Bla bla Séct-io'n 4 source is id=mycustomid = titre 2 = blabla 2 De : Thomas Mortagne À : Pascal BASTIEN ; XWiki Users Cc : Jean SIMARD Envoyé le : Mercredi 28 mai 2014 17h48 Objet : Re: [xwiki-users] include problem with french cha

Re: [xwiki-users] include problem with french characters

2014-05-28 Thread Pascal BASTIEN
e second heading id will have “-1” suffixed.. In any case I agree it’s not user-friendly for this use case but also when specifying the anchor in the wiki link syntax and you should open a JIRA issue IMO. Thanks -Vincent On 28 May 2014 at 14:50:28, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto

Re: [xwiki-users] include problem with french characters

2014-05-28 Thread Pascal BASTIEN
_ De : Jean SIMARD À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 28 mai 2014 16h51 Objet : Re: [xwiki-users] include problem with french characters Hi Bastien, You shouldn't have problems with French characters.  Maybe it's only a matter of configuration of your wiki?  D

[xwiki-users] include problem with french characters

2014-05-28 Thread Pascal BASTIEN
Hello, The include function is to hard to use with some non-us  character like french: éèà'ç ... By example, I have a document with this section: = Level1 - Séct-io'n 4 = Bla bla if I want to include this section: "Level1 - Séct-io'n 4"  I must use this include {{include reference="Pagefill

Re: [xwiki-users] need to clean a little bit xwiki 6.0 package

2014-05-28 Thread Pascal BASTIEN
My mistake: it was a test made by another user :-/ Sorry De : Thomas Mortagne À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 28 mai 2014 10h08 Objet : Re: [xwiki-users] need to clean a little bit xwiki 6.0 package I don't understand what yo

[xwiki-users] need to clean a little bit xwiki 6.0 package

2014-05-28 Thread Pascal BASTIEN
Hello, Just a word to indicate than xwiki 6.0 (or UI extension) contain this page on new wiki: under XWiki/OfficeImporter /bin/view/XWiki/EdouardEV Edward. The story I will tell you may seem crazy, you will find exciting or perhaps annoying, but you should read it to the end .. That's all I

[xwiki-users] newsletter application seem to break xwikiUserSheet with flamingo skin

2014-05-13 Thread Pascal BASTIEN
Hello, If I install newsletter extension on xwiki 6.0, my profil is display like this :-( http://snag.gy/NY6p2.jpg Thxs Pascal B ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] launch scheduled job and flamengo skin with table

2014-04-25 Thread Pascal BASTIEN
>  > Thanks so are they a way to send login/password by URL? because my xwiki > "Prevent unregistered users from viewing pages, regardless of the page > or space rights > “ Did you check the REST documentation for example? Now yes :-) http://platform.xwiki.org/xwiki/bin/view/Features/XWikiREST

Re: [xwiki-users] launch scheduled job and flamengo skin with table

2014-04-25 Thread Pascal BASTIEN
>  > Yes but my question is: can I launch some scheduled jobs of scheduler > application by cron (on linux system) > My site web hosting does not like quartz and prefer cron. You can do whatever you want. In your cron script you’ll just need to call some wiki page that contains the script to

Re: [xwiki-users] launch scheduled job and flamengo skin with table

2014-04-25 Thread Pascal BASTIEN
De : "vinc...@massol.net" À : Pascal BASTIEN ; XWiki Users Envoyé le : Vendredi 25 avril 2014 11h33 Objet : Re: [xwiki-users] launch scheduled job and flamengo skin with table Hi, On 25 Apr 2014 at 11:12:27, Pascal BASTIEN (pbasnews-xw..

[xwiki-users] launch scheduled job and flamengo skin with table

2014-04-25 Thread Pascal BASTIEN
Is it normal? Thxs Pascal BASTIEN ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] newsletter extension doesn't work

2014-04-22 Thread Pascal BASTIEN
Hello I tested newsletter extension 1.0.1 on xwiki 5.4.2 and 6.0RC1. http://extensions.xwiki.org/xwiki/bin/view/Extension/Newsletter+Application I followed the instruction, create instance but the scheduler doesn't send mail at users... (My user subscribe at my newsletter and xwiki.mailsender.sen

Re: [xwiki-users] hidden space - xwiki 5.4.2

2014-04-15 Thread Pascal BASTIEN
I wanted disabled new page creation in a space but allow to edit existing pages in the same space... But thxs a lot for the snippet to hidding all a space. - Mail original - De : Hamster À : users@xwiki.org Cc : Envoyé le : Mardi 15 avril 2014 7h44 Objet : Re: [xwiki-users] hidden

Re: [xwiki-users] hidden space - xwiki 5.4.2

2014-04-14 Thread Pascal BASTIEN
ginal - De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Cc : Envoyé le : Lundi 14 avril 2014 12h36 Objet : Re: [xwiki-users] hidden space - xwiki 5.4.2 > > It doesn' t work well because the search tools find all pages from Sandbox > space and Space->"Documen

[xwiki-users] hidden space - xwiki 5.4.2

2014-04-14 Thread Pascal BASTIEN
Hello, I wanted blacklist some space for simple user... Then I try to make invisible "Sandbox" space with this code in xwikivars.vm template ## == ## Compute list of spaces to blacklist so that simple users don

Re: [xwiki-users] Statistics

2014-04-09 Thread Pascal BASTIEN
Thxs i will try that. De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 9 avril 2014 15h10 Objet : Re: [xwiki-users] Statistics You can always query the stats tables yourself. See http://extensions.xwiki.org/xwiki/bin/view

Re: [xwiki-users] How do you reset sandbox?

2014-04-09 Thread Pascal BASTIEN
À : XWiki Users Envoyé le : Mercredi 9 avril 2014 11h53 Objet : Re: [xwiki-users] How do you reset sandbox?   On 9 Apr 2014 at 11:45:01, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: > Ok but I wanted reset only my space Sandbox everyday. So I suppose I mus

Re: [xwiki-users] How do you reset sandbox?

2014-04-09 Thread Pascal BASTIEN
--add-drop-database playground > /root/playground/playground.sql And then every day with a os-level cron job: /usr/bin/mysql playground < /root/playground/playground.sql Thanks -Vincent On 9 Apr 2014 at 11:01:45, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr))

[xwiki-users] How do you reset sandbox?

2014-04-09 Thread Pascal BASTIEN
Hello, How do you reinit sandbox? With snippet and scheduler or bash + cron  to launch a SQL code on database? Thxs; ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Statistics

2014-04-09 Thread Pascal BASTIEN
Hello Are there a way to exclude all WebHome pages from "MostviewedPages" statistics table? Add a cron to delete all lines containing *.WebHome in xwikistatsdoc table of my postgres database? Thxs Pascal B ___ users mailing list users@xwiki.org htt

Re: [xwiki-users] xwiki 6.0RC1

2014-04-03 Thread Pascal BASTIEN
Port=" Pascal B De : Thomas Mortagne À : Pascal BASTIEN Cc : XWiki Users Envoyé le : Mercredi 2 avril 2014 11h33 Objet : Re: [xwiki-users] xwiki 6.0RC1 Thanks ! (yes it's released on http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/6.

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 À : Pascal BASTIEN Cc : XWiki Users Envoyé le : Mercredi 2 avril 2014 10h31 Objet : Re: [xwiki-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 À : Pascal BASTIEN Cc : XWiki Users Envoyé le : Mercredi 2 avril 2014 9h53 Objet : Re: [xwiki-users] xwiki 6.0RC1 Sounds like a proxy issue

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 À : Pascal BASTIEN Cc : XWiki Users 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

Re: [xwiki-users] xwiki 6.0RC1

2014-04-02 Thread Pascal BASTIEN
ill 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 Mort

[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

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

2014-03-27 Thread Pascal BASTIEN
' : 'text', 'sortable' : true, 'link' : 'field' },     'code' : { 'type' : 'text', 'sortable' : true },     'date' : { 'type' : 'text', 'sortable' : true } }) NB: this code indicat

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

2014-03-26 Thread Pascal BASTIEN
.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

Re: [xwiki-users] How to add a panel on wiki webhome

2014-03-25 Thread Pascal BASTIEN
elLayout(2 ['Stats.MostViewedPages'])   {{/html}} ##J'ai mis les droits de lecture pour Allgroup à Stats/Macros et Stats/MostViewedPages {{/velocity}} ________ De : Pascal BASTIEN À : XWiki Users Envoyé le : Lundi 24 mars 2014 13h20 Objet : [xwiki-users] H

[xwiki-users] How to add a panel on wiki webhome

2014-03-24 Thread Pascal BASTIEN
Hello, I didn't manage to add Most Viewed Spaces Panel  on my xwiki homepage. Do you a way to do that? I tested include or insert macro in inline mod (statitstic isn't display in list of choice) The only way is to add this panel at left or right side? Thxs Pascal B _

Re: [xwiki-users] newsletter extension doesn't send mail?

2014-03-21 Thread Pascal BASTIEN
Hello, In scheduler I see some groovy code "LOGGER.warn(" xxx Where can I read this logs? My tomcat doesn't receive this. Thanks for your help. Pascal ____ De : Pascal BASTIEN À : Pascal BASTIEN ; XWiki Users Envoyé le : Vendredi 21 mars 2014 1

Re: [xwiki-users] newsletter extension doesn't send mail?

2014-03-21 Thread Pascal BASTIEN
Hi again, Someone have a way to check scheduler working correctly? Thxs. De : Pascal BASTIEN À : Pascal BASTIEN ; XWiki Users ; XWiki Users Envoyé le : Mercredi 19 mars 2014 15h45 Objet : Re: [xwiki-users] newsletter extension doesn't send mail?

Re: [xwiki-users] newsletter extension doesn't send mail?

2014-03-19 Thread Pascal BASTIEN
past this in a new scheduled job, the job doesn't start. I must  install schedule plugin (I use xwiki 5.4.3)? http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Plugin ? De : Pascal BASTIEN À : XWiki Users Envoyé le : Mercredi 19 mars 2014 1

[xwiki-users] newsletter extension doesn't send mail?

2014-03-19 Thread Pascal BASTIEN
Hello I use newsletter extension (http://extensions.xwiki.org/xwiki/bin/view/Extension/Newsletter+Application) but I think scheduler doesn't work or mail doesn't sent... (My user subscribe at my newsletter) How can I log this to find the problem source? My xwiki user can sent mail from "share

Re: [xwiki-users] Wrong french translation

2014-03-18 Thread Pascal BASTIEN
publi\u00E9. Publier l'article. by xe.blog.code.notpublished=Cet article de blog n\u0027a pas encore \u00E9t\u00E9 publi\u00E9. Publier l\u0027article. without success (I obtain the same things) De : "vinc...@massol.net" À : Thomas Mortagne

Re: [xwiki-users] Wrong french translation

2014-03-18 Thread Pascal BASTIEN
Ok I understand better now :-) By the way, how can I correct my french translation on my xwiki without waiting the next release? Thxs. De : Thomas Mortagne À : Pascal BASTIEN ; XWiki Users Envoyé le : Mardi 18 mars 2014 17h45 Objet : Re: [xwiki-users

Re: [xwiki-users] Wrong french translation

2014-03-18 Thread Pascal BASTIEN
e for > translations. It's exported when we release. > > On Tue, Mar 18, 2014 at 4:18 PM, Pascal BASTIEN > wrote: > > Hello, > > Here a wrong french translation when 2 user try to edit a document in a > same time: > > <> > > It must be: > > <&g

[xwiki-users] Wrong french translation

2014-03-18 Thread Pascal BASTIEN
Hello, Here a wrong french translation when 2 user try to edit a document in a same time: <> It must be: <> Can you tell me where is the french translation file to correct this? Did you interessted by other mistake? Thxs you ___ users mailing list use

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-18 Thread Pascal BASTIEN
lace special character with unicode code: http://www.utf8-chartable.de/ Is this a bug? I can use another way? NB: anchor  doesn't work with include. Thxs Pascal B ____ De : Pascal BASTIEN À : Ecaterina Moraru (Valica) ; XWiki Users Envoyé le : Mercred

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
nt, we are me and ... my boss on xwiki and there aren't a lot of page. But in 2 weeks we will be 1000 or more... De : Jeremie BOUSQUET À : Pascal BASTIEN ; XWiki Users Envoyé le : Lundi 17 mars 2014 16h49 Objet : Re: [xwiki-users] crash on tomcat 7.

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
-Xmx800m -XX:PermSize=256M -XX:MaxPermSize=196m -Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=beast.dom.cpii.i2 -Dhttp.proxyPort=8080" Any ideas? Thxs De : Valdis Vītoliņš À : Pascal BASTIEN ;

Re: [xwiki-users] PDF export a table crash xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
I use Xwiki 5.4.2 (it is th openoffice import with style fault) De : Jeremie BOUSQUET À : Pascal BASTIEN ; XWiki Users Envoyé le : Lundi 17 mars 2014 11h13 Objet : Re: [xwiki-users] PDF export a table crash xwiki 5.4.2 Hello, I just tested on XWiki

Re: [xwiki-users] PDF export a table crash xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
ort crash :-( Do you have a solution to display nice table or avoid this crash? NB: OpenOffice export fortunely work well De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Lundi 17 mars 2014 12h07 Objet : Re: [xwiki-users] PDF expo

[xwiki-users] PDF export a table crash xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
Hello, My user copy/paste this table from Libreoffice on a xwiki page but wehn he try to export in PDF format xwiki crash. Do you know this bug? Here the source code of the page: *** Test export PDF tableau HTML ((( (% cellpadding="4" cellspacing="0" style="page-brea

[xwiki-users] PDF export a table crash xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
Hello, My user copy/paste this table from Libreoffice on a xwiki page but wehn he try to export in PDF format xwiki crash. Do you know this bug? Here the source code of the page: *** Test export PDF tableau HTML ((( (% cellpadding="4" cellspacing="0" style="page-brea

Re: [xwiki-users] Some question about ACL

2014-03-14 Thread Pascal BASTIEN
Yes thanks you. I already use maping ldap group in my xwiki.cfg. It was working but performence is lower (first log on is long) De : Thomas Mortagne À : Pascal BASTIEN Cc : XWiki Users Envoyé le : Vendredi 14 mars 2014 15h48 Objet : Re: [xwiki-users

Re: [xwiki-users] Some question about ACL

2014-03-14 Thread Pascal BASTIEN
ccess at space protected by differents access rights with this 2 groups... Have you a advanced documentation about this? De : Thomas Mortagne À : Pascal BASTIEN ; XWiki Users Envoyé le : Vendredi 14 mars 2014 12h58 Objet : Re: [xwiki-users] Some question

Re: [xwiki-users] multi select tag

2014-03-12 Thread Pascal BASTIEN
Yes it's working. Thank you. De : Marius Dumitru Florea À : Pascal BASTIEN Envoyé le : Mercredi 12 mars 2014 15h08 Objet : Re: [xwiki-users] multi select tag You should be able to use the live table on any wiki / space / page. Hope this helps, M

Re: [xwiki-users] multi select tag

2014-03-12 Thread Pascal BASTIEN
Is it possible to use live table on the root of xwiki site? On space Main? De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Mardi 11 mars 2014 12h12 Objet : Re: [xwiki-users] multi select tag If you are referring to the Tag Cloud

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
Nope... Do you have the same problem than mine? De : "vinc...@massol.net" À : XWiki Users Envoyé le : Mercredi 12 mars 2014 11h07 Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 On 12 Mar 2014 at 11:03:02, Pascal BASTIEN

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Pascal BASTIEN
t is usually build as 'H[Heading_name]'. You can inspect the source to find it out. I'm not sure if there is another simpler/manual solution to declare and use sections since I haven't used sections very often. Thanks, Caty On Wed, Mar 12, 2014 at 11:25 AM, Pasc

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
K I will try that. Thanks you. To Vincent http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HPrerequisites ... is actually down! :-/ De : Valdis Vītoliņš À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 12 mars 2014 10h46 Objet : Re

[xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
Hello, With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I have 2 crash per day... Log indicate : "java.lang.OutOfMemoryError: PermGen space" Here my catalina.sh JAVA_OPTS="-server -Xms800m -Xmx800m -XX:PermSize=64M -XX:MaxPermSize=196m -Dfile.encoding=utf-8 -Djava.awt.h

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Pascal BASTIEN
Yes but this one "{{include reference="Pagefille2" section="MonAncre3"/}}" doesn't working. I try anchor because some documentation talking about that (xwiki syntax version 1 or 2) Thxs anyway De : Ecaterina Moraru (Valica

<    1   2   3   4   5   >