Re: [xwiki-users] Problems w/ displaying HTML Entities as Plaintext

2008-11-10 Thread Vincent Massol
On Nov 10, 2008, at 5:39 PM, Sergiu Dumitriu wrote: Vincent Massol wrote: Hi, I've just tried your example: {code} !ENTITY Auml #196 {code} No, that's not the problem. He tried to enter: {code} lt;!ENTITY Auml quot;amp;#196;quot;gt; {code} which was displayed as !ENTITY Auml

Re: [xwiki-users] Problems w/ displaying HTML Entities as Plaintext

2008-11-12 Thread Vincent Massol
Hi Sascha, On Nov 12, 2008, at 9:33 PM, Sascha Berkessel wrote: Thank you very much, Vincent and Sergiu! Sergiu, the workaround you suggested is perfect. But you were right, it was quite a bunch of work :-) One more question came up: Shall I share this piece of information as a FAQ on

Re: [xwiki-users] Putting users in seperate space

2008-11-13 Thread Vincent Massol
Hi, Right now it's not possible although I think we all agree it would be nice to have it. We have a jira issue on this but nobody has had time to implement this yet. Patches welcome though. Thanks -Vincent On Nov 13, 2008, at 5:08 PM, Henk Schouten wrote: Hello, Ik was wondering if it

Re: [xwiki-users] Please, badly need help with HQL...

2008-11-14 Thread Vincent Massol
Hi Adoro, One you have something fully working, would be nice if you could contribute this back on code.xwiki.org as a code snippet. Thanks -Vincent On Nov 14, 2008, at 4:58 PM, adoro wrote: Hi Sergiu, thank you so much for your help, the wanted pages query works fine if I use it for

Re: [xwiki-users] Wikifarm cpu 100%

2008-11-14 Thread Vincent Massol
Hi Samuel, This is really strange since the DB is almost not doing anything on our typical installs. Here are some tips: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances I'd suggest checking: * That you have indexes set correctly * That you have stats turned off (they are

Re: [xwiki-users] mailto links code blocks

2008-11-14 Thread Vincent Massol
On Nov 14, 2008, at 7:27 PM, Vincent Massol wrote: Hi Lewis, On Nov 14, 2008, at 6:13 PM, Lewis Denizen wrote: Hi xwiki-users, I've been using XE 1.6 for quite some time and it's one of the best apps that I've ever used (thank you so much)! Thanks a lot for the praise. You're sure

[xwiki-users] If you use and like XWiki please make it known...

