Skip to content

v0.6

Compare
Choose a tag to compare
@daronco daronco released this 12 Jul 17:59
· 3121 commits to master since this release

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: