[xwiki-users] xe 2.1 adds a small stripe at the top for some spaces

2009-12-09 Thread Michael Beetz
I all,

I've installed xwiki 2.1 right now ... I need some time to become familiar with 
the new menu structure and the new menu line right above the pages.

However I recognized, that spaces having its own title, different from the 
code, are shown with a small stripe at the top - that's boring (a bit).

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


[xwiki-users] [ANN] XWiki Office 1.0 Released

2009-12-09 Thread Florin Ciubotaru
The XWiki development team is pleased to announce the release of XWiki 
Office 1.0.

Go grab it at: 
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice

Summary of features for XOffice 1.0:
- Create new wiki pages
- Open and edit existing wiki pages in Word
- Download and edit attachments
- Upload attachments
- Export Word documents to the wiki
- Wiki Explorer

Main changes since XOffice 1.0 RC1:
- Supported XWiki versions are now: 2.0.4, 2.1 and above
- fixed saving issue for XWiki 2.0 syntax
- faster startup
- fixed focus issues

View detailed release notes at: 
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10

For more information about XOffice visit: 
http://xoffice.xwiki.org/xwiki/bin/view/Main/WebHome

Thanks,
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] get value from map

2009-12-09 Thread Bubulina

Hello, 
i Have this hashmap that i populate.
no when i want to show in a table the key : value i get an error. this is
the code:

#foreach($pageName in $myMap.keySet())
#foreach($dateDoc in $myMap.values())
tr
td $pageName  $pageName /td
td$pageName.getValue() /td
tddelete/td
/tr
#set($count = $count +1)
#end
#end
...

if i comment the second foreach i don't get an error, but i have nothing to
populate the date field with.
do you know what i am doing wrong here?
Thank you 
-- 
View this message in context: 
http://n2.nabble.com/get-value-from-map-tp4138399p4138399.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] xe 2.1 adds a small stripe at the top for some spaces

2009-12-09 Thread Guillaume Lerouge
Hi Michael,

On Wed, Dec 9, 2009 at 9:07 AM, Michael Beetz michael.be...@infor.comwrote:

 I all,

 I've installed xwiki 2.1 right now ... I need some time to become familiar
 with the new menu structure and the new menu line right above the pages.


Thanks for the feedback.

Quick question: would you say the new menu structure is useful - doesn't
change much - is annoying compared with the old one?

However I recognized, that spaces having its own title, different from the
 code, are shown with a small stripe at the top - that's boring (a bit).


I'm not sure I understand what you mean, could you post a screen capture
somewhere?

Thanks,
Guillaume


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




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] NEWBEE- how do i reset default skin

2009-12-09 Thread AlonsoIR

hi everybody, first at all, i m totally newbee with this software. I ve tried
to change the default skin with my own skin, and of course i have bothered.

How do i reset to the original default?

i hope that someone could help me
-- 
View this message in context: 
http://n2.nabble.com/NEWBEE-how-do-i-reset-default-skin-tp4138496p4138496.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] Access to Bindings in Python

2009-12-09 Thread Jerome Velociter
Try xcontext instead. context is reserved in JSR223 so we had to 
rename it. See http://markmail.org/message/o2trzrnv5xts6x6v

Hope this helps,
Jerome.

On 12/9/09 2:50 AM, Josh Eastburn wrote:
 The documentation seems to indicate that bindings normally available in
 Velocity like $context should be available in other scripting languages, but
 accessing 'context' in Python (e.g. if context.action == 'inline':) always
 gives me problems. Any help?

 Thanks,

 Josh
 ___
 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] NEWBEE- how do i reset default skin

2009-12-09 Thread Vincent Massol
Hi Alonso,

On Dec 9, 2009, at 11:12 AM, AlonsoIR wrote:


 hi everybody, first at all, i m totally newbee with this software. I  
 ve tried
 to change the default skin with my own skin, and of course i have  
 bothered.

 How do i reset to the original default?

 i hope that someone could help me

Maybe this will help:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins

Thanks
-Vincent

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


[xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Cannot start the Velocity engine

2009-12-09 Thread Bubulina

Hello, out of the blue, from my point of view..i connect to a local instance
of xwiki and i get this err: Error number 4001 in 4: Error while parsing
velocity page Wrapped Exception: Cannot start the Velocity engine

Do you know how to resolve this? has anyone encountered it before?
Thank you %-|
-- 
View this message in context: 
http://n2.nabble.com/Error-number-4001-in-4-Error-while-parsing-velocity-page-Wrapped-Exception-Cannot-start-the-Velocitye-tp4138681p4138681.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] get value from map

2009-12-09 Thread Marius Dumitru Florea
Hi,

My advice is to write the code in Java first and then adapt it for 
Velocity. In Velocity you work with Java objects and you must know their 
API.

Bubulina wrote:
 Hello, 
 i Have this hashmap that i populate.
 no when i want to show in a table the key : value i get an error. this is
 the code:
 
 #foreach($pageName in $myMap.keySet())
   #foreach($dateDoc in $myMap.values())

I can't think of a reason to do this two nested loops. They are not 
semantically connected.

   tr

   td $pageName  $pageName /td

not relevant

   td$pageName.getValue() /td

$pageName is the map key. What is its type? Does it have a getValue() 
method?

   tddelete/td

not relevant

   /tr

   #set($count = $count +1)

not relevant

   #end
 #end
 ...
 

Also, when you post some code snippet and ask for help please post only 
what's relevant. This is a good exercise for you: simply the code as 
much as possible while preserving the error/misbehavior. By doing this, 
in most of the cases you'll discover the problem yourself.

 if i comment the second foreach i don't get an error, but i have nothing to
 populate the date field with.
 do you know what i am doing wrong here?

What is the error? How can we help you if we don't know the error?..

Marius

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


Re: [xwiki-users] get value from map

2009-12-09 Thread Bubulina

Hello
sorry for this. it was a simple thing.my bad was . i just had to use:
$myMap.get($pageName)
Thx still :)


Marius Dumitru Florea wrote:
 
 Hi,
 
 My advice is to write the code in Java first and then adapt it for 
 Velocity. In Velocity you work with Java objects and you must know their 
 API.
 
 Bubulina wrote:
 Hello, 
 i Have this hashmap that i populate.
 no when i want to show in a table the key : value i get an error. this is
 the code:
 
 #foreach($pageName in $myMap.keySet())
  #foreach($dateDoc in $myMap.values())
 
 I can't think of a reason to do this two nested loops. They are not 
 semantically connected.
 
  tr
 
  td $pageName  $pageName /td
 
 not relevant
 
  td$pageName.getValue() /td
 
 $pageName is the map key. What is its type? Does it have a getValue() 
 method?
 
  tddelete/td
 
 not relevant
 
  /tr
 
  #set($count = $count +1)
 
 not relevant
 
  #end
 #end
 ...
 
 
 Also, when you post some code snippet and ask for help please post only 
 what's relevant. This is a good exercise for you: simply the code as 
 much as possible while preserving the error/misbehavior. By doing this, 
 in most of the cases you'll discover the problem yourself.
 
 if i comment the second foreach i don't get an error, but i have nothing
 to
 populate the date field with.
 do you know what i am doing wrong here?
 
 What is the error? How can we help you if we don't know the error?..
 
 Marius
 
 Thank you 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 

-- 
View this message in context: 
http://n2.nabble.com/Re-get-value-from-map-tp4138709p4138718.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] xe 2.1 adds a small stripe at the top for some spaces

2009-12-09 Thread Michael Beetz
Hi Guillaume,

My first impression about the two level menu structure - I got confused, 
because I am moving the mouse to the menu and in the same time I am focusing my 
eyes to the right places within this line.  Now I have to keep in mind, that 
the main menu line shouldn't be used for most of the actions ... will see.

For the picture:  I haven't any public account yet to post pictures ...

I've done some additional test and it is not the space title / WebHome title, 
something else.

How to reproduce:
I am in the main page, right on the top is the menu having XWIKI and MAIN, 
clicking down to the Blog space shows XWIKI and BLOG and some of my spaces 
are working quite similar.

