lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +840
    ./conf/scss/_bootstrap-variables.scss
    • -0
    • +79
    ./conf/scss/_lams_variables.scss
    • -0
    • +109
    ./conf/scss/_mixins.scss
    • -0
    • +480
    ./web/css/_authoring_base.scss
    • -0
    • +45
    ./web/css/_chart_base.scss
    • -0
    • +29
    ./web/css/_inlineeditor.scss
    • -0
    • +91
    ./web/css/_jquery.jRating_base.scss
    • -0
    • +957
    ./web/css/_learner_base.scss
  1. … 142 more files in changeset.
LDEV-4382 Allow NULL group UIID in Live Edit

Having NULL group UIID seems like a common situation. There is even an

old comment explaining why is that. Object extractor should be ready for

such situation.

LDEV-4382 Fix JS data flow for Live Edit

LDEV-3115 Fix a bug in branching type setting

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

other.

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.

LDEV-4378 Use CSS for progress bar SVG elements

    • -35
    • +14
    ./web/includes/javascript/progressBar.js
LDEV-4366 Make Kumalive responsive and SASSy

  1. … 3 more files in changeset.
LDEV-4054: Updating labels i18n

Mainly Norwegian, Greek and English

  1. … 49 more files in changeset.
LDEV-4372 Tooltips in Monitoring tabs no longer clash

    • -2
    • +2
    ./web/includes/javascript/progressBar.js
  1. … 6 more files in changeset.
LDEV-4366 Open Kumalive in a pop up window rather than jQuery dialog

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

    • -634
    • +0
    ./web/css/defaultHTML_learner.css
    • -36
    • +0
    ./web/css/jquery.treetable.lams.css
  1. … 32 more files in changeset.
LDEV-4366 Fix course header icons on index page

LDEV-4366 Add a working version of Kumalive

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

  1. … 15 more files in changeset.
LDEV-4361 Remove Pedagocial Planner auto deployment

From now on the Planner has to be deployed manually using its "deploy"

Ant task.

LDEV-4360 Adjust Ant build paths

Since public and private projects are not in the same dir now,

we need to make sure Ant commands point to proper resources.

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

    • -0
    • +15
    ./web/includes/javascript/upload.js
After migration clean up

  1. … 310 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-4054: Updating Greek

LDEV-4341: adding labels from i18n

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-4348 Stop marking users that haven't completed the lesson as finished when syncing marks

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.

    • -37
    • +49
    ./web/includes/javascript/rating.js
  1. … 13 more files in changeset.
LDEV-4342 Prevent disappearing of dialogs on subsequent opening of them

    • -0
    • +12
    ./web/includes/javascript/dialog.js
LDEV-4341 1) Add advanced settings that will contain Save button 2) If there are *no* course groupings - jump directly to the create groups page

LDEV-4339 Prevent exception on adding course grouping with non-unique name * Also added a few enhancements like support for saving groupings on pressing Enter key and hiding warning once it's fixed rather than after pressing Save button

    • -2
    • +35
    ./web/includes/javascript/orgGroup.js
LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

  1. … 35 more files in changeset.
LDEV-4255, LDEV-4256: Remove unnecessary "debugger" directive