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

    • -10
    • +17
    ./lams/util/HttpUrlConnectionUtil.java
Add forum Tool service

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

    • -0
    • +24
    ./lams/tool/exception/ToolException.java
  1. … 1 more file in changeset.
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

    • -9
    • +13
    ./lams/learningdesign/dto/GroupingDTO.java
removed groupingDTO, this is now used in learningDesignDTO instead

removed the groupingTypeId property

    • -14
    • +6
    ./lams/learningdesign/Grouping.java
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()

    • -2
    • +26
    ./lams/learningdesign/Grouping.java
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).

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

    • -0
    • +3
    ./lams/learningdesign/dao/ITransitionDAO.java
*** empty log message ***

    • -7
    • +1
    ./lams/learningdesign/LearningDesign.java
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.

    • -4
    • +11
    ./lams/usermanagement/dto/UserDTO.java
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.

    • -16
    • +16
    ./lams/learningdesign/dto/DesignDetailDTO.java
    • -7
    • +7
    ./lams/learningdesign/dto/GroupingDTO.java
    • -10
    • +10
    ./lams/learningdesign/dto/TransitionDTO.java
changed libraryActivityUiImage to libraryActivityUIImage

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

added new custom validator to validate uploaded filesize

    • -12
    • +43
    ./lams/util/FileValidatorUtil.java
use env variable to lookup LAMS configuration file

    • -15
    • +27
    ./lams/util/ConfigurationLoader.java