• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3622: Add search field in View Learners dialog.

Fix double click/tap function.

    • -47
    • +108
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

    • -195
    • +204
    ./includes/javascript/monitorLesson.js
  1. … 12 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

    • -208
    • +220
    ./includes/javascript/monitorLesson.js
  1. … 12 more files in changeset.
LDEV-3614: Improve processing of Gate activities.

Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate.

Find out who is waiting in front of a gate using learner progress (activity attempt).

For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson.

Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity.

Code clean up.

  1. … 42 more files in changeset.
LDEV-3614: Improve processing of Gate activities.

Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate.

Find out who is waiting in front of a gate using learner progress (activity attempt).

For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson.

Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity.

Code clean up.

  1. … 41 more files in changeset.
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

    • -63
    • +165
    ./includes/javascript/monitorLesson.js
  1. … 11 more files in changeset.
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

    • -81
    • +183
    ./includes/javascript/monitorLesson.js
  1. … 11 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

    • -9
    • +16
    ./includes/javascript/monitorLesson.js
  1. … 14 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

    • -10
    • +17
    ./includes/javascript/monitorLesson.js
  1. … 14 more files in changeset.
LDEV-3600: Set the arrow offset when it is already visible, otherwise it is misplaced.

Use red user icon instead of green.

    • -6
    • +9
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Set the arrow offset when it is already visible, otherwise it is misplaced.

Use red user icon instead of green.

    • -6
    • +9
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

    • -9
    • +86
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

    • -11
    • +89
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

    • -39
    • +33
    ./includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

    • -41
    • +35
    ./includes/javascript/monitorLesson.js
  1. … 3 more files in changeset.
LDEV-3490: Re-introduce methods for Live Edit. They have been accindentaly removed during an another commit.

    • -2
    • +1
    ./includes/javascript/monitorLesson.js
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

    • -37
    • +50
    ./includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

    • -104
    • +116
    ./includes/javascript/monitorLesson.js
  1. … 10 more files in changeset.
LDEV-3421 jqGrid should all all available entries by default

    • -0
    • +1
    ./emailnotifications/courseNotifications.jsp
  1. … 12 more files in changeset.
LDEV-3421 jqGrid should all all available entries by default

    • -0
    • +1
    ./emailnotifications/courseNotifications.jsp
  1. … 13 more files in changeset.
LDEV-3490: When performing force complete, check if target activity is before current activity using back-end instead of front-end SVG parsing. Branching is difficult to process.

    • -25
    • +21
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3555: Initial implementation of Flashless Live Edit: read-only activities, different layout.

Minor bug fixes.

    • -2
    • +1
    ./includes/javascript/monitorLesson.js
  1. … 14 more files in changeset.
LDEV-3543: Allow access to Flash Authoring from the main LAMS screen. Stick to Flash Authoring for Live Edit.

    • -1
    • +1
    ./includes/javascript/monitorLesson.js
  1. … 3 more files in changeset.
LDEV-3499: Allow scrolling on mobile devices in Monitor sub-dialogs.

LDEV-3499: Allow scrolling on mobile devices in Monitor sub-dialogs.

LDEV-3506: Enable double tapping manually.

    • -19
    • +27
    ./includes/javascript/monitorLesson.js
LDEV-3506: Enable double tapping manually.

    • -19
    • +27
    ./includes/javascript/monitorLesson.js
LDEV-3500: Use prop() jQuery method instead of attr().

    • -8
    • +8
    ./includes/javascript/monitorLesson.js
LDEV-3500: Use prop() jQuery method instead of attr().

    • -8
    • +8
    ./includes/javascript/monitorLesson.js
LDEV-3490: Group activity SVG elements in FLA.

Add force complete support for FLA-generated LD SVGs.

Fix permission gate missing feature.

    • -134
    • +164
    ./includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.