LearningLibrary.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
LDEV-5248, LDEV-4411 Mark some collections as cacheable

Similar to query cache, the collection cache makes sense if the table

which collection elements map to do not change often. Each modification

to table content invalidates the given collection cache.

  1. … 31 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

  1. … 54 more files in changeset.
LDEV-4135 Identified parallel activity children with tool signatures

Identification with description words sometimes fails.

  1. … 5 more files in changeset.
LDEV-3829: Add transactions and move code to the service.

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

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

  1. … 1860 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

  1. … 420 more files in changeset.
LDEV-2926 * removed XDoclet tags from Java classes that generate them improperly and thus already possess static .hbm.xml files. * removed static .hbm.xml files in cases when they can be produced using Xdoclet information

  1. … 50 more files in changeset.
LDEV-523, LDEV-1527: The tool's help urls need to be modified to include the language code before sending to Flash.

  1. … 19 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

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

  1. … 1392 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 261 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

  1. … 261 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 261 more files in changeset.
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.

  1. … 3 more files in changeset.
extended to include method getLearningLibraryDTO(List templateActivities), which is used in authoring environment when trying to retrieve the list of all learning library details. The template is passed as a parameter, because previously, when obtaining the list of template activities for a particular learning library, it grabs all activities in lams_learning_activities for that particular learning library, however each library should only have one template activity, and what distinguishes it from a normal activity is that its learning_design_id is null

added licence text and got rid of TODO's

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

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

*** empty log message ***

    • -0
    • +156
    ./LearningLibrary.java
  1. … 175 more files in changeset.