[xwiki-users] Can't search page titles

2008-02-12 Thread Karttunen Petteri
Hi,

I'm using version 1.2.1.7160  and noticed that  both the regular and lucene 
search won't search page titles  (I mean the title field, not the first page 
heading which otherwise gets promoted to the page title). In the lucene source 
I noticed that title field doesn't get indexed.  Why is this missing?

Thanks for information,
pete


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


Re: [xwiki-users] Can't search page titles

2008-02-12 Thread Vincent Massol

Hi,

On Feb 12, 2008, at 10:04 AM, Karttunen Petteri wrote:


Hi,

I’m using version 1.2.1.7160  and noticed that  both the regular and  
lucene search won’t search page titles  (I mean the title field, not  
the first page heading which otherwise gets promoted to the page  
title). In the lucene source I noticed that title field doesn’t get  
indexed.  Why is this missing?


Because nobody has implemented it I guess :)

I'd suggest you create a jira issue on http://jira.xwiki.org and if  
you'd really like this done soon then attaching a patch for it will  
help a lot.


Thanks
-Vincent___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't search page titles

2008-02-12 Thread Karttunen Petteri
Thanks for reply!
Left a Jira-issue. Patch coming later today.

pete

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol
Sent: 12. helmikuuta 2008 11:10
To: XWiki Users
Subject: Re: [xwiki-users] Can't search page titles

Hi,

On Feb 12, 2008, at 10:04 AM, Karttunen Petteri wrote:


Hi,

I'm using version 1.2.1.7160  and noticed that  both the regular and lucene 
search won't search page titles  (I mean the title field, not the first page 
heading which otherwise gets promoted to the page title). In the lucene source 
I noticed that title field doesn't get indexed.  Why is this missing?

Because nobody has implemented it I guess :)

I'd suggest you create a jira issue on http://jira.xwiki.org and if you'd 
really like this done soon then attaching a patch for it will help a lot.

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


[xwiki-users] rendering pages with Groovy code

2008-02-12 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi all,

We are facing a weird issue. The following code (provided the right host 
name, username and password)...

áéíóú

%
import groovy.sql.Sql
db = Sql.newInstance(jdbc:mysql://hostname/database, username, 
password, com.mysql.jdbc.Driver)
List samplesIA = db.rows('SELECT * FROM saltmines s where es like I 
and ess like A and ids=1')
%

Tomáronse un total de % println ${samplesIA.size()}% mostras da 
secuencia sedimentaria do perfil P3-6-IA.


Edited by any user but admin with programming rights is rendered as...

http://mire.environmentalchange.net/~webmaster/images/RightCharaters.png


Edited by admin it is rendered this other way...

http://mire.environmentalchange.net/~webmaster/images/WrongCharacters.png

Please, not the question marks and the absence of the number 32.

This happens with any page containing Groovy code in this server, but I 
am not able to reproduce the problem in my test environment. Both of 
them run 1.3-milestone-1.7186.

Please, do you know why this could happen? Thanks!

Best regards,

Ricardo


-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


[xwiki-users] edit page rights problem

2008-02-12 Thread raffovi

Hi all,

sometimes when I try to change rights, xwiki doesn't updates all changes.
This problem appends when I have more than one column rights set and I try
to change some allow cells into deny

Regards
Raffo 
-- 
View this message in context: 
http://www.nabble.com/edit-page-rights-problem-tp15434468p15434468.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] $xwiki.sendMessage

2008-02-12 Thread Sergiu Dumitriu
Try using two $xwiki.nl

Esbach, Brandon wrote:
 Hi Guillaume,
  
 I don't seem to be getting any subject when using this method; is there 
 something else maybe restricting this?
 
 
 *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On 
 Behalf Of *Guillaume Lerouge
 *Sent:* 06 February 2008 17:57
 *To:* XWiki Users
 *Subject:* Re: [xwiki-users] $xwiki.sendMessage
 
 Actually you can. You need to write this in your email :
 
 #set ($youremail = Subject: Your Subject Here ${xwiki.nl 
 http://xwiki.nl} Your Email Content)
 
 And then use $youremail in the $xwiki.sendMessage method as the email 
 content parameter.
 
 Guillaume
 
 On 06/02/2008, *Esbach, Brandon* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 No problem, I understand.
 Is it likely that sendMessage will also become disabled?  Or, is
 there a way to add in the subject to the sendMessage call?
 
 
 *From:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]]
 *On Behalf Of *Guillaume Lerouge
 *Sent:* 06 February 2008 17:48
 *To:* XWiki Users
 *Subject:* Re: [xwiki-users] $xwiki.sendMessage
 
  
 Hi,
 
  
 I think the plugin hasn't been activated on the farm for fear of
 people using it to send spam messages... I talked to our admin about
 it but he thinks it wouldn't be safe to do otherwise.
 
  
 Sorry about that...
 
  
 Guillaume
 
 On 06/02/2008, *Esbach, Brandon* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 Hi,
  
 Doesn't seem to be installed on the farm, do I need to
 specifically request the plugin to be activated for the virtual
 wiki, or do I need to import a xar for it to work?
 
 
 
 *From:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]] *On Behalf Of *Esbach, Brandon
 *Sent:* 06 February 2008 15:46
 
 *To:* XWiki Users
 *Subject:* Re: [xwiki-users] $xwiki.sendMessage
 
  
 Hi Guillaume,
  
 This is for the hosted wiki on the wiki farm.  Is this plugin
 working there?
 
 
 
 *From:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]] *On Behalf Of *Guillaume Lerouge
 *Sent:* 06 February 2008 15:06
 *To:* XWiki Users
 *Subject:* Re: [xwiki-users] $xwiki.sendMessage
 
  
 Hi Brandon,
 
  
 This method has been deprecated in favor of using the Mail
 Sender Plugin
 ( http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin ).
 
  
 The plugin offers 4 different methods, some of them allows you
 to set the subject of your email.
 
  
 Check the example described at the end of the page for a live
 example.
 
  
 Guillaume
 
 On 06/02/2008, *Esbach, Brandon* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 Hi guys..
 
 Can't seem to find in the api any means to set the subject
 for a message being sent using this method - is this not
 possible?
 


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


