Re: Re[4]: First whiteboard task

2013-07-15 Thread seba.wag...@gmail.com
If this is about some code that needs to go into the OpenMeetings SVN please attach it to a Jira (open up a new one eventually) Thanks, Sebastian 2013/7/16 seba.wag...@gmail.com seba.wag...@gmail.com I see my name is mentioned here :) What is it about, what is required from my side ?

Re: Re[4]: First whiteboard task

2013-07-15 Thread Maxim Solodovnik
Hello Sebastian, It is actually not you mentioned here :)) It is: https://github.com/sebfz1 My mistake, I have spelled the name incorrectly :( On Tue, Jul 16, 2013 at 8:34 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: If this is about some code that needs to go into the

Re: Re[4]: First whiteboard task

2013-07-15 Thread seba.wag...@gmail.com
Funny :) However just to get some kind of context: What is the current status? What is required by SebFZ ? I think I have seen his name in the Wicket mailing list, is he an Apache committer? Thanks, Sebastian 2013/7/16 Maxim Solodovnik solomax...@gmail.com Hello Sebastian, It is actually

Re: Re[4]: First whiteboard task

2013-07-15 Thread Maxim Solodovnik
Andun have implemented 2 modules so far: Emotions, WYSIWYG editor both are implemented as plugins for wicket-jquery-ui maintained by Sebastien and used in OM. I don't know if Sebastien is commiter of Apache wicket or not :) On Tue, Jul 16, 2013 at 8:59 AM, seba.wag...@gmail.com

Re: Re[4]: First whiteboard task

2013-07-07 Thread Maxim Solodovnik
OK please send it to Sebastian with one minor change: Hugh should be replaced with Huge :)) And attach modified to JIRA issue (for the record) Thanks! On Fri, Jul 5, 2013 at 11:45 PM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I have changed the constructor and property name as you

Re: Re[4]: First whiteboard task

2013-07-05 Thread Maxim Solodovnik
I also think the following construct: ExternalLink bold= new ExternalLink(bold,#); bold.add(AttributeModifier.replace(title,new ResourceModel(bold))); toolbar.add(bold); can be replaced with toolbar.add(new WebMarkupContainer(bold).add(AttributeModifier.replace( title,getString(bold;

Re: Re[4]: First whiteboard task

2013-07-05 Thread Andun Sameera
Hi Maxim, I have changed the constructor and property name as you requested. But when I used getString() language change didn't work. Thus keep thus resource model there as it is. Thanks! On Fri, Jul 5, 2013 at 2:17 PM, Maxim Solodovnik solomax...@gmail.comwrote: I also think the following

Re: Re[4]: First whiteboard task

2013-07-04 Thread Andun Sameera
Will do it like that :) On Thu, Jul 4, 2013 at 12:13 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun Thanks for investigation I would vote for NOT using CDN (non of our code using it) Currently we already using famfam icons (reference in NOTICE file is required) I would VOTE

Re: Re[4]: First whiteboard task

2013-07-04 Thread Andun Sameera
Hi Maxim, I have successfully updated the Wysiwyg-Plugin with these, - Replaced the FontAwesome with FamFam icons - Added the Readme with refernce to FamFam and a Example I think after your review, it is ready to send to Sebestian! Thanks! [1] -

Re: Re[4]: First whiteboard task

2013-07-04 Thread Maxim Solodovnik
I just have take a look at your code I see no need to make boldImg, italicImg etc. wicket components I believe it should be static images or maybe just divs with correspondent size and background On Fri, Jul 5, 2013 at 3:08 AM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I have

Re: Re[4]: First whiteboard task

2013-07-02 Thread Maxim Solodovnik
Yes all texts should be configurable english is OK On Tue, Jul 2, 2013 at 1:40 AM, Andun Sameera andun...@gmail.com wrote: If so what are the languages I should focus? Thanks! On Tue, Jul 2, 2013 at 12:09 AM, Andun Sameera andun...@gmail.com wrote: Hi, I have added Configurable

Re: Re[4]: First whiteboard task

2013-07-02 Thread Maxim Solodovnik
I believe SIL licenced font should be removed in favor of open font (or generally available font) On Tue, Jul 2, 2013 at 5:50 PM, Maxim Solodovnik solomax...@gmail.comwrote: Yes all texts should be configurable english is OK On Tue, Jul 2, 2013 at 1:40 AM, Andun Sameera andun...@gmail.com

Re: Re[4]: First whiteboard task

