lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4527: Added Portraits to Learner Search screen

LDEV-4522 Emojis not displaying correctly in monitoring

Also fixed some general escaping issues found while testing.

  1. … 33 more files in changeset.
LDEV-4505 Learners identified by Lastname, Surname in Monitoring

    • -1
    • +1
    ./web/includes/javascript/addLesson.js
  1. … 6 more files in changeset.
LKC-89 add auxiliary methods required for TBL monitoring

  1. … 3 more files in changeset.
LKC-89 introduce chart.js library required for TBL monitoring

    • -0
    • +11
    ./web/includes/javascript/chartjs.js
LDEV-4501 All Audit Log entries are now Log Event entries

  1. … 63 more files in changeset.
LDEV-4518 Put shadow back to messages

LDEV-4518 Choose messages to show in temporary dialog

LDEV-4518 Fix how temporary info dialog shows and hides

LDEV-4518 Add "temporary" mode of info dialog without buttons

LDEV-4518 Close info dialog on button click rather than click-anywhere

LDEV-4518 Externalise labels

LDEV-4518 Use info dialog instead of alert wherever possible

LDEV-4518 Adjust info dialog layout

LDEV-4518 Close info dialog on click and not after delay

Also make it easier to use.

LDEV-4517 Put TBL not grouped warning in info dialog rather than alert

LDEV-4514 Greek names appear in notification window correctly.

Also added some HTML escaping to the display of the leader's name

in tool messages.

  1. … 33 more files in changeset.
LDEV-4510 Small authoring template UI tweaks

Minimise/Grow buttons, scroll to new fields and number of groups

defaults to 2.

LDEV-4515 Profile, Authoring window correct size for Purple theme

LDEV-4510 TBL authoring template introduction text I18n'd

    • -0
    • +31
    ./web/authoring/template/genericintro.jsp
    • binary
    ./web/authoring/template/tbl/tbl.png
    • -14
    • +0
    ./web/authoring/template/tbl/tblintro.jsp
  1. … 3 more files in changeset.
LDEV-4510 Team based learning template added to authoring

Look and feel done, validation working.

    • -0
    • +15
    ./conf/language/lams/TBLResources.properties
    • -0
    • +106
    ./src/java/org/lamsfoundation/lams/authoring/template/TextUtil.java
    • -0
    • +292
    ./web/authoring/template/comms.jsp
    • -0
    • +35
    ./web/authoring/template/createresult.jsp
  1. … 17 more files in changeset.
LDEV-4512 Use toolService.getLessonMaxPossibleMark() method

Start using already existing service method.

LDEV-4501 Tool context files no longer reference audit service.

  1. … 58 more files in changeset.
LDEV-4407 Other projects stop depending on lams_gradebook

* GradebookService interfaces are redefined now:

- IGradebookService is going to be used by core modules.

- IGradebookFullService is used inside of lams_gradebook only and

nowhere else, as it contains lams_gradebook's internal logic and

classes.

* Introduce CommonContants.java which contains for now common

constants that used to be located in GradebookConstants.java

* Tools stop using gradebookService directly, but rather through

ILamsToolService's method updateGradebookUserActivityMark()

* Move GradebookUserActivityArchive and GradebookUserLessonArchive

to lams_gradebook

  1. … 56 more files in changeset.
LDEV-4407 Introduce new IMonitorFullService interface

MonitorService interfaces are redefined now:

1. IMonitorService is going to be used by core modules.

2. IMonitorFullService is used inside of lams_monitoring only and

nowhere else, as it contains lams_monitoring's internal logic and

classes.

  1. … 31 more files in changeset.
LDEV-4407 Introduce new LearnerService interfaces

LearnerService interfaces are redefined now:

1. ILearnerService is used by core modules. Also tools no longer

use it.

2. ILearnerFullService is used inside of lams_learning only and

nowhere else, as it contains lams_learning's internal logic and

classes.

3. ICoreLearnerService is removed, its method are split between

ILearnerService and ILearnerFullService.

  1. … 31 more files in changeset.
LDEV-4497 Check if source LD SVG exists before attempting to copy it

When a LD is imported from ZIP, the SVG is not extracted nor created

immediately, thus it may not exist when a lesson gets created based on

this LD. The SVG will be created on first real user access.

Merge branch 'LDEV-4454'

Conflicts:

lams_central/web/includes/javascript/chart.js

    • -15
    • +48
    ./web/includes/javascript/chart.js
  1. … 2 more files in changeset.
LDEV-4501 First cut of audit log screen implemented.

  1. … 19 more files in changeset.
LDEV-4407 Tools and core to use learning classes from lams_common

Tools and core start using shared learning classes that were

recently moved from lams_learning to lams_common.

Remove any leftover dependencies on lams_learning.

  1. … 77 more files in changeset.