[xwiki-users] looking for answers?

2008-05-04 Thread Gabriela Radu
hello. i found this on the official website of xwiki ( 
http://dev.xwiki.org/xwiki/bin/view/Design/DistributedXWikiSearchEngine )

 - was this developed? " Week 11-12: Implementation of customized search 
depending on document types, Code documentation and User documentation"

still in strungle with search thing. if i copy the code from the FAq from the 
website. it does absolutely nothing. if i use Lucene Search it appears to do 
the search but it does not show them.

does anyone have a clue about these things? and why the don't work? :-|





Take care ,
Gabriela Radu :)
www.gabrielaradu.com


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] problem in comments.

2008-05-04 Thread Shruti Modi
Hi , 

I am working on Blogs,
I want to add some more links when all the comments for an article is 
getting displayed.
That is the page from where one can add more comments and can view all the 
previous comments.
When I am putting the cursor on comments then it redirects me  to  some 
xpage=comments.
can anyone help me to know from where the above mentioned  page is coming 
and where I can get the code for it.
thanks in advance.

Shruti Modi

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


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


Re: [xwiki-users] theoretical question about a data model

2008-05-04 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Thanks Jan,

Jan Kodera wrote:
> Hi,
>  I think one way is this. As a connector for this classes use xwiki
> document. I mean you have two xwiki classes. One is FishProvider and other
> one is Fishes or for each fish species one class. You connect both of them
> by adding them to some xwiki document. So you will get unique connection for
> FishProvider and Fishes.
>
> For example you have class Fish1 and class FishProvider.
> Fish1 will have propertie like size.
> FishProvider will have propertie like name.
>
> Now you create xwiki document, for example with name Fishery, and as next
> step you create object for class Fish1 and another object for class
> FishProvider. These two objects is now attached to xwiki document Fishery.
> In database it connected  throught table XWikiObjects.
>
> I hope that, it will help you.
>
> Jan

Yes, the document is a nice metaphor where we can instantiate both 
freshFishProviderClass and speciesClass. But consider this: species 1, 2 
and 3 have all three the same properties (at least some properties) 
whatever provider supplies them. If I have to instantiate the 
speciesClass once for each provider providing each species, I am forced 
to repeat the same information for each object.

The point is, when I have a speciesClass instance for a given species, 
let's say /Raja batis/, how could I "link" it to all and each providers 
providing it? This is clear to me in a relational schema, but not so 
clear in a object-oriented one; well, much better: not clear at all! :-)

Thanks for your reply!

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


Re: [xwiki-users] upload the accessories

2008-05-04 Thread Wang Ning
Hi,

Because xwiki has some problem with international encode. see
http://jira.xwiki.org/jira/browse/XWIKI-94.
To solve the encoding problem, xwiki clear the attachment file name by
a method called com.xpn.xwiki.clearName(). This method replaces many
characters including Chinese characters with English letters and
space.

I think the attachment name problem will solved when xwiki solve the
international encode problem. However, now I only can suggest you to
change you file name to English or numbers.

On Wed, Apr 30, 2008 at 1:37 PM, 孙进 <[EMAIL PROTECTED]> wrote:
> When upload the accessories at the xwiki1.3 version,  all Chinese will be 
> deleted in file name.
>
>
>
> ___
>  users mailing list
>  users@xwiki.org
>  http://lists.xwiki.org/mailman/listinfo/users
>
>



-- 
Sincerely,
Wang Ning
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] theoretical question about a data model

2008-05-04 Thread Jan Kodera
Hi,
 I think one way is this. As a connector for this classes use xwiki
document. I mean you have two xwiki classes. One is FishProvider and other
one is Fishes or for each fish species one class. You connect both of them
by adding them to some xwiki document. So you will get unique connection for
FishProvider and Fishes.

For example you have class Fish1 and class FishProvider.
Fish1 will have propertie like size.
FishProvider will have propertie like name.

Now you create xwiki document, for example with name Fishery, and as next
step you create object for class Fish1 and another object for class
FishProvider. These two objects is now attached to xwiki document Fishery.
In database it connected  throught table XWikiObjects.

I hope that, it will help you.

Jan

On Sat, May 3, 2008 at 11:06 AM, [Ricardo Rodriguez] Your EPEC Network ICT
Team <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I am afraid the title of this thread is a bit pompous :-)
>
> In fact the question seems to me to be an entry level object oriented
> database design, but I am not able to make my mind about this. Your help
> will be greatly appreciated!
>
> Here a simple chart about the problem:
>
> http://mire.environmentalchange.net/~webmaster/pdr/dataModelpdR.png
>
> I have two ever-growing pools of data: providers and fishes. By
> following the ToDo and FAQ tutorials, I "easily" could create and
> instantiate the two classes but, how could I establish the relationship
> between providers and fishes?
>
> Thanks!
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Your EPEC Network ICT Team
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users