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

Moved most of the names from WebUtils to AttributeNames so that they were all in the one place.

Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.

Moved most of the names from WebUtils to AttributeNames so that they were all in the one place.

DoubleCLickDelay to 500

Added edit menu

renamed the property xcoord to xCoord. The setter/getter methods are named as getxCoord setxCoord getyCoord setyCoord so that it will show up as xCoord/yCoord in the wddx packet.

if the getter methods are named as getXCoord , it will show up in the wddx packet as "XCoord" and not "xCoord"

Changed db urls to not start with leading slash.

  1. … 6 more files in changeset.
Added method to prepend a partial url with the server address

Added new error packet for when required parameters are missing. Added for the dummy monitoring page

Missed one!

Added common URL parameter names to AttributeNames

fixed up test cases for createZip File

changed it so that the directory passed as a parameter, is a relative one, and then it is put back together later. this is doen for security reasons.

changed it so that it checks the Http Status-Code before reading the input stream + writing to file.

added constant TEMP_DIR which is the system default tmp directory. this constant is referenced by export service, and abstractportfolio

added method createZip which allows user to choose which directory the zip file is saved in

added method createTempDirectory

minor changes