LibraryActivityDTO.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5058 Move activity category from DB to authoring front end

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

  1. … 59 more files in changeset.
LDEV-4411 Remove obsolete collection from Tool class

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

  1. … 1074 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. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1860 more files in changeset.
LDEV-3225: Remove unused colums for tool contribution and moderation.

  1. … 42 more files in changeset.
LDEV-3207: Remove unused columns for setting absolute open & close gate times.

  1. … 12 more files in changeset.
LDEV-3207: Add support for Schedule Gate based on activity completion. Fix bugs in Flashless Authoring LD save.

  1. … 25 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

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

  1. … 125 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

  1. … 36 more files in changeset.
LDEV-1861 Adding customCSV

Adding the extLmsId property to Activity and ActivityDTO so that flash can determine whether to display a external tool adapter tool or not

  1. … 7 more files in changeset.
LDEV-1579: Tools now indicate whether or not they support tool outputs, which allows the authoring client to only list tools that should have conditions.

  1. … 12 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.
Added adminURL

LDEV-1256

adding branch activity to sequence - basic model/dto changes and packet handling

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

  1. … 1392 more files in changeset.
updated dto's to include help URL field + custom context menu change to make help item enabled

  1. … 3 more files in changeset.
helpURL added to dto's

  1. … 3 more files in changeset.
Changed title to activityTitle to make it easy for Flash to sort the activities.

  1. … 1 more file 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.
Added I8N support for the activity and tool title, description, etc.

  1. … 2 more files in changeset.
removed AuthoringToolDTO

changed the structure so that it supporst other types of activities

changed libraryActivityUiImage to libraryActivityUIImage

for any properties that are null, it will return null, instead of sending the special null value

  1. … 1 more file in changeset.
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"

  1. … 1 more file in changeset.