Re: [HELP NEEDED] 4.0.0 release

2017-09-22 Thread Maxim Solodovnik
Hello Robert, Thanks for the warm words Almost all OM modules were changed so complete check is required Meanwhile I'll test Moodle integration and Mobile client :) On Fri, Sep 22, 2017 at 10:14 PM, Robert Cooley wrote: > Thanks so much for the tons of work and dedication, quick responses, and

Re: New installation tutorials OpenMeetings 3.3.2 on several OS's

2017-09-22 Thread Maxim Solodovnik
Thanks a lot Alvaro for the great work :) On Fri, Sep 22, 2017 at 10:16 PM, Alvaro wrote: > Hello, > > Some hours ago, Maxim launched the new OpenMeetings 3.3.2 release. > > The new tutorials to install this version, are ready to your > disposition in: > > https://cwiki.apache.org/confluence/dis

Re: hide/disable user-List in room

2017-09-22 Thread Maxim Solodovnik
Actually these changes are OK Just have tested here is the complete solution: *openmeetings-web/src/main/webapp/css/room.css* .room.sidebar.left.hidden { display: none; min-width: 0 !important; width: 0 !important; } *openmeetings-web/src/main/java/org/apache/openmeetings/web

New installation tutorials OpenMeetings 3.3.2 on several OS's

2017-09-22 Thread Alvaro
Hello, Some hours ago, Maxim launched the new OpenMeetings 3.3.2 release.  The new tutorials to install this version, are ready to your disposition in: https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+ installing+OpenMeetings+and+Tools These tutorials are: Installation O

Re: hide/disable user-List in room

2017-09-22 Thread Rene Scholz
Hello Maxim, I am frightened it's to difficult to me. How easy is to program in C#. I try: /    public void update(IPartialPageRequestHandler handler) {// //handler.appendJavaScript(String.format("$('.room.sidebar').%sClass('hidden');", room.getClient().hasRight(Right.moderator) ? "remove" : "a

Re: Network connection error

2017-09-22 Thread maxime . guerif
Hello Maxim, Thank you for your reply, I will try to upgrade to 3.3.2 to see if it works. Best regards. Maxime Le 2017-09-22 11:39, Maxim Solodovnik a écrit : > It seems Flash was unable to connect :( > It it reproducible using latest release 3.3.2: > https://dist.apache.org/repos/dist/relea

[HELP NEEDED] 4.0.0 release

2017-09-22 Thread Maxim Solodovnik
Hello All, I need help with testing upcoming 4.0.0 release. I believe it can be released as soon as Apache Wicket will release next stable version of 8.0.0 Could you please test most recent 4.0.0 snapshot You can use our demo servers: https://om.alteametasoft.com:8443/next (powerfull server) ht

Re: [ANNOUNCE] Apache OpenMeetings 3.3.2 released

2017-09-22 Thread Maxim Solodovnik
http://openmeetings.apache.org/BuildInstructions.html On Fri, Sep 22, 2017 at 6:27 PM, Alekhya M wrote: > Hi Maxim, > > Could you please send me the compiling steps along with its dependencies for > the Release 3.2.1 Source code? > > Thanks, > Alekhya > > - Original Message - > From: "Ma

Re: [ANNOUNCE] Apache OpenMeetings 3.3.2 released

2017-09-22 Thread Alekhya M
Hi Maxim, Could you please send me the compiling steps along with its dependencies for the Release 3.2.1 Source code? Thanks, Alekhya - Original Message - From: "Maxim Solodovnik" To: "user" , "dev" , user-russ...@openmeetings.apache.org Sent: Friday, September 22, 2017 4:24:46 PM Su

[ANNOUNCE] Apache OpenMeetings 3.3.2 released

2017-09-22 Thread Maxim Solodovnik
The Apache OpenMeetings project is pleased to announce the release of Apache OpenMeetings 3.3.2. The release is available for download from http://openmeetings.apache.org/downloads.html Apache OpenMeetings provides video conferencing, instant messaging, white board, collaborative document editing

Re: hide/disable user-List in room

2017-09-22 Thread Rene Scholz
Hello Maxim, thank you. This will be helpful. I try it. Best regards, Rene Am 22. September 2017 12:26:04 MESZ schrieb Maxim Solodovnik : >RoomSidebar.update == update method in RoomSidebar.java file > >On Fri, Sep 22, 2017 at 5:18 PM, René Scholz < >rene.sch...@abakus-edv-systems.de> wrote: > >

Re: hide/disable user-List in room

2017-09-22 Thread Maxim Solodovnik
RoomSidebar.update == update method in RoomSidebar.java file On Fri, Sep 22, 2017 at 5:18 PM, René Scholz < rene.sch...@abakus-edv-systems.de> wrote: > Hello Maxim, > > than you for your idea. I will have a try. > > A few minutes ago I try the fast way: Modify the css - thats easy and look > for

Re: hide/disable user-List in room

2017-09-22 Thread René Scholz
Hello Maxim, than you for your idea. I will have a try. A few minutes ago I try the fast way: Modify the css - thats easy and look for the method. But I cant find the method "RoomSidebar.update". I will have a look which method it is. Best regards, Rene Am 22.09.2017 um 11:32 schrieb Ma

Re: Network connection error

2017-09-22 Thread Maxim Solodovnik
It seems Flash was unable to connect :( It it reproducible using latest release 3.3.2: https://dist.apache.org/repos/dist/release/openmeetings/ (will be announced today) ? On Fri, Sep 22, 2017 at 4:32 PM, wrote: > Hello, > > I have an issue on OM 3.3.0 (only for some browsers) where I have the >

Re: hide/disable user-List in room

2017-09-22 Thread Maxim Solodovnik
Hmm You goal is to hide room sidebar in case user is not moderator. If I were you I would do it as follows: add following definition to room.css .room.sidebar.hidden { display: none; } add following code to RoomSidebar.update method handler.appendJavaScript(String.format("$('.room.sidebar')

Network connection error

2017-09-22 Thread maxime . guerif
Hello, I have an issue on OM 3.3.0 (only for some browsers) where I have the "Error Missing 204 556 642" or the round charging when I open a room. When I do the network testing I also have the round turning around. I think that ports are configured correctly as it works on multiple computers a

Re: hide/disable user-List in room

2017-09-22 Thread René Scholz
Hello Maxim, thank you very much. But my tries to call "hack" is much too great - I want to modify your wonderful code a little bit. Yesterday I had a look to the update-procedure "private ListView updateUsers() {". Is inside the RoomSidebar.java a global variable für the actual rights? Yest

Re: hide/disable user-List in room

2017-09-22 Thread Maxim Solodovnik
Hello Rene, your java code is OK. BUT :))) Every user has no right on page construction/initialization Room rights are being calculated on first render and then all components are being updated So I guess you need to 'hack' update method Please also NOTE moderator right to any regular can be gra

Re: hide/disable user-List in room

2017-09-22 Thread René Scholz
Hello, can sombody give me a hint with which command I have to use to get if the actual user has the right "moderator"? I want to modify in the RoomSidebar.java the procedure "newTabModel". There I want to check if the user is moderator, then the command "l.add(userTab);" should go. If there