Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4395 Clean up comments and debugging

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

    • -9
    • +260
    ./includes/font-awesome/css/font-awesome.css
    • binary
    ./includes/font-awesome/fonts/FontAwesome.otf
    • -0
    • +72
    ./includes/javascript/portrait.js
  1. … 40 more files in changeset.
LDEV-4380 Replace portrait capturing Flash widget with WebRTC

In order to completely eradicate Flash, we can use WebRTC which seems to

be working OK in newer browsers.

    • -0
    • +135
    ./includes/javascript/webrtc-capturestill.js
  1. … 2 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-4389 Replace a method not supported in IE 11

LDEV-4390 Default style buttons in Purple theme have no blue outline.

LDEV-4390 Purple Theme

    • -0
    • +2
    ./css/purple_authoring.scss
    • -0
    • +2
    ./css/purple_chart.scss
    • -0
    • +11
    ./css/purple_jquery.jRating.scss
    • -0
    • +12
    ./css/purple_learner.scss
    • -0
    • +2
    ./css/purple_progressBar.scss
    • -0
    • +2
    ./css/purple_treetable.scss
  1. … 3 more files in changeset.
LDEV-4366 Introduce rubrics to Kumalive

  1. … 26 more files in changeset.
LDEV-3490 Limit activity title length

LDEV-3490 Fix title breaking in progress bar

The progress bar is not displayed when its elements get created.

Javascript can not predict their dimensions. We need to create a dummy,

visible Snap paper, adjust elements there and only add the final version

to the real paper.

    • -15
    • +23
    ./includes/javascript/progressBar.js
LDEV-4367 Removing css files that should now be ignored

    • -101
    • +0
    ./css/defaultHTML_jquery.jRating.css
  1. … 1 more file 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
    • +480
    ./css/_authoring_base.scss
    • -0
    • +45
    ./css/_chart_base.scss
    • -0
    • +29
    ./css/_inlineeditor.scss
    • -0
    • +91
    ./css/_jquery.jRating_base.scss
    • -0
    • +957
    ./css/_learner_base.scss
    • -0
    • +557
    ./css/_main_base.scss
    • -0
    • +76
    ./css/_progressBar_base.scss
    • -0
    • +61
    ./css/_treetable_base.scss
  1. … 142 more files in changeset.
LDEV-4382 Fix JS data flow for Live Edit

    • -2886
    • +2889
    ./includes/javascript/authoring/authoringGeneral.js
LDEV-3115 Fix a bug in branching type setting

Grouping was not cleared when branching was set from group-based to any

other.

    • -1908
    • +1909
    ./includes/javascript/authoring/authoringProperty.js
LDEV-4195 Fix class cast exception

Input for assigning course groups to lesson groups can be either

grouping or branching. We need to detect both situations, otherwise we

get class cast exceptions.

Also adjust layout.

  1. … 1 more file in changeset.
LDEV-4378 Use CSS for progress bar SVG elements

    • -35
    • +14
    ./includes/javascript/progressBar.js
LDEV-4372 Tooltips in Monitoring tabs no longer clash

  1. … 6 more files in changeset.
LDEV-4366 Open Kumalive in a pop up window rather than jQuery dialog

    • -243
    • +259
    ./includes/javascript/openUrls.js
  1. … 2 more files in changeset.
LDEV-4367 CSS Files removed if they are now generated files using SASS

  1. … 33 more files in changeset.
LDEV-4366 Fix course header icons on index page

LDEV-4366 Add a working version of Kumalive

  1. … 13 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
    • +239
    ./css/addLesson.scss
    • -0
    • +482
    ./css/authoring.scss
    • -516
    • +441
    ./css/defaultHTML_learner.css
    • -0
    • +736
    ./css/defaultHTML_learner.scss
    • -0
    • +38
    ./css/inlineeditor.scss
    • -0
    • +47
    ./css/jquery.treetable.lams.scss
  1. … 144 more files in changeset.
LDEV-4366 Prototype Kumalive front and back ends

  1. … 17 more files in changeset.
LDEV-4305 Using the standard upload widget and validation for user/role/organisation upload - added method to check for .xls extension.

After migration clean up

  1. … 312 more files in changeset.
LDEV-4352: Adding mark charts to Monitoring for Scratchie and MCQ. Moved more to the css file to be shared across tools.

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-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.

  1. … 14 more files in changeset.
LDEV-4342 Prevent disappearing of dialogs on subsequent opening of them