Re: [xwiki-users] Xwiki Technologies

2010-01-06 Thread Ziggy
Thanks Vincent. That dependency report was very helpfull. On Tue, Jan 5, 2010 at 8:11 PM, Vincent Massol vinc...@massol.net wrote: Hi Ziggy, On Jan 5, 2010, at 8:21 PM, Ziggy wrote: Hi, Could someone please point me to the technologies that are being used by Xwiki i.e. struts,

[xwiki-users] How does one specify regular expression syntax in a Lucene search query

2010-01-06 Thread Milind Kamble
Hi. After much searching around the XWiki documentation, Apache Lucene documentation and googling, I have not succeeded in finding a solution to the following questions: 1. How does one locate all attachments with an extension say 'xls'? I am thinking that the query should look like

[xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Are there any ways to color/highlight text other than using HTML/CSS? HTML/CSS: {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}} Others: ?? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Vincent Massol
Hi, On Jan 6, 2010, at 4:58 PM, J. Allen Q. Santos wrote: Are there any ways to color/highlight text other than using HTML/CSS? HTML/CSS: {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}} Yes, see the syntax guide: http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Guillaume Lerouge
Hi, Yes, in XWiki 2.0 syntax you can do: (% style=font-size: 2em; %)hello Guillaume On Wed, Jan 6, 2010 at 4:58 PM, J. Allen Q. Santos jqsan...@msn.com wrote: Are there any ways to color/highlight text other than using HTML/CSS? HTML/CSS: {{html}}font

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Marius Dumitru Florea
J. Allen Q. Santos wrote: Are there any ways to color/highlight text other than using HTML/CSS? HTML/CSS: {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}} See http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HParameters Precisely: (% style=color:red %) Paragraph in

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Milind Kamble
The XWikiSyntax page documents the xwiki markup available to change text style: (% style=text-align:center;color:blue %) -- for syntax 2.0 I don't know how to change style for a substring in a line . For example how to color this string red and continue normally? I guess that would be a span

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response. -Allen -- From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com Sent: Thursday, January 07, 2010 12:05 AM To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] Highlight/Color Text J. Allen Q. Santos

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response. -Allen -- From: Milind Kamble mbk...@yahoo.com Sent: Thursday, January 07, 2010 12:07 AM To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] Highlight/Color Text The XWikiSyntax page documents the xwiki

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response. -Allen -- From: Vincent Massol vinc...@massol.net Sent: Thursday, January 07, 2010 12:02 AM To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] Highlight/Color Text Hi, On Jan 6, 2010, at 4:58 PM, J.

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response. -Allen -- From: Guillaume Lerouge guilla...@xwiki.com Sent: Thursday, January 07, 2010 12:04 AM To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] Highlight/Color Text Hi, Yes, in XWiki 2.0 syntax you

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Milind Kamble
What is the syntax to change color of a substring in a line? Milind From: Milind Kamble mbk...@yahoo.com To: XWiki Users users@xwiki.org Sent: Wed, January 6, 2010 10:07:24 AM Subject: Re: [xwiki-users] Highlight/Color Text The XWikiSyntax page documents the

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Guillaume Lerouge
Have you tried Some text (% style=color: red; %)subtring of text(%%) Some other text Guillaume On Wed, Jan 6, 2010 at 6:16 PM, Milind Kamble mbk...@yahoo.com wrote: What is the syntax to change color of a substring in a line? Milind From: Milind Kamble

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
What I know is by using HTML/CSS. {{html}}font color=blueHELLO/font{{/html}} WORLD! outputs HELLO WORLD! where HELLO is blue Allen -- From: Milind Kamble mbk...@yahoo.com Sent: Thursday, January 07, 2010 1:16 AM To: XWiki Users users@xwiki.org

Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Milind Kamble
Yup. That works. Thanks for the information. Now, this information would be worthwhile to add in the XWikiSyntax page :). Milind From: Guillaume Lerouge guilla...@xwiki.com To: XWiki Users users@xwiki.org Sent: Wed, January 6, 2010 11:20:55 AM Subject: Re:

[xwiki-users] Include Macro Bug

2010-01-06 Thread Meng Wu
Hello, We are currently using the include macro to “include” the content of one page on another page, but have stumbled upon a few problems. The intention of using the include macro was to selectively show content from TestPage1 on TestPage2 only to those users who had read access to

Re: [xwiki-users] Plugin for Editor

2010-01-06 Thread maurizio1230
I really need it because my xwiki deals only with maths (mathsinvent.com) :-) It's a waste of time to use latex syntax. When will it be available? Thank you very much for this fantastic wiki and your support. Marius Dumitru Florea wrote: Hi, maurizio1230 wrote: Hi all, I need to

Re: [xwiki-users] How does one specify regular expression syntax in a Lucene search query

2010-01-06 Thread Sergiu Dumitriu
On 01/06/2010 04:11 PM, Milind Kamble wrote: Hi. After much searching around the XWiki documentation, Apache Lucene documentation and googling, I have not succeeded in finding a solution to the following questions: 1. How does one locate all attachments with an extension say 'xls'? I am

Re: [xwiki-users] Include Macro Bug

2010-01-06 Thread Thomas Mortagne
Hi, This is fixed, i will be part of 2.1.2. See http://jira.xwiki.org/jira/browse/XWIKI-4686 for more details. On Wed, Jan 6, 2010 at 19:55, Meng Wu meng...@yahoo.com wrote: Hello,     We are currently using the include macro to “include” the content of one page on another page, but have

[xwiki-users] XWiki Workspaces to use latest version of Enterprise?

2010-01-06 Thread arpad
I am trying to setup Workspaces to compare with an Enterprise (v2.1) installation I notice that the LDAP support is not there - the jar versions for Workspace are 1.4 LDAP is a feature I definitely need... Any idea when workspaces will use the latest version of Enterprise? regards, - arp

[xwiki-users] Livetable filtering format

2010-01-06 Thread Radek Rekas
Hi, I'm trying to get livetable filtering working however I'm having trouble figuring out what objects/properties are available in the $filterfrom and $filterwhere parameters of the gridresultwithmacro() macro contained in the XWiki.LiveTableResultsMacros document. I'm trying to filter the

[xwiki-users] [mywiki] new wiki request

2010-01-06 Thread T.J. Young
Not sure if my last reply went through, but meant to follow up with my username, from my original request for a hosted wiki. My username is tjyoung Thanks (Any guidelines/limitations on what subdomain name to use for the URL? Can I just pick one?) On Sun, Jan 3, 2010 at 8:08 PM, T.J. Young

[xwiki-users] XWiki Web 1.8.1

2010-01-06 Thread J. Allen Santos
Hi I'm trying to build XWiki Web 1.8.1. It fails. I'm using Ubuntu 9.10 and tried building it in the terminal and in Netbeans. Both failed with the same error message. I know i'm using the right settings.xml. ThanksAllen Here is part of the message: