[xwiki-users] https

2010-03-31 Thread stefan bachert
Hi, My wiki has public and protected pages. The public page may be access with http However, logon and protected page should access with https only. Is there a way to config xwiki this way? Or do I have to run xwiki totally under https? Stefan Bachert __

Re: [xwiki-users] FW: A new Wiki install

2010-03-31 Thread Valdis Vītoliņš
I'm still wondering why people run Java applications on Windows. Running on Linux is much easier. Don't get me wrong. In 2001 I did presentation in international conference recommending Sharepoint as a new powerful tool for collaboration and knowledge exchange. But that was looong time ago, and I'v

Re: [xwiki-users] https

2010-03-31 Thread Caleb James DeLisle
I think you can check to see if the connection is https using the HttpServletRequest ($request) in velocity then send a redirect or simply refuse to display the page. Caleb stefan bachert wrote: > Hi, > > My wiki has public and protected pages. > The public page may be access with http > However

Re: [xwiki-users] https

2010-03-31 Thread 2smart4u
Hi Stefan, IMHO that's nothing to be configured within XWiki but within the deployment-dscriptor ("web.xml") within your servlet-container. Example (snippet): Protected Context /* CONFIDENTIAL Cheers Gregor -- just because yo

[xwiki-users] I can't attach files to content

2010-03-31 Thread Dean Del Ponte
I've recently migrated from the standalone version to the war version, in the hopes of making the use of the wiki more permanent. I'm running xwiki-2.2.4 in tomcat-6.0.24 with MySQL 5.1. Everything works, except I am now unable to attach files of any kind. I receive the following error. All hel

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread Dean Del Ponte
Here's another interest line I found in the log file. Maybe this will help: ERROR util.JDBCExceptionReporter - Incorrect string value: '\xEF\x83\xA0 IT...' for column 'XWR_PATCH' at row 1 ERROR .AbstractFlushingEventListener - Could not synchronize database state with session org.hibernate.

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread coldserenity
I receive almost the same error when trying to save the following text > як думаєте чи є зміст розділяти Resolved на Resolved for Code Review i > Resolved for QA? > мається на увазі що після того як щось запрограмовано - воно обов’язково > повинно бути віддане на Code Review і тільки після тог

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread Vincent Massol
Hi, On Mar 31, 2010, at 3:52 PM, coldserenity wrote: > > I receive almost the same error when trying to save the following text > > > >> як думаєте чи є зміст розділяти Resolved на Resolved for Code Review i >> Resolved for QA? >> мається на увазі що після того як щось запрограмовано - воно

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread 2smart4u
2010/3/31 Vincent Massol : > > See http://dev.xwiki.org/xwiki/bin/view/IRC/xwikiArchive20100303 > > Thanks > -Vincent > wow - a really usefull posting here - to whoch of the 1000+ lines are you referring to? anyhow: 2.2.4 was a bug-fix to fix some regressions - I've still not upgraded from 2.2.2

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread Vincent Massol
On Mar 31, 2010, at 4:01 PM, 2smart4u wrote: > 2010/3/31 Vincent Massol : >> >> See http://dev.xwiki.org/xwiki/bin/view/IRC/xwikiArchive20100303 >> >> Thanks >> -Vincent >> > > wow - a really usefull posting here - to whoch of the 1000+ lines are > you referring to? you need to help yourself

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread 2smart4u
Vincent, *I* don't have any exception since I'm still on 2.2.2 My - what I believe simple - question was, if 2.2.4 is stable or if there are any issue which might be a show-stopper. So can you give an statement if 2.2.4 has a regression concerning attachements? Btw, asking auntie Google regardi

Re: [xwiki-users] XML parser for displaying on pages

2010-03-31 Thread Mike Davis
> Message: 6 > Date: Mon, 29 Mar 2010 17:37:30 +0200 > From: Vincent Massol > Subject: Re: [xwiki-users] XML parser for displaying on pages > To: XWiki Users > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Hi, > > On Mar 29, 2010, at 5:27 PM, Mike Davis wrote: > > > > > I wan

Re: [xwiki-users] XML parser for displaying on pages

2010-03-31 Thread Guillaume Lerouge
Hi, On Wed, Mar 31, 2010 at 6:06 PM, Mike Davis wrote: > > > Message: 6 > > Date: Mon, 29 Mar 2010 17:37:30 +0200 > > From: Vincent Massol > > Subject: Re: [xwiki-users] XML parser for displaying on pages > > To: XWiki Users > > Message-ID: > > Content-Type: text/plain; charset=us-ascii > > >

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 03:23 PM, Dean Del Ponte wrote: > I've recently migrated from the standalone version to the war version, in > the hopes of making the use of the wiki more permanent. > > I'm running xwiki-2.2.4 in tomcat-6.0.24 with MySQL 5.1. Everything works, > except I am now unable to attach file

Re: [xwiki-users] [xwiki-devs] XWiki Logo Challenge

