Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/bbb/changelog.md

1.1 KiB

version 2.2 - 2014-10-15

Changes:

  • Add a pseudo-random guid to avoid clashing conferences when several Chamilo portals use the same server. If you were using this plugin before, you will have to update the plugin_bbb_meeting table to "alter table plugin_bbb_meeting add column remote_id char(36);".
  • Add possibility to hide recordings of previous conferences from the list. If you were using this plugin before, you will have to update the plugin_bbb_meeting table to "alter table plugin_bbb_meeting add column visibility tinytint not null default 1;".
  • Show action icons in the action column
  • Hide the ID of the meeting (this was an internal ID, useless to the final user). It is still in the HTML source, however
  • Show number of minutes of the recording (in the recordings list)

version 2.1

Released with: Chamilo LMS 1.9.8 Changes:

  • now supports sessions (requires you to "alter table plugin_bbb_meeting add column session_id int default 0;")

version 2.0

(to be described)

version 1.0

Released with: Chamilo LMS 1.9.0