Repository: openmeetings Updated Branches: refs/heads/master ec58c4826 -> d32d8ebeb
[OPENMEETINGS-1714] more issues are fixed Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/d32d8ebe Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/d32d8ebe Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/d32d8ebe Branch: refs/heads/master Commit: d32d8ebeb9c8b42ca5243c643779690570320835 Parents: ec58c48 Author: Maxim Solodovnik <[email protected]> Authored: Sat Oct 14 10:25:32 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Sat Oct 14 10:25:32 2017 +0700 ---------------------------------------------------------------------- .gitignore | 1 + openmeetings-server/src/site/xdoc/ManualTesting.xml | 12 +++--------- .../src/main/webapp/WEB-INF/classes/logback-config.xml | 5 ++--- 3 files changed, 6 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/d32d8ebe/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d87639c..ce6f11f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ target # OM openmeetings-server/red5-server +/openmeetings-web/ http://git-wip-us.apache.org/repos/asf/openmeetings/blob/d32d8ebe/openmeetings-server/src/site/xdoc/ManualTesting.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/ManualTesting.xml b/openmeetings-server/src/site/xdoc/ManualTesting.xml index f11db0a..060c489 100644 --- a/openmeetings-server/src/site/xdoc/ManualTesting.xml +++ b/openmeetings-server/src/site/xdoc/ManualTesting.xml @@ -19,18 +19,13 @@ <title>Manual Testing</title> <author email="[email protected]">Apache OpenMeetings Team</author> </properties> - <body> - <section name="Introduction"> - <p> Below is a test plan for the OpenMeetings 2.1 pre-release testing. </p> </section> - <section name="Details"> - <ol> <li> <b>User GUI tests</b> @@ -43,16 +38,16 @@ <li>"Visit Apache OpenMeetings" link </li> <li>Enter wrong login/password </li> <li>Enter correct login/password </li> - <li>Exit the system by click the Exit button </li> + <li>Logout the system by click the Logout link </li> </ol> </li> <li> Dashboard <ol> - <li>Correct user info in the upper left corner </li> + <li>Correct user info in 'Welcome' widget (upper left)</li> <li>Links in the "Help and support" section </li> <li>It should be possible to enter userâs room from the dashboard </li> - <li>Room details should be shown correctly in the "Rooms in this sectionâ¦" part of the screen </li> + <li>Room details should be shown correctly in the "Room details sectionâ¦" part of the screen </li> </ol> </li> <li> @@ -68,7 +63,6 @@ <li>Changing font style in the massage </li> <li>Adding emotions to the message </li> </ol> - Attention! Correct RTL support does not work in the current implementation </li> <li> Calendar view http://git-wip-us.apache.org/repos/asf/openmeetings/blob/d32d8ebe/openmeetings-web/src/main/webapp/WEB-INF/classes/logback-config.xml ---------------------------------------------------------------------- diff --git a/openmeetings-web/src/main/webapp/WEB-INF/classes/logback-config.xml b/openmeetings-web/src/main/webapp/WEB-INF/classes/logback-config.xml index d20f62c..6463b06 100644 --- a/openmeetings-web/src/main/webapp/WEB-INF/classes/logback-config.xml +++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/logback-config.xml @@ -55,10 +55,9 @@ <logger name="org.apache.commons.httpclient" level="ERROR" /> <logger name="de.hunsicker.jalopy.io" level="ERROR" /> <logger name="httpclient.wire.header" level="ERROR" /> - <logger name="org.apache.directory" level="INFO" /> <logger name="org.apache.mina.filter.ssl.SslFilter" level="ERROR" /> - <logger name="org.apache.wicket" level="WARN" /> - <root level="DEBUG"> + <logger name="org.apache.openmeetings" level="DEBUG" /> + <root level="INFO"> <appender-ref ref="FILE" /> <appender-ref ref="CONSOLE" /> </root>