2010-03-31 Thread Anca Luca
Hi all, It is very hard to choose (and by this all participants should understand that all proposals are noteworthy). I also took into account following criteria: can I draw it with a pencil on a paper in a single color and it would still be recognized? As a result my votes and comments go lik

[xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue("date_property_name") returns empty String

2010-03-31 Thread Abel Solórzano Astorga
Hi, I am trying to get the String value of a Date Property. I am using the following code: *def obj = doc.getObject("SSI-Internal.CreateIssue");* *def summary = obj.getStringValue("environment");* *def date = obj.getStringValue("due_date");* *doc* is of type *com.xpn.xwiki.doc.XWikiDocument* and

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread 2smart4u
On Wed, Mar 31, 2010 at 6:36 PM, Sergiu Dumitriu wrote: > > This means that your database is not correctly configured as utf8. > I see. Well, I didn't scroll down Dean's complete exception-tree. @Dean: Directions for setting up MySQL to work woth UTF-8 can be found here: http://dev.mysql.com/d

[xwiki-users] Automatic save of draft.

2010-03-31 Thread Sophie Alexandre
Hi, I have a question about edition : When a user edit a page, does it exist a mechanism to save automatically a draft of this page after a certain time if he doesn't save by himself ? Thanks, S.A ___ users mailing list users@xwiki.org http://lists.

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 06:52 PM, 2smart4u wrote: > On Wed, Mar 31, 2010 at 6:36 PM, Sergiu Dumitriu wrote: >> >> This means that your database is not correctly configured as utf8. >> > > I see. Well, I didn't scroll down Dean's complete exception-tree. > > @Dean: > > Directions for setting up MySQL to work

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread 2smart4u
Sergiu, hope you don't kill me for this questions, but... On Wed, Mar 31, 2010 at 7:35 PM, Sergiu Dumitriu wrote: > > Right, no regressions regarding this. > *Cough*, regarding anything else (I'm asking about regressions)? If so and you don't mean known bugs listed in the release-notes, can it

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 07:47 PM, 2smart4u wrote: > Sergiu, > > hope you don't kill me for this questions, but... > > On Wed, Mar 31, 2010 at 7:35 PM, Sergiu Dumitriu wrote: >> >> Right, no regressions regarding this. >> > > *Cough*, regarding anything else (I'm asking about regressions)? If so > and you do

Re: [xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue("date_property_name") returns empty String

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 06:50 PM, Abel Solórzano Astorga wrote: > Hi, > > I am trying to get the String value of a Date Property. I am using the > following code: > > *def obj = doc.getObject("SSI-Internal.CreateIssue");* > *def summary = obj.getStringValue("environment");* > *def date = obj.getStringValue("

Re: [xwiki-users] Automatic save of draft.

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 07:06 PM, Sophie Alexandre wrote: > Hi, > > I have a question about edition : > When a user edit a page, does it exist a mechanism to save automatically > a draft of this page after a certain time if he doesn't save by > himself ? > > Thanks, Since XWiki 1.9, there is such an (exper

Re: [xwiki-users] I can't attach files to content

2010-03-31 Thread 2smart4u
Great, Sergiu, thanks for that information, so I'll put the upgrade on top of my todo-list Cheers! Gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 @ http://pgp.mit.e

Re: [xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue("date_property_name") returns empty String

2010-03-31 Thread Abel Solórzano Astorga
Thanks for the quick response. Then the problem should be another. Abel, On Wed, Mar 31, 2010 at 12:06 PM, Sergiu Dumitriu wrote: > On 03/31/2010 06:50 PM, Abel Solórzano Astorga wrote: > > Hi, > > > > I am trying to get the String value of a Date Property. I am using the > > following code: >

[xwiki-users] Performance improvement

2010-03-31 Thread stefan bachert
Hi, I noticed that the responce time of my wiki was poor. Analyzing with firebug shows the most time is spend for loading prototype.js. A download of 130KB consists of 12KB page and the rest was js and css. I was about to throw prototype.js away. However, I found a better solution. When using Je

Re: [xwiki-users] users Digest, Vol 32, Issue 67

2010-03-31 Thread Mike Davis
> > > > I want to parse XML attachments to a page and display the data in a > > table or list on the page. Does this functionality exist? Just checking > > before I write my own code. > > > > > > So you have attachments which are XML files and you want to parse them > > and display their content i

Re: [xwiki-users] users Digest, Vol 32, Issue 67

2010-03-31 Thread Caleb James DeLisle
Mike Davis wrote: > I want to parse XML attachments to a page and display the data in a >>> table or list on the page. Does this functionality exist? Just checking >>> before I write my own code. So you have attachments which are XML files and you want to parse them >>> and display their

[xwiki-users] LDAP Configuration Help Needed

2010-03-31 Thread Dilipkumar Jadhav
Hello folks, I need some help with a topic that has been discussed very often on the mailing list - LDAP. I've tried going through most of the posts on the mailing list but since I am not a networking guy, I've had lot of trouble understanding the basic terminology involved with LDAP & AD. Th