Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./WDDXProcessorConversionException.java
  1. … 1070 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -36
    • +39
    ./WDDXProcessorConversionException.java
  1. … 2116 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.

    • -66
    • +0
    ./WDDXProcessorConversionException.java
  1. … 416 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.
LDEV-2560: Add information about LearningDesign original author. Imported LD will have original author set to the importing user.

  1. … 10 more files in changeset.
LDEV-2374: Data flow between tools: framework and example for Q&A -> Vote.

  1. … 85 more files in changeset.
LDEV-2163 Creating a service for integrated servers where they can fetch tool outputs for a given lesson and user

this invovles:

- Outlining/Saving expecteed tool outputs in author, so that includes copying/export/insert/save

- Fetching the data in LessonManagerService so it can be serialised into xml

  1. … 20 more files in changeset.
LDEV-2054: Added support for “viewStudentsBeforeSelection” option.

  1. … 10 more files in changeset.
LDEV-2074 Improved validation and added floating activities index field to Learning Design (table/class).

  1. … 14 more files in changeset.
LDEV-2074 Implemented saving Floating Activity(s) in a design. Updated with new activity type (id:15) and new system tool (id:11).

  1. … 10 more files in changeset.
LDEV-1299: Backend for condition gates.

  1. … 25 more files in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

  1. … 1 more file in changeset.
LDEV-1909 -Competence editor backend model

  1. … 17 more files in changeset.
LDEV-1581: Added most of the logic for creating/managing learner's choice grouping.

  1. … 32 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-1649: Adding a new servlet to support copying tool content in a batch.

LDEV-750: Adding insert sequence into sequence functionality. Basic functionality done - still yet to do the Flash side and some security checking.

  1. … 35 more files in changeset.
WDDXProcessor will now convert any object type to a string, when reading from the WDDX packet.

LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 more files in changeset.
LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

  1. … 20 more files in changeset.
Changes to support tool output based branching. Work in progress!

  1. … 32 more files in changeset.
Made spelling of branchingActivityUIID entry consistent between DTO and WDDXTAGS

LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

  1. … 9 more files in changeset.
fixed wddxtags type (firstActivityUIID) + improvement in loading sequences for branching activity

  1. … 4 more files in changeset.
branching activity saves start/end connector coords

  1. … 4 more files in changeset.
Branching: Getting the progress engine working so it will display the branch activities if the sequence/branch contains one or no activities

  1. … 12 more files in changeset.
LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

  1. … 18 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 238 more files in changeset.
LDEV-1115: Moving FlashMessage to a local variable, so to make the code more robust.

  1. … 1 more file in changeset.
The 1.0.2 has 0x0a references which cause the parser to throw away some of the text. These references have been replaced with a newline to get around the problem