[xwiki-users] problem with installing in Win7

2011-04-03 Thread sadid sahami
Hello!
I want to install 2.7 in my Win7 Box. I downloaded
xwiki-enterprise-standard.exe file and install it successfully without
any error. but when I run xwiki_start the command window comes up and
instantly closeactually nothing happen and the server doesn't run. I
don't know what should I do and where can i get a log or anything else to
know what the problem is.

one thing that maybe relevantI'm using your-freedom proxy program which
is java based and run on 8080 port (the port can be changed easily) I also
tried different browser setting. I also can close the proxy program and try
xwiki_start without any proxy.

one important note, I just want to use my xwiki in offline mode...btw, I
have exactly same problem with 2.3 version which I used it successfully in
winXP.
WebRep
Overall rating
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Livetable dynamic column

2011-04-03 Thread Gerritjan Koekkoek
Hi,

I have the following livetable...(see below) (working perfectly!)
My challenge is the following; the column countryCode is a string with a comma 
seperated list with country codes (1 to many)
I've graphical flags representing a country and several macro's to display the 
flags when you feed them a string with countrycodes;
 #ArrayOfCounties($vCountryCodeString $vCountryCodeList) = translates a 
comma seperated string into a array
 #ShowAllFlags($vCountryCodeList) = shows all the flags of countryCodes in 
the array

What is the best way to dynamically show (in the display of the livetable) the 
flags of the countries represented in the countryCode collumn?


#set($columns = [countryName  ,languageText  ,countryCode, _actions ])
#set($columnsProperties = {
  countryName : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  language : { type : text, link : view, size : 10, 
filterable : false, sortable: false },
  countryCode : { type : text, link : view, size : 10, 
filterable : false, sortable: false },
  languageText : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  _avatar : { type : none, link : none, html : true, 
sortable:false },
  _images : { type : none, link : none, html : true, 
sortable:false },
  _attachments : { type : none, link : none, html : true, 
sortable:false },
  _actions : { type : none, link : none, html : true, 
sortable:false },
  doc.name : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.space : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.fullName : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.author : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.date : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.creator : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.creationDate : { type : text, link : view, size : 10, 
filterable : true, sortable: true },
  doc.title : { type : text, link : view, size : 20, 
filterable : true, sortable: true },
  _actions : {actions: [edit,delete], displayName : Change}
})

#set($options = {
className:CdLSAssociations.CdLS_ATD_CountryClass,   
translationPrefix : cdls_atd_country.livetable.,  
tagCloud : true,  
rowCount: 20,  
maxPages : 10,
selectedColumn : doc.title,
defaultOrder : asc
})

#livetable(cdls_atd_country $columns $columnsProperties $options)
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Comment Moderation , Right approach

2011-04-03 Thread akp
Hi Marius  Thanks . That worked nicely .




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Comment-Moderation-Right-approach-tp6195006p6234877.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] problem with installing in Win7

2011-04-03 Thread Dominique Jocal
sadid,

xwiki fails to start because 8080 is already taken by your-freedom; i
suggest keep 8080 for tools like xwiki or others (very usual port for local
setup) and change your proxy port for a completely specific one.
D

2011/4/3 sadid sahami sadidsah...@gmail.com

 Hello!
 I want to install 2.7 in my Win7 Box. I downloaded
 xwiki-enterprise-standard.exe file and install it successfully
 without
 any error. but when I run xwiki_start the command window comes up and
 instantly closeactually nothing happen and the server doesn't run. I
 don't know what should I do and where can i get a log or anything else to
 know what the problem is.

 one thing that maybe relevantI'm using your-freedom proxy program which
 is java based and run on 8080 port (the port can be changed easily) I also
 tried different browser setting. I also can close the proxy program and try
 xwiki_start without any proxy.

 one important note, I just want to use my xwiki in offline mode...btw, I
 have exactly same problem with 2.3 version which I used it successfully in
 winXP.
 WebRep
 Overall rating
 ___
 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


Re: [xwiki-users] problem with installing in Win7

2011-04-03 Thread Sergiu Dumitriu
On 04/03/2011 08:02 AM, sadid sahami wrote:
 Hello!
 I want to install 2.7 in my Win7 Box. I downloaded
 xwiki-enterprise-standard.exe file and install it successfully without
 any error. but when I run xwiki_start the command window comes up and
 instantly closeactually nothing happen and the server doesn't run. I
 don't know what should I do and where can i get a log or anything else to
 know what the problem is.

 one thing that maybe relevantI'm using your-freedom proxy program which
 is java based and run on 8080 port (the port can be changed easily) I also
 tried different browser setting. I also can close the proxy program and try
 xwiki_start without any proxy.

 one important note, I just want to use my xwiki in offline mode...btw, I
 have exactly same problem with 2.3 version which I used it successfully in

The part used by XWiki can also be easily changed, either as the first 
parameter given to the script, or you can edit the .bat script and 
change the default port inside.

No two applications can use the same port, so that's not something that 
can be fixed in code.

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