Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3293: Cast DAO methods' results to their return type. Java 8 is more restrictive about generics. Hibernate find() methods returns List<?> and it can not be quietly cast to List<SomeClass>. Each occurence was explicitly casted and warnings about the type being unchecked were supressed.

  1. … 53 more files in changeset.
LDEV-2587: Do not cascade from Condition to Expression as it breaks tool content import.

LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 62 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 41 more files in changeset.
LDEV-3171: Remove users from activities. Fix several bugs.

  1. … 34 more files in changeset.
LDEV-3171: Give a Monitor an option to remove learner's content from activities when moving him backwards in a sequence. Implementation of content-removing method for most of tools.

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

    • -0
    • +19
    ./org/eucm/lams/tool/eadventure/dbupdates/patch20140102.sql
  1. … 120 more files in changeset.
LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 40 more files in changeset.
LDEV-3158 change file encoding to iutf8

  1. … 1 more file in changeset.
LDEV-3070: Use tool content title as lesson name instead of showing prompt pop up. Skip "Reedit"/"Cancel" page.

  1. … 35 more files in changeset.
LDEV-3070: Fix few minor errors in Tools. Pass notifyCloseURL to proper authoring page in some Tools. Make generation of Tool content a non read-only operation as it starts a database transaction which is later used for writing.

  1. … 22 more files in changeset.
LDEV-3031 Solved a problem with false positive error messages in LAMS tools: Could not find the content by given ID

  1. … 7 more files in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

  1. … 182 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1305 more files in changeset.
LDEV-2874 Move Reload libraris into lams_build/lib/reload (they have been previously stored as tools' internal libs)

  1. … 45 more files in changeset.
LDEV-2737: Change Eadventure web.xml file to comply with LAMS 2.4 Tool Application Context discovery mechanism. Add missing abstract methods implementation. Remove several libraries as they interfere with endorsed XML libraries on JBoss 5.

  1. … 10 more files in changeset.
Commiting eadventure tool to HEAD

    • -0
    • +70
    ./org/eucm/lams/tool/eadventure/dao/DAO.java
  1. … 239 more files in changeset.
LDEV-2587: merging to branch

    • -70
    • +0
    ./org/eucm/lams/tool/eadventure/dao/DAO.java
  1. … 236 more files in changeset.
Add gradebook support Add outputs language strings Fix problem with eAdventure Var Type

  1. … 2 more files in changeset.
Fix problems with vars - language files - multiple frames in eAdventure window at learner view

  1. … 2 more files in changeset.
LDEV-2587

Uploading e-Adventure project to head

    • -0
    • +274
    ./org/eucm/lams/tool/eadventure/EadventureConstants.java
    • -0
    • +70
    ./org/eucm/lams/tool/eadventure/dao/DAO.java
    • -0
    • +32
    ./org/eucm/lams/tool/eadventure/dao/EadventureConditionDAO.java
    • -0
    • +48
    ./org/eucm/lams/tool/eadventure/dao/EadventureItemVisitDAO.java
    • -0
    • +38
    ./org/eucm/lams/tool/eadventure/dao/EadventureParamDAO.java
    • -0
    • +41
    ./org/eucm/lams/tool/eadventure/dao/EadventureSessionDAO.java
    • -0
    • +37
    ./org/eucm/lams/tool/eadventure/dao/EadventureUserDAO.java
    • -0
    • +33
    ./org/eucm/lams/tool/eadventure/dao/EadventureVarsDAO.java
  1. … 236 more files in changeset.