Re: Requirement to access DB during rendering of conference room

2016-09-01 Thread Maxim Solodovnik
Hello Sebastian, I believe user list should work better after my today's commits Could you please check? On Wed, Aug 24, 2016 at 10:35 AM, Maxim Solodovnik wrote: > BTW Sebastien has modified jquery-ui dialog buttons, so now each has a > name, you might wand to try to write some UI tests (using

Re: Requirement to access DB during rendering of conference room

2016-09-01 Thread seba . wagner
Will do. I should be able to come back to you in 1-2 days. Thanks Seb Sent from my iPhone > On 1/09/2016, at 8:18 PM, Maxim Solodovnik wrote: > > Hello Sebastian, > > I believe user list should work better after my today's commits > Could you please check? > >> On Wed, Aug 24, 2016 at 10:35

RE: Hiding a CUSTOM Toolbar in Conference Room

2016-09-01 Thread Coscend@OM
Dear Developers, Any thoughts on how to resolve this issue: We have added 5 CUSTOM toolbars to conference rooms. We would like to hide a few of them in specific conference rooms. Upon entering the room, hiding of the toolbars work perfectly. However, after a few clicks on the toolbar items,

RE: Whiteboard Tools Panel (CUSTOM) Broken

2016-09-01 Thread Coscend@OM
Dear Developers, Any thoughts on how to resolve these issues: (A) issue [1] for 5 CUSTOM toolbars we have added. Icons disappear when the toolbars are made vertical (right / left). (B) Some of these custom toolbars stick to each other while dragging anyone of them. The ORIGINAL toolbar from

RE: Whiteboard Tools Panel (CUSTOM) Broken

2016-09-01 Thread Coscend@OM
Dear Developers, The original issue (OM-1433) with in-built toolbar icons disappearing when vertical was due to Oninit handler's visibility attribute in mainToolsPanel.lzx. Any ideas for us to resolve the same issue with CUSTOM toolbars would be appreciated. -if

Re: Whiteboard Tools Panel (CUSTOM) Broken

2016-09-01 Thread Maxim Solodovnik
you need to enable client debug mode and check what is going on the "oninit diff" you are referring can not fix anything these 2 code blocks are equivalent, I just prefer second one due to it is more strict and compiler might help you to find the typo On Fri, Sep 2, 2016 at 12:22 AM, Coscend@OM w

compilation problems

2016-09-01 Thread Peter Dähn
Hello together, Compilation of OM ends up with an error. /svn checkout https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/ cd 3.1.x mvn install -U -Dunpacked=true -Dmaven.test.skip=true -Dold-backups.dwnd.skip=true -Ddb=postgresql/ Error message /Downloading: https:/

Re: compilation problems

2016-09-01 Thread Maxim Solodovnik
You should use -DskipTests=true not -Dmaven.test.skip=true On Fri, Sep 2, 2016 at 1:33 PM, Peter Dähn wrote: > Hello together, > > Compilation of OM ends up with an error. > > /svn checkout https://svn.apache.org/repos/asf/openmeetings/application/br > anches/3.1.x/ > cd 3.1.x > mvn install -U

Re: compilation problems

2016-09-01 Thread Peter Dähn
ok.. this one changed somehow... thanks for the quick response... Am 02.09.2016 um 08:39 schrieb Maxim Solodovnik: You should use -DskipTests=true not -Dmaven.test.skip=true On Fri, Sep 2, 2016 at 1:33 PM, Peter Dähn wrote: Hello together, Compilation of OM ends up with an error. /svn

Re: compilation problems

2016-09-01 Thread Maxim Solodovnik
First one builds everything, but not running tests Other one also skip test compilation, this causes compilation errors On Fri, Sep 2, 2016 at 1:43 PM, Peter Dähn wrote: > ok.. this one changed somehow... thanks for the quick response... > > > Am 02.09.2016 um 08:39 schrieb Maxim Solodovnik: > >

Re: compilation problems

2016-09-01 Thread Peter Dähn
ok.. now I got it... :-) it is "early" here... still the first cup of coffee... have a nice day Am 02.09.2016 um 08:46 schrieb Maxim Solodovnik: First one builds everything, but not running tests Other one also skip test compilation, this causes compilation errors On Fri, Sep 2, 2016 at 1:43