Comment 11 for bug 1316917

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/6299
Committed: https://git.mahara.org/mahara/mahara/commit/c0244b6d6917158659f3ea336098cc8c3b2193b4
Submitter: Robert Lyon (<email address hidden>)
Branch: 16.04_STABLE

commit c0244b6d6917158659f3ea336098cc8c3b2193b4
Author: Robert Lyon <email address hidden>
Date: Thu Feb 11 11:29:49 2016 +1300

Bug 1316917: New approach to star rating using bootstrap glyphs

This is a slimmer / stripped down system for doing jquery ratings.

Instead of relying on styling radio buttons it relies on bootstrap
glyphs and a hidden input field.

The code is also controlled by a pieform element

See lib/form/elements/ratings.php for more info about that part

It also has some new settings in the Extensions -> artefact -> comment
config form. They include settign the colour for the star icon, or
using a different icon, eg hearts/thumbs up, and the number of ratings
to show (3 - 12)

behatnotneeded

Change-Id: Ibf529efcb9a665c9f303242ed12d0c7b3dee2356
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit d1bf622af03b2ebb2a0e67bbdc7c09f92d2febbb)