2013-07-02 Thread Andun Sameera
Hi Maxim, I have added the localizations to the Editor. I have committed the code in https://github.com/andunslg/Wysiwyg-Wicket and I have updated the sample which can be found https://github.com/andunslg/Wysiwyg-Wicket-Sample. Can you please check it? As I understood, I have to find suitable

Re: Re[4]: First whiteboard task

2013-07-02 Thread Maxim Solodovnik
Yes you are correct I'll check the code ASAP On Tue, Jul 2, 2013 at 6:32 PM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I have added the localizations to the Editor. I have committed the code in https://github.com/andunslg/Wysiwyg-Wicket and I have updated the sample which can be

Re: Re[4]: First whiteboard task

2013-07-02 Thread Andun Sameera
Hi, I just found that there is a thing called CDN(Cotent Dilivery Netowrk) for Bootstrap. There we have the complete font awesome css with icons. So we can refer it without keeping it in the repo. http://www.bootstrapcdn.com/?v=05312013104430#tab_fontawesome link href=//

Re: Re[4]: First whiteboard task

2013-07-01 Thread Andun Sameera
Hi Maxim, I am waiting for a decision. Can you help me, thus I can do some coding and work. Thanks! AndunSLG From my Mobile On Jun 26, 2013 11:29 PM, Maxim Solodovnik solomax...@gmail.com wrote: Great, thanks I believe this should be resolved by the end of the week On Thu, Jun 27, 2013 at

Re: Re[4]: First whiteboard task

2013-07-01 Thread Maxim Solodovnik
Hello Andun, let's start from integrating Andrey's whiteboard to sample wicket application. Additional work need to be done: 0) WYSIWYG editor plugin should be completed in the background 1) all whiteboard objects need to be stored in local static Hashtable on addition 2) connected users should

Re: Re[4]: First whiteboard task

2013-07-01 Thread Andun Sameera
Hi Maxim, On Mon, Jul 1, 2013 at 8:45 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun, let's start from integrating Andrey's whiteboard to sample wicket application. Don't we have to to create behavior or component form Andreys Whiteboard? I will create a application and will

Re: Re[4]: First whiteboard task

2013-07-01 Thread Maxim Solodovnik
Hello Andun, It should be component (maybe additionally behavior, not sure) WISIWYG is not finished yet (only first revision is committed) here is what else need to be done: https://groups.google.com/d/msg/wicket-jquery-ui/V1xB3fq7yT4/j2fq2LYcA2sJ On Tue, Jul 2, 2013 at 12:38 AM, Andun Sameera

Re: Re[4]: First whiteboard task

2013-07-01 Thread Andun Sameera
Hi Maxim, I have gone through the changes which you have requested their. I did those changes about 3 weeks ago. I have added comment here https://issues.apache.org/jira/browse/OPENMEETINGS-558. SIL licenses issue is OK now (Sebetian has committed the files). Also since all the UI comments are

Re: Re[4]: First whiteboard task

2013-07-01 Thread Andun Sameera
Hi, I have added Configurable Resources change to my git hub repo as well as my local copy of Wicket JQuery UI. Sebestian has requested localization on Default Toolbar. That mean we have to localize tooltips. Am I correct? Thanks! On Mon, Jul 1, 2013 at 11:40 PM, Andun Sameera

Re: Re[4]: First whiteboard task

2013-07-01 Thread Andun Sameera
If so what are the languages I should focus? Thanks! On Tue, Jul 2, 2013 at 12:09 AM, Andun Sameera andun...@gmail.com wrote: Hi, I have added Configurable Resources change to my git hub repo as well as my local copy of Wicket JQuery UI. Sebestian has requested localization on Default

Re: Re[4]: First whiteboard task

2013-06-26 Thread Maxim Solodovnik
Hello Andun, Andrey, All, sorry for the late response, I was on vacation with very few internet access. The main pros of Andrei's whiteboard are: 1) it is implemented and working 2) we know the person who is expect in it cons are: 1) this WB is endless (this can easily be workarounded by go to

Re: Re[4]: First whiteboard task

2013-06-26 Thread Andun Sameera
Hi Maxim, Until this get sloved by considering GSOC proposal, timeline, the pros and cons which you highlighted, I will continue the exploration on the given WB code! Thanks! On Wed, Jun 26, 2013 at 11:16 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun, Andrey, All, sorry for

Re: Re[4]: First whiteboard task

2013-06-26 Thread Maxim Solodovnik
Great, thanks I believe this should be resolved by the end of the week On Thu, Jun 27, 2013 at 12:55 AM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, Until this get sloved by considering GSOC proposal, timeline, the pros and cons which you highlighted, I will continue the exploration