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

added new custom validator to validate uploaded filesize

use env variable to lookup LAMS configuration file

Added TODO to cover the remove of the user from the cache, when user is updated.

fixed the value for UPLOAD_FILE_LARGE_MAX_SIZE and UPLOAD_FILE_MAX_SIZE

change text on label

workspace changes

  1. … 1 more file in changeset.
Removed references to web app - no longer needed.

Added JBOSS cache to LAMS, now caching users by user id.

    • -0
    • +4
    ./conf/jar/META-INF/MANIFEST.MF
    • -0
    • +230
    ./src/java/org/lamsfoundation/lams/cache/CacheManager.java
    • -0
    • +53
    ./src/java/org/lamsfoundation/lams/cache/ICacheManager.java
Created New fileValidatorUtil

    • -0
    • +75
    ./src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java
Removed duplicate ToolDAO (is also defined in toolApplicationContext.xml)

Improved description of removeToolContent(Long toolContentId, boolean removeSessionData) method.

comments

new function for html encoding

make it more efficient!

changed the getBody method to read the body as binary data , instead of character data.

this stops the problem of getting corrupted wddx packets when reading the body of the post

for the created/updated timestamps, if the value is null, then the value will default to the current datetime.

this prevents storing nulls for created/updated timestamps in the database.