Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add properties

add user workspace functions

allow other types of message, change to object

remove icon due to bug in MM code :(

way to show an alert type message

    • -0
    • +110
    ./flash/org/lamsfoundation/lams/common/ui/LFMessage.as
The basic activity creation method wasn't setting the activity type, so the isBlah() calls were failing.

More changes to suit Hibernate 3

  1. … 18 more files in changeset.
Fix a weird bug. This bug never happen before hibhernate3. When login happens, all cookies expcept JSESSIONID cookie will be removed by some progams/system ( I will trace it later). So I have to change the shared sesson cookies name to JSESSIONID, instead of a customized.

Fix a weird bug. This bug never happen before hibhernate3. When login happens, all cookies expcept JSESSIONID cookie will be removed by some progams/system ( I will trace it later). So I have to change the shared sesson cookies name to JSESSIONID, instead of a customized.

Upgraded Hibernate to 3.0

  1. … 77 more files in changeset.
added getNoSuchTool , a flashmessage to indicate that an error has occurred

Add "j_security_check" check for performance reason.

add OnLoadError handler to moviewloader

Add comment.

Shared session solution.

  1. … 4 more files in changeset.
the abstractExportPortfolio servlet is a base servlet that tools should extend for their export functionality.

Filter and Response Wrapper, used by tools so that they can save their output to a file.

added PARAM_DIRECTORY_NAME and PARAM_FILENAME

changed the removeTrailingForwardSlash and trailingForwardSlashPresent from protected to public. Will be used by the tools.

Web applications scope session implementation.

Stopped the authoring using the DTOs as a way of converting the data coming from Flash. Using the DTOs caused the WDDX null values (e.g. -1111111) to be written to the database.

  1. … 5 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
lots of little things :)

add Null handling functions

displayError()

add" Save"

user serverURL

fixing posting method. add error handling

Added methods to parse a date from a string.

  1. … 1 more file in changeset.
Improved the special NULL handling code for WDDX processing.