[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

[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

[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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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

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

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