Re: GSOC: Need to implement HTML5 whiteboard

2013-05-30 Thread Andun Sameera
Hi, I have updated the additional info. Thanks! On Thu, May 30, 2013 at 10:48 AM, Maxim Solodovnik solomax...@gmail.comwrote: sure! On Thu, May 30, 2013 at 11:56 AM, Andun Sameera andun...@gmail.comwrote: No Maxim. Sorry for not making it clear. Project means the GSOC project which we

Fwd: Is SIL Open Font License compatible with AL?

2013-05-30 Thread Kevan Miller
FYI Begin forwarded message: From: Henri Yandell he...@yandell.org Subject: Re: Is SIL Open Font License compatible with AL? Date: May 27, 2013 1:05:41 PM EDT To: ASF Legal Discuss legal-disc...@apache.org Reply-To: legal-disc...@apache.org See:

Invite from stripainaisjen...@inbox.lv to Fab

2013-05-30 Thread Fab
      span style='display:block;color:#66;font-size: 11px;'If you are unable to see this message,span style='color:#66;' a href='{view_url}' alt='click here to view this message' style='color:#66;outline:none;' click here to view/a/span/spanspan

Invite from stripainaisjen...@inbox.lv to Fab

2013-05-30 Thread Fab
      span style='display:block;color:#66;font-size: 11px;'If you are unable to see this message,span style='color:#66;' a href='{view_url}' alt='click here to view this message' style='color:#66;outline:none;' click here to view/a/span/spanspan

Latest stable build of 2.1.x tree

2013-05-30 Thread seba.wag...@gmail.com
Hi Maxim, maybe you can help me with that: Where is the latest stable build of the 2.1.x tree ? I just started a build @ Jenkins at: https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%202.1/ But us that the correct branch and build? You shared a link some time ago:

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
you have found the correct place :) All these issues are fixed, currently I'm trying to find the cause of interview room issue, it is pre-2.0 :( Hi Maxim, maybe you can help me with that: Where is the latest stable build of the 2.1.x tree ? I just started a build @ Jenkins at:

Re: gsoc: another task

2013-05-30 Thread Andun Sameera
Beg your pardon. Can you explain me a bit what you mean by get/set text in test project On Thu, May 30, 2013 at 1:51 PM, Maxim Solodovnik solomax...@gmail.comwrote: I would like this component be finished first. Next thing to do is to get/set text in test project On May 30, 2013 3:05 PM,

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
I'll doublecheck the build On May 30, 2013 3:31 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: The last build is from 15th of April, that seems to be also kind of old? 2013/5/30 seba.wag...@gmail.com seba.wag...@gmail.com I will try to have a look at it. There seems to be an issue

Re: Openmeetings plugins API

2013-05-30 Thread Artyom Horuzhenko
Ok, there is a real example. We are going to implement ip video cameras integration into Openmeetings rooms, but most of all users don't need this feature at all. I suppose plugins API is not so complexity as it looks like. We should implement only features from the next list: 1. (Un)installing

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
Build is currently waiting for the free Ubuntu machine On May 30, 2013 3:34 PM, Maxim Solodovnik solomax...@gmail.com wrote: I'll doublecheck the build On May 30, 2013 3:31 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: The last build is from 15th of April, that seems to be also kind

Re: Openmeetings plugins API

2013-05-30 Thread seba.wag...@gmail.com
That is basically all possible but as long as you don't documentate a really easy to use, but at least documented API for those who should use this plugin loader mechanism I see no advantage. I mean anybody that writes such a plugin will then end up in looking at OpenMeetings source code to get

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
BTW have you seen the new installer? On Thu, May 30, 2013 at 4:05 PM, Maxim Solodovnik solomax...@gmail.comwrote: Thanks, I'll double check this, should be configuration issue According interview room: svn r 1232346 is proved to work as expected svn r 1332561 is Broken currently I'm

Re: gsoc: another task

2013-05-30 Thread Andun Sameera
Hi Maxim, I have changed the WysiwygPanel a bit. Not user can create it own div tags for button tool-bar and editor area. They can use following code, this.add(new WysiwygBehavior(#ID of the div tag where editor area is created,wysiwyg)); this.add(new WysiwygEditor(ID of the div

Re: gsoc: another task

2013-05-30 Thread Maxim Solodovnik
What I would like to achieve is something like this: https://cwiki.apache.org/WICKET/creating-custom-formcomponentpanels-to-build-valid-objects-using-wickets-form-validation-logic.html On Thu, May 30, 2013 at 6:59 PM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I have changed the