[jira] [Created] (OPENMEETINGS-2637) Move to bootstrap 5

2021-07-03 Thread Maxim Solodovnik (Jira)
Maxim Solodovnik created OPENMEETINGS-2637:
--

 Summary: Move to bootstrap 5
 Key: OPENMEETINGS-2637
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2637
 Project: Openmeetings
  Issue Type: Task
  Components: UI
Affects Versions: 7.0.0
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 7.0.0


Move to bootstrap 5



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2637) Move to bootstrap 5

2021-07-03 Thread ASF subversion and git services (Jira)


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

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

Commit b13bf8245625d74b1bb95371e667f2adf66b16d6 in openmeetings's branch 
refs/heads/bootstrap-5 from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=b13bf82 ]

[OPENMEETINGS-2637] initial commit


> Move to bootstrap 5
> ---
>
> Key: OPENMEETINGS-2637
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2637
> Project: Openmeetings
>  Issue Type: Task
>  Components: UI
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Move to bootstrap 5



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[openmeetings] 01/01: [OPENMEETINGS-2637] initial commit

2021-07-03 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch bootstrap-5
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit b13bf8245625d74b1bb95371e667f2adf66b16d6
Author: Maxim Solodovnik 
AuthorDate: Sat Jul 3 23:28:35 2021 +0700

[OPENMEETINGS-2637] initial commit
---
 .../src/main/front/main/src/omutils.js |  4 +-
 .../openmeetings/web/admin/AdminBasePanel.html |  2 +-
 .../web/admin/connection/ConnectionsPanel.html |  2 +-
 .../openmeetings/web/admin/email/EmailPanel.html   |  2 +-
 .../web/admin/groups/GroupUsersPanel.html  |  2 +-
 .../openmeetings/web/admin/labels/LangPanel.html   | 22 --
 .../openmeetings/web/admin/oauth/OAuthPanel.html   |  2 +-
 .../openmeetings/web/admin/rooms/RoomsPanel.html   |  6 +--
 .../web/admin/users/PasswordDialog.html|  2 +-
 .../apache/openmeetings/web/common/NameDialog.html |  2 +-
 .../web/common/PagedEntityListPanel.html   |  4 +-
 .../web/common/PagingNavigatorPanel.html   |  4 +-
 .../web/common/tree/FileTreePanel.html |  6 +--
 .../apache/openmeetings/web/pages/BasePage.html|  2 +-
 .../web/pages/auth/ForgetPasswordDialog.html   | 14 +++
 .../web/pages/auth/RegisterDialog.html | 32 +--
 .../web/pages/auth/ResetPasswordDialog.html|  6 +--
 .../openmeetings/web/pages/auth/SignInDialog.html  | 34 +--
 .../apache/openmeetings/web/room/RoomPanel.html| 22 --
 .../openmeetings/web/room/VideoSettings.html   |  8 ++--
 .../web/room/activities/ActivitiesPanel.html   |  2 +-
 .../web/room/poll/CreatePollDialog.html|  8 ++--
 .../openmeetings/web/room/poll/VoteDialog.html |  4 +-
 .../web/room/sidebar/UploadDialog.html |  2 +-
 .../apache/openmeetings/web/room/wb/WbPanel.html   | 48 --
 .../apache/openmeetings/web/user/AboutDialog.html  |  8 ++--
 .../web/user/calendar/AppointmentDialog.java   |  2 +-
 .../apache/openmeetings/web/user/chat/Chat.html|  4 +-
 .../openmeetings/web/user/chat/ChatPanel.html  |  2 +-
 .../openmeetings/web/user/chat/ChatToolbar.html|  2 +-
 .../web/user/profile/InvitationsPanel.html | 10 ++---
 .../web/user/profile/MessagesContactsPanel.html|  6 +--
 .../web/user/profile/UserSearchPanel.html  |  2 +-
 .../openmeetings/web/user/rooms/RoomsPanel.html|  2 +-
 pom.xml|  2 +-
 35 files changed, 111 insertions(+), 171 deletions(-)

