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

2012-10-22 Thread Caleb James DeLisle
Done. Thanks, Caleb On 10/17/2012 06:12 AM, Ludovic Dubost wrote: 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

Re: [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-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-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Paul Libbrecht
Hey Caleb, this is really good news. Once it gets somewhat confirmed I intend to use it in projects where I have friends who are bothered by the license of Google docs. There's a growing awareness of these issues and it would be interesting to advertise it. paul Le 17 oct. 2012 à 11:04,

Re: [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-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-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Fabio Mancinelli
Good job Caleb! The first step towards a great RT extension to XWiki. -Fabio On Wed, 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 now

Re: [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-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

[xwiki-devs] New Realtime collaborative editing extension.

2012-10-16 Thread Caleb James DeLisle
Hi guys, I just finished repackaging the realtime collaborative editor which was developed as part of wiki/3.0. It is now installable as an extension. It's still a bit rough around the edges but it's pretty safe to play with so everyone is invited to give it a try. * Multiple users can edit