Author: sebawagner
Date: Fri Dec 7 03:10:54 2012
New Revision: 1418177
URL: http://svn.apache.org/viewvc?rev=1418177&view=rev
Log:
Add some news about our graduation vote
Modified:
incubator/openmeetings/trunk/singlewebapp/docs/index.html
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/conference/room/cache/HashMapStore.java
incubator/openmeetings/trunk/singlewebapp/xdocs/index.xml
Modified: incubator/openmeetings/trunk/singlewebapp/docs/index.html
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/index.html?rev=1418177&r1=1418176&r2=1418177&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/index.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/index.html Fri Dec 7
03:10:54 2012
@@ -730,6 +730,12 @@ limitations under the License.
<tr><td>
<blockquote>
<p>
+ <strong>
+ OpenMeetings on the road to graduate
from the Incubator
+ <a
href="https://blogs.apache.org/openmeetings/entry/openmeetings_on_the_road_to"
target="_BLANK" rel="nofollow">at our blog</a>
+ (2012-11-18)
+ </strong>
+ <br />
<strong>
Some slides from our Fast Feather Track
at the ApacheCon Europe 2012
<a
href="https://blogs.apache.org/openmeetings/entry/openmeetings_apachecon_presentation_slide"
target="_BLANK" rel="nofollow">at our blog</a>
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/conference/room/cache/HashMapStore.java
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/conference/room/cache/HashMapStore.java?rev=1418177&r1=1418176&r2=1418177&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/conference/room/cache/HashMapStore.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/conference/room/cache/HashMapStore.java
Fri Dec 7 03:10:54 2012
@@ -420,6 +420,14 @@ public class HashMapStore {
return clientsByServer;
}
+ public LinkedHashMap<Long,LinkedHashMap<String,RoomClient>>
getClientsByServerAndRoom(Server server) {
+ return clientsByServerAndRoomId.get(getIdByServer(server));
+ }
+
+// public Set<Long> getRoomIdsByServer(Server server) {
+// return
clientsByServerAndRoomId.get(getIdByServer(server)).keySet();
+// }
+
public enum DEBUG_DETAILS {
SIZE,
CLIENT_BY_STREAMID, STREAMID_LIST_ALL,
Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/index.xml?rev=1418177&r1=1418176&r2=1418177&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/index.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/index.xml Fri Dec 7
03:10:54 2012
@@ -111,6 +111,12 @@
<section name="News">
<p>
+ <strong>
+ OpenMeetings on the road to graduate
from the Incubator
+ <a
href="https://blogs.apache.org/openmeetings/entry/openmeetings_on_the_road_to"
target="_BLANK" rel="nofollow">at our blog</a>
+ (2012-11-18)
+ </strong>
+ <br />
<strong>
Some slides from our Fast Feather Track
at the ApacheCon Europe 2012
<a
href="https://blogs.apache.org/openmeetings/entry/openmeetings_apachecon_presentation_slide"
target="_BLANK" rel="nofollow">at our blog</a>