[jira] [Commented] (OPENMEETINGS-1663) Update ISO

2017-07-04 Thread Maxim Solodovnik (JIRA)

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

Maxim Solodovnik commented on OPENMEETINGS-1663:


OK, here are the results:
2811MB mydisk.qcow2

this size can be reduced by removing packages required for ffmpeg compilation, 
but I'm not sure it worth time
I'll add firewall and autostart for red5 and will share the image

> Update ISO
> --
>
> Key: OPENMEETINGS-1663
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1663
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Cluster
>Affects Versions: 3.2.1
> Environment: Ubuntu 16.04 LTS
>Reporter: Robert Cooley
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 3.2.1
>
>
> I spotted this just now.   Seems a bit dated!
> Can we have a new ISO based on Ubuntu 16.04 LTS?  Plug it into my VPS and 
> watch it go?
> This overlaps a bit with the previously mentioned Docker images.
> And maybe remove the stale images.



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


[jira] [Commented] (OPENMEETINGS-1642) Page controls and Zoom need to be added to WB

2017-07-04 Thread ASF subversion and git services (JIRA)

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

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

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

[OPENMEETINGS-1642] panel with all styles is added


> Page controls and Zoom need to be added to WB
> -
>
> Key: OPENMEETINGS-1642
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1642
> Project: Openmeetings
>  Issue Type: Bug
>  Components: HTML5/WhiteBoard
>Affects Versions: 4.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
> Fix For: 4.0.0
>
> Attachments: om_dashboard_pager_and_zoom.png
>
>
> Page controls and Zoom need to be added to WB (sketch is attached)



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


openmeetings git commit: [OPENMEETINGS-1642] panel with all styles is added

2017-07-04 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/master bccd24a4a -> 29274d1dd


[OPENMEETINGS-1642] panel with all styles is added


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

Branch: refs/heads/master
Commit: 29274d1ddb1e1e527c276dc7f92835a25b769c83
Parents: bccd24a
Author: Maxim Solodovnik 
Authored: Tue Jul 4 23:06:55 2017 +0700
Committer: Maxim Solodovnik 
Committed: Tue Jul 4 23:06:55 2017 +0700

--
 .../openmeetings/web/room/wb/WbPanel.html   |  31 ++
 .../openmeetings/web/room/wb/WbPanel.java   |  41 +++
 .../org/apache/openmeetings/web/room/wb/wb.js   |   3 ++
 .../apache/openmeetings/web/user/chat/chat.js   |   3 ++
 .../src/main/webapp/css/images/page_down.png| Bin 0 -> 238 bytes
 .../src/main/webapp/css/images/page_up.png  | Bin 0 -> 246 bytes
 openmeetings-web/src/main/webapp/css/room.css   |  30 ++
 7 files changed, 92 insertions(+), 16 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/29274d1d/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
--
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
index e0eb3fa..0ddb55c 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
@@ -56,6 +56,37 @@



+   
+   
+    
+    
+   
+   
+   
+   of
+   14
+   
+   
+   
+   
+   
+   
+   
+   Automatic Zoom
+   Actual Size
+   Page Fit
+   Page Width
+   120%
+   50%
+   75%
+   100%
+   125%
+   150%
+   200%
+   300%
+   400%
+   
+   




http://git-wip-us.apache.org/repos/asf/openmeetings/blob/29274d1d/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
--
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
index 3bd23a9..85424fb 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
@@ -314,12 +314,36 @@ public class WbPanel extends Panel {
return Application.getString("203");
}
};
+   private final AbstractDefaultAjaxBehavior wbLoad = new 
AbstractDefaultAjaxBehavior() {
+   private static final long serialVersionUID = 1L;
+
+   @Override
+   protected void respond(AjaxRequestTarget target) {
+   StringBuilder sb = new StringBuilder("WbArea.init();");
+   WhiteboardCache cache = getBean(WhiteboardCache.class);
+   Whiteboards wbs = cache.get(roomId);
+   for (Entry entry : cache.list(roomId, 
rp.getClient().getUser().getLanguageId())) {
+   sb.append(new StringBuilder("WbArea.create(")
+   
.append(getAddWbJson(entry.getKey(), entry.getValue().getName()).toString())
+   .append(");"));
+   JSONArray arr = new JSONArray();
+   for (Entry wbEntry : 
entry.getValue().entrySet()) {
+   JSONObject o = wbEntry.getValue();
+   arr.put(addFileUrl(wbs.getUid(), o));
+   

openmeetings git commit: no jira: more work on LICENSE generation automation

2017-07-04 Thread solomax
Repository: openmeetings
Updated Branches:
  refs/heads/master dd043e069 -> bccd24a4a


no jira: more work on LICENSE generation automation


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

Branch: refs/heads/master
Commit: bccd24a4af42cf8fc58dfc1e635a7027a74e2dca
Parents: dd043e0
Author: Maxim Solodovnik 
Authored: Tue Jul 4 16:39:19 2017 +0700
Committer: Maxim Solodovnik 
Committed: Tue Jul 4 16:39:19 2017 +0700

--
 pom.xml | 32 ++--
 1 file changed, 30 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/bccd24a4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ff086ec..14d5d6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,10 +251,38 @@

Apache Software Licenses|

Apache License, Version 2.0 and|

ASL, version 2|
-   
ASF 2.0
+   
ASF 2.0|
+   
Apache License, Version 2.0 and
+Common Development And Distribution License (CDDL) Version 1.0|
+   
The SAX License
+   

+   

+   
Eclipse Public License 1.0|
+   
Eclipse Public License - v 1.0|
+   
Eclipse Public License - Version 1.0
+   

+   

+   
BSD license|
+   
BSD|
+   
The BSD License
+   

+   

+   
FreeBSD License|
+   
The BSD 2-Clause License|
+   
BSD-2-Clause|
+   
BSD style
+   

+   

+   
BSD License 2.0|
+   
BSD 3-clause New License|
+   
New BSD License
+   

+   

+   
The W3C License|
+   
The W3C Software License




-   
+   
/org/codehaus/mojo/license/third-party-file-groupByLicense.ftl