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

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

    • -58
    • +53
    ./StoreLearningDesignResultsDTO.java
  1. … 2120 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.

    • -90
    • +0
    ./StoreLearningDesignResultsDTO.java
  1. … 420 more files in changeset.
LDEV-3115: Use jQuery draggable for Activity templates, so they can be separated from main canvas. Add transition drawing.

  1. … 13 more files in changeset.
LDEV-3070: Add single activity lessons wizard, first implementation iteration. Some changes were not committed as they interfere with old index page design.

  1. … 123 more files in changeset.
LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

    • -150
    • +0
    ./PedagogicalPlannerActivityDTO.java
  1. … 45 more files in changeset.
LDEV-1998: Added Optional Activities support and some code comments.

    • -8
    • +16
    ./PedagogicalPlannerActivityDTO.java
  1. … 7 more files in changeset.
LDEV-1998: Added Branching support.

    • -2
    • +53
    ./PedagogicalPlannerActivityDTO.java
  1. … 8 more files in changeset.
LDEV-1998: Added Editing advice for all tools. Added FCKEditor for Notebook, Chat and Submit Files.

    • -12
    • +22
    ./PedagogicalPlannerActivityDTO.java
  1. … 45 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

    • -0
    • +81
    ./PedagogicalPlannerActivityDTO.java
    • -0
    • +92
    ./PedagogicalPlannerDTO.java
  1. … 110 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
save mode handling + added copying tool content method + updated flash code for sending flag and handling return packet (updating ta's)

    • -1
    • +15
    ./StoreLearningDesignResultsDTO.java
  1. … 8 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

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

    • -0
    • +23
    ./StoreLearningDesignResultsDTO.java
  1. … 48 more files in changeset.
Moved to lams_common

Made ValidationError keys public

added learningDesignID

removed code the messages send to flash are from the applicationResources file

added comments

    • -2
    • +13
    ./StoreLearningDesignResultsDTO.java
this DTO will indicate whether the learning design is valid or not. if valid - the message included will be the learningdesign id of the LD saved if not valid - returns the list of error messages/codes

    • -0
    • +37
    ./StoreLearningDesignResultsDTO.java
learning design validator - if learning design isnt valid, server will return a list of ValidationErrorDTO objects which hold information about which rule was violated, and which is the offending activity (if applicable)

    • -0
    • +116
    ./ValidationErrorDTO.java