[xwiki-users] Page access rights

2009-02-02 Thread Mike A.
Hi!
I've created a space and denied all access to it to all groups. As an
admin (not superadmin), I can still view this space. Then I've denied
view right to this specific admin, but he can still view this
space.
The user I'm testing space with was created from Active Directory
automatically.
XWiki Enterprise 1.6.1.13621
 Best regards, Mike
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] LDAP-Login changes in new version

2009-02-02 Thread Stefan Woehrer

Hi,

we just upgraded our XWiki from 1.3.2 to 1.7.1.
Right afterwards the firewall registers LDAP-Packages from the XWiki mashine
as an attack, saying:

A malicious LDAP packet may indicate a potential attack. An attacker could
use a modified LDAP message to cause buffer overflows on defective systems
and execute arbitary code. (LDAP message contains malicious data which does
not comply with ASN.1)

It seems that it has something to to with the changings made since 1.3.2. Is
that possible?

Greetings,
Steve
-- 
View this message in context: 
http://n2.nabble.com/LDAP-Login-changes-in-new-version-tp2257004p2257004.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] Veloity Macros in XWiki 2.0

2009-02-02 Thread Thomas Mortagne
On Mon, Feb 2, 2009 at 2:24 PM, hel-o h...@hel.at wrote:

 Should i add an info in the Syntax page?

No I don't think so, http://jira.xwiki.org/jira/browse/XWIKI-3079 will
be fixed for 1.8 final release. Lets say currently the doc is right
but there is a bug in macro.vm.


 hel.


 tmortagne wrote:

 On Sat, Jan 31, 2009 at 9:23 PM, hel-o h...@hel.at wrote:

 Hi,

 adding velocity macros that create html doesn't work the way it is
 described
 in the XWikiSyntax page:

 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HVelocity2FGroovyScripts

 The syntax mentioned here doesn't work:

 {{velocity}} #info(Some info text) {{/velocity}}

 The html code ist displayed as code:

 div class=infomessagetest/div

 This syntax works but i don't know if this is correct:

 {{velocity}}{{html}} #info(Some info text) {{/html}}{{/velocity}}

 Yes it's the right syntax, the documentation is wrong here because
 #info velocity is wrong, it should add the {{html}} macro itself when
 it's running in XWiki syntax 2.0. See
 http://jira.xwiki.org/jira/browse/XWIKI-3079


 hel.

 works

 -
 Helmut Lehner
 h...@hel.at

 --
 View this message in context:
 http://n2.nabble.com/Veloity-Macros-in-XWiki-2.0-tp2251210p2251210.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




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




 -
 Helmut Lehner
 h...@hel.at

 --
 View this message in context: 
 http://n2.nabble.com/Veloity-Macros-in-XWiki-2.0-tp2251210p2257899.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




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


Re: [xwiki-users] How to set page break?

2009-02-02 Thread wahono

From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com


 Hi,

 Using XWiki 2.0 syntax you can write:

 8
 First paragraph

 (% style=page-break-before:always %)
 Second paragraph
 8

 See also http://www.w3schools.com/CSS/css_ref_print.asp

 Hope this helps,
 Marius
Yes, it works. Why this tools doesn't included in toolbar? Or we can use 
shortcut key like ctrl+break as MS WOrd?

Thanks. 

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


Re: [xwiki-users] How to set page break?

2009-02-02 Thread Marius Dumitru Florea
Hi,

There's no shortcut key or tool bar entry for page break as far as I 
know and the reason I can think of is that this feature is not that 
often used.

Thanks,
Marius

wahono wrote:
 From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
 
 
 Hi,

 Using XWiki 2.0 syntax you can write:

 8
 First paragraph

 (% style=page-break-before:always %)
 Second paragraph
 8

 See also http://www.w3schools.com/CSS/css_ref_print.asp

 Hope this helps,
 Marius
 Yes, it works. Why this tools doesn't included in toolbar? Or we can use 
 shortcut key like ctrl+break as MS WOrd?
 
 Thanks. 
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to set page break?

2009-02-02 Thread Vincent Massol
Hi Wahono,

Basically it's an advanced feature and we're going to add support to  
enter parameters (such as CSS parameters) in the wysiwyg later on in  
XE 1.9.

Thanks
-Vincent

On Feb 2, 2009, at 8:32 PM, Marius Dumitru Florea wrote:

 Hi,

 There's no shortcut key or tool bar entry for page break as far as I
 know and the reason I can think of is that this feature is not that
 often used.

 Thanks,
 Marius

 wahono wrote:
 From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com


 Hi,

 Using XWiki 2.0 syntax you can write:

 8
 First paragraph

 (% style=page-break-before:always %)
 Second paragraph
 8

 See also http://www.w3schools.com/CSS/css_ref_print.asp

 Hope this helps,
 Marius
 Yes, it works. Why this tools doesn't included in toolbar? Or we  
 can use
 shortcut key like ctrl+break as MS WOrd?

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


