Hi Michael, On Mar 22, 2009, at 10:37 PM, Michael Beetz wrote:
> Hi Vincent, > > I am recognising that you all are working hard - and successful. > Therefore I am waiting without any doubts for that release. > > Switching the editor works only in case of having a wysiwyg editor > in place. What about the comments? Comments are the main > communication track for traks. The task application never uses a > wysiwyg editor. Yes it's a known limitation. Our syntax converter currently converts only the main document content and not object text area properties (comments, etc). This is planned for 1.9M1 but I think it should be in 1.8.1 since objects are used a bit everywhere and that makes it harder to switch to 2.0 syntax when you have an existing wiki with content. Thanks -Vincent > > > By the way: There is an old issue, please find it below. > > Thanks again > mb > > ========== > >> I am using XWiki 1.6 / 1.7 / 1.8 on a Tomcat 6, java 1.6 and XP. The > task manager application causes some problems. Updating the > IssueClass once (just change for the date fields the display > formats) leads to the error below. The "visible" error: No > "Reporter" / "Assignee" is visible within the lists / sheets. >> >> >> >> Any ideas? >> >> >> >> Thanks >> >> mb >> >> >> >> org.hibernate.QueryException: expecting ''', found '<EOF>' [select >> prop1.value||' from com.xpn.xwiki.objects.BaseObject as obj, >> com.xpn.xwiki.objects.StringProperty as prop1, >> com.xpn.xwiki.objects.StringProperty as prop2, >> com.xpn.xwiki.objects.IntegerProperty as prop where >> obj.className='XWiki.XWikiUsers' and obj.id=prop1.id.id and >> prop1.id.name='first_name' and obj.id=prop2.id.id and >> prop2.id.name='last_name' and obj.id=prop.id.id and >> prop.id.name='active' and prop.value=1 and obj.name='XWiki.mb'] > > This is caused by a bug in the core. It will be fixed shortly. > > -- > Sergiu Dumitriu > > ============ > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Vincent Massol > Sent: Sunday, March 22, 2009 9:20 PM > To: XWiki Users > Subject: Re: [xwiki-users] what about task manager application and > syntax 2.0 > > Hi Michael, > > On Mar 22, 2009, at 9:12 AM, Michael Beetz wrote: > >> Hi all, >> >> Is there any roadmap to go to syntax 2.0 for the task manager >> application? > > Not planned yet but my guess would be that we'll want to convert the > Default XAR to the 2.0 syntax within the coming 3-4 months. That said, > we've worked hard to make 1.0 and 2.0 syntax cohabit nicely together. > >> What about migration issues? > > We have a converter which you can try simply by changing the syntax in > wiki edit mode. Let us know if you find any issue with it. > > Thanks > -Vincent > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