2008-11-15 Thread Vincent Massol
Hi XWiki users, There are some simple ways to contribute to XWiki (see http://dev.xwiki.org/xwiki/bin/view/Community/Contributing) and one of them is help spread the word about XWiki. * And one way that helps is for example to click on the I use this button on Ohloh:

Re: [xwiki-users] DocumentTree Plugin

2008-11-17 Thread Vincent Massol
Should be ok now. Someone (hel) had made some invalid modifications to the page I believe. I have reverted it. Thanks -Vincent On Nov 17, 2008, at 2:19 PM, Bruno Neves wrote: Greetings I saw this page http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin in the Xwiki Code

Re: [xwiki-users] hierarchy between tags

2008-11-17 Thread Vincent Massol
Hin On Nov 17, 2008, at 2:25 PM, Bruno Neves wrote: Greetings It's possible to set an hierarchy between tags? For example, make a tag parent of another one, like we can do with the documents. No this is not possible ATM. I'm interested in your use case. Could you elaborate on the need?

Re: [xwiki-users] Can't use comments, attachments, history or information

2008-11-17 Thread Vincent Massol
Hi Samuel, On Nov 17, 2008, at 6:28 PM, Samuel Lee wrote: I'm running an XWiki Farm with 3 XWikis. I upgraded to the latest version of the XWiki, but now I can't use the Comments, Attachements, History or Information Tabs (buttons). I click on them and it sends me to the url

Re: [xwiki-users] [xwiki-devs] Office-Importer Test Server.

2008-11-18 Thread Vincent Massol
Hi, On Nov 18, 2008, at 6:04 AM, Asiri Rathnayake wrote: Hi Guillaume, On Mon, Nov 17, 2008 at 7:55 PM, Guillaume Lerouge [EMAIL PROTECTED] wrote: Hi Asiri, I just tested it and got an exception: http://91.121.237.216/xwiki/bin/view/Test/WikiDeveloppeurs I can send you the original

Re: [xwiki-users] Re(2): DocumentTree Plugin

2008-11-18 Thread Vincent Massol
Something strange is happening... The link was there yesterday but was gone today. I've put it back. Let me know if this is ok this time. Thanks -Vincent On Nov 18, 2008, at 1:17 PM, Bruno Neves wrote: I couldn't find it the link to download the jar-Archive. Am I missing something here

Re: [xwiki-users] How to reduce database size?

2008-11-18 Thread Vincent Massol
Hi Jan, You should definitely not use HSQLDB for anything other than demo purpose. You should use a real production database such as MySQL. You can export from HSQLDB and reimport in MySQL. Thanks -Vincent On Nov 18, 2008, at 3:02 PM, Jan-Sebastian Winckelmann wrote: Hello, we run a

Re: [xwiki-users] about the table cell split and merge in the xwiki editor

2008-11-19 Thread Vincent Massol
Splitting/merging cells is not supported (even though the wysiwyg editor has action menus for that which I thought we removed in the latest XE version BTW). If you need merging/splitting you can use HTML directly in the page. Note that this will be supported in the new rendering with the new

Re: [xwiki-users] groovy notification

2008-11-22 Thread Vincent Massol
On Nov 22, 2008, at 4:30 PM, Jerome Velociter wrote: It is probably due to the following : if(newdoc.getSpace().substring(lastFour) == Blog) { in Java, if you have the following : String st1 = Blog; String st2 = new String(Blog); then st1 == st2 will always return false OT This

Re: [xwiki-users] Headings in old WYSIWYG and some more questions

2008-11-25 Thread Vincent Massol
Hi, On Nov 25, 2008, at 11:08 AM, hel-o wrote: Since 1.6 creating headings in the old WYSIWYG-Editor creats html- Headings Heading 1 - h1Text/h1 Heading 2 - h2Text/h2 The result is that some functions (e.g. Toc macro) don't work anymore. Is it planned to fix that? or is there no

Re: [xwiki-users] Headings in old WYSIWYG and some more questions

2008-11-25 Thread Vincent Massol
On Nov 25, 2008, at 3:35 PM, hel-o wrote: vmassol wrote: Since 1.6 creating headings in the old WYSIWYG-Editor creats html- Headings Heading 1 - h1Text/h1 Heading 2 - h2Text/h2 The result is that some functions (e.g. Toc macro) don't work anymore. Is it planned to fix that?

Re: [xwiki-users] Office-Importer Test Server.

2008-11-25 Thread Vincent Massol
Guillaume, I can see some other problems: * title is not correct * lots of empty lines Thanks -Vincent On Nov 25, 2008, at 4:30 PM, Guillaume Lerouge wrote: Hi Asiri, I tested strict filtering with my usual test document and apparently something went wrong with links (see the bottom of the

Re: [xwiki-users] Pygments

2008-11-25 Thread Vincent Massol
Hi Lewis, On Nov 25, 2008, at 5:39 PM, Lewis Denizen wrote: Hi xwiki-users, I have a question (or more of a request) regarding the upcoming Pygments support in XWiki 1.7. We currently use XWiki at work to keep an internal documentation wiki for our application. We've created a few

Re: [xwiki-users] Pygments

2008-11-25 Thread Vincent Massol
On Nov 25, 2008, at 5:57 PM, Vincent Massol wrote: Hi Lewis, On Nov 25, 2008, at 5:39 PM, Lewis Denizen wrote: Hi xwiki-users, I have a question (or more of a request) regarding the upcoming Pygments support in XWiki 1.7. We currently use XWiki at work to keep an internal

Re: [xwiki-users] Office-Importer Test Server.

2008-11-26 Thread Vincent Massol
On Nov 26, 2008, at 4:13 AM, Asiri Rathnayake wrote: Hi Vincent, On Tue, Nov 25, 2008 at 9:07 PM, Vincent Massol [EMAIL PROTECTED] wrote: Guillaume, I can see some other problems: * title is not correct Did you mean the title content (spellings?) or the font size of the title

Re: [xwiki-users] [ANN] XWiki Enterprise 1.7 Release Candidate 1 Released

2008-11-26 Thread Vincent Massol
On Nov 26, 2008, at 4:38 PM, Jean-Vincent Drean wrote: The XWiki development team is pleased to announce the release of XWiki Enterprise 1.7 RC 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the first release candidate for the 1.7 version. Changes from 1.7M3:

Re: [xwiki-users] Default skin for guest user

2008-11-28 Thread Vincent Massol
Hi Robert, On Nov 28, 2008, at 6:36 PM, Robert Munro wrote: Hi I have made a skin for my xwiki installation but it doesnt show up when no user is logged in. Is there a different space or persmiison for guest users - i have set the View permission for my XWikiGuest group on the

Re: [xwiki-users] XE 1.6.1 issues with importing xar's

2008-11-29 Thread Vincent Massol
Hi, Just an idea: did you try to control-refresh in your browser. We had a bug we fixed in the past but the new JS needs to be reloaded as otherwise it might be in your browser cache. Jean-Vincent put the instruction in one of the release notes but it has probably not been carried forward in

Re: [xwiki-users] [DocsTestSite] new wiki request

2008-11-29 Thread Vincent Massol
Hi Jim, On Nov 29, 2008, at 11:45 PM, Jim Slaughter wrote: I would like to have a new wiki set up on the XWiki community farm. The purpose of this site will be to test out XWiki as a platform for storage and serving of business forms. I am registered on xwiki.org as jimslaughter. My

Re: [xwiki-users] Configure home page.

2008-12-01 Thread Vincent Massol
Hi Robert, On Dec 1, 2008, at 1:35 PM, Robert Munro wrote: Hi, How want to configure the home page to be another space, I want it to be Capita.WebHome (our companys space) instead of Main.WebHome? See

Re: [xwiki-users] Making front page of space public

2008-12-04 Thread Vincent Massol
Hi Sam, Just configure the whole space to be private and edit the only the Space WebHome page. See http://platform.xwiki.org/xwiki/bin/view/Features/RightsManagement Thanks -Vincent On Dec 4, 2008, at 10:59 PM, Samuel Lee wrote: How do I make the front page of a space in an XWiki public

Re: [xwiki-users] Default XAR merge on import

2008-12-05 Thread Vincent Massol
Hi, On Dec 5, 2008, at 5:48 PM, Clemens Robbenhaar wrote: According to the installation/upgrade guide, You may want to upgrade to a newer version of the Default Wiki XAR in order to benefit from the latest changes. As mentioned above in the Installing the Default Wiki XAR section you

Re: [xwiki-users] Removing the Register Link

2008-12-06 Thread Vincent Massol
Hi, We need to modify http://platform.xwiki.org/xwiki/bin/view/Features/RightsManagement to explain this. I think Jerome is working on this. Basically when you allow a right to a group it means the other groups won't have it allowed unless you explicitely allow them. I don't full remember

Re: [xwiki-users] FAQ : how to let users modify their own profile?

2008-12-07 Thread Vincent Massol
On Dec 7, 2008, at 10:04 PM, antoine Seilles wrote: Well i have already created a FAQ about this point. My problem is : I wan to let users modify their profile (first name, last name, company, description) but not to give them right to modify the other pages of the wiki. just don't

Re: [xwiki-users] export pdf

2008-12-08 Thread Vincent Massol
I've just searched on google and found http://www.nabble.com/FOP-.94-Fonts-td17386501.html It seems FOP creates some font cache. Could it be that your tomcat dir doesn't have the correct permissions to that dir? Thanks -Vincent On Dec 8, 2008, at 1:00 PM, antoine Seilles wrote: I have a

Re: [xwiki-users] generic XML API snippet, and SOS

2008-12-19 Thread Vincent Massol
Hi Yishay, On Dec 19, 2008, at 3:54 AM, Yishay Mor wrote: I've posted a snippet: http://code.xwiki.org/xwiki/bin/view/Snippets/GenericXMLapiSnippet Which adds a very simple XML API to a site. This API allows other sites to programmaticaly query the XWiki site, and display data from it in

Re: [xwiki-users] XWiki is deleting my pages

2008-12-29 Thread Vincent Massol
On Dec 29, 2008, at 5:25 PM, srferdave wrote: Asiri Rathnayake wrote: On Sat, Dec 27, 2008 at 4:37 AM, Sergiu Dumitriu ser...@xwiki.com wrote: srferdave wrote: After I stop the XWiki service. All the pages that I added are deleted. I can't even log in again. And i have to

Re: [xwiki-users] how to remove the trailing ? the edit link

2009-01-03 Thread Vincent Massol
Hi Dave, On Jan 3, 2009, at 12:53 PM, couak couak wrote: Hi, How to remote the trailing ? for new pages ? I found out how to change the style in the css file but I didn't see anything about the trailing ? that I want to remove. Add display:none to the CSS for .wikicreatelinkqm Thanks

[xwiki-users] New blog on XWiki

2009-01-04 Thread Vincent Massol
Just wanted to let you know I have started a new personal blog at http://massol.net which will talk a lot about XWiki (amongst other things). Hope you'll enjoy it. Thanks -Vincent http://xwiki.com http://massol.net http://xwiki.org ___ users

Re: [xwiki-users] blog listing is very slow

2009-01-04 Thread Vincent Massol
On Jan 4, 2009, at 5:49 PM, Elek Márton wrote: Is it normal that the blog listing page (http://localhost:8080/xwiki/bin/view/Blog) is generated in 6-10 seconds if I have only one word per title/content and in 25-30 seconds if I am using some more detailed articles? I am using XWiki 1.7

Re: [xwiki-users] blog listing is very slow

2009-01-04 Thread Vincent Massol
Hi Paul, On Jan 4, 2009, at 8:18 PM, Paul Armstrong wrote: At 2009-01-04T20:08+0100, Vincent Massol wrote: On Jan 4, 2009, at 5:49 PM, Elek Márton wrote: Is it normal that the blog listing page (http://localhost:8080/xwiki/bin/view/Blog) is generated in 6-10 seconds if I have only one word

Re: [xwiki-users] blog listing is very slow

2009-01-04 Thread Vincent Massol
On Jan 4, 2009, at 9:53 PM, Elek Márton wrote: Can you start by verifying if the problem is in your database, in your web server (if you have any) or in XWiki? I tried it in two different machine with two different configuration (tomcat + myql and the simple XWiki distribution with

Re: [xwiki-users] removing spam

2009-01-06 Thread Vincent Massol
Hi Yishay, On Jan 6, 2009, at 12:14 PM, Yishay Mor wrote: My XWiki has recently been hit by spam. I found a discussion of this issue on: http://markmail.org/message/yq6kbwyxznk7nezd However, since my XWiki is on the farm, I don't have programming rights. Luckily, the spam was

Re: [xwiki-users] XWiki 1.6: Export a complete Space as XAR

2009-01-08 Thread Vincent Massol
On Jan 8, 2009, at 5:43 PM, Jerome Velociter wrote: Hello Tug, Check http://code.xwiki.org/xwiki/bin/view/Applications/ImportExportApplication , it makes it very easy to export a whole space. You'll need to import that XAR and then go to Admin/Export page. Reminder to self: we really

Re: [xwiki-users] link to headlines xwiki1.7

2009-01-12 Thread Vincent Massol
Hi Dustin, On Jan 12, 2009, at 10:57 AM, Dustin Bensing wrote: Hi folks, i've heard that in xwiki 1.7 it is possible to link to headlines in other xwiki documents. is this information correct? i am trying to figure this out. the only way i found, is to manually attach an anchor to a

Re: [xwiki-users] [myxwiki] XWiki Enterprise 1.7.1 Upgrade

2009-01-12 Thread Vincent Massol
Hi Gaetan, On Jan 12, 2009, at 11:30 AM, Gaëtan GUYODO wrote: Thanks, but I tried to say that XE stable version is now 1.7.1, but XEM satble version is still 1.4.1, based on XE 1.6.2. Is there a XEM based on 1.7.1 ? I didn't found it. XEM isn't maintained any more ? I'm sorry, I just

Re: [xwiki-users] Scripting issue - xwiki

2009-01-12 Thread Vincent Massol
Glad you found the answer and thanks for posting the solution. -Vincent On Jan 12, 2009, at 3:37 PM, Ajdin Brandic wrote: Hi again My problem was that in my Velocity script (page3) I forgot to add $ in front of some variable names (Groovy doesn't use $) so the real values were not

Re: [xwiki-users] Tags

2009-01-16 Thread Vincent Massol
Hi Ajdin, I've just tested with a 1.8-SNAPSHOT version built a few minutes ago and it worked fine. Here's what I did: 1) go to tags page. No tags showing 2) tag the home page using the information panel in edit mode 3) go back to the tags page. The new tag is showing. Thanks -Vincent On Jan

Re: [xwiki-users] Tags

2009-01-16 Thread Vincent Massol
mode it means simply edit with WYSIWYG or editor=wiki. Yes. I've tried both in wiki edit mode or wysiwyg mode and both worked. What DB are you using? Thanks -Vincent Ajdin -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol

Re: [xwiki-users] Tags

2009-01-16 Thread Vincent Massol
and that page is using some private api that requires programming rights (which you don't have) 2) is most likely. -Vincent On Jan 16, 2009, at 5:27 PM, Vincent Massol wrote: On Jan 16, 2009, at 5:21 PM, Ajdin Brandic wrote: Hi Vincent I just did the same and no tags showing. If I reedit

Re: [xwiki-users] Tags

2009-01-16 Thread Vincent Massol
On Jan 16, 2009, at 5:37 PM, Vincent Massol wrote: ok have a look at http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/Tags I copied paste the content I had for the tags page from my local wiki. 2 things could have happened (still checking): 1) the page had the wrong content 2

Re: [xwiki-users] Strangeness with numbers...

2009-01-17 Thread Vincent Massol
On Jan 16, 2009, at 9:03 PM, Kevin_C wrote: Ugh, typo. Sorry. I ended up using $util.add($num, 1).. Don't use that one it's deprecated and will be removed soon. Look at your logs you should see the deprecation warning appearing. Use numbertool instead. Thanks -Vincent http://xwiki.com

Re: [xwiki-users] Visio diagram / map

2009-01-17 Thread Vincent Massol
On Jan 17, 2009, at 6:50 PM, Asiri Rathnayake wrote: Hi Mike, On Fri, Jan 16, 2009 at 6:07 PM, Mike A. _m...@inbox.lv wrote: Hi! Is it possible to import a Visio diagram (with links) into XWiki page? I mean the functionality like in Sharepoint: you save the diagram as a web page

Re: [xwiki-users] Lossing Data Changes in Version 1.7 - Why?

2009-01-17 Thread Vincent Massol
Hi Lee, Since we had issue with our old wysiwyg editor we've decided to rewrite it from scratch. There's a preview version of the new editor in 1.7.1 but it's not perfect and I'd suggest you wait till 1.8M1 is released (on Monday) before trying it out. It'll be final for the 1.8 final

Re: [xwiki-users] some questions concerning editing pages - more specific section behaviour - XWiki 1.8M1

2009-01-22 Thread Vincent Massol
Hi Sebastian, On Jan 22, 2009, at 11:27 AM, Sebastian Kannengiesser wrote: Hi guys, I have some points that I don't understand in XWiki, which occur somehow like bugs to me. I just edited the WebHome article of the Main Space which came with the default XWiki-Xar-File. In that WebHome

Re: [xwiki-users] some questions concerning editing pages - more specific section behaviour - XWiki 1.8M1 [partly solved]

2009-01-22 Thread Vincent Massol
page and found, it is using the XWiki.ArticleClass object. Unfortunately adding this object to a new article doesn't resolve the issue. Any idea, what I might be doing wrong? Cheers Sebastian On Thu, Jan 22, 2009 at 11:34 AM, Vincent Massol vinc...@massol.net wrote: Hi Sebastian

Re: [xwiki-users] some questions concerning editing pages - more specific section behaviour - XWiki 1.8M1 [partly solved]

2009-01-22 Thread Vincent Massol
On Jan 22, 2009, at 2:10 PM, Sebastian Kannengiesser wrote: Hi Kevin, thanx for your answer. Yes, this helps a little and I also think, to have a seperate option of distinguishing between title and section would be nice. But, as I just wrote, here the following does not create editable

Re: [xwiki-users] New WYSIWYG Bug

2009-01-23 Thread Vincent Massol
Hi Hel, Could you create a jira issue for this? Thanks -Vincent On Jan 23, 2009, at 7:52 PM, hel-o wrote: Hi, trying the new WYSIWYG i got following szenario. Made a list with links following a line break and a description http://n2.nabble.com/file/n2205053/WYSIWYG-1.png When i

Re: [xwiki-users] Default Syntax

2009-01-25 Thread Vincent Massol
Hi, On Jan 25, 2009, at 6:35 PM, hel-o wrote: Hi, just wanted to know if it is possible to change the defalut syntax to 2.0. Not yet but we need to add this before 1.8 final. I've created http://jira.xwiki.org/jira/browse/XWIKI-3151 Thanks -Vincent http://xwiki.com http://xwiki.org

Re: [xwiki-users] Continuation of numbered list after code

2009-01-27 Thread Vincent Massol
Hi Ken, On Jan 27, 2009, at 10:41 PM, Ken Teague wrote: M Rawash said the following on 1/27/2009 1:04 PM: yes, that does break the list, try this: 11. Step 1 {code} your code here.. {code} 11. Step 2 I'm afraid that b0rks things even more. :-( My right-side nav bar shifted to the

Re: [xwiki-users] table border color - XE 1.8M1

2009-01-28 Thread Vincent Massol
Hi Sebastian, On Jan 28, 2009, at 10:24 AM, Sebastian Kannengiesser wrote: Hi guys, changing border color for tables (i.e setting 00 for making them black) has no effect on the table, when saving the document. (using eysiwyg editor) You need to tell us if you're using the old wysiwyg

Re: [xwiki-users] using links in section heading makes the section-editing function inaccessable - XE 1.8M1

2009-01-28 Thread Vincent Massol
On Jan 28, 2009, at 5:52 PM, Sebastian Kannengiesser wrote: Hi Marius, I'm using Firefox 3.0.5 and just tested it with IE6. It is not working in either browser, both with any popup blockers disabled. Could it be I'm missing something in xwiki.cfg. BTW, XWiki/1.0 syntax appears twice in my

Re: [xwiki-users] Lucene search in classes

2009-01-29 Thread Vincent Massol
On Jan 28, 2009, at 9:00 PM, Jean-Vincent Drean wrote: It is not possible to search at the property level. I guess JV is saying it's not implemented yet but it's a good idea IMO. Juergen, you could create a jira issue for it? (http://jira.xwiki.org/jira/browse/XPLUCENE) Thanks -Vincent JV.

Re: [xwiki-users] Changing the logo

2009-01-29 Thread Vincent Massol
Hi Richard, See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingthelogofortheAlbatross2FToucanskins Thanks -Vincent On Jan 29, 2009, at 9:38 AM, goldring, richard wrote: How do you change the logo? I've copied our logo over the existing logo under the skins directory -

[xwiki-users] Pro hosting of XWiki Enterprise

2009-01-29 Thread Vincent Massol
Hi XWiki users, I thought some of you might be interested by the new offering from XWiki SAS (http://xwiki.com) in term of hosting. See http://www.xwiki.com/xwiki/bin/view/Services/Hosting for details. The prices have been revised down and they are now very affordable for everyone I think:

Re: [xwiki-users] Admin pages...

2009-01-31 Thread Vincent Massol
Hi there, On Jan 30, 2009, at 9:43 PM, bretteua wrote: Is there any way to hide admin type pages from users? What I mean is that when I go to an index or search results, not only does all of the user created pages/content show up, but so does all of the admin pages and pages related

Re: [xwiki-users] How to set page break?

2009-02-02 Thread Vincent Massol
Hi Wahono, Basically it's an advanced feature and we're going to add support to enter parameters (such as CSS parameters) in the wysiwyg later on in XE 1.9. Thanks -Vincent On Feb 2, 2009, at 8:32 PM, Marius Dumitru Florea wrote: Hi, There's no shortcut key or tool bar entry for page

Re: [xwiki-users] Filtering/sorting tables on toucan skin.

2009-02-04 Thread Vincent Massol
Hi Jean, On Feb 4, 2009, at 11:55 AM, Jean Couteau wrote: Hi list, I tried adding filtering/sorting to tables on the toucan skin. I see that the feature is now present only on albatross skin. Is there an easy way to add it to the toucan skin ? Toucan skin extends the Albatross skin so

Re: [xwiki-users] Comments Attachments small size

2009-02-04 Thread Vincent Massol
On Feb 4, 2009, at 1:24 PM, Jerome Velociter wrote: Hernández Cuchí wrote: Hello, I would like to reduce the size of the comment/attachments/history/ Information footer. As I've seen, I would like to have it as it is shown in the botton part of

Re: [xwiki-users] [xwiki-devs] [ANN] XWiki Enterprise 1.8 Milestone 2 Released

2009-02-04 Thread Vincent Massol
On Feb 4, 2009, at 2:12 PM, Thomas Mortagne wrote: The XWiki development team is pleased to announce the release of XWiki Enterprise 1.8 Milestone 2. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download Last milestone of the XWiki Enterprise 1.8 version before release

Re: [xwiki-users] Use lucene search as default

2009-02-06 Thread Vincent Massol
On Feb 6, 2009, at 10:14 AM, christophe perinaud wrote: Hello, You can edit the search panel and replace the link to the search page to the lucene one. I did like that in my wiki Also, in the 1.8 Lucene will be the default. It must be confirm by someone from the xwiki team. We'd

Re: [xwiki-users] MIT Simile Widgets (spiffy JS Timeline/Timeplot/Timegrid) for Xwiki?

2009-02-07 Thread Vincent Massol
Hi Ricardo, On Feb 6, 2009, at 11:45 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Hi Niels, Thank you for your insight. I am almost sure that doc names and spaces have not inappropriate characters, but I can not be so sure about titles. My first trial following your

Re: [xwiki-users] Panel Wizard doesn't show it

2009-02-07 Thread Vincent Massol
Hi Antonio, On Feb 7, 2009, at 9:07 AM, Antonio Goncalves wrote: Hi, I'm using XE 1.6.2 / XEM 1.4.1 and when I click on the Panel Wizard it just doesn't show up. I click on the link, but nothing happens. hmmm we need to look into this since I've heard this problem reported twice over

Re: [xwiki-users] Tutorial XWiki

2009-02-11 Thread Vincent Massol
Hi Frans, On Feb 11, 2009, at 1:42 AM, Frans Thamura wrote: hi all i am seeking free tutorial for newbies to start XWiki, anyone can give me recommendation I'm sure you've checked out http://xwiki.org. Since you're asking the question it means you haven't found your answer there

Re: [xwiki-users] Send something by FTP in a space

2009-02-11 Thread Vincent Massol
Hi Herve, On Feb 11, 2009, at 9:01 AM, Hervé Agnoux wrote: Hi, I should want use XWiki as a platform to distribute java web start applications. I want some acces control : only register persons can get the jnlp and jar file. I put the jars on the server by FTP with an ant task. I

Re: [xwiki-users] Send something by FTP in a space

2009-02-11 Thread Vincent Massol
On Feb 11, 2009, at 9:41 AM, Vincent Massol wrote: Hi Herve, On Feb 11, 2009, at 9:01 AM, Hervé Agnoux wrote: Hi, I should want use XWiki as a platform to distribute java web start applications. I want some acces control : only register persons can get the jnlp and jar file. I

Re: [xwiki-users] Tutorial XWiki

2009-02-11 Thread Vincent Massol
://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/ This is still a work in progress. Thanks -Vincent F 2009/2/11 Vincent Massol vinc...@massol.net: Hi Frans, On Feb 11, 2009, at 1:42 AM, Frans Thamura wrote: hi all i am seeking free tutorial for newbies to start XWiki, anyone can

Re: [xwiki-users] Panel Wizard doesn't show it

2009-02-13 Thread Vincent Massol
it instead. Thanks -Vincent Antonio 2009/2/7 Vincent Massol vinc...@massol.net Hi Antonio, On Feb 7, 2009, at 9:07 AM, Antonio Goncalves wrote: Hi, I'm using XE 1.6.2 / XEM 1.4.1 and when I click on the Panel Wizard it just doesn't show up. I click on the link, but nothing happens

Re: [xwiki-users] My orphaned pages panels do not work properly

2009-02-16 Thread Vincent Massol
Hi, On Feb 16, 2009, at 11:46 AM, Hernández Cuchí, Francisco Ricardo wrote: Hello, I have some pages listed in the orphaned panel, but this page have a backlink in the backlink panel, so meybe I don´t understand the meaning of the orphaned pages panel, but I think that a page with a

Re: [xwiki-users] Myxwiki Programming rights required

2009-02-17 Thread Vincent Massol
Hi Ajdin, On Feb 17, 2009, at 12:51 PM, Ajdin Brandic wrote: To myxwiki admin people Can someone reinstate/flush my progtramming rights, username: ajdinbrandic I had programming rights set up by Vincent for myxwiki.patternlanguagenetwork.org. Due to issues with upgrade I lost all

Re: [xwiki-users] Page layout not changing after setting it in panels page

2009-02-18 Thread Vincent Massol
Hi Sean, On Feb 18, 2009, at 1:25 PM, Sean Davis wrote: I have installed xwiki-enterprise-web-1.8-milestone-2 into a tomcat6 instance and cannot seem to change the page layout of one of the spaces. Changing skin colors works fine. When I go to the panels page and choose page layout, I

Re: [xwiki-users] Myxwiki Programming rights required

2009-02-18 Thread Vincent Massol
$doc.saveWithProgrammingRights() (I get erors) Does this mean I do not have programming rights. Also if I write Groovy code between % and % but the code is still visible on page Does this mean I do not have programming rights? Vincent Massol or JV ? Ajdin -Original Message- From: users

Re: [xwiki-users] Import/export tool

2009-02-19 Thread Vincent Massol
Hi, On Feb 19, 2009, at 3:40 PM, CASTRO roney wrote: Hello all, I was transferring information from an xwiki to another one using the import/export tool, and I was wondering if it is possible to export just a .xar file containing only a space within my xwiki, since I don't want to

Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Vincent Massol
Hi, On Feb 20, 2009, at 1:36 AM, Henning Sprang wrote: Hi, We decided to write an online book by using xWiki as the authoring system. While we want to make it freely available, we'd like to restrict pdf and other printable output apart from plain html. (we might want to sell pdf outputs

Re: [xwiki-users] permissions/rights for printing

2009-02-20 Thread Vincent Massol
On Feb 20, 2009, at 12:53 PM, Henning Sprang wrote: Hi On Fri, Feb 20, 2009 at 10:47 AM, Sergiu Dumitriu ser...@xwiki.com wrote: xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/ XWikiRightServiceImpl.java, around line 106, there should be a line like: actionMap.put(pdf, view);

Re: [xwiki-users] organize vote with XWiki

2009-02-20 Thread Vincent Massol
On Feb 20, 2009, at 1:21 PM, pkernevez wrote: Hi, We are using XWiki for the http://jugl.ch JUGL . We want that all users would be able to add new subjects and vote on already purpose subjects. At this time we are using doodles, it works fine for the votes but all participants can't

Re: [xwiki-users] Changing default editor to wiki

2009-02-20 Thread Vincent Massol
On Feb 20, 2009, at 7:51 PM, Guillaume Lerouge wrote: Hi, On Fri, Feb 20, 2009 at 6:48 PM, Samuel Lee sam...@ncmir.ucsd.edu wrote: I would like to change the default editor (when you press the edit button) to be wiki and not wysiwyg for all users. How do I do it? Click on the

Re: [xwiki-users] Velocity + Tables

2009-02-22 Thread Vincent Massol
Hi Lewis, On Feb 22, 2009, at 5:56 PM, Lewis Denizen wrote: Hi xwiki-users, I've been playing with the new XWiki Syntax 2.0, Great, we need feedback on the new syntax from using it in the real world! but there are still some things possible with the old 1.0 syntax which are impossible

Re: [xwiki-users] Velocity + Tables

2009-02-22 Thread Vincent Massol
Hi Lewis, On Feb 23, 2009, at 12:14 AM, Vincent Massol wrote: Hi Lewis, On Feb 22, 2009, at 5:56 PM, Lewis Denizen wrote: Hi xwiki-users, I've been playing with the new XWiki Syntax 2.0, Great, we need feedback on the new syntax from using it in the real world! but there are still

Re: [xwiki-users] security concern: XWikiGuest rolling back

2009-02-23 Thread Vincent Massol
Hi, On Feb 23, 2009, at 11:15 PM, Yishay Mor wrote: This has happened a few times on http://patternlanguagenetwork.myxwiki.org/, and I can't explain it. I set the access rights to allow view by all, but edit is restricted. I'm seeing documents rolled back to older versions by

Re: [xwiki-users] Compatibility issue

2009-02-24 Thread Vincent Massol
Hi there, On Feb 24, 2009, at 11:23 AM, Hernández Cuchí, Francisco Ricardo wrote: Hello, I have been searching for a compatibility matrix of Xwiki, and I hadn't found if it is compatible with theses infrastructure: DB: Oracle 10g See

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-27 Thread Vincent Massol
On Feb 27, 2009, at 3:26 PM, Sergiu Dumitriu wrote: hel-o wrote: Hi, how can i migrate existing blog posts to the new blog application? Visit /xwiki/bin/view/Blog/Migration using an administrator account. Hint: We need updated doc on

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-27 Thread Vincent Massol
Hi, On Feb 27, 2009, at 3:51 PM, hel-o wrote: Thanks, worked, one more question. I used a flikr macro in my blog. As i understand the new blog application uses the new syntax. Tried to change the syntax for the http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HMacros

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-27 Thread Vincent Massol
On Feb 27, 2009, at 4:21 PM, Sergiu Dumitriu wrote: hel-o wrote: Thanks, worked, one more question. I used a flikr macro in my blog. As i understand the new blog application uses the new syntax. Tried to change the syntax for the

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-27 Thread Vincent Massol
Hi, On Feb 27, 2009, at 6:11 PM, hel-o wrote: I try (if possible) to use only the new syntax in this wiki. And in its quite stable for most parts. The new WYSIWYG is better, but it laks functionality the old one had. Which features are you looking for that are lacking? But back to

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-27 Thread Vincent Massol
On Feb 27, 2009, at 6:24 PM, Vincent Massol wrote: Hi, On Feb 27, 2009, at 6:11 PM, hel-o wrote: I try (if possible) to use only the new syntax in this wiki. And in its quite stable for most parts. The new WYSIWYG is better, but it laks functionality the old one had. Which features

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-27 Thread Vincent Massol
On Feb 27, 2009, at 7:47 PM, hel-o wrote: Hi, vmassol wrote: Hi, On Feb 27, 2009, at 6:11 PM, hel-o wrote: I try (if possible) to use only the new syntax in this wiki. And in its quite stable for most parts. The new WYSIWYG is better, but it laks functionality the old one had.

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-28 Thread Vincent Massol
On Feb 27, 2009, at 11:18 PM, Sergiu Dumitriu wrote: Vincent Massol wrote: On Feb 27, 2009, at 6:24 PM, Vincent Massol wrote: Hi, On Feb 27, 2009, at 6:11 PM, hel-o wrote: I try (if possible) to use only the new syntax in this wiki. And in its quite stable for most parts. The new

Re: [xwiki-users] Images in links

2009-02-28 Thread Vincent Massol
Hi Lewis, On Feb 28, 2009, at 7:14 PM, Lewis Denizen wrote: Hi xwiki-users, In XWiki Syntax 1.0, I was able to do something like this: a href=${documentURLRoot}img src=$xwiki.getSkinFile('icons/black-file.png') alt=Root URL title=Root URL //a This would render an icon from the

Re: [xwiki-users] Migrate blog posts to new blog (18RC1)

2009-02-28 Thread Vincent Massol
On Feb 28, 2009, at 8:35 PM, hel-o wrote: Hi, vmassol wrote: ok. We're currently working on implementing the new dialog boxes (the ones currently in were done roughly while waiting for the new ones). If you're interested here are the mockups for the new dialog boxes:

Re: [xwiki-users] Create a tree navigation

2009-03-06 Thread Vincent Massol
Hi, You can already use the TOC macro. See http://code.xwiki.org/xwiki/bin/view/Macros/TocMacro and http://code.xwiki.org/xwiki/bin/view/Macros/TocMacro20 Thanks -Vincent On Thu, Mar 5, 2009 at 4:02 PM, CASTRO roney roney.cas...@gemalto.com wrote: Hi, I have a space where I want to make

Re: [xwiki-users] Syntax problem 1.0 - 2.0

2009-03-06 Thread Vincent Massol
Hi, On Mar 6, 2009, at 11:02 AM, Helmut Lehner wrote: Hi Vincent I don't know if there's much we can do here since the tinymce-based wysiwyg will have saved the content of the page in HTML in your case and the converter cannot distinguish this from someone typing HTML in the page. I get

Re: [xwiki-users] Images in links

2009-03-14 Thread Vincent Massol
Hi Lewis, On Mar 14, 2009, at 9:18 AM, Lewis Denizen wrote: Thanks Vincent (and sorry for the late reply!) - inlined my reply: On Sun, Mar 1, 2009 at 4:41 AM, Vincent Massol vinc...@massol.net wrote: Same here, the image syntax doesn't support relative paths. I guess we could improve

Re: [xwiki-users] Panel Wizard doesn't show it

2009-03-14 Thread Vincent Massol
and look for left and right panels field. Thanks -Vincent Thanks, Antonio 2009/3/14 Vincent Massol vinc...@massol.net On Mar 13, 2009, at 6:19 PM, Antonio Goncalves wrote: Hi Sergiu, Our wiki instance is hosted, so what can I do to upgrade the platform to a recent version ? You can't. We

<    1   2   3   4   5   6   7   8   9   10   >