Re: [xwiki-users] Visual Editor Chinese garbled! An urgent need expert help to resolve!

2008-07-15 Thread Niels Mayer
If this is similar to an issue i had with the tiny_mce wysiwyg, you might be able to prevent garbling of links by overriding convertURL() rather than encodeURI(), e.g. /* * HACK: Tell TinyMCE to leave-alone the URL's ... they are fine as-is.. as relative links * during edit in AssetTemp/xxx,

Re: [xwiki-users] Active Directory 2.

2008-07-15 Thread Eric Johnson
Try checking to see if you need to be using a subdomain on your binddn. My company uses a subdomain for logging in: Example, for windows login, we enter our username and password and where to login (either to the network or to the local machine). IF THIS IS THE CASE, then an admin username and a

[xwiki-users] FAQ Application ?

2008-07-15 Thread xiaoyao1118
FAQ Application a zip Mody ? Or. Xar Mody ? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Visual Editor Chinese garbled! An urgent need expert help to resolve!

2008-07-15 Thread xiaoyao1118
HI We use xwiki process, ie in the browser now can not solve a visual (wysiwyg) Editor garbled coding problem firefox under no problems! We deployment environment: Os: windowsXp jdk: 1.5.0_08 tomcat: 5.5 xwiki: xwiki-enterprise-web-1.5-SNAPSHOT.war Comcat under the webapp deplo

Re: [xwiki-users] Active Directory 2.

2008-07-15 Thread Wright, Philip
Also can all of your user's view your LDAP? Or do you need a login with admin privileges to do so? If you need admin privileges to view the ldap you would need to replace: xwiki.authentication.ldap.bind_DN=cn={0},ou=COMPANY,dc=company,dc=intranet xwiki.authentication.ldap.bind_pass={1} With: xw

Re: [xwiki-users] Active Directory 2.

2008-07-15 Thread Wright, Philip
do you really have a space in your code on this line in the word first (fi rst): xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name > =sn,fi rst_name=givenName,fullname=displayName,mail=cn,ldap_dn=dn Philip Wright -Original Message- From: [EMAIL PROTECTED] [mai

Re: [xwiki-users] Active Directory 2.

2008-07-15 Thread Zoltan Gyula Beck
Thank you Philip, but how can I do it? Can you explain me please. The xwiki.authentication.ldap.UID_attr=sAMAccountName is set, but doesn't work for me, if in login I write the balazs or beck "user names". Best Regards, bzg 2008/7/15 Wright, Philip <[EMAIL PROTECTED]>: > I would suggest changi

Re: [xwiki-users] 1.5-RC1 Import Error

2008-07-15 Thread Jamison Novak
Not anymore. "The administration application is not installed. Since XWiki Enterprise 1.5 the Administration is distributed as an application. You can download it from http://code.xwiki.org/xwiki/bin/view/Applications/AdministrationApplicat ion. Then, import it." The problem, however, is that I c

Re: [xwiki-users] 1.5-RC1 Import Error

2008-07-15 Thread Wright, Philip
isn't the admin app already included in that release? Philip Wright Reports Analyst ACS: BPS Affiliated Computer Services, Inc Affiliated Computer Services, Inc (ACS) Proprietary and Confidential Information This document (or any part thereof) may not be disseminated outside of ACS in

Re: [xwiki-users] Active Directory 2.

2008-07-15 Thread Wright, Philip
I would suggest changing the ldap authentication to look at your samaccountname's since they appear to not have any spaces, periods or special characters which I have noticed break the authentication. Philip Wright Reports Analyst ACS: BPS Affiliated Computer Services, Inc Affiliated Co

[xwiki-users] History throws exceptions

2008-07-15 Thread Marco Weiß
Hi all, we use XEM for a little xwiki Farm, now we have problems with our History. If i look at a previews version of an document i get the error show here --> http://pastebin.centos.org/9499 I thougt update to 1.4 will fix this. But nothing happend. Now i'm backu to the old version. On m

[xwiki-users] 1.5-RC1 Import Error

2008-07-15 Thread Jamison Novak
Hi all, I decided to try out a fresh install of 1.5 RC1. It's up and running fine and the database gets initialized on the first run. I go to the XWikiPreferences page to import the administration application. I browse for the xwiki-application-administration-1.1.xar file and attach it success

[xwiki-users] Active Directory 2.

2008-07-15 Thread Zoltan Gyula Beck
Hi Members! I still have problems with xwiki and Active Directory authentication. I upgraded to 1.5 RC1, but didn't helped. This are my users ldif: dn: CN=Sztar Balazs, OU=COMPANY, DC=company,DC=intranet displayName: Sztar Balazs givenName: Sztar sAMAccountType: 805306368 primaryGroupID: 513

Re: [xwiki-users] ApplicationResources_de

2008-07-15 Thread Jean-Vincent Drean
On Tue, Jul 15, 2008 at 12:33 PM, adoro <[EMAIL PROTECTED]> wrote: > > Done. > > I posted separate files for ApplicationResources_de, customized for vers. up > to 1.4 > http://jira.xwiki.org/jira/browse/XWIKI-2557 > and ApplicationResources_de for XWiki Enterprise vers. 1.5, where some new > terms

Re: [xwiki-users] ApplicationResources_de

2008-07-15 Thread adoro
Done. I posted separate files for ApplicationResources_de, customized for vers. up to 1.4 http://jira.xwiki.org/jira/browse/XWIKI-2557 and ApplicationResources_de for XWiki Enterprise vers. 1.5, where some new terms for administration application have been translated and old translations were re

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Hosam Hassan
okay i figured it out Add this and it works. Thanks man Original Message: You'll just have to edit the style of the page where you want to this.So, edit the page and put this at the end:#commentscontent .xwikititlewrapper {cursor: default;}#comments {display: block;} Quoting Hosam Hassan

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Mihails Agafonovs
Yes, using the Wiki Editor, it works perfectly for me! Quoting Hosam Hassan : I tried to change in the style.css and it works perfectly Just I dont know how to make a specific style for one page in the xwiki Original Message: You'll just have to edit the style of the page where you want to this.

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Hosam Hassan
I tried to change in the style.css and it works perfectly Just I dont know how to make a specific style for one page in the xwiki Original Message: You'll just have to edit the style of the page where you want to this.So, edit the page and put this at the end:#commentscontent .xwikititlewrapper

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Hosam Hassan
How Can I change the style of the page?. It looks to me like CSS code I guess. How Can I add it to the page?. Using the XWiki editor?, it didn't work ofcourse Thanks Original Message: You'll just have to edit the style of the page where you want to this.So, edit the page and put this at the end

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Mihails Agafonovs
You'll just have to edit the style of the page where you want to this. So, edit the page and put this at the end: #commentscontent .xwikititlewrapper { cursor: default; } #comments { display: block; } Quoting Hosam Hassan : Hello guys, Is it possible to keep the comments for the page opened alway

[xwiki-users] How to keep the comments opened?

2008-07-15 Thread Hosam Hassan
Hello guys, Is it possible to keep the comments for the page opened always. I mean I don't need to click on it to see the comments I want them always visible. I want this just to be in one specifc page not all the wiki. Many thanks in advance Cheers, Hosam_