Re: [xwiki-users] Removing comments, attachments, etc from certain pages

2010-03-10 Thread Phoenix Hawk
Hi Josh, You can check out: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting http://platform.xwiki.org/xwiki/bin/view/DevGuide/ScriptingIn particular: #set ($showcomments = no) #set ($showattachments = no) #set ($showhistory = no) #set ($showinformation = no) or #set($docextras = [])

Re: [xwiki-users] Deleting a Page but Tag remain???

2010-03-10 Thread Jean-Vincent Drean
Hi, I can't reproduce the issue, can you provide us with the XE version and database you're using ? Did you previously had problems with the document, like the save action failing for example ? Thanks, JV. On Tue, Mar 9, 2010 at 8:47 PM, 2smart4u rc4...@googlemail.com wrote: Hi there, again

Re: [xwiki-users] Question regarding visibility of Space indexes

2010-03-10 Thread Jean-Vincent Drean
There's no builtin solution, AFAIK the easiest way to achieve this would be to add some #ifs to Main.SpaceIndex JV. On Tue, Mar 9, 2010 at 7:42 PM, 2smart4u rc4...@googlemail.com wrote: Hi there, just a quick question: When I browse through a space as a non-registered user, I always see both

[xwiki-users] cluttered name in change list

2010-03-10 Thread Wouter Boasson
HI, After importing a document using the office importer it showed up in the changes list as: span lang=nl-NLXWiki - Implementatie-issues/span which is clearly too much information! XWiki version 2.2.2, OpenOffice 3.2, OS OpenSuSE Regards, Wouter Wouter Boasson (MSc) Geo-IT Research and

[xwiki-users] office import

2010-03-10 Thread Wouter Boasson
Hi, When importing office documents using the openoffice importer, I get images as attachments, but the links in the page-source refer to ../output/output_html_ This makes that the images do not appear inline with the text, the attachement itself is fine. Version: XWiki 2.2.2, OpenOffice

Re: [xwiki-users] office import

2010-03-10 Thread Asiri Rathnayake
Hi, On Wed, Mar 10, 2010 at 5:27 PM, Wouter Boasson wouter.boas...@rivm.nlwrote: Hi, When importing office documents using the openoffice importer, I get images as attachments, but the links in the page-source refer to ../output/output_html_ This makes that the images do not appear

[xwiki-users] Is there a way to modify the values of the options in the select element (html) associated with a Static List?

2010-03-10 Thread Abel Solórzano Astorga
Hi, Is there a way to modify the values of the options in the select element (html) associated with a Static List? I noticed that the values are the same as the text that is shown on the list. I have: *select id=SSI-Internal.CreateIssue_0_priority name=SSI-Internal.CreateIssue_0_priority

Re: [xwiki-users] Is there a way to modify the values of the options in the select element (html) associated with a Static List?

2010-03-10 Thread Jean-Vincent Drean
You can use the following notation in the static list values definition: 1=Value 1|2=Value 2|3=Value 3 The generated HTML will look like: option value=1 label=Value 1Value 1/option option value=2 label=Value 2Value 2/option option value=3 label=Value 3Value 3/option JV. On Wed, Mar 10, 2010 at

Re: [xwiki-users] Is there a way to modify the values of the options in the select element (html) associated with a Static List?

2010-03-10 Thread Valdis Vītoliņš
Why don't you use database list? IMHO this is better, especially because then user can modify values without changing design. So, use them if there are no other design constraints. Valdis Hi, Is there a way to modify the values of the options in the select element (html) associated with

Re: [xwiki-users] Problems logigging in

2010-03-10 Thread Caleb James DeLisle
I cannot repeat your trouble either, verified with 2.1.2 2.2.1 2.2.2 and 2.3 trunk My process is start xwiki, mouse over upper left corner where it says xwiki, observe dropdown menu click administration, follow steps to import package. My installation is jetty with postgres and mysql Maybe you

Re: [xwiki-users] Is there a way to modify the values of the options in the select element (html) associated with a Static List?

2010-03-10 Thread Caleb James DeLisle
Jean-Vincent Drean wrote: You can use the following notation in the static list values definition: 1=Value 1|2=Value 2|3=Value 3 The generated HTML will look like: option value=1 label=Value 1Value 1/option option value=2 label=Value 2Value 2/option option value=3 label=Value 3Value 3/option

Re: [xwiki-users] office import

2010-03-10 Thread Asiri Rathnayake
Hi, When importing office documents using the openoffice importer, I get images as attachments, but the links in the page-source refer to ../output/output_html_ This makes that the images do not appear inline with the text, the attachement itself is fine. Version: XWiki 2.2.2,