Re: [xwiki-users] file upload error with apache's 'http' reverse proxy (ok with ajp)

2017-03-13 Thread m...@ow2.org
I didn't noticed when doing my initial testing, but it seems that even with the error showing up the file is well transferred to the wiki. Weird. Le 13/03/2017 à 10:09, m...@ow2.org a écrit : > Hi, > > We are (still) running xwiki 6.4.4 and last week we have switched from

[xwiki-users] file upload issue with apache's 'http' reverse proxy (ok with ajp)

2017-03-13 Thread m...@ow2.org
Hi, We are (still) running xwiki 6.4.4 and last week we have switched from ajp to http, because we have reasons to think it could solves our issue at http://jira.xwiki.org/browse/XWIKI-12125 Now we run into the following side-effect as we run apache/tomcat with http connector, it prevents us to u

Re: [xwiki-users] API/Scripting : create user and attach some files to its profile

2016-12-08 Thread m...@ow2.org
Le 08/12/2016 à 10:42, Hamster a écrit : > That sounds a lot like... > > "Here's a file, you should save it in that non-existing folder" > > "But the folder does not exist yet...how am I going to save that file???" When you are turning my request into a non-sense like this, I feel a little scorn

Re: [xwiki-users] API/Scripting : create user and attach some files to its profile

2016-12-07 Thread m...@ow2.org
dd custom velocity code here: > /bin/edit/XWiki/XWikiUserProfileSheet?editor=wiki > (I don't know it it is a clean way, it depend of your use case desired) > > ------------ > En date de : Mar 29.11.16, m...@ow2.org a écrit : > > Objet: Re: [xwiki-u

Re: [xwiki-users] API/Scripting : create user and attach some files to its profile

2016-11-29 Thread m...@ow2.org
ss > attribute) > > > Pascal BASTIEN > > > En date de : Ven 25.11.16, m...@ow2.org a écrit : > > Objet: [xwiki-users] API/Scripting : create user and attach some files to > its profile > À: "XWiki Users"

[xwiki-users] API/Scripting : create user and attach some files to its profile

2016-11-25 Thread m...@ow2.org
Hi, I'm working on a registration system around xwiki. The basic workflow is the user is created in a LDAP directory at registration time. Then the user can login to xwiki. It's only upon the first successful login to xwiki that the user's xwiki profile is created in xwiki database. Now here is

[xwiki-users] SSO extensions, LDAP mapping, configuration availability at run-time

2016-11-09 Thread m...@ow2.org
Hi, On of the goal we would like to achieve using XWiki is SSO integration in relation to our openLDAP server, through LemonLDAP::NG (http://www.lemonldap-ng.org/). We have tried with success the extension at http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Authenticator+Headers but we

Re: [xwiki-users] Filesystem porter issue (VoidAttachmentVersioningStore)

2016-07-11 Thread m...@ow2.org
Hi, This was a terribly ridiculous mistake from my side: xwiki.store.attachment.versioning was set to "0" ! Apologies, Martin Le 28/04/2016 08:42, m...@ow2.org a écrit : > Hi Caleb, > > I'm not sure to understand, > > As described in http://jir

Re: [xwiki-users] Filesystem porter issue (VoidAttachmentVersioningStore)

2016-04-27 Thread m...@ow2.org
entVersionStore in your config to "file" as per > the recommendations. When the porter is complete you can set it back. > > Thanks, > Caleb > > > On 26/04/16 09:01, m...@ow2.org wrote: >> Well, >> Having VoidAttachmentVersioningStore here just prevents

Re: [xwiki-users] Filesystem porter issue (VoidAttachmentVersioningStore)

2016-04-26 Thread m...@ow2.org
le difficulty if you switch attachment > versioning store to file and then switch to void after making the > migration. > > Thanks, > Caleb > > > On 25/04/16 11:47, m...@ow2.org wrote: >> Hi, >> >> Like described in http://jira.xwiki.org/browse/XWIKI-

Re: [xwiki-users] Filesystem porter issue (VoidAttachmentVersioningStore)

2016-04-25 Thread m...@ow2.org
Le 25/04/2016 11:47, m...@ow2.org a écrit : > Is it safe to run the backup script like > this anyway ? Well it throw an error, as expected, can find a method in null object. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/li

[xwiki-users] Filesystem porter issue (VoidAttachmentVersioningStore)

2016-04-25 Thread m...@ow2.org
Hi, Like described in http://jira.xwiki.org/browse/XWIKI-13348 I get a red line on VoidAttachmentVersioningStore. I have double-checked the configuration (those three lines in xwiki.cfg). Could someone give a hand ? Is it safe to run the backup script like this anyway ? PS: I've also attached a

Re: [xwiki-users] V7, wikis creation, descriptors and wizard issues.

2015-04-23 Thread m...@ow2.org
Le 21/04/2015 17:10, m...@ow2.org a écrit : > Why : the issue at > this point is there is no folder in the > PermDir/jobs/status/distribution/wiki/ which sounds logical > because we created the descriptor "by hand" throught a XAR import which > doesn't include

[xwiki-users] V7, wikis creation, descriptors and wizard issues.

2015-04-21 Thread m...@ow2.org
Hi all, In XWiki prior to V6, when creating a new wiki using the Wiki Manager, we had the choice to provision the wiki or not by choosing "Later" from the wizard. That 'Later' trick was very useful because it was allowing the wiki descriptor to be created (but not only it, see below) without addi

[xwiki-users] Xwiki / accessing external SQL database / How to use SQL plugin ?

2014-11-26 Thread m...@ow2.org
Hi, We are looking for the best way to access an external SQL database using velocity exclusively (because we can't write a macro using groovy language). So, we installed and tried to use this plugin : http://extensions.xwiki.org/xwiki/bin/view/Extension/SQL+Plugin. The plugin is properly install