• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3952: Login method sometimes creates a workspace and it can not be read-only.

LDEV-3890: Make sure content repository exists before getting a ticket.

Do not iterate over criteria if the collection does not exist.

  1. … 2 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1060 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2106 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor.

PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors.

PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3.

Remove previous safety mechanism for completeActivity() method.

  1. … 42 more files in changeset.
LDEV-2913: Remove application context files used for the removed junit tests.

  1. … 3 more files in changeset.
Remove a non-ASCII character.

LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 71 more files in changeset.
LDEV-2475 Meging changes with head

  1. … 7 more files in changeset.
LDEV-2374: Added a parameter to override repository security constraints. Now the Tool Content Handler name can be passed and a ticket will be taken from there, instead of the current tool.

Changed the way Pixlr Tool provides output for Data Flow.

  1. … 7 more files in changeset.
Merge lams2_3 into head

  1. … 162 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 118 more files in changeset.
LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. The previous code looked at the path, but we need the filename!

LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. The previous code looked at the path, but we need the filename!

  1. … 1 more file in changeset.
LDEV-1374: To ensure file names are not munged by zip utilities or operating systems using different encodings, we want to use filenames that use only the simplest of characters in zip archives. Added a new method getZipCompatiblePath() which converts a normal path to a numeric filename with the appropriate extension.

  1. … 1 more file in changeset.
LDEV-1382: If the content repository is called from a webservice, the HttpSession won't exist, so it was throwing a null pointer error. Now it throws a meaningful error.

LDEV-1374: Encode the filenames of files coming from the content repository.

LDEV-1214: Overwrite any existing files in the content repository - previously we threw an error.

Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

  1. … 60 more files in changeset.
Updated address of FSF in copyright statement

  1. … 571 more files in changeset.
Implemented putting the user id in the version record for files in the content repository. (LDEV-180) Replaces changes previously checked in.

The content repository gets the user from the shared session object (the userDTO). This allowed the content repository changes to be made without any changes to other parts of LAMS (hence the parts changed previously had to be changed back).

  1. … 14 more files in changeset.
In firefox, file name with space must be enclosed by double quote, otherwise, the file name will be truncated from first space.

Started to record user id against entries in content repository - not yet completed.

  1. … 6 more files in changeset.
Update to fix problem with context paths.

package export success.

Add package saveToFile support.

Add saveFile() method on repository service and ToolContentHandler.

Add saveFile() method on repository service and ToolContentHandler.