[jira] [Commented] (OPENMEETINGS-1696) Microphone is not switched on when user disabled video

2017-09-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164082#comment-16164082
 ] 

ASF subversion and git services commented on OPENMEETINGS-1696:
---

Commit 4943f46b07e7f0f750b09dc3be5c3afa554da9e4 in openmeetings's branch 
refs/heads/3.3.x from [~solomax]
[ https://git-wip-us.apache.org/repos/asf?p=openmeetings.git;h=4943f46 ]

[OPENMEETINGS-1696] more work on AV in conf room


> Microphone is not switched on when user disabled video
> --
>
> Key: OPENMEETINGS-1696
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1696
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.3.1
>Reporter: Vasiliy Degtyarev
>Assignee: Maxim Solodovnik
> Fix For: 3.3.2
>
>
> Go to the room and click on Setting icon. Enable microphone, disable video 
> and click Save. Microphone is not enabled, but icon enabled is shown.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


openmeetings git commit: [OPENMEETINGS-1696] more work on AV in conf room

2017-09-12 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/3.3.x d6f0f022b -> 4943f46b0


[OPENMEETINGS-1696] more work on AV in conf room


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/4943f46b
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/4943f46b
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/4943f46b

Branch: refs/heads/3.3.x
Commit: 4943f46b07e7f0f750b09dc3be5c3afa554da9e4
Parents: d6f0f02
Author: Maxim Solodovnik 
Authored: Wed Sep 13 10:01:15 2017 +0700
Committer: Maxim Solodovnik 
Committed: Wed Sep 13 10:01:15 2017 +0700

--
 .../src/main/swf/base/hibernate/hibRtmpConnection.lzx  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4943f46b/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
--
diff --git 
a/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx 
b/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
index d0ec07a..eac7038 100644
--- a/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
+++ b/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
@@ -504,7 +504,7 @@

//The onResult-Handler will be called be the rtmpconnection
if ($debug) Debug.write(" closeStream: ", value);
-   if (value == null) {
+   if (value == null || value.isBroadcasting) {
return;
}
if (value.screenClient) {



[jira] [Resolved] (OPENMEETINGS-1700) Internal error during simultaneous room enter

2017-09-12 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-1700.

Resolution: Fixed

> Internal error during simultaneous room enter
> -
>
> Key: OPENMEETINGS-1700
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1700
> Project: Openmeetings
>  Issue Type: Bug
>  Components: HTML5
>Affects Versions: 3.3.1
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 3.3.2, 4.0.0
>
>
> Sometimes Internal error happens during simultaneous OM/room enter
> Exact steps are unclear
> The chances to catch this exception are high when Ctrl+R is used on the same 
> OM panel (for ex. in the same room) using 2 different PCs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OPENMEETINGS-1008) New Setting: Can user create rooms

2017-09-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163262#comment-16163262
 ] 

ASF subversion and git services commented on OPENMEETINGS-1008:
---

Commit bbb096e9e1cb11ee8cd5d23330d679d35980c522 in openmeetings's branch 
refs/heads/master from [~solomax]
[ https://git-wip-us.apache.org/repos/asf?p=openmeetings.git;h=bbb096e ]

[OPENMEETINGS-1008] 'personal.rooms.enabled' config is added


> New Setting: Can user create rooms
> --
>
> Key: OPENMEETINGS-1008
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1008
> Project: Openmeetings
>  Issue Type: New Feature
>Reporter: Martin Müller
>  Labels: features
> Fix For: 3.3.2, 4.0.0
>
>
> At the moment, a user has 2 own rooms, any number of rooms created using 
> calendar appointments and any number of rooms created in private messages.
> We need a setting which restricts the common user from creating rooms at all. 
> For example in a "classroom" environment we would not want the students to be 
> able to open their own rooms but just being able to enter rooms which the 
> teachers created for them (group and public rooms created by admins).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (OPENMEETINGS-1008) New Setting: Can user create rooms

2017-09-12 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-1008.

   Resolution: Fixed
 Assignee: Maxim Solodovnik
Fix Version/s: 4.0.0
   3.3.2

Should be implemented
Would appreciate if you can test everything works as expected

> New Setting: Can user create rooms
> --
>
> Key: OPENMEETINGS-1008
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1008
> Project: Openmeetings
>  Issue Type: New Feature
>Reporter: Martin Müller
>Assignee: Maxim Solodovnik
>  Labels: features
> Fix For: 3.3.2, 4.0.0
>
>
> At the moment, a user has 2 own rooms, any number of rooms created using 
> calendar appointments and any number of rooms created in private messages.
> We need a setting which restricts the common user from creating rooms at all. 
> For example in a "classroom" environment we would not want the students to be 
> able to open their own rooms but just being able to enter rooms which the 
> teachers created for them (group and public rooms created by admins).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


openmeetings git commit: [OPENMEETINGS-1008] 'personal.rooms.enabled' config is added

2017-09-12 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/master 6fdcea2db -> bbb096e9e


[OPENMEETINGS-1008] 'personal.rooms.enabled' config is added


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/bbb096e9
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/bbb096e9
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/bbb096e9

Branch: refs/heads/master
Commit: bbb096e9e1cb11ee8cd5d23330d679d35980c522
Parents: 6fdcea2
Author: Maxim Solodovnik 
Authored: Tue Sep 12 23:20:28 2017 +0700
Committer: Maxim Solodovnik 
Committed: Tue Sep 12 23:43:40 2017 +0700

--
 .../core/documents/LibraryChartLoader.java  |  42 ++--
 .../openmeetings/core/remote/MobileService.java |  17 +-
 .../db/dao/basic/NavigationDao.java | 117 ---
 .../db/dao/user/PrivateMessageDao.java  |  50 ++---
 .../db/entity/basic/Naviglobal.java | 196 --
 .../openmeetings/db/entity/basic/Navimain.java  | 201 ---
 .../openmeetings/db/entity/room/RoomGroup.java  |  20 +-
 .../openmeetings/backup/BackupImport.java   |   2 +
 .../installation/ImportInitvalues.java  |  65 +-
 .../openmeetings/screenshare/gui/BlankArea.java |  20 +-
 .../util/OpenmeetingsVariables.java |  11 +-
 .../openmeetings/util/geom/GeomPoint.java   |  98 -
 .../apache/openmeetings/web/app/WebSession.java |   3 +-
 .../openmeetings/web/common/MainPanel.java  |  93 ++---
 .../web/common/menu/MainMenuItem.java   |  13 +-
 .../openmeetings/web/user/MessageDialog.html|   2 +-
 .../openmeetings/web/user/MessageDialog.java|  19 +-
 .../web/user/calendar/AppointmentDialog.html|   2 +-
 .../web/user/calendar/AppointmentDialog.java|  11 +-
 .../openmeetings/web/util/OmUrlFragment.java|   3 +-
 .../classes/META-INF/db2_persistence.xml|   2 -
 .../classes/META-INF/derby_persistence.xml  |   2 -
 .../classes/META-INF/mssql_persistence.xml  |   2 -
 .../classes/META-INF/mysql_persistence.xml  |   2 -
 .../classes/META-INF/oracle_persistence.xml |   2 -
 .../classes/META-INF/postgresql_persistence.xml |   2 -
 .../WEB-INF/classes/applicationContext.xml  |   1 -
 .../apache/openmeetings/test/navi/TestNavi.java |  77 ---
 28 files changed, 234 insertions(+), 841 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/bbb096e9/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
--
diff --git 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
index 85ba038..d61296e 100644
--- 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
+++ 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
@@ -37,29 +37,29 @@ import com.thoughtworks.xstream.io.xml.XppDriver;
 public class LibraryChartLoader {
private static final Logger log = 
Red5LoggerFactory.getLogger(LibraryChartLoader.class, webAppRootKey);
 
-private static final String fileExt = ".xchart";
+   private static final String fileExt = ".xchart";
 
-private static LibraryChartLoader instance;
+   private static LibraryChartLoader instance;
 
-private LibraryChartLoader() {
-}
+   private LibraryChartLoader() {
+   }
 
-public static synchronized LibraryChartLoader getInstance() {
-if (instance == null) {
-instance = new LibraryChartLoader();
-}
-return instance;
-}
+   public static synchronized LibraryChartLoader getInstance() {
+   if (instance == null) {
+   instance = new LibraryChartLoader();
+   }
+   return instance;
+   }
 
-@SuppressWarnings("rawtypes")
+   @SuppressWarnings("rawtypes")
public ArrayList loadChart(File dir, String fileName) {
-try {
-File file = new File(dir, fileName + fileExt);
+   try {
+   File file = new File(dir, fileName + fileExt);
 
-log.error("filepathComplete: " + file);
+   log.error("filepathComplete: " + file);
 
-XStream xStream = new XStream(new XppDriver());
-xStream.setMode(XStream.NO_REFERENCES);
+   XStream xStream = new XStream(new XppDriver());
+   xStream.setMode(XStream.NO_REFERENCES);
 
try (InputStream is = new FileInputStream(file);
  

[jira] [Commented] (OPENMEETINGS-1008) New Setting: Can user create rooms

2017-09-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16163187#comment-16163187
 ] 

ASF subversion and git services commented on OPENMEETINGS-1008:
---

Commit d6f0f022b1ad198a0206000e9a9ff3ff3f9c448d in openmeetings's branch 
refs/heads/3.3.x from [~solomax]
[ https://git-wip-us.apache.org/repos/asf?p=openmeetings.git;h=d6f0f02 ]

[OPENMEETINGS-1008] 'personal.rooms.enabled' config is added


> New Setting: Can user create rooms
> --
>
> Key: OPENMEETINGS-1008
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1008
> Project: Openmeetings
>  Issue Type: New Feature
>Reporter: Martin Müller
>  Labels: features
>
> At the moment, a user has 2 own rooms, any number of rooms created using 
> calendar appointments and any number of rooms created in private messages.
> We need a setting which restricts the common user from creating rooms at all. 
> For example in a "classroom" environment we would not want the students to be 
> able to open their own rooms but just being able to enter rooms which the 
> teachers created for them (group and public rooms created by admins).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


openmeetings git commit: [OPENMEETINGS-1008] 'personal.rooms.enabled' config is added

2017-09-12 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/3.3.x c6b2a3f65 -> d6f0f022b


[OPENMEETINGS-1008] 'personal.rooms.enabled' config is added


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/d6f0f022
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/d6f0f022
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/d6f0f022

Branch: refs/heads/3.3.x
Commit: d6f0f022b1ad198a0206000e9a9ff3ff3f9c448d
Parents: c6b2a3f
Author: Maxim Solodovnik 
Authored: Tue Sep 12 23:20:28 2017 +0700
Committer: Maxim Solodovnik 
Committed: Tue Sep 12 23:20:28 2017 +0700

--
 .../core/documents/LibraryChartLoader.java  |  42 ++--
 .../openmeetings/core/remote/MobileService.java |  17 +-
 .../db/dao/basic/NavigationDao.java | 117 ---
 .../db/dao/user/PrivateMessageDao.java  |  50 ++---
 .../db/entity/basic/Naviglobal.java | 196 --
 .../openmeetings/db/entity/basic/Navimain.java  | 201 ---
 .../openmeetings/db/entity/room/RoomGroup.java  |  20 +-
 .../installation/ImportInitvalues.java  |  67 +--
 .../openmeetings/screenshare/gui/BlankArea.java |  20 +-
 .../util/OpenmeetingsVariables.java |   7 +-
 .../openmeetings/util/geom/GeomPoint.java   |  98 -
 .../apache/openmeetings/web/app/WebSession.java |   4 +-
 .../openmeetings/web/common/MainPanel.java  |  93 ++---
 .../web/common/menu/MainMenuItem.java   |  13 +-
 .../openmeetings/web/user/MessageDialog.html|   2 +-
 .../openmeetings/web/user/MessageDialog.java|  19 +-
 .../web/user/calendar/AppointmentDialog.html|   2 +-
 .../web/user/calendar/AppointmentDialog.java|  11 +-
 .../openmeetings/web/util/OmUrlFragment.java|   3 +-
 .../classes/META-INF/db2_persistence.xml|   2 -
 .../classes/META-INF/derby_persistence.xml  |   2 -
 .../classes/META-INF/mssql_persistence.xml  |   2 -
 .../classes/META-INF/mysql_persistence.xml  |   2 -
 .../classes/META-INF/oracle_persistence.xml |   2 -
 .../classes/META-INF/postgresql_persistence.xml |   2 -
 .../WEB-INF/classes/applicationContext.xml  |   1 -
 .../apache/openmeetings/test/navi/TestNavi.java |  77 ---
 27 files changed, 232 insertions(+), 840 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/d6f0f022/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
--
diff --git 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
index 85ba038..d61296e 100644
--- 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
+++ 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/documents/LibraryChartLoader.java
@@ -37,29 +37,29 @@ import com.thoughtworks.xstream.io.xml.XppDriver;
 public class LibraryChartLoader {
private static final Logger log = 
Red5LoggerFactory.getLogger(LibraryChartLoader.class, webAppRootKey);
 
-private static final String fileExt = ".xchart";
+   private static final String fileExt = ".xchart";
 
-private static LibraryChartLoader instance;
+   private static LibraryChartLoader instance;
 
-private LibraryChartLoader() {
-}
+   private LibraryChartLoader() {
+   }
 
-public static synchronized LibraryChartLoader getInstance() {
-if (instance == null) {
-instance = new LibraryChartLoader();
-}
-return instance;
-}
+   public static synchronized LibraryChartLoader getInstance() {
+   if (instance == null) {
+   instance = new LibraryChartLoader();
+   }
+   return instance;
+   }
 
-@SuppressWarnings("rawtypes")
+   @SuppressWarnings("rawtypes")
public ArrayList loadChart(File dir, String fileName) {
-try {
-File file = new File(dir, fileName + fileExt);
+   try {
+   File file = new File(dir, fileName + fileExt);
 
-log.error("filepathComplete: " + file);
+   log.error("filepathComplete: " + file);
 
-XStream xStream = new XStream(new XppDriver());
-xStream.setMode(XStream.NO_REFERENCES);
+   XStream xStream = new XStream(new XppDriver());
+   xStream.setMode(XStream.NO_REFERENCES);
 
try (InputStream is = new FileInputStream(file);
BufferedReader reader = new 

[jira] [Resolved] (OPENMEETINGS-1701) WhiteBoard foolfit controls work incorrectly in some cases

2017-09-12 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-1701.

Resolution: Fixed

> WhiteBoard foolfit controls work incorrectly in some cases
> --
>
> Key: OPENMEETINGS-1701
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1701
> Project: Openmeetings
>  Issue Type: Bug
>  Components: HTML5/WhiteBoard
>Affects Versions: 4.0.0
>Reporter: Irina Arkhipets
>Assignee: Maxim Solodovnik
> Fix For: 4.0.0
>
>
> WhiteBoard foolfit controls works incorrectly in some cases.
> How to reproduce:
> Enter OM 4.0 conference room
> Click "-" button near from FoolFit drop-down list several times
> Result:
> Numbers in the foolfit text field decrease and bocome negative at some moment
> Expected result: foolfit value should be more then zero in any case.
> Additionally, I am unable to provide exact steps to reproduce, however 
> sometime foolfit factor is shown as fractional number with many decimal 
> places. It would be better to always have integer value there.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OPENMEETINGS-1701) WhiteBoard foolfit controls work incorrectly in some cases

2017-09-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16162981#comment-16162981
 ] 

ASF subversion and git services commented on OPENMEETINGS-1701:
---

Commit 6fdcea2dba1b85fb782c82c4163636bd5b7e2d91 in openmeetings's branch 
refs/heads/master from [~solomax]
[ https://git-wip-us.apache.org/repos/asf?p=openmeetings.git;h=6fdcea2 ]

[OPENMEETINGS-1701] zoom-out is limited to 10%, roundings are fixed


> WhiteBoard foolfit controls work incorrectly in some cases
> --
>
> Key: OPENMEETINGS-1701
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1701
> Project: Openmeetings
>  Issue Type: Bug
>  Components: HTML5/WhiteBoard
>Affects Versions: 4.0.0
>Reporter: Irina Arkhipets
>Assignee: Maxim Solodovnik
> Fix For: 4.0.0
>
>
> WhiteBoard foolfit controls works incorrectly in some cases.
> How to reproduce:
> Enter OM 4.0 conference room
> Click "-" button near from FoolFit drop-down list several times
> Result:
> Numbers in the foolfit text field decrease and bocome negative at some moment
> Expected result: foolfit value should be more then zero in any case.
> Additionally, I am unable to provide exact steps to reproduce, however 
> sometime foolfit factor is shown as fractional number with many decimal 
> places. It would be better to always have integer value there.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


openmeetings git commit: [OPENMEETINGS-1701] zoom-out is limited to 10%, roundings are fixed

2017-09-12 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/master bc3628c87 -> 6fdcea2db


[OPENMEETINGS-1701] zoom-out is limited to 10%, roundings are fixed


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/6fdcea2d
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/6fdcea2d
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/6fdcea2d

Branch: refs/heads/master
Commit: 6fdcea2dba1b85fb782c82c4163636bd5b7e2d91
Parents: bc3628c
Author: Maxim Solodovnik 
Authored: Tue Sep 12 21:01:08 2017 +0700
Committer: Maxim Solodovnik 
Committed: Tue Sep 12 21:01:08 2017 +0700

--
 .../src/main/java/org/apache/openmeetings/web/room/wb/wb.js | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/6fdcea2d/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/wb.js
--
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/wb.js 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/wb.js
index e52dbc7..ecb62f8 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/wb.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/wb.js
@@ -974,6 +974,9 @@ var Wb = function() {
_updateZoomPanel();
z.find('.zoom-out').click(function() {
zoom -= .2;
+   if (zoom < .1) {
+   zoom = .1;
+   }
zoomMode = 'zoom';
_setSize();
wbAction('setSize', JSON.stringify({
@@ -1281,7 +1284,7 @@ var Wb = function() {
oo.prop('selected', true);
} else {
z.find('.zoom').data('custom-val', 
zoom).find('option[value=custom]')
-   .text(100. * zoom.toFixed(2) + 
'%')
+   .text((100. * zoom).toFixed(0) 
+ '%')
.prop('selected', true);
}
}



[jira] [Resolved] (OPENMEETINGS-1073) Disabling 'My Rooms' tab in the menu 'Rooms' option

2017-09-12 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-1073.

Resolution: Duplicate
  Assignee: Maxim Solodovnik

> Disabling 'My Rooms' tab in the menu 'Rooms' option
> ---
>
> Key: OPENMEETINGS-1073
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1073
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: HTML5/Room
>Affects Versions: 3.0.2
>Reporter: Gerson Vizquel
>Assignee: Maxim Solodovnik
>  Labels: performance
>
> In 'Administration'->'Configuration' the 'dashboard.show.myrooms' flag only 
> affects the home page. Would it be possible that it also disable the 'My 
> Rooms' option 'Rooms' menu (or add another param for that o



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


openmeetings git commit: [OPENMEETINGS-1688] tool modus is changed only if it was specified

2017-09-12 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/3.3.x bd831dbdc -> c6b2a3f65


[OPENMEETINGS-1688] tool modus is changed only if it was specified


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/c6b2a3f6
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/c6b2a3f6
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/c6b2a3f6

Branch: refs/heads/3.3.x
Commit: c6b2a3f65de61b12d0c77e79990b5f381880e49f
Parents: bd831db
Author: Maxim Solodovnik 
Authored: Tue Sep 12 18:39:21 2017 +0700
Committer: Maxim Solodovnik 
Committed: Tue Sep 12 18:39:21 2017 +0700

--
 .../conference/whiteboard/base/baseDraw.lzx | 156 ++-
 1 file changed, 80 insertions(+), 76 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/c6b2a3f6/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/baseDraw.lzx
--
diff --git 
a/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/baseDraw.lzx
 
b/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/baseDraw.lzx
index 0aa7b9c..f5db45e 100644
--- 
a/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/baseDraw.lzx
+++ 
b/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/baseDraw.lzx
@@ -249,94 +249,96 @@

 

-   
+   }
+   ]]>

 

@@ -488,11 +490,13 @@
 -->






[jira] [Resolved] (OPENMEETINGS-1688) Selected icon tool is not availble after Undo

2017-09-12 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-1688.

Resolution: Fixed
  Assignee: Maxim Solodovnik  (was: SebastianWagner)

> Selected icon tool is not availble after Undo
> -
>
> Key: OPENMEETINGS-1688
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1688
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.3.1
>Reporter: Vasiliy Degtyarev
>Assignee: Maxim Solodovnik
> Fix For: 3.3.2
>
>
> When user select tool on whitebord in the room then use this tool and click 
> on Undo icon, so the tool is not work and icon for this tool is disabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OPENMEETINGS-1688) Selected icon tool is not availble after Undo

2017-09-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16162822#comment-16162822
 ] 

ASF subversion and git services commented on OPENMEETINGS-1688:
---

Commit c6b2a3f65de61b12d0c77e79990b5f381880e49f in openmeetings's branch 
refs/heads/3.3.x from [~solomax]
[ https://git-wip-us.apache.org/repos/asf?p=openmeetings.git;h=c6b2a3f ]

[OPENMEETINGS-1688] tool modus is changed only if it was specified


> Selected icon tool is not availble after Undo
> -
>
> Key: OPENMEETINGS-1688
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1688
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 3.3.1
>Reporter: Vasiliy Degtyarev
>Assignee: SebastianWagner
> Fix For: 3.3.2
>
>
> When user select tool on whitebord in the room then use this tool and click 
> on Undo icon, so the tool is not work and icon for this tool is disabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OPENMEETINGS-1701) WhiteBoard foolfit controls work incorrectly in some cases

2017-09-12 Thread Irina Arkhipets (JIRA)
Irina Arkhipets created OPENMEETINGS-1701:
-

 Summary: WhiteBoard foolfit controls work incorrectly in some cases
 Key: OPENMEETINGS-1701
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1701
 Project: Openmeetings
  Issue Type: Bug
  Components: HTML5/WhiteBoard
Affects Versions: 4.0.0
Reporter: Irina Arkhipets
Assignee: Maxim Solodovnik
 Fix For: 4.0.0


WhiteBoard foolfit controls works incorrectly in some cases.

How to reproduce:
Enter OM 4.0 conference room
Click "-" button near from FoolFit drop-down list several times

Result:
Numbers in the foolfit text field decrease and bocome negative at some moment

Expected result: foolfit value should be more then zero in any case.

Additionally, I am unable to provide exact steps to reproduce, however sometime 
foolfit factor is shown as fractional number with many decimal places. It would 
be better to always have integer value there.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OPENMEETINGS-1700) Internal error during simultaneous room enter

2017-09-12 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik updated OPENMEETINGS-1700:
---
Priority: Blocker  (was: Major)

> Internal error during simultaneous room enter
> -
>
> Key: OPENMEETINGS-1700
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1700
> Project: Openmeetings
>  Issue Type: Bug
>  Components: HTML5
>Affects Versions: 3.3.1
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 3.3.2, 4.0.0
>
>
> Sometimes Internal error happens during simultaneous OM/room enter
> Exact steps are unclear
> The chances to catch this exception are high when Ctrl+R is used on the same 
> OM panel (for ex. in the same room) using 2 different PCs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)