Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added param to forward url method

added param to forward url method

moved copy tool content code to authoring copy LD call

table name length audit + changed table names with length greater than 30 + updated changed table references in the code (LDEV-47)

  1. … 9 more files in changeset.
Fix bug in LDEV-227

added org id param to initializeLesson query

  1. … 2 more files in changeset.
put ld in def run seq folder of organisation

Exception handler define for STRUTS.

  1. … 26 more files in changeset.
Audit service name change.

if gate == null , it will throw null point exception rather than expected MonitoringServiceException.

Add audit service.

Remove useless WebApp context

If you change the lesson class for lesson, the old rows in the database are deleted. If the lesson has already started, you won't be able to change the lesson class.

Changed to suit changes in lams-learning - call to create the tool session has moved to LoadToolActivityAction and the ILearnerService has been split into two interfaces.

  1. … 1 more file in changeset.
Learner Progress DTO changes made to so that Flash will know when a learner is finished. * Current activity now set to null (and hence won't appear in packet) when the learner has completed the lesson. * New field lessonComplete which is true when the learner has completed the lesson, false otherwise.

  1. … 6 more files in changeset.
Force complete wasn't handling optional activity correctly - need to check the completed activity list.

  1. … 1 more file in changeset.
Make it work offline.

  1. … 3 more files in changeset.
Overhauled forceComplete so that it uses the progress engine to work out the next activity rather than iterating through all the activities. I18N the messages.

  1. … 1 more file in changeset.
Log the exception and return an error message to Flash if an exceptin thrown,rather than returning nothing.

Implementing gate and grouping screens for export portfolio.

  1. … 41 more files in changeset.
LDEV-312: Close gate job name wasn't unique. Made unique by adding the activity id.

use updated UserManagementService interfaces

  1. … 6 more files in changeset.
remove userDAO reference , use baseDAO instead

Removing learnerProgress from the user's shared session. This should allow preview and learner to run without interfering with each other.

Preview changes - when define later activity occurs don't tell the tool that it is define later.

Updated to suit core change - getting preview mode working.

Adding unarchive functionality.

  1. … 8 more files in changeset.
Changed the "ungrouped" learners for chosen grouping to list all learners, not just the inprogress ones.

"Not supported" was forwarding to the wrong screen.

Creating a grouping failing when max number of groups null - now allows 99 of groups. Also changed the calculation of urls so that " null + some parameter" = null rather than null?param=blah

  1. … 8 more files in changeset.