Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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-4393 Fix Add button in lesson Notebook

The initial button takes lesson ID from an attribute. If there are some

entries already, lesson ID is not set as an attribute. Instead, the

button is duplicated below and takes lesson ID from entries' external

ID. The initial button gets hidden if there are already entries.

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. … 36 more files in changeset.
LDEV-4392 Control websocket reconnect

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

websocket reconnects.

  1. … 36 more files in changeset.
LDEV-4366 Introduce rubrics to Kumalive

    • -21
    • +55
    ./includes/javascript/kumalive.js
    • -0
    • +102
    ./kumalive/kumalive.jsp
    • -0
    • +134
    ./kumalive/kumaliveRubrics.jsp
  1. … 24 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.

  1. … 148 more files in changeset.
LDEV-4366 Send ping every few idle minutes

LDEV-4383: Gates title are not displayed to learners

Forgot to remove c tag from file

LDEV-4383: Gates title are not displayed to learners

Adding gates description to a separate jsp and then include it to all gate types

    • -0
    • +15
    ./gate/gateDescription.jsp
LDEV-4366 Make icons smaller on small devices

LDEV-4366 Fix checking if current user raised hand

LDEV-4366 Make Kumalive responsive and SASSy

    • -0
    • +166
    ./css/kumalive.scss
    • -10
    • +10
    ./includes/javascript/kumalive.js
  1. … 1 more file in changeset.
LDEV-4366, LDEV-4367 CSS Files removed if they are now generated files using SASS

LDEV-4366 Open Kumalive in a pop up window rather than jQuery dialog

  1. … 4 more files in changeset.
LDEV-4366 Allow multiple score per learner per Kumalive

Fix showing user login as a div title for teachers.

  1. … 8 more files in changeset.
LDEV-4366 Show "Finish speaking" button only to teachers

LDEV-4367 CSS Files removed if they are now generated files using SASS

  1. … 40 more files in changeset.
LDEV-4366 Add a working version of Kumalive

    • -100
    • +497
    ./includes/javascript/kumalive.js
  1. … 12 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
    • +78
    ./css/nprogress.scss
  1. … 154 more files in changeset.
LDEV-4366 Prototype Kumalive front and back ends

    • -0
    • +169
    ./includes/javascript/kumalive.js
  1. … 16 more files in changeset.
After migration clean up

  1. … 314 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.

    • -53
    • +87
    ./includes/javascript/presence.js
  1. … 38 more files in changeset.
LDEV-4346 Log LessonMarkPushedToIntegrations event even in cases when BB lesson's Gradecenter option is turned OFF

LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

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

  1. … 56 more files in changeset.
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-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-4312 Handle unsuccessful mark submission to integrated servers

  1. … 5 more files in changeset.
LDEV-4285: change icon for restart lesson

  1. … 30 more files in changeset.