LDEV-4367 SASS Used for CSS Development First pass of converting our .css development to use SASS. Autobuild to convert .scss to .css files has been set up for all projects where target .css files were found. The overall ANT build has been modified so the normal build will generate the .css files from .scss files. The base variables are defined in lams_build/conf/sccs.
LDEV-2999 Include a rating option for reviewed resources (authored only). To make the grouped rating of authored resources work properly, session id was added to the rating and rating comments tables and all code using the shared jRating script and shared ratings updated to store the session code. DB script updates existing rating, rating comment records.