diff --git a/openmeetings-web/src/main/front/main/src/omutils.js 
b/openmeetings-web/src/main/front/main/src/omutils.js
index 78cb21b..b8270e6 100644
--- a/openmeetings-web/src/main/front/main/src/omutils.js
+++ b/openmeetings-web/src/main/front/main/src/omutils.js
@@ -17,9 +17,7 @@ function __alert(level, msg, autohideAfter) {
const holder = $('#alert-holder');
const curId = 'om-alert' + alertId++;
holder.append($(`${msg}
-   
-   ×
-   
+   
`));
if (autohideAfter > 0) {
setTimeout(() => { $(`#${curId}`).alert('close');}, 
autohideAfter);
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminBasePanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminBasePanel.html
index d369035..278dfdd 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminBasePanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminBasePanel.html
@@ -21,7 +21,7 @@
 
 http://wicket.apache.org";>
 
-   
+   


 
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html
index 6989638..56fd80e 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html
@@ -30,7 +30,7 @@



-   
+   



diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/email/EmailPanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/email/EmailPanel.html
index 6c53e74..18215f0 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/email/EmailPanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/email/EmailPanel.html
@@ -84,7 +84,7 @@
  

[openmeetings] branch bootstrap-5 created (now b13bf82)

2021-07-03 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a change to branch bootstrap-5
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at b13bf82  [OPENMEETINGS-2637] initial commit

This branch includes the following new commits:

 new b13bf82  [OPENMEETINGS-2637] initial commit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jira] [Commented] (OPENMEETINGS-2636) Safari 14.1.1 when clic on "Upload new image" nothin hapens

2021-07-03 Thread Alvaro (Jira)


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

Alvaro commented on OPENMEETINGS-2636:
--

...maybe the video link will explain better the question.
Please tell me if i can do any test.

https://drive.google.com/file/d/1LCDCENxP9Hnt6Y6v9mhXfZ3uyN3jLkZE/view?usp=sharing

> Safari 14.1.1 when clic on "Upload new image" nothin hapens
> ---
>
> Key: OPENMEETINGS-2636
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2636
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 6.1.0
> Environment: OM 6.1.0 #316 on Arch Linux
> OSx 10.15.7 - Safari 14.1.1
> OSx 11.4 - Safari 14.1.1
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Major
>
> OM 6.1.0 #316 
> OSx 10.15.7 - Safari 14.1.1
> OSx 11.4 - Safari 14.1.1
> - when clic on "Upload new image", and being at rooms
> and clicking on "Select file" to upload, show the apple window asking
> permission, i give it and nothing hapens. Clic again and nothing happens.
> Yesterday with OM 6.1.0 #314 this works right.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2636) Safari 14.1.1 when clic on "Upload new image" nothin hapens

2021-07-03 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2636:


I'll try to find Mac to reproduce this one :(

> Safari 14.1.1 when clic on "Upload new image" nothin hapens
> ---
>
> Key: OPENMEETINGS-2636
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2636
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 6.1.0
> Environment: OM 6.1.0 #316 on Arch Linux
> OSx 10.15.7 - Safari 14.1.1
> OSx 11.4 - Safari 14.1.1
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Major
>
> OM 6.1.0 #316 
> OSx 10.15.7 - Safari 14.1.1
> OSx 11.4 - Safari 14.1.1
> - when clic on "Upload new image", and being at rooms
> and clicking on "Select file" to upload, show the apple window asking
> permission, i give it and nothing hapens. Clic again and nothing happens.
> Yesterday with OM 6.1.0 #314 this works right.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2593) (6.1.0) Library versions need to be updated

2021-07-03 Thread ASF subversion and git services (Jira)


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

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

Commit 0b4b193b33f2ec260ff08ef8af34f6dc78137a72 in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=0b4b193 ]

[OPENMEETINGS-2593] wicket-jquery-ui


> (6.1.0) Library versions need to be updated
> ---
>
> Key: OPENMEETINGS-2593
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2593
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.1.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.1.0
>
>
> Library versions need to be updated



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[openmeetings] branch master updated: [OPENMEETINGS-2593] wicket-jquery-ui

2021-07-03 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
 new 0b4b193  [OPENMEETINGS-2593] wicket-jquery-ui
0b4b193 is described below

commit 0b4b193b33f2ec260ff08ef8af34f6dc78137a72
Author: Maxim Solodovnik 
AuthorDate: Sat Jul 3 18:31:58 2021 +0700

[OPENMEETINGS-2593] wicket-jquery-ui
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a0be4b0..d332992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@

5.7.1
9.3.0
-   
9.3.2-SNAPSHOT
+   9.3.2
9.3.0
5.0.5
5.15.3


[openmeetings] branch java11-modules updated: Another attempt to fix the build

2021-07-03 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch java11-modules
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/java11-modules by this push:
 new 49cf5a3  Another attempt to fix the build
49cf5a3 is described below

commit 49cf5a31ea190eccee8d788a4c4e12db40206d64
Author: Maxim Solodovnik 
AuthorDate: Sat Jul 3 18:07:33 2021 +0700

Another attempt to fix the build
---
 openmeetings-core/src/main/java/module-info.java | 3 ---
 openmeetings-db/src/main/java/module-info.java   | 1 -
 openmeetings-util/src/main/java/module-info.java | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/openmeetings-core/src/main/java/module-info.java 
b/openmeetings-core/src/main/java/module-info.java
index 8c56291..696b002 100644
--- a/openmeetings-core/src/main/java/module-info.java
+++ b/openmeetings-core/src/main/java/module-info.java
@@ -21,8 +21,6 @@ module apache.openmeetings.core {
 
requires transitive org.apache.commons.io;
 
-   requires transitive spring.context;
-
requires kurento.client;
requires kurento.commons;
requires kurento.jsonrpc.client;
@@ -35,7 +33,6 @@ module apache.openmeetings.core {
requires jodconverter.core;
requires jodconverter.local;
requires org.apache.directory.ldap.api.all;
-   requires tika.core;
requires tika.parsers;
requires javax.inject;
requires wicket.ioc;
diff --git a/openmeetings-db/src/main/java/module-info.java 
b/openmeetings-db/src/main/java/module-info.java
index d8849cf..671932f 100644
--- a/openmeetings-db/src/main/java/module-info.java
+++ b/openmeetings-db/src/main/java/module-info.java
@@ -56,7 +56,6 @@ module apache.openmeetings.db {
requires transitive spring.core;
 
requires spring.tx;
-   requires spring.context;
requires javax.persistence;
requires openjpa;
requires java.xml.bind;
diff --git a/openmeetings-util/src/main/java/module-info.java 
b/openmeetings-util/src/main/java/module-info.java
index 65ecb4f..3032e41 100644
--- a/openmeetings-util/src/main/java/module-info.java
+++ b/openmeetings-util/src/main/java/module-info.java
@@ -44,6 +44,6 @@ module apache.openmeetings.util {
requires transitive org.mnode.ical4j.core;
requires transitive tika.core;
requires org.aspectj.tools;
-   requires spring.context;
+   requires transitive spring.context;
requires simpleclient;
 }