Richard Alam
2c6adc1076
- check if there is no mic on autojoin...skip check if there is no mic
2012-01-20 20:11:10 +00:00
Richard Alam
c318f03b5a
- set data to null to force garbage collection. Someone reported that the chat messages causes
...
overflow exception crashing flash in certain environment. Setting data to null prevents this
from happening.
2012-01-20 19:04:16 +00:00
Richard Alam
c22e41a1aa
- fix tooltip for deskshare view
2012-01-20 18:52:40 +00:00
Richard Alam
50123b81ba
- new deskshare jar with sending message to stop sharing
2012-01-19 17:41:28 +00:00
Richard Alam
ce49090bd0
- make deskshare port configurable
2012-01-18 16:04:53 +00:00
Richard Alam
ecc979e274
- generate internal userid to be able to match users across subsytems
2012-01-18 15:46:29 +00:00
Richard Alam
dc38119957
- don't send start module when switching locales
...
Fix http://code.google.com/p/bigbluebutton/issues/detail?id=1117
2012-01-16 22:05:10 +00:00
Richard Alam
e2a22f21a6
- update locales with latest from mygengo
2012-01-16 21:31:05 +00:00
Fred Dixon
6aa2fe652b
Enable auto join audio by default
2012-01-15 14:26:16 -05:00
Richard Alam
484054424e
- cleanup log
2012-01-12 18:23:27 +00:00
Richard Alam
a66484a023
- don't blink the tab browser for the user that sent the chat message
2012-01-12 18:22:21 +00:00
Richard Alam
f51ff77feb
- try loading the config.xml as early as possible
2012-01-12 01:16:27 +00:00
Richard Alam
afc634dba8
- make sure the config.xml and locale.swf has been loaded before starting all the modules
2012-01-12 00:02:58 +00:00
Richard Alam
a4e5561ea9
- wait for the version from the config.xml and from the locale file before checking if
...
the locale versions are the same. Sometimes, the locale swf file takes a long time to dowwnload
than the config.xml. When the check is performed, the version from the locale swf file is null.
2012-01-11 21:49:01 +00:00
Richard Alam
bacb88c280
- adding more logs to trace why some times we get the old locale error
2012-01-11 17:00:43 +00:00
Richard Alam
426364c3e1
- fix confusing log when using english locale and it says it failed to load the locale
2012-01-10 20:38:55 +00:00
Richard Alam
92ba8d547f
- remove the maximize override as it was not handling the maximize properly...
2012-01-10 19:02:59 +00:00
gugat
b69d521bae
Trim presentation name before it is sent to the web server.
2012-01-10 10:35:29 -05:00
Richard Alam
90e112692a
- if the user has no mic, join him to the voice conference anyway as listener. Don't display the mic check window.
2012-01-09 22:35:58 +00:00
Richard Alam
3ae110e40b
- cleanup logs
2012-01-09 16:45:11 +00:00
Richard Alam
0792a7eb5d
- removing the videoDisplay results in Flash exception in debug Flash player as it complains that
...
the display is not a child of the caller.
2012-01-06 16:43:55 +00:00
Richard Alam
543b002c50
- cleanup...removing dead code
2012-01-05 15:44:53 +00:00
Richard Alam
ba02d53fa2
- cleanup exception when displaying toolbar
2012-01-05 15:30:12 +00:00
Richard Alam
5537efd9d1
Fix http://code.google.com/p/bigbluebutton/issues/detail?id=1046 to not display iframe when sharing desktop
2012-01-04 18:41:06 +00:00
Richard Alam
aaa06087fb
- disable publish buttons once clicked to prevent user from clicking multiple times resulting
...
in multiple deskshare sessions.
2012-01-04 18:28:08 +00:00
Richard Alam
529b340d20
- fix problem where the first moderator doesn't become presenter if no presentation has been
...
pre-uploaded. See issue http://code.google.com/p/bigbluebutton/issues/detail?id=1103
2012-01-04 16:15:23 +00:00
Richard Alam
0bad7f6a59
- statically link RSLs to amke sure dependencies are available and those behind strict firewalls that can't download from
...
Adobe will be able to run the client
2012-01-03 22:25:57 +00:00
Richard Alam
617823f2b2
encode username into UTF-8 to make sure that chars that is equivalent to newline will not break SDP
2012-01-03 22:09:01 +00:00
Richard Alam
c0e459e5e2
- don't display any version number by default. The version number will be set by what's in
...
config.xml
2012-01-03 18:46:57 +00:00
Richard Alam
34a57089a4
update locale strings to latest from mygengo
2011-12-20 15:49:45 +00:00
Richard Alam
62efbc9c37
- use the master locale string (en_US) if the preferred locale string is unavailable
2011-12-15 18:57:17 +00:00
Richard Alam
240c7df9ad
try to maximize deskshare view window by default
2011-12-09 21:02:50 +00:00
Richard Alam
192f784df0
- make chat window larger and move video dock to bottom left when
...
display is less that 768 height.
2011-12-09 20:28:00 +00:00
Richard Alam
95a6cb398c
Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton
2011-12-09 03:17:09 +00:00
Richard Alam
6e44d04c6a
fix problem where UI is not set properly when first moderator becomes presenter
2011-12-09 03:16:40 +00:00
Fred Dixon
906954156f
Only include files that end in .nginx -- this gets around a bug in the upgrade scripts where the packaging create /etc/bigbluebutton/nginx/slides.nginx:1 and cause nginx to fail to restart
2011-12-08 15:10:16 -08:00
Richard Alam
0bbe44e785
move assign presenter logic to users/participants. This fixes a race condition where the first moderator
...
doesn't become presenter by default.
2011-12-08 21:43:16 +00:00
Richard Alam
9224107ec2
Merge branch 'master' into refactor-chat-client
2011-12-07 21:52:17 +00:00
Markos Calderon
aa2246a639
fixed issue 1081
2011-11-28 14:35:16 -08:00
Markos Calderon
8d120abf44
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2011-11-22 14:55:39 -08:00
Markos Calderon
5e03b75150
fix for issue 1080
2011-11-22 14:54:46 -08:00
Richard Alam
140d9a566c
provide way to add window on bottom-3rd-lower-right
2011-11-22 13:25:41 -05:00
Richard Alam
aa923319a7
Merge branch 'master' into refactor-chat-client
2011-11-22 15:36:25 +00:00
Richard Alam
53e14101e2
add new layout
2011-11-22 04:06:42 +00:00
Richard Alam
3393fc5b62
add new locales
2011-11-21 15:24:55 -05:00
Markos Calderon
ec94029de2
added comments for the ChatObject class
2011-11-21 09:13:48 -08:00
Markos Calderon
5e102ceb1b
sending a chatobject class to the server
2011-11-21 08:50:45 -08:00
Markos Calderon
33dcf0e2b3
fixed send private message
2011-11-18 17:46:56 -08:00
Markos Calderon
57677bf239
fixed problem with pipe, however need some cleanup
2011-11-18 16:42:25 -08:00
Markos Calderon
ac6073527c
initial changes
2011-11-18 12:06:35 -08:00