Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4393 Fix parameter flow for lesson notebook

Current lesson ID was not retained during submits. It has to be present

on each page and submit so "view all" page knows where to add a new

entry.

  1. … 1 more file in changeset.
LDEV-4366 Smooth animation with properly resized portraits

    • -14
    • +15
    ./includes/javascript/kumalive.js
LDEV-4407 Move classes to the proper packages

Servlet classes were moved to learning.web.servlet package.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 4 more files in changeset.
LDEV-4366 Use new portrait API

  1. … 1 more file in changeset.
LDEV-4366 Hide all rubric marks on question finish

LDEV-4366 Hide "no mark" button

  1. … 1 more file in changeset.
LDEV-4366 Make all rubrics checked by defaul on new Kumalive create

Also hide rubrics box if there are no rubrics defined.

LDEV-4402 Use Spring support for Hibernate v5 instead of v4

WF10 is shipped with Hibernate 5, so Spring support version should

match.

  1. … 19 more files in changeset.
LDEV-4395 Sizing tweaks

  1. … 33 more files in changeset.
LDEV-4395 Leader related tools use Portrait for leader

Created a tag LeaderDisplay to display the leader consistently

across tools.

    • -0
    • +28
    ./WEB-INF/tags/LeaderDisplay.tag
  1. … 87 more files 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.

  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.