Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4397 Fix lesson URL shortener functionality

LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

  1. … 53 more files in changeset.
LDEV-4392 Fix websocket close detection

Make sure there is only, well implemented one piece of code that detects

websocket close and optionally reconnects it.

  1. … 37 more files in changeset.
LDEV-4392 Control websocket reconnect

Do not reconnect if close happened immediately after open. Limit command

websocket reconnects.

  1. … 37 more files in changeset.
LDEV-4837 Fix learner icons positioning

New sequences have optional activities coordinates set correctly. Old

sequences had them set in Flash and they are broken in DB for FLA. SVG

generator can cope with it, now Monitoring too.

The solution uses SVG path instead of DB coordinates.

    • -5
    • +5
    ./includes/javascript/monitorLesson.js
LDEV-4390 Purple Theme

    • -0
    • +2
    ./css/purple_monitorLesson.scss
  1. … 9 more files in changeset.
LDEV-4367 Skins can be created

The SASS files are now configured to allow a new variable file to be

set up with different colours and for users to be able to switch

between skins.

    • -0
    • +402
    ./css/_monitorLesson_base.scss
    • -0
    • +2
    ./css/defaultHTML_monitorLesson.scss
  1. … 151 more files in changeset.
LDEV-4372 Tooltips in Monitoring tabs no longer clash

  1. … 8 more files in changeset.
LDEV-4367 CSS Files removed if they are now generated files using SASS

  1. … 42 more files in changeset.
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.

    • -0
    • +413
    ./css/monitorLesson.scss
  1. … 157 more files in changeset.
LDEV-4353: Fixing up the layout so it appears in the usual panel box rather than taking up the whole space.

    • -2
    • +5
    ./emailnotifications/scheduledEmailList.jsp
LDEV-4274: Initial implementation of a Learner Progress Report email, to be sent to Monitors on a set of dates. Dates are entered via a new dialog box in monitoring. The code works as long as the mailserver is running when the reports are emailed but if it fails then the emails do not resend properly.

    • -1
    • +207
    ./includes/javascript/monitorLesson.js
  1. … 14 more files in changeset.
LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

  1. … 39 more files in changeset.
LDEV-4342 formatting

    • -12
    • +12
    ./includes/javascript/monitorLesson.js
LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

  1. … 35 more files in changeset.
LDEV-4343 Replace hardcoded references to defaultHTML_learner.css file with <lams:css/>

  1. … 14 more files in changeset.
LDEV-4343 Remove obsolete "style" attribute from CssTag

  1. … 55 more files in changeset.
LDEV-4239 Adding Gradebook tab to the Monitoring Tour

  1. … 2 more files in changeset.
LDEV-4334 Reverted previous accidentally committed change

    • -2
    • +1
    ./includes/javascript/monitorLesson.js
LDEV-4335 Change the address bar color in Android's Chrome

  1. … 31 more files in changeset.
LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.

  1. … 36 more files in changeset.
LDEV-4334: Moving Lesson Gradebook into Monitoring window so that it is always available and adding a Marks chart.

    • -1
    • +21
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-4330 Set proper dataType parameter of the Ajax calls, as previously it prevented refreshing of monitor page after successful call

    • -4
    • +1
    ./includes/javascript/monitorLesson.js
LDEV-4330 Show scheduled time and the "Start now" option when the lesson has been scheduled

    • -12
    • +17
    ./includes/javascript/monitorLesson.js
LDEV-4330 Added type="text" property in order to apply bootstrap CSS rules

  1. … 1 more file in changeset.
LDEV-4327 :Include explainatory learner ratio tooltip

  1. … 1 more file in changeset.
LDEV-2999: Allow learner to change their rating (when using the tag entry) and tweaking how the retry configuration is set up on initialisation.

  1. … 8 more files in changeset.
LDEV-4317:Reverting to previous formatting

LDEV-4327:Include explainatory learner ratio tooltip.

LDEV-4317: minor UI adjustments