• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed populateActivities method in order to accommodate for change in the getAuthoringActivityDTO method.

added new method getAuthoringActivityDTOSet , which adds the DTO for the parents and DTO for all child activities

changed the method getAuthoringActivityDTO to private

and added new method getAuthoringActivityDTOSet

Fixed up the workspace entries for the test users.

Made toString() more informative.

The getActivityByUUID now gets the real activity, rather than the hibernate CGLIB version, to avoid classcast errors when updating an activity in authoring.

  1. … 1 more file in changeset.
Added mc to our temporary list of tools on the classpath.

  1. … 1 more file in changeset.
remove debugger

Added three new fields to complete the activity on the client - was missing some of the tool details.

  1. … 1 more file in changeset.
Added new test users (test1 through test4)

added a toString()

added VERBOSE debug level

just added some comments

instead of throwing exceptions, it will just create a main page sayin gthat the tool activity does not support portfolio export

when trying to connect to a tools export url, instead of throwing exception a status 200 isnt received, it will return null so that the export service can generate a file saying that an error has occurred.

Add forum Tool service

  1. … 1 more file in changeset.
Added support for wrapping an existing exception in a ToolException or a ToolServiceException

  1. … 1 more file in changeset.
Modified common build to update the content repository deletion - wasn't working as the repository location had been changed. Relies on the o/s properties file now.

added groupings array in learningDesignDTO

changed groupingType property to be groupingTypeID

changed the GroupingDTO(Grouping grouping) constructor so that it directly passes the grouping object into the processGroupingActivity() method

removed groupingDTO, this is now used in learningDesignDTO instead

removed the groupingTypeId property

took out the groupingTypeId problem.

updated some values

removed AuthoringToolDTO

modified the if statement in getGroupingByUUID

so that it will return the first element in the list, only if the size of the list is greater than 0

without this, an exception is thrown

added property groupingTypeId

changed the getGroupingTypeId to return the groupingTypeId instead of using the "instanceOf" checks

added method isRandomGrouping() , isChosenGrouping() and isClassGrouping()

added the property groupingTypeId, which previously wasnt there.

when retrieving Grouping objects, the groupingTypeId was null regardless of what value was stored on database. Works okay now.

Added method to generate tool access code from a string - for when the mode comes in via a form.

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).