lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4416 Validation for max rating and posts allows 0

The validation on the back end for the max ratings and max posts

in a thread was not allowing for the special 0 case. Also cleaned

up some javascript errors in monitoring.

LDEV-4415 Add tool output weight. Rewrite activity evaluations.

Activity evaluations have been implemented as a list, even though always

only the first element is meaningful. They were rewritten as one-to-one

association with Activity. The primary key is activity ID now instead of

DB generated UID.

Weight column was added.

Server version was bumped so a filter can pick up activityEvaluations ->

evaluation field rename when importing older LDs.

A convention without date was used for server version as it seems good

enough.

Unnecessary versions of clients were removed from configuration table as

they server the abandoned Flash authoring.

  1. … 4 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Multiple conflicts resolved with JSON replace and class move to

packages.

  1. … 19 more files in changeset.
LDEV-3115 The start and end co-ordinates were missing during the import.

Options With Sequences behave similar to Branching in Flashless

Authoring.

Merge branch 'LDEV-4374'

LDEV-4374 Hide search widget if there is less than 10 courses

If the number of active courses that user has access to is less

than 10 - we don't display search widget.

Merge branch 'LDEV-4357'

LDEV-4357 Disable "Move learner to" button when no users selected

The root problem was that diaplog's 'open' method wasn't called in case

dialog gets opened for the second time.

Merge branch 'LDEV-4410'

LDEV-4410 Add unique key to prevent duplicate results

Merge branch 'master' into LDEV-4366

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.

    • -0
    • +1
    /lams_learning/web/notebook/addnew.jsp
    • -12
    • +10
    /lams_learning/web/notebook/viewall.jsp
LDEV-4409 Clear Short answer' result if it's incorrectly answered

LDEV-4395: Portrait will not tile and improved Generic spacing

    • -4
    • +4
    /lams_central/web/css/_learner_base.scss
LDEV-4395: Further tweaks to suit Forum changes

    • -1
    • +1
    /lams_central/web/css/_learner_base.scss
LDEV-4395: Portrait will not tile and improved Generic spacing

    • -4
    • +4
    /lams_central/web/css/_learner_base.scss
LDEV-4366 Smooth animation with properly resized portraits

    • -14
    • +15
    /lams_learning/web/includes/javascript/kumalive.js
    • -0
    • +1
    /lams_learning/web/kumalive/kumalive.jsp
LDEV-4366 Portrait picture tweaks

    • -4
    • +4
    /lams_central/web/css/_learner_base.scss
Merge branch 'LDEV-4407'

LDEV-4407 Move ContributeDTOFactory to the proper package

ContributeDTOFactory were moved to

org.lamsfoundation.lams.monitoring.service package.

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

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

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')

LDEV-4407 Move lams_contentrepository exceptions to the proper package

lams_contentrepository's exception classes were moved to

contentrepository.exception package.

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

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

  1. … 52 more files in changeset.
LDEV-4407 Remove obsolete OrgManageBean class

LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

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

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

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

    • -41
    • +21
    /lams_learning/web/css/kumalive.scss
    • -17
    • +5
    /lams_learning/web/includes/javascript/kumalive.js
LDEV-4366 Hide all rubric marks on question finish

LDEV-4366 Hide "no mark" button

    • -1
    • +0
    /lams_learning/web/kumalive/kumalive.jsp
LDEV-4366 Make all rubrics checked by defaul on new Kumalive create

Also hide rubrics box if there are no rubrics defined.

LDEV-4399 Fixing vertical alignment of answers.

LDEV-4399 Fixing vertical alignment of answers.

Also tweaking the columns of the revisited learner page to

make the sorting arrows appear correctly.