lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3737: Change method singatures "set*" as are not and should not be transactional.

LDEV-3726: Re-create a missing LD SVG in Add Lesson and Monitorin interfaces.

    • -30
    • +50
    ./web/includes/javascript/monitorLesson.js
  1. … 3 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc.

Rename/rewrite methods for Flashless use.

    • -154
    • +0
    ./web/grouping/chosenGroupingFlash.jsp
    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
  1. … 409 more files in changeset.
LDEV-3707: Use Flashless chosen branching interface in Monitor. Remove obsolete Flash classes and methods. Fix group renaming. General clean up.

    • -153
    • +0
    ./web/branching/chosenSelection.jsp
    • -380
    • +0
    ./web/branching/groupedSelection.jsp
    • -128
    • +0
    ./web/branching/viewBranches.jsp
  1. … 4 more files in changeset.
LDEV-3070: Make learner and staff class group names consistent among lessons created in various ways.

  1. … 3 more files in changeset.
LDEV-2917: Change DOCTYPE tag of files which have not been picked up by previous runs as they had this tag broken into 2 lines and regex had not detected them.

  1. … 338 more files in changeset.
LDEV-3673: Remove Batik library. Remove back end SVG generating classes. Create LD SVG when a single activity lesson gets added.

    • -49
    • +9
    ./web/includes/javascript/monitorLesson.js
  1. … 24 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.

Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 357 more files in changeset.
LDEV-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

  1. … 102 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

    • -1
    • +1
    ./web/grouping/chosenGroupingFlash.jsp
  1. … 162 more files in changeset.
LDEV-3657: Hide FLA, Add Lesson and Monitoring dialogs behind loading screen.

  1. … 5 more files in changeset.
LDEV-3657: Hide FLA, Add Lesson and Monitoring dialogs behind loading screen.

  1. … 5 more files in changeset.
LDEV-3654: Remove IE compatibility tags.

  1. … 33 more files in changeset.
LDEV-3637 adding comments

LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

  1. … 3 more files in changeset.
LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

  1. … 3 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand.

Files in content repository stay.

Clean up unnecessary code, format.

  1. … 45 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand.

Files in content repository stay.

Clean up unnecessary code, format.

  1. … 46 more files in changeset.
LDEV-3637 Add integration API: clone a lesson based on a lessonID

LDEV-3637 Add integration API: clone a lesson based on a lessonID

  1. … 2 more files in changeset.
LDEV-3315: Add checking if the user is lesson monitor in new monitoring methods.

LDEV-3315: Add checking if the user is lesson monitor in new monitoring methods.

LDEV-3622: Add search field in View Learners dialog.

Fix double click/tap function.

    • -41
    • +105
    ./web/includes/javascript/monitorLesson.js
LDEV-3622: Add search field in View Learners dialog.

Fix double click/tap function.

    • -47
    • +108
    ./web/includes/javascript/monitorLesson.js
LDEV-3620: Add paging and search in Edit Class dialog.

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

    • -208
    • +220
    ./web/includes/javascript/monitorLesson.js
  1. … 10 more files in changeset.
LDEV-3617: Make editing class methods transactional.

Rename them so simple DAO setters in the service are not transactional too.

  1. … 4 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. … 36 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. … 35 more files in changeset.
LDEV-3599 adding paging labels