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

added a mode variable to show where we are monitor/author

lots of workspace functions for the tree and dialog

lots of stuff for manageing the WSP data- including the tree etc.....

tree functions

workspace dialog handlers

folder management stuff...

remove the bp

a crucial coment

debugging.... but error was not here in the end.

ignoreWhite=true

changed the structure so that it supporst other types of activities

modified the populateActivities method to account for Complex Activities as well.

modified getLibraryActivityDTO so that its not limited to ToolActivities

change sbmtService to submitFilesService in isToolOnClasspath()

changed some values that are returned, instead of returning the special null value, will return null instead

added implementation for getTransitionUUID

added method getTransitionByUUID

*** empty log message ***

put System.getenv() in a try/catch block to handle any exception raised due to JDK versioning problems

Added basic theme access support. Needed for <lams:css> tag.

changed the values of the constants, to reflect the new field names in the wddx packet

for any values that are null, it will return null instead of sending the special null values.

changed libraryActivityUiImage to libraryActivityUIImage

for any properties that are null, it will return null, instead of sending the special null value