lams_tool_kaltura

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. … 54 more files in changeset.
LDEV-3293: Use new Spring ApplicationContext classes.

  1. … 34 more files in changeset.
LDEV-3293: Add Spring 4.0.6 libraries and their sources. Make LAMS use them and reference Hibernate 4.3.5 embedded in WildFly 8.1.

  1. … 6317 more files in changeset.
LDEV-3275: Decrease version of Hibernate from 4.x (delivered to WildFly) to 3.6.10 (newer than used before, but still 3.x as otherwise Spring won't work with it).

  1. … 3092 more files in changeset.
LDEV-3275: Add TLDs. Undertow is strict about it. Fix TLD deployment path in Ant build file.

    • -0
    • +34
    ./web/WEB-INF/tlds/jstl/permittedTaglibs.tld
    • -0
    • +51
    ./web/WEB-INF/tlds/jstl/scriptfree.tld
  1. … 43 more files in changeset.
LDEV-3275: Fix TLD files so they conform to XSD. Undertow is strict about it.

  1. … 34 more files in changeset.
LDEV-3275: Use Apache Commons Lang version 2.6 delivered with WildFly.

  1. … 38 more files in changeset.
LDEV-3275: Add jbossweb.jar (needed for SSO valve and JSON) as a 3rd party module since WildFly is based on Undertow, not JBoss Web server.

  1. … 17 more files in changeset.
LDEV-3275: Upgrade Servlet API to version 3.1.0.

  1. … 280 more files in changeset.
LDEV-3275: Upgrade Hibernate Core to version 4.3.5.

  1. … 1578 more files in changeset.
LDEV-3275: Start replacing JBoss libraries with ones from WildFly. Minor changes in config files.

  1. … 38 more files in changeset.
LDEV-3275: Remove broken Eclipse builders.

  1. … 30 more files in changeset.
LDEV-2901: Add Eclipse output /bin folders to projects' .cvsignore files.

    • -2
    • +0
    ./.settings/com.genuitec.eclipse.j2eedt.core.prefs
    • -3
    • +0
    ./.settings/org.eclipse.core.resources.prefs
  1. … 56 more files in changeset.
LDEV-3260 prevent Kaltura server from throwing exceptions on uploading files using Kaltura premium account

LDEV-3255 remove version parameter from thumbnail url in order to follow presumably latest changes in Kaltura API

LDEV-3255 remove version parameter from thumbnail url in order to follow presumably latest changes in Kaltura API

    • -1
    • +1
    ./web/pages/learning/mobile/learning.jsp
LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 62 more files in changeset.
LDEV-3238: Use full name rather than login for kaltura comments

LDEV-3226: change date formatting

  1. … 32 more files in changeset.
LDEV-3225: Remove unused colums for tool contribution and moderation.

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

  1. … 41 more files in changeset.
LDEV-3200 Show notebook entries in monitor

    • -0
    • +147
    ./web/pages/monitoring/advanceOptions.jsp
    • -0
    • +27
    ./web/pages/monitoring/reflections.jsp
    • -157
    • +28
    ./web/pages/monitoring/summary.jsp
LDEV-3207: Remove unnecessary gate columns in each tool's initial insertion SQL.

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

    • -1
    • +1
    ./web/pages/monitoring/kalturaDisplay.jsp
LDEV-2463: escape HTML to prevent possible XSS attacks

    • -1
    • +1
    ./web/pages/monitoring/kalturaDisplay.jsp
LDEV-2463: escape HTML to prevent possible XSS attacks

    • -2
    • +2
    ./web/pages/monitoring/kalturaDisplay.jsp
  1. … 2 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

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

    • -6
    • +6
    ./web/pages/learning/mobile/learning.jsp
    • -2
    • +2
    ./web/pages/learning/mobile/notebook.jsp
    • -1
    • +1
    ./web/pages/monitoring/editActivity.jsp
    • -17
    • +18
    ./web/pages/monitoring/summary.jsp
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 fixed accidentally removed lines

  1. … 1 more file in changeset.