You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/11/07 09:28:01 UTC

[1/2] openmeetings git commit: [OPENMEETINGS-1742] 'Add URL' button is added to the chat

Repository: openmeetings
Updated Branches:
  refs/heads/4.0.x e326cffdf -> 53d809d09


[OPENMEETINGS-1742] 'Add URL' button is added to the chat


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

Branch: refs/heads/4.0.x
Commit: b37e8b3446d67715e07b75d955e2644da770ff39
Parents: efcb629
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Tue Nov 7 16:27:29 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Tue Nov 7 16:27:29 2017 +0700

----------------------------------------------------------------------
 .../openmeetings/web/user/chat/ChatToolbar.html      |   7 +++++++
 openmeetings-web/src/main/webapp/css/chat.css        |   5 +++++
 openmeetings-web/src/main/webapp/css/images/link.png | Bin 0 -> 343 bytes
 3 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/b37e8b34/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/ChatToolbar.html
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/ChatToolbar.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/ChatToolbar.html
index 2fc75db..e4e49b7 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/ChatToolbar.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/ChatToolbar.html
@@ -55,6 +55,13 @@
 			id="strikethrough" class="chat btn btn-default" data-edit="strikethrough" title="Strikethrough" style="text-decoration: line-through;"> S </a> <a
 			id="underline" class="chat btn btn-default" data-edit="underline" title="Underline (Ctrl/Cmd+U)" style="text-decoration: underline;"> U </a>
 		</div>
+		<div class="btn-group">
+			<a id="hyperlink" class="chat btn btn-default dropdown-toggle" data-toggle="dropdown" title="Hyperlink">&nbsp;</a>
+			<div class="dropdown-menu input-append">
+				<input class="span2" placeholder="URL" type="text" data-edit="createLink"/>
+				<button class="btn btn-default" type="button"><wicket:message key="1261"/></button>
+			</div>
+		</div>
 	</div>
 </wicket:panel>
 </html>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/b37e8b34/openmeetings-web/src/main/webapp/css/chat.css
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/webapp/css/chat.css b/openmeetings-web/src/main/webapp/css/chat.css
index 38923ce..6f88821 100644
--- a/openmeetings-web/src/main/webapp/css/chat.css
+++ b/openmeetings-web/src/main/webapp/css/chat.css
@@ -86,6 +86,11 @@
 .sound-mute.om-icon {
 	background-image: url(images/sound_mute.png);
 }
+#chat #hyperlink {
+	background-repeat: no-repeat;
+	background-image: url(images/link.png);
+	background-position: center;
+}
 #chat .chat-btn {
 	display: inline-block;
 	float: right;

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/b37e8b34/openmeetings-web/src/main/webapp/css/images/link.png
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/webapp/css/images/link.png b/openmeetings-web/src/main/webapp/css/images/link.png
new file mode 100644
index 0000000..25eacb7
Binary files /dev/null and b/openmeetings-web/src/main/webapp/css/images/link.png differ


[2/2] openmeetings git commit: Merge branch '4.0.x' of https://git-wip-us.apache.org/repos/asf/openmeetings into 4.0.x

Posted by so...@apache.org.
Merge branch '4.0.x' of https://git-wip-us.apache.org/repos/asf/openmeetings into 4.0.x


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

Branch: refs/heads/4.0.x
Commit: 53d809d09c652b4413504ca5ab603b52f282aed9
Parents: b37e8b3 e326cff
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Tue Nov 7 16:27:48 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Tue Nov 7 16:27:48 2017 +0700

----------------------------------------------------------------------
 .../core/data/whiteboard/WhiteboardCache.java   |  2 +-
 .../openmeetings/db/dto/room/Whiteboard.java    |  3 +-
 openmeetings-web/pom.xml                        |  1 +
 .../web/app/Application.properties.xml          |  1 +
 .../web/app/Application_ar.properties.xml       |  1 +
 .../web/app/Application_bg.properties.xml       |  1 +
 .../web/app/Application_ca.properties.xml       |  1 +
 .../web/app/Application_cs.properties.xml       |  1 +
 .../web/app/Application_da.properties.xml       |  1 +
 .../web/app/Application_de.properties.xml       |  1 +
 .../web/app/Application_el.properties.xml       |  1 +
 .../web/app/Application_es.properties.xml       |  1 +
 .../web/app/Application_fa.properties.xml       |  1 +
 .../web/app/Application_fi.properties.xml       |  1 +
 .../web/app/Application_fr.properties.xml       |  1 +
 .../web/app/Application_gl.properties.xml       |  1 +
 .../web/app/Application_he.properties.xml       |  1 +
 .../web/app/Application_hu.properties.xml       |  1 +
 .../web/app/Application_id.properties.xml       |  1 +
 .../web/app/Application_it.properties.xml       |  1 +
 .../web/app/Application_ja.properties.xml       |  1 +
 .../web/app/Application_ko.properties.xml       |  1 +
 .../web/app/Application_nl.properties.xml       |  1 +
 .../web/app/Application_pl.properties.xml       |  1 +
 .../web/app/Application_pt.properties.xml       |  1 +
 .../web/app/Application_pt_BR.properties.xml    |  1 +
 .../web/app/Application_ru.properties.xml       |  1 +
 .../web/app/Application_sk.properties.xml       |  1 +
 .../web/app/Application_sv.properties.xml       |  1 +
 .../web/app/Application_th.properties.xml       |  1 +
 .../web/app/Application_tr.properties.xml       |  1 +
 .../web/app/Application_uk.properties.xml       |  1 +
 .../web/app/Application_zh_CN.properties.xml    |  1 +
 .../web/app/Application_zh_TW.properties.xml    |  1 +
 .../web/room/activities/activities.js           |  4 +-
 .../org/apache/openmeetings/web/room/room.js    | 11 ++-
 .../openmeetings/web/room/wb/WbAction.java      |  1 +
 .../openmeetings/web/room/wb/WbPanel.html       |  5 +-
 .../openmeetings/web/room/wb/WbPanel.java       | 79 +++++++++++++-------
 .../openmeetings/web/room/wb/tool-apointer.js   |  3 +-
 .../openmeetings/web/room/wb/tool-arrow.js      |  2 +-
 .../openmeetings/web/room/wb/tool-clipart.js    |  9 ++-
 .../openmeetings/web/room/wb/tool-line.js       |  2 +-
 .../openmeetings/web/room/wb/tool-paint.js      |  2 +-
 .../openmeetings/web/room/wb/tool-pointer.js    |  5 +-
 .../openmeetings/web/room/wb/tool-rect.js       |  2 +-
 .../openmeetings/web/room/wb/tool-shape-base.js | 21 ------
 .../openmeetings/web/room/wb/tool-text.js       |  2 +-
 .../openmeetings/web/room/wb/tool-util.js       | 32 ++++++++
 .../apache/openmeetings/web/room/wb/wb-area.js  | 49 +++++++++++-
 .../apache/openmeetings/web/room/wb/wb-board.js |  4 +-
 .../apache/openmeetings/web/user/chat/Chat.java |  8 +-
 openmeetings-web/src/main/webapp/css/wb.css     |  1 +
 53 files changed, 202 insertions(+), 77 deletions(-)
----------------------------------------------------------------------