Re: [xwiki-users] how do I apply theme colouring to the Panel macros.

2010-02-04 Thread Bubulina
hello, A sollution can be this: - see what skin you are using - open the main css file from it and add some new code for what you want. You can replace the color of the panel changing there in the already existing css, or you can use the new ones you are creating. - using firefox firebug, can be

Re: [xwiki-users] embed nabble

2010-02-04 Thread Bubulina
Hello, i don't know if i got this right, but you want to integrate nabble forum into a xwiki platform of yours? In theory i guess you have to make an intermediate component to get the xwiki user and syncronize it with nabble...but nabble is not a public software to manipulate, so i don't think it

Re: [xwiki-users] New blog entry overwrites old

2010-02-04 Thread Bubulina
Hello, I just tested what you said, and in xwiki2.1.1 the behaviour described by you did not replicate. i created a test page and then tried several times to create another test page, but i kept getting the message page already exists may it be possible that you deleted the article in the first

[xwiki-users] set variables on request

2009-12-16 Thread Bubulina
Hello, I know that i can get value from a request like this: #set($name= $request.getParameter('name')) Now, shouldn't i be able to put variables on request so i can use in the html page? something like this: #set($var = $request.setAttribute($name)) and in the html page to use

Re: [xwiki-users] set variables on request

2009-12-16 Thread Bubulina
just setting the var on request and reading it afterwards. it worked. thank you lucaa wrote: Hi Bubulina, On 12/16/2009 11:40 AM, Bubulina wrote: Hello, I know that i can get value from a request like this: #set($name= $request.getParameter('name')) Now, shouldn't i be able to put

[xwiki-users] get prop from a class...

2009-12-16 Thread Bubulina
Hello 1. i create a class and add n properties. besides the properties added i have this code: #set( $class = $doc.name.substring(0,$doc.name.indexOf(Class))) #set($defaultparent = XWiki.${class}Class) #set($defaultweb = Test) #includeForm(XWiki.ClassSheet) 2. i create doc where i include the

Re: [xwiki-users] get prop from a class...

2009-12-16 Thread Bubulina
...ah! you were right Anca, i forgot to add the object from that class. Danke lucaa wrote: On 12/16/2009 03:58 PM, Josh wrote: Hello, Bubulina wrote: Hello Sergiu, it was a typo when i wrote by hand the code here. I include the TestClass, that has the properties, but the line

[xwiki-users] distinct select divs from page

2009-12-16 Thread Bubulina
hey My question is purely theoretically. If i create a table and each td from it has an id, can i extract the information from a td by an id? This is in a xwiki page. table tr tdname/td /tr tr td id=testbla bla/td /tr /table Now, in another page i get the content of the page above,

Re: [xwiki-users] extended history view

2009-12-16 Thread Bubulina
Hello I am not sure i understood what u are asking, but: -if u want to divide a page in 2 columns. only that page..so you cannot use the change of layout from xwiki, you can easily edit the page in question in the object mode. (?editor=object) and from the right side you can see that u can add a

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

2009-12-16 Thread Bubulina
Hey, For now, i have backup /skins/colibri into /skins/mades, and i have modified xwiki.cfg file, concretly xwiki.defaultbaseskin=mades -have u tried to follow the info from the link above? for me it worked to change the skin in that way. Other thing, is not possible to center content inside

Re: [xwiki-users] Open Source Ethics (was Re: distinct select divs from page)

2009-12-16 Thread Bubulina
, then i am sorry. vmassol wrote: Hi Bubulina, Could it be that you are Gabriela Radu? That Gabriela Radu has asked a lot of questions here in the past in short rapid sequence (see http://bit.ly/5wqbFI) . I've asked that person how she could help the project since she was taking

[xwiki-users] how can i see the code of xwiki default macros?

2009-12-11 Thread Bubulina
Hello :) I wanna see the code for let's say HTMLMacro from xwiki 2.0, because i wanna see how you added a checkbox in the macro parameters. i know there are 2 files in the templates files: macros.vm and macros.txt, but i donlt find what i want And another question: can a page have more than one

