ericmerrill / moodle-mod_webexactivity

A Cisco WebEx activity module for Moodle
https://moodle.org/plugins/view.php?plugin=mod_webexactivity
9 stars 13 forks source link

Few minor suggestions #3

Closed programming2web closed 8 years ago

programming2web commented 8 years ago
  1. Timezone fix - send all timestamps in GMT so the time will be consistent regardless of Moodle server timezone, WebEx account timezone or Moodle user timezone
  2. Meeting type switch - allows to subsequently host and join Training Center and Meeting Center sessions without logging out of WebEx
  3. Quick fix for upcoming URL API change which allows to submit PW parameter only via POST
  4. Small language fix to make the strings more generalized (removed Oakland University mention)
ericmerrill commented 8 years ago
  1. I've make some changes to this and implemented it.
  2. Good find! I've made some changes to this, cleaning it up a bit, and implemented it.
  3. I already fixed this problem in this commit https://github.com/merrill-oakland/moodle-mod_webexactivity/commit/b56898c0e028499eedcd233d06a4c655aa4358ac
  4. Thanks. I had fixed it yesterday, but lost it while reworking stuff, so I just included yours.

These changes will be included in plugin versions 3.0.1, 2.8.1, and 2.6.1, which will be released in the next few days. I cherry-picked the commits for 1, 2, and 4 and then cleaned up in separate commits, so your commits are in the history.