Re: [xwiki-users] How can I post my macro contribution to code.xwiki.org?

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Arnaud, Arnaud bourree wrote: > Hello, > > I develop a simple macro for XML transformation in XWiki. > > How can I post my macro contribution to code.xwiki.org? > I can login and edit pages, but I cannot create page excepted from > Office document. > Have you tried this? http://code.xwiki

Re: [xwiki-users] Properties "List of users" and "DB list" (and "DB Tree")

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Erica Usui wrote: > Hi! > > I'm trying to list the users' name in a form, but the name have complement > (p.e. Name: Carlos Eduardo da Silva / HR - manager). As in a "List of users" > property, I want to display, when someone is selecting a name, the full name > and complement, but when displa

Re: [xwiki-users] date query (date property equals specified date)

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Erica Usui wrote: > Hi! > > I'm having trouble with date queries... > I have a class with a date property and I want to filter all its documents > which have this date property equal to a defined value. > > How can do that? > > I think you must take a look at, at least, these documents: ht

Re: [xwiki-users] issue with xwiki.getURLContent()

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Arnaud bourree wrote: > Hello Ricardo, > > 2010/10/29 [Ricardo Rodriguez] eBioTIC. : > >> Hi! >> >> Arnaud bourree wrote: >> >>> Hello, >>> >>> I write the following test page: >>> = Goovy = >>> {{groovy

Re: [xwiki-users] issue with xwiki.getURLContent()

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Arnaud bourree wrote: > Hello, > > I write the following test page: > = Goovy = > {{groovy}} > println > xwiki.getURLContent("http://localhost:8080/xwiki/bin/download/Sandbox/ReportMacro/report2xwiki.xsl";) > {{/groovy}} > > = Velocity = > {{velocity}} > $xwiki.getURLContent("http://localhost

Re: [xwiki-users] Problems with the dashboard spaces panel ( using reverse proxy )

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
s your site from the Internet, a host outside your own network, or from a host inside the network? > Thanks, > Piotr > > > W dniu 10-10-29 11:38, [Ricardo Rodriguez] eBioTIC. wrote: > >> Hi! >> >> Piotr Dziubecki wrote: >> >>> Dear all,

Re: [xwiki-users] Problems with the dashboard spaces panel ( using reverse proxy )

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Piotr Dziubecki wrote: > Dear all, > > I have a little problem with the behavior of the Spaces panel in the > Dashboard section. > > First of all, let me describe my portal configuration: > > On my host I have one portal which takes the standard :80 port, then > it's Xwiki on :28181 > > Unfo

Re: [xwiki-users] issue with getAttachment from different document in Groovy

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Arnaud bourree wrote: > Hello > > I put a file Text.txt as attachment in a page: Sandbox.Page1 > I in an other page Sandbox.Page2, I write the following script: > {{groovy}} > def mydoc=xwiki.getDocument('Sandbox.Page1') > def myfile=mydoc.getAttachment('Text.txt') > println "|"+mydoc+"|"+myfi

Re: [xwiki-users] documentation wiki user account

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
Hi, jminne wrote: > Oh! so xwiki.org has a register link, but the "sub wikis" only have a login > link. That seems odd to me. > Yeap, perhaps the register link should be available in all and every page a guest visit in the first visits to the xwiki.org ecosystem. As happens to you, if yo

Re: [xwiki-users] conditional redirect after login

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
[Ricardo Rodriguez] eBioTIC. wrote: > Hi! > > Gerritjan Koekkoek wrote: > >> Hi, >> >> I really appreciate your interest, this really helps me; Thanks >> >> You are very right, If users are redirected to their profile they are not >> forced to

Re: [xwiki-users] Lucene File Indexing

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
s the "lucene" subdirectory in the container's "work" Please, could you tell something else about your installation? Thanks! > Thanks for your answer. > Thomas > > -Ursprüngliche Nachricht- > Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki

Re: [xwiki-users] conditional redirect after login

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
esponse.sendRedirect($xwiki.getURL('XWiki.XWikiLogin', 'login', $qs)) #else with this one... #if ($xcontext.user != 'XWiki.XWikiGuest') $response.sendRedirect($xwiki.getURL('XWiki.RogerGoldman')) #else And I keep being redirected to the homepage after log in. XWiki.RogerGoldma

Re: [xwiki-users] Lucene File Indexing

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Thomas Höschele wrote: > Hallo, > > > > I noticed that lucene is capable of Indexing various office files (excel, > word, outlook mails); however, this doesn’t happen automatically. > When I add the file it does not get indexed no matter how long I wait. When > I rebuild the Index via the ad

Re: [xwiki-users] Display current date on page

2010-10-28 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Lockie wrote: > Hi all, > > Is there a date property I can use to automatically display the current date > on a page? I would do it in javascript but you can't embed

Re: [xwiki-users] documentation wiki user account

2010-10-27 Thread [Ricardo Rodriguez] eBioTIC.
Hi John, jminne wrote: > I think I noticed an out-of-date step on the postgres wiki page. > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL > > The db group is now created automatically when creating a user so 2 steps > can be removed. > > I wanted to update the wiki or

Re: [xwiki-users] Notification Mailer

2010-10-27 Thread [Ricardo Rodriguez] eBioTIC.
Hi! mbryant wrote: > Hey everyone I have been looking around and right now, the notification > emails are sent out by mai...@xwiki.localdomain.com, and this is something > that I would like to change. > > > I looked around in the WatchListMessage.Mail object and can not find where > it is set, I d

Re: [xwiki-users] Import UserList stored in database to a XWikiUser document

2010-10-27 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Bauyrzhan Matyganov wrote: > Hello dear friends and community > I need your help with registering users. > > The question is: > > > I have a database table wich contains a list of registered users to my > website. > Now, I want to import this list of users to my XWIKI application. > But i dont

Re: [xwiki-users] HELP! Problems when upgrading XWIKI from v2.3.2 to v2.5

2010-10-27 Thread [Ricardo Rodriguez] eBioTIC.
Hi! I've never used a Windows standalone distribution so, please, take this ideas just as... ideas! Sharon Sahar wrote: > Hi, > > I currently have XWIKI v2.3.2 (windows, standalone XWIKI installation) and > have problems upgrading to the latest release, v 2.5 Milestone 2. > All the following opt

Re: [xwiki-users] conditional redirect after login

2010-10-25 Thread [Ricardo Rodriguez] eBioTIC.
> The login.vm seems indeed to be the place to be, > I prefer to copy the vm into my skin, so I will override the login.vm on the > disk > > > > Op 24 okt 2010, om 22:47 heeft [Ricardo Rodriguez] eBioTIC. het volgende > geschreven: > > Hi, > > Gerritjan Koekkoek

Re: [xwiki-users] [Proposal] about login and document information

2010-10-25 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Sergiu Dumitriu wrote: > On 10/19/2010 08:30 PM, [Ricardo Rodriguez] eBioTIC. wrote: > >> Hi, >> >> I would like to share with you three proposals about XE/XEM. I've not a >> clear idea about the cost in terms of "programming effort", but

Re: [xwiki-users] cookies' behaviour

2010-10-25 Thread [Ricardo Rodriguez] eBioTIC.
Hi, [Ricardo Rodriguez] eBioTIC. wrote: > Hi, > > Working in a XE/XEM 2.4 installation and login with a global user in a > virtual wiki, cookies don't remember the status of the panels. When I > use the same account in the controller, it works fine. > > For instance,

Re: [xwiki-users] conditional redirect after login

2010-10-24 Thread [Ricardo Rodriguez] eBioTIC.
e a guest can decide to login > Is there a vm script that is always triggered when user does login? > > OK! I've not taken this into account! login.vm in your /templates folder seems to be the right place to tweak. > Gerritjan > > Op 24 okt 2010, om 01:52 heeft

Re: [xwiki-users] groups: mailing them

2010-10-24 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Joris Dirks wrote: > I intend to make more use of groups and updating the members on > changes relevant to them by sending them e-mail. > There is a proposal that seek exactly that! http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/SendMailtoWikiUsers I've not followed these projects

Re: [xwiki-users] Using Scheduler issues (groovy questions)

2010-10-24 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Paul Libbrecht wrote: > On 24 oct. 2010, at 13:54, Sergiu Dumitriu wrote: > > call the web page from groovy new java.net.URL("blablalba").getContent() >>> Thanks beforehand! >>> Eugen >>> >>> >> Yes, but note that the URL will be fetched without any session >

Re: [xwiki-users] using XWQL with additional search criterias by dates

2010-10-24 Thread [Ricardo Rodriguez] eBioTIC.
Hi [Ricardo Rodriguez] eBioTIC. wrote: > Hi Eugen, > > Eugen Colesnicov wrote: > >> Hi Sergiu! >> >> I played before with jodatime. It have some problems ... >> For example, I tried to use example script from plugin home page (it can be >> useful

Re: [xwiki-users] using XWQL with additional search criterias by dates

2010-10-24 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Eugen Colesnicov wrote: > I checked this example and your script - it is not correct, because you > compare separately year, month and day of document with current date - year, > month and day-100. But if, for example now is 02 january, your script give > uncorrect result, becase I also should

Re: [xwiki-users] using XWQL with additional search criterias by dates

2010-10-23 Thread [Ricardo Rodriguez] eBioTIC.
Hi Eugen, Eugen Colesnicov wrote: > Hi Sergiu! > > I played before with jodatime. It have some problems ... > For example, I tried to use example script from plugin home page (it can be > usefull in my situation) and this script doesn't working: > #set($formatter = > $xwiki.jodatime.getDateTimeFo

Re: [xwiki-users] conditional redirect after login

2010-10-23 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Gerritjan Koekkoek wrote: > Hi, > > We would like to, conditionally, redirect users who log in to their profile > page. (in our case; XWiki.) > The condition is: User is not in ANY OTHER GROUP then XWikiAllGroup. > > How can I do this most elegantly, modifying as little as possible of the >

Re: [xwiki-users] using XWQL with additional search criterias by dates

2010-10-23 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Eugen Colesnicov wrote: > Thanks, Ricardo! But for me your example is not enough. > > I need to filter not by fixed date, but for dynamic criteria - current date > - 5 days ... > How is it possible? > Well, this is not hard to do... after the examples shown here... http://platform.xwiki.o

Re: [xwiki-users] show/hide attachments, comments, information and history

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
[Ricardo Rodriguez] eBioTIC. wrote: > Hi Marius, Lockie, > > Marius Dumitru Florea wrote: > >> On 10/22/2010 08:56 AM, [Ricardo Rodriguez] eBioTIC. wrote: >> >> >>> Hi! >>> >>> Lockie wrote: >>> >>>

Re: [xwiki-users] show/hide attachments, comments, information and history

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Hi Marius, Lockie, Marius Dumitru Florea wrote: > On 10/22/2010 08:56 AM, [Ricardo Rodriguez] eBioTIC. wrote: > >> Hi! >> >> Lockie wrote: >> >>> You probably already know this so I don't know if it helps, but putting >>> >>>

Re: [xwiki-users] Tree view doesn't work

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Loris Conedera wrote: > Hi all, > I have a XE 2.4.3 instance running on a Tomcat 6 (JDK 1.6.0) and I'm > experiencing that the Tree view of documents doesn't work. > If I use the link > http://:8080/xwiki/bin/view/Main/AllDocs?view=tree I get the > page but a "Loading data..." message is displ

Re: [xwiki-users] What template does control contentmenu ID items?

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Marius Dumitru Florea wrote: > Hi Ricardo, > > On 10/22/2010 01:20 AM, [Ricardo Rodriguez] eBioTIC. wrote: > >> Hi! >> >> I would like to modify the appearance of this area entries for guests >> (Export, More Actions and Annotations) allowing these option

Re: [xwiki-users] java.io.NotSerializableException

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Thomas Mortagne wrote: > On Thu, Oct 21, 2010 at 20:37, [Ricardo Rodriguez] eBioTIC. > wrote: > >> Hi! >> >> Thomas Mortagne wrote: >> >>> On Thu, Oct 21, 2010 at 19:32, [Ricardo Rodriguez] eBioTIC. >>> wrote: >

Re: [xwiki-users] show/hide attachments, comments, information and history

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Lockie wrote: > You probably already know this so I don't know if it helps, but putting > > #xwikidata { > display: none; > } > > in an attached stylesheet is a way of hiding that stuff, or you could just > put it into colibri.css directly. I guess on a per page basis though that > might be an

Re: [xwiki-users] using XWQL with additional search criterias by dates

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Eugen Colesnicov wrote: > Hi! Maybe somebody can help me. > > I need to select some docs with own class. Together I need 3 filters: > 1) by class: only "myclass" > 2) by property value: where "myproperty" = "myvalue" > 3) by date: where doc date = current date - 5 days > I created xwql script

[xwiki-users] What template does control contentmenu ID items?

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Hi! I would like to modify the appearance of this area entries for guests (Export, More Actions and Annotations) allowing these options only for registered users. Thus, I would like this area to be empty for guests. I've been playing with *menuview.vm* both in /templates and /skins/colibri to

Re: [xwiki-users] java.io.NotSerializableException

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Thomas Mortagne wrote: > On Thu, Oct 21, 2010 at 19:32, [Ricardo Rodriguez] eBioTIC. > wrote: > >> Hi! >> >> Thomas Mortagne wrote: >> >>> On Thu, Oct 21, 2010 at 00:05, [Ricardo Rodriguez] eBioTIC. >>> wrote: >>> >>

Re: [xwiki-users] java.io.NotSerializableException

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Thomas Mortagne wrote: > On Thu, Oct 21, 2010 at 00:05, [Ricardo Rodriguez] eBioTIC. > wrote: > >> Hi, >> >> Our XE/XEM 2.4.1 farm runs in a Tomcat servlet server. Lucene is >> currently not working. I'm trying to understand what messages logged i

Re: [xwiki-users] some problem with Lucene -> Exception while switching to database ...

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
[Ricardo Rodriguez] eBioTIC. wrote: > Thomas Mortagne wrote: > >> On Thu, Oct 21, 2010 at 16:56, Thomas Mortagne >> wrote: >> >> >>> On Wed, Oct 20, 2010 at 15:10, [Ricardo Rodriguez] eBioTIC. >>> wrote: >>> >>&

Re: [xwiki-users] some problem with Lucene -> Exception while switching to database ...

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Thomas Mortagne wrote: > On Thu, Oct 21, 2010 at 16:56, Thomas Mortagne > wrote: > >> On Wed, Oct 20, 2010 at 15:10, [Ricardo Rodriguez] eBioTIC. >> wrote: >> >>> An update, please, see below... >>> >>> [Ricardo Rodriguez]

Re: [xwiki-users] Livetable does not show results

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
list... http://ebiotic.net/bin/ICT/LiveTableModusOperandi > I do not think it's the generator script, but something with livetable? > > Gerritjan > > Op 20 okt 2010, om 01:05 heeft [Ricardo Rodriguez] eBioTIC. het volgende > geschreven: > > Hi, > > Thibaut Camberl

[xwiki-users] Java using 100%

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Hi! In a 2.4.1 XE/XEM installation with contents recently migrated from a XE 1.3.8295 I'm seeing this: top - 12:15:06 up 16 days, 8:38, 3 users, load average: 1.36, 1.39, 1.32 Tasks: 1062 total, 1 running, 1061 sleeping, 0 stopped, 0 zombie Cpu(s): 7.8%us, 0.2%sy, 0.0%ni, 92.0%id, 0

Re: [xwiki-users] DB List Query Problems

2010-10-21 Thread [Ricardo Rodriguez] eBioTIC.
Marius Dumitru Florea wrote: > Hi Martin, > > On 10/20/2010 09:10 PM, mbryant wrote: > >> So using HQL in velocity helps a little, I have been able to get results, and >> for that I thank you. I did run into an unexpected issues that you might be >> able to help with. Below is the query that

[xwiki-users] java.io.NotSerializableException

2010-10-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Our XE/XEM 2.4.1 farm runs in a Tomcat servlet server. Lucene is currently not working. I'm trying to understand what messages logged in catalina.out could relate to this problem. We get this java.io.NotSerializableException during the start up process. See this... http://ftp.ebiotic.net/f

Re: [xwiki-users] Farm upgrade

2010-10-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Maxime Mathieu wrote: > Hi, > > I'm trying to upgrade my farm from 2.3.2 to 2.4.3. > If I follow the upgrade guide > http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Migration , the 2 steps > are : > 1/ upgrade the main wiki (XEM war and XEM xar) > 2/ upgrade each sub-wikis > > My question i

Re: [xwiki-users] DB List Query Problems

2010-10-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi! mbryant wrote: > I am trying to create a query to populate an attribute of an object with all > the “Name” (an attribute of another object) . > > I seem to have run into an issue, in which I created a special space > (CustomClass) to house all my User defined classes. > > I can’t seem to build

Re: [xwiki-users] some problem with Lucene -> Exception while switching to database ...

2010-10-20 Thread [Ricardo Rodriguez] eBioTIC.
An update, please, see below... [Ricardo Rodriguez] eBioTIC. wrote: > Thomas Mortagne wrote: > >> On Tue, Oct 19, 2010 at 21:11, [Ricardo Rodriguez] eBioTIC. >> wrote: >> >> >>> Hi! >>> >>> In a XE/XEM 2.4.1 farm, our Lucene

Re: [xwiki-users] some problem with Lucene -> Exception while switching to database ...

2010-10-20 Thread [Ricardo Rodriguez] eBioTIC.
Thomas Mortagne wrote: > On Tue, Oct 19, 2010 at 21:11, [Ricardo Rodriguez] eBioTIC. > wrote: > >> Hi! >> >> In a XE/XEM 2.4.1 farm, our Lucene building index process stopped as ... >> >> *Lucene is currently building its index, 41 documents in queu

Re: [xwiki-users] Livetable does not show results

2010-10-19 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Thibaut Camberlin wrote: > Hi Gerritjan, > > Ludovic did that script not me I have to say! > > Did you test the same code on another version of XWiki ? If so what is the > behaviour and the version ? > Can you generate the livetable based on another class, say XWiki.XWikiUsers, > what is the r

[xwiki-users] some problem with Lucene -> Exception while switching to database ...

2010-10-19 Thread [Ricardo Rodriguez] eBioTIC.
Hi! In a XE/XEM 2.4.1 farm, our Lucene building index process stopped as ... *Lucene is currently building its index, 41 documents in queue. *And we can't access Search in XWiki Preferences of any of the subwikis or even the controller.* * I see this in xwiki.log: com.xpn.xwiki.XWikiException:

[xwiki-users] [Proposal] about login and document information

2010-10-19 Thread [Ricardo Rodriguez] eBioTIC.
Hi, I would like to share with you three proposals about XE/XEM. I've not a clear idea about the cost in terms of "programming effort", but I would like to know if you consider them suitable. 1. In a XE/XEM default installation I think it would be better to include the username/password fields

[xwiki-users] show/hide attachments, comments, information and history

2010-10-19 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Sorry, but I'm kind of a mess with this topic... Working with old XWiki XE releases, there was a way of controlling if attachments, comments, (information) and history were displayed or not by adding four string properties to the class XWiki.XWikiPreferences. Then, on a per document basis

Re: [xwiki-users] One wiki in two different layouts

2010-10-13 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Maxime Mathieu wrote: > Hi Zuzana, > > XWiki uses skins to customize the layout of the pages. You can look at > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins for more > information. > > A skin can be applied at the space level, so it seems to be what you need : > 2 different spaces

Re: [xwiki-users] Flash File embedding to a header

2010-10-13 Thread [Ricardo Rodriguez] eBioTIC.
Bauyrzhan Matyganov wrote: > already got it, thanks though Please, what was the problem? Just in case anybody else runs into problems with this kind of resources! Thanks. -- Ricardo Rodríguez CTO eBioTIC. Life Sciences, Data Modeling and Information Management Systems

Re: [xwiki-users] Flash File embedding to a header

2010-10-13 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Bauyrzhan Matyganov wrote: > Hello everyone > I have a question about embedding a flash file to my header > how can i do that? > > I tried to embed it to a global.vm of my colibri skin file > however it did not show anything. Are you able to include other kind of resources? Images? I've incl

[xwiki-users] cookies' behaviour

2010-10-11 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Working in a XE/XEM 2.4 installation and login with a global user in a virtual wiki, cookies don't remember the status of the panels. When I use the same account in the controller, it works fine. For instance, this cookie fails to store/retrieve the state of MREC panel. Each time I refresh

Re: [xwiki-users] XWIKI help

2010-10-06 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Bauyrzhan Matyganov wrote: > Hello I am new to XWIKI > howcan i get into xwiki/bin directory > i cant see it on my directories > You'll never see XWiki folders as in a "classical" folder hierarchy metaphor. XWiki contents are stored in a relational database "emulating" an object oriented

Re: [xwiki-users] BUG: Attachments become empty after a while

2010-10-06 Thread [Ricardo Rodriguez] eBioTIC.
Caleb James DeLisle wrote: > This will only happen to attachments which fail to upload, I'm guessing this > only happens on the > largest attachments. You will find a lot more information inside your tomcat > log. You might try > searching the logs for "XWikiHibernateAttachmentStore". > > Caleb

Re: [xwiki-users] BUG: Attachments become empty after a while

2010-10-05 Thread [Ricardo Rodriguez] eBioTIC.
Caleb James DeLisle wrote: > This is almost definitely caused by the attachment not saving properly. > Despite the failure to save, > the cache holds the attachment for a time but eventually it is cleared and > the attachment appears to > vanish. The cache inconsistency is fixed as of 2.5M1. > >

Re: [xwiki-users] Open World Forum Demo Cup 2010 award for XWiki SAS

2010-10-05 Thread [Ricardo Rodriguez] eBioTIC.
Congratulations! Those are great news! It is great for XWiki, it is even greater for all of us! Thanks for your work! Ricardo Emilie Ogez wrote: > Hi all, > > On Friday, October 1rst, XWiki SAS (http://www.xwiki.com) made a demo of > the XWiki open source solution, as a finalist og the Demo

Re: [xwiki-users] Localize watchlists

2010-10-04 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Anca Luca wrote: > Le 4 oct. 2010 à 07:43, "[Ricardo Rodriguez] eBioTIC." > t> a écrit : > > >> Hi! >> >> Gerritjan Koekkoek wrote: >> >>> Hi, >>> >>> I'm getting complaints of users that they can not

Re: [xwiki-users] Localize watchlists

2010-10-04 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Gerritjan Koekkoek wrote: > Hi, > > I'm getting complaints of users that they can not read what is in their > watchlist notifications. > We have a multi language setup; in this case my visitors would like to get > notified in their local language. > So if a user is registered with default la

Re: [xwiki-users] Documents and classes design question

2010-10-02 Thread [Ricardo Rodriguez] eBioTIC.
[Ricardo Rodriguez] eBioTIC. wrote: > But, in any case, I'll also try to write a model for using a kind of > "translation class". Is the application available at > http://l10n.xwiki.org working the way you describe? Thanks! > > It was already "invented&qu

Re: [xwiki-users] Simple form

2010-09-28 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Frantisek Kall wrote: > I need to create a simple login form (just name and address) for participants > in training. Maximum 20 participants per term. Then print the attendance > list. How can I do it simply? > I usually have this requirement and I've started to look at the pools applicati

Re: [xwiki-users] basic questions on queries

2010-09-25 Thread [Ricardo Rodriguez] eBioTIC.
Thanks, Sergiu. Sergiu Dumitriu wrote: > $xwiki.searchDocuments is a "safe" search method, which only returns > document names. As such, the first part of the query is fixed: > > "select doc.space, doc.name from XWikiDocument as doc " > > The first argument of the searchDocuments method is then a

[xwiki-users] basic questions on queries

2010-09-25 Thread [Ricardo Rodriguez] eBioTIC.
Please, could you tell me what the "," means in this query string? Thanks! $query = ", BaseObject as obj where..." Ricardo -- Ricardo Rodríguez CTO eBioTIC. Life Sciences, Data Modeling and Information Management Systems ___ users mailing list users@

[xwiki-users] preventing access to attachments and comments

2010-09-24 Thread [Ricardo Rodriguez] eBioTIC.
Hi, I can use this to enable/disable attachments and comments on a per wiki basis: http://www.xwiki.org/xwiki/bin/view/FAQ/Howtodisablecommentsandattachments To the best of my understanding, there is no way of avoiding than an user that have access to a given document, access its attachments a

Re: [xwiki-users] Document concept

2010-09-22 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Raluca, all, please, allow me to post some more questions related with this thread. Raluca Stavro wrote: > Hi, > > On Tue, Sep 21, 2010 at 1:37 AM, [Ricardo Rodriguez] eBioTIC. > wrote: > >> Hi, >> >> Please, as an new XWiki *user* is created as a new ins

Re: [xwiki-users] XWiki Export, Page content as HTML?

2010-09-21 Thread [Ricardo Rodriguez] eBioTIC.
Hi! gor...@yilaconsulting.com wrote: > Hi all > > Please excuse this first junk and see first email below. I am sending from my > mobile so editing difficult > > Gordon > -Original Message- > From: users-ow...@xwiki.org > Sender: users-boun...@xwiki.org > Date: Tue, 21 Sep 2010 15:16:47

Re: [xwiki-users] Documents and classes design question

2010-09-21 Thread [Ricardo Rodriguez] eBioTIC.
Thanks, Raluca. Raluca Stavro wrote: > See this document in order to learn the basics of the translations > module: http://platform.xwiki.org/xwiki/bin/view/Features/I18N . > > A trick to solve your problem would be to have a single 'name' > property for the 'Species' class. > Let's say that you a

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-21 Thread [Ricardo Rodriguez] eBioTIC.
Paul Libbrecht wrote: > Ricardo, > > I am suggesting this project not for you to get involved but for the virtues > of an example: > - check it out > - import it in IntelliJ > - see if you can edit with luxury > The vignettes project is a simple (sub-)project of i2geo. Got! Thanks! -- Ricardo R

Re: [xwiki-users] Migrating Xwiki

2010-09-21 Thread [Ricardo Rodriguez] eBioTIC.
Welcome! Kaya Saman wrote: > Many thanks Ricardo!! > > Let me play around first and see how this thing handles then hopefully > I'll have a properly functioning wiki after the migration :-) > > The howto will be posted on it directly as are many other howto's > already.. Don't forget to have

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-21 Thread [Ricardo Rodriguez] eBioTIC.
Thanks! Paul Libbrecht wrote: > Ricardo, > > > If you agree to work with "outdated projects", why not consider the project: > http://svn.activemath.org/intergeo/Platform/Vignettes/ > It's referencing old xwiki things because that's where curriki holds me but > is otherwise giving me the edi

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-21 Thread [Ricardo Rodriguez] eBioTIC.
Paul Libbrecht wrote: > > The grant would be for the xwiki development, not for xwiki applications. > I think I saw there was one long ago. > Your product should be open-source. > > Yes, yes! I meant I'm not the one to propose XWiki devs to apply for such a grant! :-) >> I must recognize that

[xwiki-users] Document concept

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Please, as an new XWiki *user* is created as a new instance of XWiki.XWikiUser class, what class is instantiated to create a new XWiki *document*? Thanks! -- Ricardo Rodríguez CTO eBioTIC. Life Sciences, Data Modeling and Information Management Systems ___

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Paul Libbrecht wrote: >> Do you use IntellijIDEA Community Edition or Ultimate Edition? >> > > For velocity support you need the Ultimate edition unfortunately. > But the licenses for open-source projects are still being granted. > For groovy, the Community edition is enough I believe. >

Re: [xwiki-users] Documents and classes design question

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Thanks, Raluca, Raluca Stavro wrote: > On Mon, Sep 20, 2010 at 9:29 AM, Raluca Stavro > wrote: > >> On Sat, Sep 18, 2010 at 12:38 PM, [Ricardo Rodriguez] eBioTIC. >> wrote: >> Hi, >> >> You can use translations (See >> http

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi! >> ... It's easy to read the properties by using the web >> interface and ?editor=class to the URL of the document holding the class >> definition, but how could I do this programmatically? Of course, it has >> to be the code of that editor. But I'm not able yet of reading and >> Thi

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Thanks again, Paul, Paul Libbrecht wrote: > I think XEclipse does it pretty well. > But what I prefer to use is my favourite IDE IntelliJ IDEA. > For this, it depends if velocity or groovy. > > - if groovy, I use imports and give types to my variables... this way... > there's a way to "add variab

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Thanks, Paul! Paul Libbrecht wrote: > $.getClass() > or the failsafe variant: > $!.getClass() > > (which cannot be used as $.class) so as to recognize the class of an > object hence know the available properties. > Of course, the javadoc also helps. > > It seems really useful

Re: [xwiki-users] Migrating Xwiki

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Kaya Saman wrote: > I can keep the Postgres database that isn't a problem as it's available > on all platforms. However, when you say that Xwiki should be the same > release I was hoping to just copy the webapps/xwiki container as if I'm > not mistaken the xwiki.war file that I'm using gets

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread [Ricardo Rodriguez] eBioTIC.
Thanks! Raluca Stavro wrote: >> Please, as $context is a class and getUser() is a method of that class, >> what is .substring()? >> > > $context.getUser() returns a String representing the full name of the > current user document (ex: "XWiki.RicardoRodriguez"). > This is why, all the String m

Re: [xwiki-users] Migrating Xwiki

2010-09-18 Thread [Ricardo Rodriguez] eBioTIC.
Hi Kaya, Kaya Saman wrote: > Has anyone ever performed a migration that could give me some advice on > how it's done and if what I asked about below is possible? > > I have checked out this: > > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup > > which suggests to backup the database b

Re: [xwiki-users] Documents and classes design question

2010-09-18 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Caleb James DeLisle wrote: > Each document only contains one set of objects, not one per > translation language. > Thus, please, how do you propose to manage/store information that depends on location? For instance, a given property of a given class has different values/translations. For

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-18 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Caleb James DeLisle wrote: > There are various ways with different levels of code cleanliness > since all user names start off with 'XWiki.' you could use > $context.getUser().substring(6) > > If you're looking for the user's "common name" instead of the user name, you > might want to look a

Re: [xwiki-users] Suggestion in Meta-G (Jump to any page) is allways empty for normal users of a wiki farm

2010-09-13 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Maxime Mathieu wrote: > Hi, > > 2010/9/10 [Ricardo Rodriguez] eBioTIC. > > > In my humble opinion, a "virtual wiki" is a xwiki installation that enables > to manage a farm of wikis. > > See http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation &

Re: [xwiki-users] OpenID

2010-09-11 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Николай Кучумов wrote: > Hello Ricardo, > > I'm not a LDAP expert, Neither am I! > but I used to work with it, and, to be honest, I just > can't stand all these "Corporate Standarts". > They are inadequate. > The whole "Enterprise" is inadequate. > Sorry, what "Enterprise" you are talkin

[xwiki-users] error creating a page (XE 1.3.8295)

2010-09-10 Thread [Ricardo Rodriguez] eBioTIC.
Hi, I'm trying to migrate an old XE 1.3.8295 farm to a newer server and previously solve some know issues. When a try to create certain documents in of the virtual wikis I get errors like this... http://ftp.ebiotic.net/fromMire/wokflow20100909Error.txt I've get, and Sergiu had solved, some si

[xwiki-users] WebSearch in a plain old XE 1.3.8295 wiki

2010-09-10 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Being initiated the migration of such an old installation to a XE 2.4.x environment I've to solve some issues still in the old installation. Please, is it possible to use wild cards in WebSearch in such an ancient installation? Just another question. In top of each column of the search res

Re: [xwiki-users] Suggestion in Meta-G (Jump to any page) is allways empty for normal users of a wiki farm

2010-09-10 Thread [Ricardo Rodriguez] eBioTIC.
Hi Maxime, Maxime Mathieu wrote: > Hi, > > I have applied the last section of this doc > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCases(like > you). > So, in theory, users are created only in the main wiki. And it is the > desired behavior. > First of all, allow

Re: [xwiki-users] xwiki.authentication.ldap.user_group problem

2010-09-10 Thread [Ricardo Rodriguez] eBioTIC.
Thanks! S...! Sorry for not being able to see that. Thomas Mortagne wrote: > Groups are cached for performance purpose. See > xwiki.authentication.ldap.groupcache_expiration property. > > > Thinking about stupid people like I... don't you think that any debug message about groups being cached

Re: [xwiki-users] Suggestion in Meta-G (Jump to any page) is allways empty for normal users of a wiki farm

2010-09-09 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Maxime Mathieu wrote: > I just discovered that the problem doesn't occur with a local user (I mean a > user not defined in the main wiki of the farm). > > Could someone reproduce this issue ? I've being doing some trials as I am also interested in how XE/XEM behaves using LDAP. In my case, t

[xwiki-users] xwiki.authentication.ldap.user_group problem

2010-09-09 Thread [Ricardo Rodriguez] eBioTIC.
Hi! After some successful trials I'm stuck with a problem using xwiki.authentication.ldap.user_group: no new member of the group is allowed to access the wiki (XWiki Enterprise 2.4.30451 // XEM 2.4; eDirectory as LDAP server). Here the log for two errors and one successful access... http://ft

Re: [xwiki-users] OpenID

2010-09-09 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Николай Кучумов wrote: > Hello. > Does XWiki support OpenID authentication yet? > It would be natural, since a wiki is asually an additional service of some > big portal. > E.g. a business portal, a gaming portal, a scientific portal. > I know you have LDAP authentication, but LDAP is for Ente

Re: [xwiki-users] Suggestion in Meta-G (Jump to any page) is allways empty for normal users of a wiki farm

2010-09-07 Thread [Ricardo Rodriguez] eBioTIC.
Hi, Maxime Mathieu wrote: > Hi, > > When using the *Meta+G* popup search in a wiki instance of the farm, after > typing something to search for, the dropdown appears saying always "Document > not found". > > If we repeat the same operation with the admin user of the farm, all works > fine and the

Re: [xwiki-users] sharing cookies between domains

2010-09-06 Thread [Ricardo Rodriguez] eBioTIC.
Hi Sergiu! Sergiu Dumitriu wrote: > > It is impossible to send a cookie for a domain that's not a substring of > the current URL, since it would be a big security issue. Further, it is > impossible to set cookies for a TLD (.com). > > One trick that might work, although I didn't try, is to use c

[xwiki-users] sharing cookies between domains

2010-09-03 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Following a comment in http://jira.xwiki.org/jira/browse/XEM-174 and about xwiki.authentication.cookiedomains. As far as in understand it allows to share cookies between sub domains (for instance, wiki1.mydomain.com, wiki2.mydomain.com and wiki3.mydomain.com) but not between domains (for i

Re: [xwiki-users] How to get the current time ?

2010-09-03 Thread [Ricardo Rodriguez] eBioTIC.
Hi! Ramon Gomes Brandão - SERINT wrote: > Hi all, > > > > I would like to retrieve the current time to pass as an argument for > $!xwiki.formatDate(). How can I do that? > > Could this help? http://code.xwiki.org/xwiki/bin/view/Plugins/JodaTimePlugin > > > Also, where I can find the co

[xwiki-users] administering users in a XWiki Farm

2010-08-31 Thread [Ricardo Rodriguez] eBioTIC.
Hi, xwikiers! I am sure I am missing some clear point, but I am not able to find documentation on how administer users in a XWiki Farm. My basic concern relates with global users being included in virtual wikis' groups. I've reached this document... http://manager.xwiki.org/xwiki/bin/view/Admi

<    1   2   3   >