Now I am clicking the problem space, it adds a small blue stripe (a bit 
smaller than the dark blue XWIKI ... menu line) on top of the page.

I am using firefox 3.5.5

Kind regards
mb

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Guillaume Lerouge
Sent: Mittwoch, 9. Dezember 2009 10:53
To: XWiki Users
Subject: Re: [xwiki-users] xe 2.1 adds a small stripe at the top for some spaces

Hi Michael,

On Wed, Dec 9, 2009 at 9:07 AM, Michael Beetz michael.be...@infor.comwrote:

 I all,

 I've installed xwiki 2.1 right now ... I need some time to become familiar
 with the new menu structure and the new menu line right above the pages.


Thanks for the feedback.

Quick question: would you say the new menu structure is useful - doesn't
change much - is annoying compared with the old one?

However I recognized, that spaces having its own title, different from the
 code, are shown with a small stripe at the top - that's boring (a bit).


I'm not sure I understand what you mean, could you post a screen capture
somewhere?

Thanks,
Guillaume


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




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
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] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Cannot start the Velocity engine

2009-12-09 Thread Bubulina

Solved it.

in the server, there are written details about the error, and i forgot a
line #end in the macro file . the curios thing was that yesterday even
after i should have had the error, i did not receive one. anyways. a simple
restart after i deleted that line that should have not been there and it
works.

thxs anyways


Bubulina wrote:
 
 Hello, out of the blue, from my point of view..i connect to a local
 instance of xwiki and i get this err: Error number 4001 in 4: Error while
 parsing velocity page Wrapped Exception: Cannot start the Velocity engine
 
 Do you know how to resolve this? has anyone encountered it before?
 Thank you %-|
 

-- 
View this message in context: 
http://n2.nabble.com/Error-number-4001-in-4-Error-while-parsing-velocity-page-Wrapped-Exception-Cannot-start-the-Velocitye-tp4138681p4138835.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] Access to Bindings in Python

2009-12-09 Thread Thomas Mortagne
Hi,

On Wed, Dec 9, 2009 at 02:50, Josh Eastburn jkeastburn+xw...@gmail.com wrote:
 The documentation seems to indicate that bindings normally available in
 Velocity like $context should be available in other scripting languages, but
 accessing 'context' in Python (e.g. if context.action == 'inline':) always
 gives me problems. Any help?

context is deprecated and contains JSR223 ScriptContext (it's a
reserved keyword). You need to use xcontext.


 Thanks,

 Josh
 ___
 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] xe 2.1 adds a small stripe at the top for some spaces

2009-12-09 Thread Michael Beetz
Hi Guillaume,

I've added two pictures to the xwiki playground ...

Kind regards
mb

http://playground.xwiki.org/xwiki/bin/view/Sandbox/#Attachments


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Michael Beetz
Sent: Mittwoch, 9. Dezember 2009 12:09
To: XWiki Users
Subject: Re: [xwiki-users] xe 2.1 adds a small stripe at the top for some spaces

Hi Guillaume,

My first impression about the two level menu structure - I got confused, 
because I am moving the mouse to the menu and in the same time I am focusing my 
eyes to the right places within this line.  Now I have to keep in mind, that 
the main menu line shouldn't be used for most of the actions ... will see.

For the picture:  I haven't any public account yet to post pictures ...

I've done some additional test and it is not the space title / WebHome title, 
something else.

How to reproduce:
I am in the main page, right on the top is the menu having XWIKI and MAIN, 
clicking down to the Blog space shows XWIKI and BLOG and some of my spaces 
are working quite similar.

Now I am clicking the problem space, it adds a small blue stripe (a bit 
smaller than the dark blue XWIKI ... menu line) on top of the page.

I am using firefox 3.5.5

Kind regards
mb

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Guillaume Lerouge
Sent: Mittwoch, 9. Dezember 2009 10:53
To: XWiki Users
Subject: Re: [xwiki-users] xe 2.1 adds a small stripe at the top for some spaces

Hi Michael,

