Downloads

Download tar.gz 695.95 KB
MD5: 43ebaeabfc12cc9ddb45df832cf380aa
SHA-1: 33e6b48aae928e46ebc011e1a5cea78c4ae582cc
SHA-256: 8af74c6ebf9cef888999347748a22fa0d2e86e18def8dc988abe1c8fe2240277
Download zip 1.14 MB
MD5: c8f4dd7369f9116af6638db47c05529d
SHA-1: 4cad1075ce56126bcd7b10f9487514b515c5ee70
SHA-256: d85f04422ede2c43c3f3199dfd9828ae489086d1609693323e82c85e0ae7af42

Release notes

Summer 2023 update with support for Drupal 10 plus lots of fixes and new functionality!

Instructions for updating to this version (and, later to Drupal 10)

To update your site to Drupal 10, you must update to this version of Muser first while still on Drupal 9!

This is due to some modules and themes getting removed from core (CKeditor, Classy, Stable).

As always, before starting the update process, make sure to create a backup of your site's database!

To update to this version of Muser, you will need to first update the Fontawesome Iconpicker and CKeditor Details modules and install the Login History module. Make sure to follow the "Composer Installation for 3.x" instructions on the Fontawesome Iconpicker page.

# composer require drupal/fontawesome_iconpicker:^3.0@alpha
# composer require drupal/ckeditor_details:^2.1@alpha
# composer require drupal/login_history:^2.0@alpha 

Once you have done that and have the 3.0.0-alpha6 version of Muser in place, flush the cache and run database udpates:

# drush cr
# drush updb

This should install the required modules and themes and update your configuration (but not export it). Once this is done, you will be able to update to Drupal 10.

New functionality

  • Support for Drupal 10.
  • Charts functionality to show live data like Projects by Category, Projects Posted by Day, Student Actions by Day, etc.
  • New admin dashboard page with Charts.
  • Live Round timer showing time left in current period.
  • Page to show past and future round dates.
  • Support for AB testing (e.g. initially hide mentor names for some).
  • "Additional mentors" can now edit those projects.
  • Improved preview functionality for Projects, Basic pages, Blog posts.
  • Additional fields added to Student profiles (e.g. Category interests).
  • Additional fields added to Mentor profiles (e.g. example contract).

Bug fixes

  • Fix WYSIWYG image alignment field.
  • Fix user search so it finds full names.
  • Fix Chosen dropdown issue with narrow select lists preventing interaction with nearby elements.

Thanks to seanpb and Cywhr for their work on this release!

Created by: jrb
Created on: 5 Sep 2023 at 22:04 UTC
Last updated: 5 Sep 2023 at 22:12 UTC
Bug fixes
New features

Other releases