Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

  1. … 3 more files in changeset.
LDEV-3622: Add search field in View Learners dialog. Fix double click/tap function.

  1. … 3 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  1. … 14 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  1. … 14 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. … 38 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. … 37 more files in changeset.
LDEV-3599: Add paging to learner group dialogs. Change icons from custom to ones provided with jQuery UI.

  1. … 11 more files in changeset.
LDEV-3599: Add paging to learner group dialogs. Change icons from custom to ones provided with jQuery UI.

  1. … 11 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

  1. … 13 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

  1. … 13 more files in changeset.
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

  1. … 3 more files in changeset.
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

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

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

  1. … 4 more files in changeset.
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.

  1. … 3 more files in changeset.
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.

  1. … 3 more files in changeset.
LDEV-3490: Re-introduce methods for checking activity precedence. They have been accindentaly removed during an another commit.

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. Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size. Prepare for paging: add offset parameter to queries.

  1. … 7 more files in changeset.
LDEV-3599: Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size. Prepare for paging: add offset parameter to queries.

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

  1. … 8 more files in changeset.
LDEV-3561: Do not reset read-only flag for target activity on force uncomplete.

LDEV-3561: Initial implemntation of re-setting read-only flag of Activities on force uncomplete. Each Tools' service has a method to report whether there is significant users' content left it the Activity. If so, it reports the Activity as read-only. Otherwise the flag can be re-set. Grouping, Gate and Complex activities also have their way of checking their immutability.

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

  1. … 1 more file in changeset.
LDEV-3021: Find the closest braching activity to detect whether an activity is its child. Activities can be nested in complex activities withing branching.

LDEV-3021: Find the closest braching activity to detect whether an activity is its child. Activities can be nested in complex activities withing branching.