[xwiki-users] CSS in Box Macro

2014-03-03 Thread Patrick Masson
Is there a tutorial for how to insert/modify the css in the Box Macro 
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Box+Macro)?



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


Ph: (970) 4MASSON
Em: mas...@opensource.org 
Ws: www.opensource.org 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki and LDAP TLS binding

2014-03-03 Thread claude lepere
Hi all!

Our LDAP server also requires the client his certificate
(olcTLSVerifyClient = demand).
As we are in Java on client side, we have to use a Java keystore (jks)
containing the cert and the corresponding private key of the client
(=XWiki).
The way we found to give this info is in the Tomcat conf file
/etc/default/tomcat7 adding -Djavax.net.ssl.keyStore=/path-to-jks
-Djavax.net.ssl.keyStorePassword=changeit to JAVA_OPTS.
Do you know other ways?

Thank you for your answer. Claude Lepère


On Sat, Mar 1, 2014 at 12:15 PM, PascalB [via XWiki] <
ml-node+s475771n7589382...@n2.nabble.com> wrote:

> Hello,
>
> I used this method to authenticate on my LDAP TLS:SSL:
>
> http://jira.xwiki.org/browse/XWIKI-865
>
> Pascal B
>
>
>
> 
>  De : Claude Lepere <[hidden 
> email]>
>
> À : [hidden email] 
> Envoyé le : Vendredi 21 février 2014 12h53
> Objet : [xwiki-users] XWiki and LDAP TLS binding
>
>
> Hi!
>
> Does XWiki support LDAP TLS binding (that means a ldap connection on port
> 389 and not a SSL ldaps connection on port 686) with both server and
> client
> (= XWiki) certificates? If so, how to set up that feature?
> Many thanks for your response.
>
> Claude Lepère
> ___
> users mailing list
> [hidden email] 
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> [hidden email] 
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://xwiki.475771.n2.nabble.com/XWiki-and-LDAP-TLS-binding-tp7589243p7589382.html
>  To unsubscribe from XWiki and LDAP TLS binding, click 
> here
> .
> NAML
>




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/XWiki-and-LDAP-TLS-binding-tp7589243p7589401.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] Theme on Subwiki Error page

2014-03-03 Thread DeHaynes
Thank you.

I had to go to the Rights on the particular theme and then give the global
XWikiAllUsers group view access.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Theme-on-Subwiki-Error-page-tp7589357p7589398.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] Menu Application access for Unregistered Users

2014-03-03 Thread DeHaynes
Thank you.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Menu-Application-access-for-Unregistered-Users-tp7589375p7589397.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] special characters in group-name, bug?

2014-03-03 Thread Clemens Klein-Robbenhaar
On 03/02/2014 09:32 PM, Clemens Robbenhaar wrote:
> On 03/02/2014 08:32 PM, Michiel Hobbelman wrote:
>> When using group name "A & B"  it is impossible to set permissions in the
>> WebPreferences.
>>
>> Xwiki version 5.4.1.
>> Is this a bug?
>>
>> ( maybe related to http://jira.xwiki.org/browse/XWIKI-5448  ?)
>>
>> Regards,
>> Michiel
> 
> Yes, it is a bug, but an unrelated one.
> The same problem exists in the wiki admin.
> The name of the group is not properly encoded.
> Can you please create a new issue in jira?

Never mind about, I found the problem and it should be fixed in the next 
release: http://jira.xwiki.org/browse/XWIKI-10113

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


Re: [xwiki-users] Setting page name from field data

2014-03-03 Thread Pedro Neto
Hi Vincent,

Thanks for your quick reply.

>From what I understand I'll have to create a new layer to handle this. A
one-document application to handle the creation of document entries on my
original application. Is this correct?

Best regards,
Pedro


On Mon, Mar 3, 2014 at 8:15 AM, vinc...@massol.net wrote:

> Hi Pedro,
>
> On 2 Mar 2014 at 21:05:49, Pedro Neto (cyb3n...@gmail.com(mailto:
> cyb3n...@gmail.com)) wrote:
>
> > This is my first post so, hello everyone!
> >
> > I've been using xwiki for a few years but only now am I starting to have
> a
> > play with applications.
> >
> > When creating a new document in an application, the user needs to enter a
> > name before actually entering data in whatever fields have been defined.
> >
> > My question is, could I setup my application in such a way that the name
> of
> > the new document would be defined by information in the fields. Basically
> > skipping the whole Document name input phase.
> >
> > I've spent a good few hours browsing through this mailing list but could
> > not find an answer to this particular problem.
>
> It seems what you're after is how to create a new document programatically.
>
> See
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HCreateanewDocument
>
> Thanks
> -Vincent
>
> Note to self: We need to add an example/tutorial/guide for creating forms
> on http://platform.xwiki.org/xwiki/bin/view/DevGuide/ (we have
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+validation+and+tooltipsbut
>  we need a simpler tutorial for creating simple forms too).
>
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Setting page name from field data

2014-03-03 Thread vinc...@massol.net
Hi Pedro,

On 2 Mar 2014 at 21:05:49, Pedro Neto 
(cyb3n...@gmail.com(mailto:cyb3n...@gmail.com)) wrote:

> This is my first post so, hello everyone!
>  
> I've been using xwiki for a few years but only now am I starting to have a
> play with applications.
>  
> When creating a new document in an application, the user needs to enter a
> name before actually entering data in whatever fields have been defined.
>  
> My question is, could I setup my application in such a way that the name of
> the new document would be defined by information in the fields. Basically
> skipping the whole Document name input phase.
>  
> I've spent a good few hours browsing through this mailing list but could
> not find an answer to this particular problem.

It seems what you’re after is how to create a new document programatically.

See 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HCreateanewDocument

Thanks
-Vincent

Note to self: We need to add an example/tutorial/guide for creating forms on 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/ (we have 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+validation+and+tooltips
 but we need a simpler tutorial for creating simple forms too).

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