On Wed, Dec 9, 2009 at 9:07 AM, Michael Beetz michael.be...@infor.comwrote:

 I all,

 I've installed xwiki 2.1 right now ... I need some time to become familiar
 with the new menu structure and the new menu line right above the pages.


Thanks for the feedback.

Quick question: would you say the new menu structure is useful - doesn't
change much - is annoying compared with the old one?

However I recognized, that spaces having its own title, different from the
 code, are shown with a small stripe at the top - that's boring (a bit).


I'm not sure I understand what you mean, could you post a screen capture
somewhere?

Thanks,
Guillaume


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




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xe 2.1 adds a small stripe at the top for some spaces

2009-12-09 Thread Guillaume Lerouge
Hi,

On Wed, Dec 9, 2009 at 2:50 PM, Michael Beetz michael.be...@infor.comwrote:

 Hi Guillaume,

 I've added two pictures to the xwiki playground ...

 Kind regards
 mb

 http://playground.xwiki.org/xwiki/bin/view/Sandbox/#Attachments


Looks like a bug indeed. Can you open an issue in JIRA along with steps on
how to reproduce it?

Thanks,

Guillaume

-Original Message-
 From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
 Of Michael Beetz
 Sent: Mittwoch, 9. Dezember 2009 12:09
 To: XWiki Users
 Subject: Re: [xwiki-users] xe 2.1 adds a small stripe at the top for some
 spaces

 Hi Guillaume,

 My first impression about the two level menu structure - I got confused,
 because I am moving the mouse to the menu and in the same time I am focusing
 my eyes to the right places within this line.  Now I have to keep in mind,
 that the main menu line shouldn't be used for most of the actions ... will
 see.

 For the picture:  I haven't any public account yet to post pictures ...

 I've done some additional test and it is not the space title / WebHome
 title, something else.

 How to reproduce:
 I am in the main page, right on the top is the menu having XWIKI and
 MAIN, clicking down to the Blog space shows XWIKI and BLOG and some of
 my spaces are working quite similar.

 Now I am clicking the problem space, it adds a small blue stripe (a bit
 smaller than the dark blue XWIKI ... menu line) on top of the page.

 I am using firefox 3.5.5

 Kind regards
 mb

 -Original Message-
 From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
 Of Guillaume Lerouge
 Sent: Mittwoch, 9. Dezember 2009 10:53
 To: XWiki Users
 Subject: Re: [xwiki-users] xe 2.1 adds a small stripe at the top for some
 spaces

 Hi Michael,

 On Wed, Dec 9, 2009 at 9:07 AM, Michael Beetz michael.be...@infor.com
 wrote:

  I all,
 
  I've installed xwiki 2.1 right now ... I need some time to become
 familiar
  with the new menu structure and the new menu line right above the pages.
 

 Thanks for the feedback.

 Quick question: would you say the new menu structure is useful - doesn't
 change much - is annoying compared with the old one?

 However I recognized, that spaces having its own title, different from the
  code, are shown with a small stripe at the top - that's boring (a bit).
 

 I'm not sure I understand what you mean, could you post a screen capture
 somewhere?

 Thanks,
 Guillaume


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



 --
 Guillaume Lerouge
 Product Manager - XWiki SAS
 Skype: wikibc
 Twitter: glerouge
 http://guillaumelerouge.com/
 ___
 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
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] NEWBEE- how do i reset default skin

2009-12-09 Thread AlonsoIR

Hi Vincent, thx for the help.


Finally i have drop the entire database because some links does not work and
i dont have enough time.

For now, i have backup /skins/colibri into /skins/mades, and i have modified
xwiki.cfg file, concretly xwiki.defaultbaseskin=mades

now i restarted the server and voila!

Now i need to make a page like the attachment, and more or less i have
something slightly similar, but, i dont know how to do login/pass part
(botton-right), how do i link with the xwiki's proper login page?

Other thing, is not possible to center content inside cells?

how do i change the color of the links? or whetever text?

sorry if the questions are not from this forum, but i need help!

regards


http://n2.nabble.com/file/n4139582/portada_mix2.jpg 





