Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-23 Thread Ludovic Dubost
2012/10/23 Caleb James DeLisle calebdeli...@lavabit.com On 10/17/2012 06:11 AM, Ludovic Dubost wrote: Hi Caleb, This is great progress ! Way to go. Some improvements, sorted by priority from my POV: - Support real-time editing on an object Textarea field Not sure I understand

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-23 Thread Eduard Moraru
Hi Caleb, Happy to see you`re working on the RT editor :) Now, I`m not sure why you`re using GitHub's issue tracker instead of Jira, but I also wanted to point out that there already exist a couple of issues [1] from the Wiki3.0 project on the RT editor, just in case you did not know about them.

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-22 Thread Caleb James DeLisle
On 10/17/2012 06:11 AM, Ludovic Dubost wrote: Hi Caleb, This is great progress ! Way to go. Some improvements, sorted by priority from my POV: - Support real-time editing on an object Textarea field Not sure I understand this, you mean for inline edit? if so, there will of course be

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Vincent Massol
Hi Caleb, What a nice morning treat! :) I'll check it out later today. Thanks -Vincent On Oct 17, 2012, at 7:12 AM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Hi guys, I just finished repackaging the realtime collaborative editor which was developed as part of wiki/3.0. It is

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Vincent Massol
Hi Caleb, Ok I've played with it, very cool! :) Some next steps: * Make it a real extension installable with the Extension Manager: ** Move the project to xwiki-contrib and release a first 1.0 version of the JAR and XAR in the xwiki maven repo for contrib Slightly later: * Add an Extension

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Ludovic Dubost
Hi Caleb, This is great progress ! Way to go. Some improvements, sorted by priority from my POV: - Support real-time editing on an object Textarea field - The current textarea does not allow to do a select All of the text - XEM compatibility either as an extension for the global wiki, or as a

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Ludovic Dubost
Also a screenshot on the extension page, so that we can advertise it on twitter :) 2012/10/17 Ludovic Dubost ludo...@xwiki.com Hi Caleb, This is great progress ! Way to go. Some improvements, sorted by priority from my POV: - Support real-time editing on an object Textarea field - The

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Ludovic Dubost
Hi again, There is a serious bug which makes the wysiwyg editor fail because the Rt code loads on wysiwyg. With the code in the JS Extension var isRealtimeMode = function() { return (window.location.hash == '#RealTime'); }; #if ($!request.lazy != true) if (isRealtimeMode()) {

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Caleb James DeLisle
Found and fixed, thanks for reporting it. I didn't notice that it was being pulled in because the WYSIWYG worked on chromium despite it. Thanks, Caleb On 10/17/2012 06:53 AM, Ludovic Dubost wrote: Hi again, There is a serious bug which makes the wysiwyg editor fail because the Rt code