[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

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

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

[xwiki-users] xwiki 2.0 syntax issues

2009-12-04 Thread Bubulina
Hello this was the most longest week since i can remember. Why is that hard to use a css object inserted into a page without messing all the text of a page? 1. I have a document in a page, to which i (have to ?) add a stylesheet object at the edit mode. in this stylesheet object i place my css

[xwiki-users] simple declare a list in velocity

2009-12-03 Thread Bubulina
hello this is by far the most easiest thing ... but i have some data that i want to simple add in a list #set($dateList = new ArrayList() ) $dateList.add($dateD) whyyy is this wrong? how do i else declare a list ? cause it does not work thank you -- View this message in context:

[xwiki-users] sort problem or missunderstanding of tool?

2009-12-03 Thread Bubulina
Hello, So only by using the tools i can use lists and sort right? this code should work: $dateList.add($date) //it populates $sorter.sort($dateList,[${date}:asc]) //does not sort ##Collections.sort($dateList) or maybe $dateList.sort() //does not work -- View this message in context:

Re: [xwiki-users] sort problem or missunderstanding of tool?

2009-12-03 Thread Bubulina
td $subdoc $subdoc /td tddelete/td /tr #end #end vmassol wrote: On Dec 3, 2009, at 2:54 PM, Bubulina wrote: Hello, So only by using the tools i can use lists and sort right? this code should work

Re: [xwiki-users] sort problem or missunderstanding of tool?

2009-12-03 Thread Bubulina
this works: #foreach ($d in $xwiki.sort($dateList)) td$d/td #end Bubulina wrote: #foreach($subdoc in $allPages) #set($suffix = $subdoc.substring(0,3)) #if($suffix == stge) tr

[xwiki-users] get something with indexOf

2009-12-03 Thread Bubulina
#set($count = 0) #foreach ($d in $xwiki.sort($dateList)) tr td$d /td td $pageList.indexOf[$count] $pageList.indexOf[$count] /td tddelete/td /tr #set($count = $count +1) #end just want to get the something from a list on the

Re: [xwiki-users] get something with indexOf

2009-12-03 Thread Bubulina
would like to avoid this, and still keep the logic? Asiri Rathnayake wrote: Hi, On Thu, Dec 3, 2009 at 8:49 PM, Bubulina nohin...@yahoo.com wrote: #set($count = 0) #foreach ($d in $xwiki.sort($dateList)) tr td$d /td td $pageList.indexOf[$count

[xwiki-users] printing something or using it in a logic flow

2009-12-03 Thread Bubulina
evening, out of curiosity, is it possible to make something, to write a line of code without the #set( but to not show the result on the page? for instance: - if i #set($list = $util.arrayList) and then $list.add($x) -just add x to the list, but in the same time shows true printed on the page. i

[xwiki-users] xwiki and jquery

2009-12-02 Thread Bubulina
Hello Do you know if jquery and xwiki work together? am trying to use the table sort from jquery and integrated in xwiki i have errors ? Thank you -- View this message in context: http://n2.nabble.com/xwiki-and-jquery-tp4099718p4099718.html Sent from the XWiki- Users mailing list archive at

Re: [xwiki-users] xwiki and jquery

2009-12-02 Thread Bubulina
into the sources...very difficult to debug. has variables with the names: A,B,C can you please give me a hint as to how to change the column that is implicit when sorting? thank you vmassol wrote: Hi, On Dec 2, 2009, at 2:10 PM, Bubulina wrote: Hello Do you know if jquery and xwiki

[xwiki-users] copy a Class into a space

2009-11-24 Thread Bubulina
Evening, or at least here is starting to be late... :) i am stuck at an issue here. is there a way to copy for instance(from the ValidationSample.xar...the formulary...) the ValidationSampleCode[0] into anothe space, as a class to a page in that page. so if the class has 3 properties...string

Re: [xwiki-users] copy a Class into a space

2009-11-24 Thread Bubulina
hmm didn't work. still thinking about it Guillaume Lerouge wrote: Hi Bubulina, On Tue, Nov 24, 2009 at 10:30 PM, Bubulina nohin...@yahoo.com wrote: Evening, or at least here is starting to be late... :) i am stuck at an issue here. is there a way to copy for instance(from

Re: [xwiki-users] copy a Class into a space

2009-11-24 Thread Bubulina
the messy scenario that i have in my mind right now is to look for the existing velocity code to add properties to the class in a dynamic way. all of this logic to happend when i create a page in the space. sounds time consuming and don't even know how to to make it yet. %-| Bubulina wrote

Re: [xwiki-users] Changing the logo

2009-11-24 Thread Bubulina
hello Maria, I don't think this is a normal behaviour. 1. try adding the logo exactly in the skin folder that u are using 2. if you don't know what skin u are using or wanna choose a different one try adding the logo in the desired skin (from the folder skins..in the xwiki sources)choose

[xwiki-users] restrict the panel to appear on some pages in xwiki

2009-11-23 Thread Bubulina
hello, is it any way(in theory anyway) to show a panel on some pages and on others to don't ? so to restrict the access of it in some places in xwiki? thank you -- View this message in context: http://n2.nabble.com/restrict-the-panel-to-appear-on-some-pages-in-xwiki-tp4056240p4056240.html Sent

[xwiki-users] xwiki skin changes out of the blue?

2009-11-20 Thread Bubulina
Hello i am most amazed since yesterday regarding xwiki and the very weird changes of skin, as a result of an editing a simple page, or editing a panel. i have no logical explanation to this. I just edited an existing panel(added a few normal links for pages from the wiki pages) AND my surprise

[xwiki-users] how to declare in a js script that the editor can have more than one id

2009-11-11 Thread Bubulina
Hello, I found this link : http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule. It is an useful one, but if i wanna edit more than one html element(in this case textarea that has the id=demo) then it does now what to do. i tried making an array of hookedIds but that does not help

[xwiki-users] edit section of page with ajax

2009-11-10 Thread Bubulina
Hello, was wondering if there already is something done regarding editing a page or section of a page using ajax.(a popup to appear and hightlight only the section selected for editing). i found this link: http://lists.xwiki.org/pipermail/devs/2006-June/001211.html but the urls inside of it are

[xwiki-users] editor with preloaded data

2009-11-10 Thread Bubulina
hello i am trying to understand how the edit a page works, how does it know(where is sending the request) to preload the data of the page in the editor(wysiwyg). If the developers take a look on this topic, please give me a trail to follow. the flow at least . thank you -- View this message in

[xwiki-users] declare sections in the page

2009-11-09 Thread Bubulina
Hello i saw some posts here for defining page sections. (http://n2.nabble.com/some-questions-concerning-editing-pages-more-specific-section-behaviour-XWiki-1-8M1-td2197026.html#a2197026) what i did and fail apparently was: have some tables in a page and i wanted to define each table as a section,

[xwiki-users] can i hide the right panel of the template for a specific space only?

2009-10-15 Thread Bubulina
hello, can i delete(hide) the right panel of a template from a space that i specify? i know how to hide the right panel from the entire xwiki, but i need to hide it only for a certain space. Any ideas would be appreciated. Thank you -- View this message in context: