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

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

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 coul

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 insi

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

[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 from it has an id, can i extract the information from a by an id? This is in a xwiki page. " name bla bla " Now, in another page i get the content of the page above, and i want to take the info from the td with

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

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

2009-12-16 Thread Bubulina
; > On 12/16/2009 02:08 PM, Bubulina wrote: >> >> 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

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

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

[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 $request.get

[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

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

Re: [xwiki-users] get value from map

2009-12-09 Thread Bubulina
d 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()) >> #f

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

[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()) $pageName $pageName

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

Re: [xwiki-users] about space permission

2009-12-03 Thread Bubulina
Hello, The only group here , from what i see are the ones that have the admin rights. tigerhyang wrote: > > Hi, > > I created a space and grant view, edit comment permission to a group, and > use the following code to control this space only show to admin users and > users belong to the group

[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

Re: [xwiki-users] get something with indexOf

2009-12-03 Thread Bubulina
quot; printed on the page. i would like to avoid this, and still keep the logic? Asiri Rathnayake wrote: > > Hi, > > On Thu, Dec 3, 2009 at 8:49 PM, Bubulina wrote: > >> >> #set($count = 0) >> #foreach ($d in $xwiki.sort($dateList)) >> &g

[xwiki-users] get something with indexOf

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

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

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

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

2009-12-03 Thread Bubulina
$documentDate $subdoc $subdoc delete #end #end " vmassol wrote: > > > On Dec 3, 2009, at 2:54 PM, Bubulina wrote: > >> >> Hello, >> >> So only

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

Re: [xwiki-users] simple declare a list in velocity

2009-12-03 Thread Bubulina
listttool. >> $listtool.size($dateList) >> >> Best regards, >> Flavius Olaru >> >> On Thu, Dec 3, 2009 at 10:50 AM, Bubulina wrote: >> >>> >>> hello >>> this is by far the most easiest thing ... but >>> i have some data

[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: http://n2.nabb

Re: [xwiki-users] xwiki and jquery

2009-12-02 Thread Bubulina
her column...looked 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: > >

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

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 alba

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

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 wrote: > >> >> Evening, or at least here is starting to be late... :) >> i am stuck at an issue here. is the

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

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

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

[xwiki-users] get content of page

2009-11-12 Thread Bubulina
Hello isn't this suppose to get the content of the each page? #foreach($sourceDoc in $xwiki.getSpaceDocsName($sourceSpace)) $contents = $xwiki.getDocument($sourceSpace.$sourceDoc) contents = $contents #end so that latter on i can set that content to another page.($pageclass.set

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

Re: [xwiki-users] declare sections in the page

2009-11-09 Thread Bubulina
Guillaume Lerouge wrote: > > Hi Bubulina, > > On Mon, Nov 9, 2009 at 3:41 PM, Bubulina wrote: > >> >> Hello >> i saw some posts here for defining page sections. >> ( >> http://n2.nabble.com/some-questions-concerning-editing-pages-more-specific

[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: http://n2.nabble.com/can-i-hi