vmassol wrote:
 
 Hi Alonso,
 
 On Dec 9, 2009, at 11:12 AM, AlonsoIR wrote:
 

 hi everybody, first at all, i m totally newbee with this software. I  
 ve tried
 to change the default skin with my own skin, and of course i have  
 bothered.

 How do i reset to the original default?

 i hope that someone could help me
 
 Maybe this will help:
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
 
 Thanks
 -Vincent
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 

-- 
View this message in context: 
http://n2.nabble.com/NEWBEE-how-do-i-reset-default-skin-tp4138496p4139582.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] xe 2.1 adds a small stripe at the top for some spaces

2009-12-09 Thread Sergiu Dumitriu
On 12/09/2009 02:50 PM, Michael Beetz wrote:
 Hi Guillaume,

 I've added two pictures to the xwiki playground ...

 Kind regards
 mb

 http://playground.xwiki.org/xwiki/bin/view/Sandbox/#Attachments

Can you export the page as HTML and attach the resulting file to the 
Jira issue?

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] How do i set the main page?

2009-12-09 Thread AlonsoIR

hi, im totally newbee, i almost have finished a page and a i need to know how
to set as main page. If i click on logo i need that page loaded, if i enter
the url www.mywiki.com, that page must be loaded.


how do i do that?

regards


-- 
View this message in context: 
http://n2.nabble.com/How-do-i-set-the-main-page-tp4140183p4140183.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


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.0.5 Released

2009-12-09 Thread Thomas Mortagne
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.0.5.

This is the last bug fix and enhancement release for 2.0 branch.

It contains several important bugfixes like support of non ASCII
character in Go to, Search and Document Index or proper UTF8 support
when creating a sub wiki.

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise205
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM205

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Access to Bindings in Python

2009-12-09 Thread Josh Eastburn
Thomas,

So far, no luck.

I tried a simple script like:

{{python}}
try:
print xcontext.action
except Exception:
print 'exception'
{{/python}}

this outputs:

exception

Side note:

{{python}}
try:
print xcontext.action
except Exception as exc:
print exc
{{/python}}

Results in a failure to execute the macro.

-Josh

On Wed, Dec 9, 2009 at 4:17 AM, Thomas Mortagne thomas.morta...@xwiki.com
wrote:

 Hi,

 On Wed, Dec 9, 2009 at 02:50, Josh Eastburn 
 jkeastburn+xw...@gmail.comjkeastburn%2bxw...@gmail.com
wrote:
  The documentation seems to indicate that bindings normally available in
  Velocity like $context should be available in other scripting languages,
but
  accessing 'context' in Python (e.g. if context.action == 'inline':)
always
  gives me problems. Any help?

 context is deprecated and contains JSR223 ScriptContext (it's a
 reserved keyword). You need to use xcontext.

 
  Thanks,
 
  Josh
  ___
  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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Include child pages

2009-12-09 Thread etvc

Hello!
Please help me for a xwiki syntax. I need to include in document child pages
of this document, but not all level-childs, only directly-connected to my
document child pages.

For finding attachments of a child pages, I already learned. I should use:
#foreach($attDoc in $xwiki.wrapDocs($xwiki.searchDocuments(,
XWikiAttachment att where att.docId =
doc.id and doc.web='${doc.space}')))
   #foreach($att in $attDoc.getAttachmentList())
 *  $attDoc.getAttachmentURL($att.filename)
${att.filename}(${attDoc.displayTitle}) 
   #end
#end
but I need also to find child pages.
Thanks beforehand!
-- 
View this message in context: 
http://n2.nabble.com/Include-child-pages-tp4143910p4143910.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


[xwiki-users] (no subject)

2009-12-09 Thread PERINAUD Christophe
Hello all,

When going in the WYSIWYG editor and pressing CTRL+G if have the popup to go to 
a page that is displayed and it's in an edit-like mode (i can select different 
objets used by the small window)
I did not find any jira issue open with that, do i have to create a new one ?

Christophe PĂ©rinaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 2.0.3 from the pack Jetty/HSQL





This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users