Re: [xwiki-users] How to set page break?

2009-02-02 Thread wahono
 Hi Wahono,

 Basically it's an advanced feature and we're going to add support to
 enter parameters (such as CSS parameters) in the wysiwyg later on in
 XE 1.9.

 Thanks
 -Vincent

 On Feb 2, 2009, at 8:32 PM, Marius Dumitru Florea wrote:

 Hi,

 There's no shortcut key or tool bar entry for page break as far as I
 know and the reason I can think of is that this feature is not that
 often used.

 Thanks,
 Marius

OK, thanks for all your advice. I want to continue learning XWiki, it's 
great wiki.

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


Re: [xwiki-users] Veloity Macros in XWiki 2.0

2009-02-02 Thread hel-o

Should i add an info in the Syntax page?

hel.


tmortagne wrote:
 
 On Sat, Jan 31, 2009 at 9:23 PM, hel-o h...@hel.at wrote:

 Hi,

 adding velocity macros that create html doesn't work the way it is
 described
 in the XWikiSyntax page:

 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HVelocity2FGroovyScripts

 The syntax mentioned here doesn't work:

 {{velocity}} #info(Some info text) {{/velocity}}

 The html code ist displayed as code:

 div class=infomessagetest/div

 This syntax works but i don't know if this is correct:

 {{velocity}}{{html}} #info(Some info text) {{/html}}{{/velocity}}
 
 Yes it's the right syntax, the documentation is wrong here because
 #info velocity is wrong, it should add the {{html}} macro itself when
 it's running in XWiki syntax 2.0. See
 http://jira.xwiki.org/jira/browse/XWIKI-3079
 

 hel.

 works

 -
 Helmut Lehner
 h...@hel.at

 --
 View this message in context:
 http://n2.nabble.com/Veloity-Macros-in-XWiki-2.0-tp2251210p2251210.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

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


-
Helmut Lehner
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Veloity-Macros-in-XWiki-2.0-tp2251210p2257899.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] LDAP-Login changes in new version

2009-02-02 Thread Thomas Mortagne
Hi,

On Mon, Feb 2, 2009 at 9:48 AM, Stefan Woehrer stefan_woeh...@yahoo.de wrote:

 Hi,

 we just upgraded our XWiki from 1.3.2 to 1.7.1.
 Right afterwards the firewall registers LDAP-Packages from the XWiki mashine
 as an attack, saying:

 A malicious LDAP packet may indicate a potential attack. An attacker could
 use a modified LDAP message to cause buffer overflows on defective systems
 and execute arbitary code. (LDAP message contains malicious data which does
 not comply with ASN.1)

 It seems that it has something to to with the changings made since 1.3.2. Is
 that possible?

By default 1.7.1 use the new XWiki LDAP authenticator when 1.3.2 use
the old one. See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuthentication

Now on the technical details it's using exactly the same Novell ldap
client implementation and the differences are more on the XWiki side
so I don't see why it would suddenly send wrong datas.


 Greetings,
 Steve
 --
 View this message in context: 
 http://n2.nabble.com/LDAP-Login-changes-in-new-version-tp2257004p2257004.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




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


[xwiki-users] Problem with table macro

2009-02-02 Thread Jean Couteau
Dear list,

I have a problem with tables : i have a foreach method to create a table 
for each instance. There is an other foreach to create the content 
inside the table. The first table is well rendered, but after, i have 
the following :

table: TableMacro: missing table content
ID | Task | Description | Nb hours | Edit 2,0,8,0,3,0 | testing | | |
table: TableMacro: missing table content

My code is :

#foreach ($link in $allsprintLinks)

  some code

  {table}
ID | Task | Description | Nb hours | Edit
#foreach ($item in $tasks)
  #set($task=$xwiki.getDocument($item).getObject(TaskClass))
  $task.id | $task.get(name) | $task.description | $task.nbHourInit |
#end
  {table}
#end


Any clue on what could be wrong ?

-- 

Jean Couteau
Code Lutin - http://www.codelutin.com
44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire
Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 

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


[xwiki-users] AUTO: MaryEllen Coleman/Poughkeepsie/IBM is out of the office. (returning 02/03/2009)

2009-02-02 Thread MaryEllen Coleman


I am out of the office until 02/03/2009.

On jury duty.

I won't have my computer with me.  If you need help with the IMCS Wiki,
please contact Jenny Purushotma or Kim Dillon.  Thank you!


Note: This is an automated response to your message  users Digest, Vol 19,
Issue 2 sent on 2/2/09 6:00:03.

This is the only notification you will receive while this person is away.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users