lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Use Apache Commons Codec version 1.3 -> 1.9 delivered with WildFly.

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

  1. … 38 more files in changeset.
LDEV-3275: Use Apache Commons IO version 2.1 -> 2.4 delivered with WildFly. Previous similar upgrades were: Apache Commons Collections 3.1 -> 3.2.1 Apache Commons BeanUtils 1.6 -> 1.8.3 Saaj 1.2 -> 1.3 JaxRPC same version, but delivered with WildFly.

  1. … 111 more files in changeset.
LDEV-3275: Deploy EAR libraries as WildFly modules. In JBoss there were several folders where libraries could be simply copied. In WildFly it is more organised, with module.xml files describing each library. In order not to keep libs in EAR, so only real LAMS code remains there, they are moved to WildFly as modules and get referenced by EAR with META-INF/jboss-deployment-structure.xml.

  1. … 38 more files in changeset.
LDEV-3275: Remove javaee.jar reference as it does not seem to be used.

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 JSTL API to version 1.2.

  1. … 1 more file in changeset.
LDEV-3275: Upgrade JSP API to version 2.3.

  1. … 54 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. … 1577 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: Partial switch to new server dir structure.

  1. … 8 more files in changeset.
LDEV-3275: Minify Ant .properties files. Most of the variables were constant, never changed. Since build file inheritance was introduced to LAMS, it is fairly easy to change relative paths in build files themselves. So only root path were left in .properties files and variables that can actually change from project to project.

  1. … 11 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.

  1. … 59 more files in changeset.
LDEV-3273 Start using the latest version of jQuery Validation Plugin

    • -0
    • +4
    ./web/includes/javascript/jquery.validate.js
LDEV-2846: Remove unnecessary imports.

LDEV-3269: Add learning design groups management in Admin and utilisation in Flashless Authoring.

    • -441
    • +174
    ./web/includes/javascript/orgGroup.js
  1. … 20 more files in changeset.
LDEV-3268: Add optional parameters for lesson initialisation.

LDEV-3268: Add optional parameters for lesson initialisation.

LDEV-3266: Use the same comparator as in Learner.

LDEV-3115: Fix PNG image precaching.

LDEV-3115: Allow importing annotations from another LD.

LDEV-3115: Allow importing activities from another LD. Export labels to .properties file. Precache native tool PNG icons so they can be used in SVG images without converting them using canvg library. Fix Transition button.

    • -197
    • +201
    ./web/authoring/authoring.jsp
    • -11
    • +15
    ./web/authoring/svgGenerator.jsp
LDEV-3115: Add license information.

LDEV-3059: Copy Tool content if it is the default one when saving LD.

LDEV-3115: Use new FLA SVG images in Monitoring.

    • -86
    • +117
    ./web/includes/javascript/authoring/authoringMenu.js
  1. … 10 more files in changeset.
LDEV-3246: Fix error when activity title is empty.

    • -8
    • +8
    ./web/includes/javascript/progressBar.js
  1. … 1 more file in changeset.
LDEV-3250: Support tapping in Learner progress bar. Progress bar code formatting.

    • -62
    • +67
    ./web/includes/javascript/progressBar.js
LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 63 more files in changeset.