• 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. … 55 more files in changeset.
LDEV-3275: Explicitly mark values as Long type in conditional expression as Java 8 requires it.

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

  1. … 62 more files in changeset.
LDEV-3234 Added ability to change, add, remove Voting tool's questions even after student have reached it

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

  1. … 41 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 25 more files in changeset.
LDEV-3198 updated script which creates unique index so that it deletes duplicates first

  1. … 3 more files in changeset.
LDEV-1596 * Class export portfolio: if activity is grouped, then show votes by groups.

*some refactoring

    • -228
    • +0
    ./org/lamsfoundation/lams/tool/vote/SessionDTO.java
  1. … 51 more files in changeset.
LDEV-3171: Remove users from activities. Fix several bugs.

  1. … 32 more files in changeset.
LDEV-1596 * fixed Voting export porfolio and monitoring issues

* improved export portfolio layout

  1. … 2 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. … 58 more files in changeset.
LDEV-3168 * added select leader info paragraph

* removed redundant calls

  1. … 4 more files in changeset.
LDEV-3168 Added All groups total chart information;

display only 1 chart per session

  1. … 12 more files in changeset.
LDEV-3168 Added All groups total information

    • -38
    • +21
    ./org/lamsfoundation/lams/tool/vote/SessionDTO.java
  1. … 3 more files in changeset.
LDEV-3168 Monitoring UI redesign for Vote

    • -0
    • +245
    ./org/lamsfoundation/lams/tool/vote/SessionDTO.java
  1. … 33 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 155 more files in changeset.
LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 40 more files in changeset.
LDEV-3162 Make Voting tool leader aware

    • -571
    • +473
    ./org/lamsfoundation/lams/tool/vote/VoteUtils.java
  1. … 31 more files 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-2865 Remove excessive logging from Vote tool

  1. … 9 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. … 181 more files in changeset.
LDEV-2926

* removed XDoclet tags from Java classes that generate them improperly and thus already possess static .hbm.xml files.

* removed static .hbm.xml files in cases when they can be produced using Xdoclet information

  1. … 9 more files in changeset.
LDEV-2946: Add UTF-8 encoding information to response.

  1. … 1 more file in changeset.
LDEV-2495: Add Raphael and gRaphael libraries to draw charts in Vote Tool. Get rid of JFreeChart generated stuff from this tool.

  1. … 21 more files in changeset.
LDEV-2736: Remove patch upgrading to 20090726 version and move its contents to patch upgrading to 20110509 (LAMS 2.4), as these updates are needed for version higher than 20100309 (LAMS 2.3.5).

LDEV-2657

* fixing problem with loosing advanced settings

* fixing problem with loosing toolContentId

*merge from HEAD

  1. … 1 more file in changeset.
LDEV-2657 * pull up JavaScript methods to monitorToolSummaryAdvanced.js

* fixing problem with loosing advanced settings

* fixing problem with loosing toolContentId

  1. … 1 more file in changeset.
LDEV-2684 fixed problem "Can't choosing group in monitor"

*merge from HEAD

LDEV-2684 fixed problem "Can't choosing group in monitor"

LDEV-2657 Date restrictions for Vote (merge to HEAD)

  1. … 10 more files in changeset.