[jira] [Commented] (OPENMEETINGS-2574) moodle plugin

2021-03-10 Thread Ali Alhaidary (Jira)


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

Ali Alhaidary commented on OPENMEETINGS-2574:
-

ping :)

I think it is time to update this plugin as discussed on the email thread ...

 

> moodle plugin
> -
>
> Key: OPENMEETINGS-2574
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2574
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Major
>
> # There is no scroll bar when displaying the recording has it been in frame, 
> full page or new page, the user has to go into picture in picture option or 
> full screen to see the full recording picture.
>  # Note that almost all other links in the page will not function if OM 
> plugin is active except the links in:
> Dashboard\My coursesالتدريب على موقع النُّجُومُ الخَمْسَةِ 
> (ع)\OpenMeetings\التسجيل 1



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


[jira] [Commented] (OPENMEETINGS-2546) Admin Rights

2021-03-10 Thread Ali Alhaidary (Jira)


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

Ali Alhaidary commented on OPENMEETINGS-2546:
-

ping :)

> Admin Rights
> 
>
> Key: OPENMEETINGS-2546
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2546
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Admin, Usability
>Affects Versions: 6.0.0
>Reporter: Ali Alhaidary
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 6.1.0
>
> Attachments: image-2020-12-29-16-49-27-748.png
>
>
> As the deployment of OM increases, it is needed to give specific admin rights 
> to specific people. So why not putting the admin functions bellow as 
> selection instead of ading only 'Admin' to the user :)



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


[jira] [Commented] (OPENMEETINGS-2589) Upload file icon needs improving

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


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

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

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

[OPENMEETINGS-2589] upload fil icon is updated


> Upload  file  icon needs  improving
> ---
>
> Key: OPENMEETINGS-2589
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2589
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: WhiteBoard
>Reporter: Daniel
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 6.1.0
>
> Attachments: image-2021-03-10-16-22-48-453.png
>
>
> Users  struggle to locate  upload  file    button.  Should  be  replaced  
> with icon  on right:
> !image-2021-03-10-16-22-48-453.png!



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


[openmeetings] branch master updated: [OPENMEETINGS-2589] upload fil icon is updated

2021-03-10 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 cc5fe25  [OPENMEETINGS-2589] upload fil icon is updated
cc5fe25 is described below

commit cc5fe257ae2460cb5b0111fa74e65ef01ee70d6d
Author: Maxim Solodovnik 
AuthorDate: Thu Mar 11 10:26:42 2021 +0700

[OPENMEETINGS-2589] upload fil icon is updated
---
 .../org/apache/openmeetings/web/common/tree/FileTreePanel.java | 2 +-
 openmeetings-web/src/main/webapp/css/raw-tree.css  | 7 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FileTreePanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FileTreePanel.java
index 557e8e5..abf1b7d 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FileTreePanel.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FileTreePanel.java
@@ -90,7 +90,7 @@ import 
de.agilecoders.wicket.extensions.markup.html.bootstrap.icon.FontAwesome5I
 public abstract class FileTreePanel extends Panel {
private static final long serialVersionUID = 1L;
private static final String BASE_CLASS = " om-icon big clickable";
-   private static final String UPLOAD_CLASS = "add" + BASE_CLASS + " " + 
ALIGN_LEFT;
+   private static final String UPLOAD_CLASS = "upload" + BASE_CLASS + " " 
+ ALIGN_LEFT;
private static final String CREATE_DIR_CLASS = "folder-create" + 
BASE_CLASS + " " + ALIGN_LEFT;
private static final String TRASH_CLASS = "trash" + BASE_CLASS + " " + 
ALIGN_RIGHT;
private static final String DISABLED_CLASS = " disabled";
diff --git a/openmeetings-web/src/main/webapp/css/raw-tree.css 
b/openmeetings-web/src/main/webapp/css/raw-tree.css
index dd90f4d..8d61614 100644
--- a/openmeetings-web/src/main/webapp/css/raw-tree.css
+++ b/openmeetings-web/src/main/webapp/css/raw-tree.css
@@ -216,3 +216,10 @@
white-space: pre;
margin: 0;
 }
+.upload.om-icon {
+   margin-top: 0;
+}
+.upload.om-icon::before {
+   content: '\f574';
+   padding: 0 7px;
+}



[jira] [Resolved] (OPENMEETINGS-2589) Upload file icon needs improving

2021-03-10 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik resolved OPENMEETINGS-2589.

Fix Version/s: 6.1.0
   Resolution: Fixed

> Upload  file  icon needs  improving
> ---
>
> Key: OPENMEETINGS-2589
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2589
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: WhiteBoard
>Reporter: Daniel
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 6.1.0
>
> Attachments: image-2021-03-10-16-22-48-453.png
>
>
> Users  struggle to locate  upload  file    button.  Should  be  replaced  
> with icon  on right:
> !image-2021-03-10-16-22-48-453.png!



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


[jira] [Resolved] (OPENMEETINGS-2590) New icon for file upload

2021-03-10 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik resolved OPENMEETINGS-2590.

Resolution: Duplicate

OPENMEETINGS-2589 has better example :)

> New icon for file upload
> 
>
> Key: OPENMEETINGS-2590
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2590
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Usability
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> Please use this image for upload file icon within the file structure.
>  
> https://fontawesome.com/icons/file-upload?style=solid



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


[jira] [Created] (OPENMEETINGS-2590) New icon for file upload

2021-03-10 Thread Daniel Ascher (Jira)
Daniel Ascher created OPENMEETINGS-2590:
---

 Summary: New icon for file upload
 Key: OPENMEETINGS-2590
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2590
 Project: Openmeetings
  Issue Type: Bug
  Components: Usability
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


Please use this image for upload file icon within the file structure.

 

https://fontawesome.com/icons/file-upload?style=solid



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


[jira] [Created] (OPENMEETINGS-2589) Upload file icon needs improving

2021-03-10 Thread Daniel (Jira)
Daniel created OPENMEETINGS-2589:


 Summary: Upload  file  icon needs  improving
 Key: OPENMEETINGS-2589
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2589
 Project: Openmeetings
  Issue Type: Improvement
  Components: WhiteBoard
Reporter: Daniel
Assignee: Maxim Solodovnik
 Attachments: image-2021-03-10-16-22-48-453.png

Users  struggle to locate  upload  file    button.  Should  be  replaced  with 
icon  on right:

!image-2021-03-10-16-22-48-453.png!



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