Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3991 :LDEV-3983 Adding the required logs.

LDEV-3984 :LDEV-3983 Merge Struts actions:Deleting the starter actions

LDEV-3984 :LDEV-3983 Merge Struts actions:Monitoring Action

    • -0
    • +503
    ./org/lamsfoundation/lams/tool/vote/web/MonitoringAction.java
LDEV-3984 :LDEV-3983 Merge Struts actions:Authoring Action

    • -0
    • +1061
    ./org/lamsfoundation/lams/tool/vote/web/AuthoringAction.java
LDEV-3984 :LDEV-3983 Merge Struts actions

LDEV-3984: Merge Learning actions into one.

    • -0
    • +1062
    ./org/lamsfoundation/lams/tool/vote/web/LearningAction.java
  1. … 1 more file in changeset.
LDEV-3982: Prevent complex outputs from being used as branching conditions. Remove complex outputs from suggestions when creating branching conditions. Fix labels.

  1. … 9 more files in changeset.
LDEV-3952: updating scripts to be compatible with MySQL 5.7

  1. … 44 more files in changeset.
LDEV-3908: Using timeago formatting for vote dates in the vote list screens in monitor

  1. … 3 more files in changeset.
LDEV-3750 Improve performance of pushing marks to gradebook

  1. … 36 more files in changeset.
LDEV-3750 Added ability to request all available tool outputs per toolContentId instead of querying them one by one

  1. … 36 more files in changeset.
LDEV-3817: Bootstrap authoring and monitoring.

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

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

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

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

  1. … 1846 more files in changeset.
LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal. Fix LD import in FLA and several Tools.

  1. … 38 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels. Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 364 more files in changeset.
LDEV-3670: Hiding open text entries in learner

  1. … 5 more files in changeset.
LDEV-3670: Hiding open text entries in learner

  1. … 5 more files in changeset.
LDEV-3584: Improve performance and support paging, sort and search

    • -0
    • +105
    ./org/lamsfoundation/lams/tool/vote/dto/OpenTextAnswerDTO.java
    • -0
    • +77
    ./org/lamsfoundation/lams/tool/vote/dto/SessionNominationDTO.java
    • -0
    • +108
    ./org/lamsfoundation/lams/tool/vote/dto/SummarySessionDTO.java
  1. … 14 more files in changeset.
LDEV-3584: Improve performance and support paging, sort and search

    • -0
    • +105
    ./org/lamsfoundation/lams/tool/vote/dto/OpenTextAnswerDTO.java
    • -0
    • +77
    ./org/lamsfoundation/lams/tool/vote/dto/SessionNominationDTO.java
    • -0
    • +108
    ./org/lamsfoundation/lams/tool/vote/dto/SummarySessionDTO.java
  1. … 15 more files in changeset.
LDEV-3556: Remove LAMS 1 methods for importing Tool content.

  1. … 27 more files in changeset.
LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 28 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 43 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 28 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 44 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3561: Initial implemntation of re-setting read-only flag of Activities on force uncomplete. Each Tools' service has a method to report whether there is significant users' content left it the Activity. If so, it reports the Activity as read-only. Otherwise the flag can be re-set. Grouping, Gate and Complex activities also have their way of checking their immutability.

  1. … 42 more files in changeset.
LDEV-3455: Rest Support (Authoring)