Re: [xwiki-users] Help wanted on the database list class property, database tree class property and the Custom Display attribute.

2008-02-12 Thread Thorbjørn Konstantinovitz
Hi,

Is it really so that no one can give a pointer or an example of the use 
of the database list class and the database tree class property, see my 
posting from yesterday below.

Cheers

/Thorbjørn

 Hi,

 I am currently developing a program documentation system based on xwiki. 
 I am able to create pages which describes programs. For each program 
 which has to be described I programatically creates a page and populate 
 a object with static program information. But I need to document which 
 database files the program uses, with links to the relevant database 
 file descriptions (a list). For that I want to use a database list 
 class. I also want to show a call graph. for that I want to use a 
 database tree class. But I am not able to find any documentation on 
 these class properties. Can anyone give an example of use for each of 
 these two properties or give pointers to relevant examples.


 The article http://www.theserverside.com/tt/articles/article.tss?l=XWiki 
 on the server side were a very good introduction! But it didn't treat 
 the property Custom Display. Are there any documentation on this property?

 Cheers

 /Thorbjørn Konstantinovitz

   


-- 
 W: http://kodefabrikken.dk
 
 If you failing to plan, then you´re planning to fail.

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


Re: [xwiki-users] $xwiki.sendMessage

2008-02-12 Thread Esbach, Brandon
Hi Guillaume,
 
I don't seem to be getting any subject when using this method; is there
something else maybe restricting this?



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Guillaume Lerouge
Sent: 06 February 2008 17:57
To: XWiki Users
Subject: Re: [xwiki-users] $xwiki.sendMessage


Actually you can. You need to write this in your email : 

#set ($youremail = Subject: Your Subject Here ${xwiki.nl} Your Email
Content)


And then use $youremail in the $xwiki.sendMessage method as the email
content parameter.


Guillaume


On 06/02/2008, Esbach, Brandon [EMAIL PROTECTED] wrote: 

No problem, I understand.
Is it likely that sendMessage will also become disabled?  Or, is
there a way to add in the subject to the sendMessage call?



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Guillaume Lerouge
Sent: 06 February 2008 17:48
To: XWiki Users
Subject: Re: [xwiki-users] $xwiki.sendMessage

 
Hi, 


 
I think the plugin hasn't been activated on the farm for fear of
people using it to send spam messages... I talked to our admin about it
but he thinks it wouldn't be safe to do otherwise.

 
Sorry about that...

 
Guillaume


On 06/02/2008, Esbach, Brandon [EMAIL PROTECTED]
wrote: 

Hi,
 
Doesn't seem to be installed on the farm, do I need to
specifically request the plugin to be activated for the virtual wiki, or
do I need to import a xar for it to work?



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Esbach, Brandon
Sent: 06 February 2008 15:46 

To: XWiki Users
Subject: Re: [xwiki-users] $xwiki.sendMessage


 

Hi Guillaume,
 
This is for the hosted wiki on the wiki farm.  Is this
plugin working there?



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Guillaume Lerouge
Sent: 06 February 2008 15:06
To: XWiki Users
Subject: Re: [xwiki-users] $xwiki.sendMessage

 
Hi Brandon, 

 
This method has been deprecated in favor of using the
Mail Sender Plugin (
http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin ).

 
The plugin offers 4 different methods, some of them
allows you to set the subject of your email.

 
Check the example described at the end of the page for a
live example.

 
Guillaume

On 06/02/2008, Esbach, Brandon
[EMAIL PROTECTED] wrote: 

Hi guys.. 

Can't seem to find in the api any means to set
the subject for a message being sent using this method - is this not
possible?

Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: [EMAIL PROTECTED] 


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






-- 
http://wikibc.blogspot.com/ 

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






-- 
http://wikibc.blogspot.com/ 

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






-- 
http://wikibc.blogspot.com/ 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users