Skip to content

Releases: mconf/mconf-web

v0.6

12 Jul 17:59
Compare
Choose a tag to compare

Changelog:

  • New directory structure for the language files. There's now a folder with the language name and several files for each language. Example: config/locales/en/mconf.yml.
  • Mconf-Web is now using myGengo for translations. You can see the project page here.
  • New rake tasks mconf:analytics:init and mconf:analytics:update that fetch information from Google Analytics to show the number of pageviews for the spaces in Mconf-Web.
  • The gem whenever is being used to setup the crontab. See more in the update notes.
  • Updated bigbluebutton_rails to a version with support to BigBlueButton 0.8.
  • #321: Emails are now sent in the receiver's language.
  • #322: Added digest emails (with recent activity in the spaces) to be sent daily or weekly if requested by the user.

Update notes:

  • Mconf-Web now uses whenever to generate/update the crontab.
    • The guides were updated to include the command to generate your crontab. See more in [[this page|Deployment-Guide-Whenever]].
    • Using whenever with RVM requires your to add the following line to your ~/.rvmrc (if the file doesn't exist, create it):
      • rvm_trust_rvmrcs_flag=1
    • For more information check whenever's readme file.
  • The delayed_job configuration file for God was updated. New file here. In a deployment server this file is at /etc/god/conf.d/delayed_job.god
  • God updated to version 0.12.1 and Passenger to version 3.0.11. To update see [[this page|Deployment-Install-Passenger]] and [[this page|Deployment-Install-God]].

See also:

v0.5

12 Jul 17:59
Compare
Choose a tag to compare

Changelog:

  • setup_conf.yml is now optional and only used to create the seed data in the database.
  • #291: First version of the federated login using Shibboleth.
  • Several parameters that were only configurable via setup_conf.yml or command line are now available in the website interface (in the "manage" area).
  • Users can request a resend of the confirmation email if needed (to confirm their registration).
  • #314: Mconf-Web can be used with SSL.
  • Better email and success notices when a webconference invitation is sent.

See also:

v0.4.1

12 Jul 18:01
Compare
Choose a tag to compare

Changelog:

  • Small adjustments in the installation scripts.

See also:

v0.4

12 Jul 17:59
Compare
Choose a tag to compare

Changelog:

  • #306: User rooms can be set as private.
  • Layout changes in the homepage: focusing the spaces, now in the center.
  • Layout fixes for Internet Explorer.
  • #273: Admin users can set other users as admins.
  • mconf-web-conf version 0.3 with several changes: RVM is installed as multi-user and capistrano is not required anymore. (1)
  • Using god to monitor processes (only delayed_job currently). (2)
  • Several other bug fixes.

Update notes:

  • Due to the changes in (1) and (2), you'll need to do some additional configuration in your server to migrate to this version. You can see all the necessary steps in [[this wiki page|Deployment-Manual]](search for RVM and god). If you have additional questions contact us in our mailing list.

See also:

v0.3

12 Jul 18:00
Compare
Choose a tag to compare

Changelog:

  • Fixes in the upload of documents, specially in the documents tab inside spaces.
  • New FAQ and Help pages.
  • Users now have only one permanent webconference room.
  • Integration with Mconf-Mobile.
  • #237: Improved permission check for BigBlueButton rooms and servers.
  • #286: Added a feedback page that is shown when the user logs out of a webconference.
  • #288: Improvements in the script mconf-web-conf, specially to use Mconf-Web with Apache.
  • Several other bug fixes and cleanup in the website.

See also:

v0.2

12 Jul 18:00
Compare
Choose a tag to compare

Changelog:

  • Cleanup events (inside spaces). They will be a simple way to schedule conferences.
  • Provide a VM with the development and production environments.
  • Provide scripts to easily install Mconf-Web (development and production)
  • Join conference URLs using the style: http://server/webconf/my-room
  • Activity monitor to see what's happening in a BigBlueButton server.
  • Other bug fixes, cleanup of broken features and usability issues.

See also:

v0.1

12 Jul 18:00
Compare
Choose a tag to compare

Changelog:

  • #201: Migration of VCC to Rails 3.
  • #203: Branding of VCC to become Mconf-Web.
  • First integration of BBB in Mconf-Web using bigbluebutton_rails.
    • #206: Every space has a webconference room.
    • #207: Users can create webconferences from their home page.
  • First version in production and documentation on [[how to setup a production server|Deployment]]
  • Several other bugs and features implemented.

See also: