Re: [xwiki-users] Debian repository corrupted

2016-02-10 Thread Bruno
+1 I confirm that the debian repo seems to be corrupted. Bruno Le 10/02/2016 22:34, claude.duroc...@cspq.gouv.qc.ca a écrit : It looks like the debian repository http://maven.xwiki.org/stable/ is corrupted. Any indication when it will be back? Claude Durocher | Conseiller en architecture

[xwiki-users] Debian repository corrupted

2016-02-10 Thread Claude.Durocher
It looks like the debian repository http://maven.xwiki.org/stable/ is corrupted. Any indication when it will be back? Claude Durocher | Conseiller en architecture et en logiciel libre | Centre d'expertise en logiciel libre Centre de services partagés du Québec | 150, boulevard René-Lévesque Es

[xwiki-users] [XWIKI] Restrict import/export

2016-02-10 Thread TRAN Antoine
Hi, My project want me to restrict import/export function to authorized users (for instance a group). Is that possible? Indeed, it seems that having "view" rights automatically enable import/export rights. Thank you. -- Mon adresse THALES est antoine-b.t...@thalesgroup.com. +33 (0)5 62 88 84 40

Re: [xwiki-users] LDAP authentication fails as soon as using SSL (ldaps)

2016-02-10 Thread Thomas Mortagne
On Wed, Feb 10, 2016 at 1:42 PM, Frank Thommen wrote: > On 02/10/2016 12:20 PM, Thomas Mortagne wrote: >> >> On Wed, Feb 10, 2016 at 12:11 PM, Frank Thommen >> wrote: >>> >>> >>> >>> On 02/10/2016 09:26 AM, Thomas Mortagne wrote: On Tue, Feb 9, 2016 at 6:34 PM, Frank Thommen

Re: [xwiki-users] LDAP authentication fails as soon as using SSL (ldaps)

2016-02-10 Thread Frank Thommen
On 02/10/2016 12:20 PM, Thomas Mortagne wrote: On Wed, Feb 10, 2016 at 12:11 PM, Frank Thommen wrote: On 02/10/2016 09:26 AM, Thomas Mortagne wrote: On Tue, Feb 9, 2016 at 6:34 PM, Frank Thommen wrote: Maybe I can should rephrase the question: What certificates should go into the keystor

Re: [xwiki-users] Creating a seperate login page in a space that is not blocked (ie XWiki)

2016-02-10 Thread Jan-Paul Kleijn
Hi, Thanks for helping. My precise problem is that it is not possible to load the page XWiki.XWikiLogin with the use of XMLHttpRequest in javascript. I have tested this when logged in and when not logged in. This is the example code (from W3Schools.com, a little bit compressed): {{velocity}}

Re: [xwiki-users] LDAP authentication fails as soon as using SSL (ldaps)

2016-02-10 Thread Thomas Mortagne
On Wed, Feb 10, 2016 at 12:20 PM, Thomas Mortagne wrote: > On Wed, Feb 10, 2016 at 12:11 PM, Frank Thommen > wrote: >> >> >> On 02/10/2016 09:26 AM, Thomas Mortagne wrote: >>> >>> On Tue, Feb 9, 2016 at 6:34 PM, Frank Thommen >>> wrote: Maybe I can should rephrase the question: What ce

Re: [xwiki-users] LDAP authentication fails as soon as using SSL (ldaps)

2016-02-10 Thread Thomas Mortagne
On Wed, Feb 10, 2016 at 12:11 PM, Frank Thommen wrote: > > > On 02/10/2016 09:26 AM, Thomas Mortagne wrote: >> >> On Tue, Feb 9, 2016 at 6:34 PM, Frank Thommen >> wrote: >>> >>> Maybe I can should rephrase the question: What certificates should go >>> into >>> the keystore? >>> >>> I retrieved th

Re: [xwiki-users] LDAP authentication fails as soon as using SSL (ldaps)

2016-02-10 Thread Frank Thommen
On 02/10/2016 09:26 AM, Thomas Mortagne wrote: On Tue, Feb 9, 2016 at 6:34 PM, Frank Thommen wrote: Maybe I can should rephrase the question: What certificates should go into the keystore? I retrieved the LDAP server's certificate through `openssl s_client -host my.ldap.server -port 636` and

Re: [xwiki-users] Invoices application

2016-02-10 Thread vinc...@massol.net
On 10 Feb 2016 at 10:38:20, Thomas Mortagne (thomas.morta...@xwiki.com(mailto:thomas.morta...@xwiki.com)) wrote: > On Wed, Feb 10, 2016 at 10:27 AM, vinc...@massol.net wrote: > > > > > > > > On 10 Feb 2016 at 09:57:49, Thomas Mortagne (thomas.morta...@xwiki.com) > > wrote: > > > > Hi xwikiers,

Re: [xwiki-users] Invoices application

2016-02-10 Thread Thomas Mortagne
On Wed, Feb 10, 2016 at 10:27 AM, vinc...@massol.net wrote: > > > > On 10 Feb 2016 at 09:57:49, Thomas Mortagne (thomas.morta...@xwiki.com) wrote: > > Hi xwikiers, > > For the needs of a coworking I started an application to create and > manage invoices. You can find it on > http://extensions.xwik

Re: [xwiki-users] Creating a seperate login page in a space that is not blocked (ie XWiki)

2016-02-10 Thread Eduard Moraru
Hi, On Mon, Feb 1, 2016 at 12:36 PM, Jan-Paul Kleijn wrote: > Hi there, > The login page of XWiki is situated in the XWiki space. From this space it > is not possible to load pages with a XMLHttpRequest in javascript. Please be more precise on your original problem. What have you tried and wha

Re: [xwiki-users] Invoices application

2016-02-10 Thread vinc...@massol.net
On 10 Feb 2016 at 09:57:49, Thomas Mortagne (thomas.morta...@xwiki.com) wrote: Hi xwikiers,  For the needs of a coworking I started an application to create and  manage invoices. You can find it on  http://extensions.xwiki.org/xwiki/bin/view/Extension/Invoices. It's  starting to work well so h

[xwiki-users] Invoices application

2016-02-10 Thread Thomas Mortagne
Hi xwikiers, For the needs of a coworking I started an application to create and manage invoices. You can find it on http://extensions.xwiki.org/xwiki/bin/view/Extension/Invoices. It's starting to work well so here is the advertisement. The main need was to generate invoices and reimbursements (m

[xwiki-users] Highlight Macro doesn't highlight code for users

2016-02-10 Thread Sonic
Hi again. Highlight Macro doesn't highlight code in "view mode" for users without the admin/programming rights. My xwiki version is 7.1.4. What could be the reason? Sorry for third post in a row, but now I have the clear que

Re: [xwiki-users] LDAP authentication fails as soon as using SSL (ldaps)

2016-02-10 Thread Thomas Mortagne
On Tue, Feb 9, 2016 at 6:34 PM, Frank Thommen wrote: > Maybe I can should rephrase the question: What certificates should go into > the keystore? > > I retrieved the LDAP server's certificate through `openssl s_client -host > my.ldap.server -port 636` and added it with `keytool` into a keystore an

Re: [xwiki-users] What will happen if I install extension with almost the same function?

2016-02-10 Thread Sonic
Thanks. I got it at last. I have this Highlight Macro. -- View this message in context: http://xwiki.475771.n2.nabble.com/What-will-happen-if-I-install-extension-with-almost-the-same-function-tp7597807p7597868.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___