lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3301 set autoGrow_minHeight to prevent it from increasing its size on accessing it the first time.

LDEV-3269: readding all Marcin's labels

LDEV-3296: adding option to collapse the ckeditor bar

LDEV-3296 Upgrade CKEditor to version 4.4.3

    • -0
    • +612
    ./web/ckeditor/CHANGES.md
    • -0
    • +1264
    ./web/ckeditor/LICENSE.md
    • -0
    • +39
    ./web/ckeditor/README.md
    • -0
    • +160
    ./web/ckeditor/build-config.js
    • -147
    • +912
    ./web/ckeditor/ckeditor.js
    • -20
    • +0
    ./web/ckeditor/ckeditor_basic_source.js
  1. … 313 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 75 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-3287: Adding labels

LDEV-2975: Updating English, Spanish, Norwegian and Greek

LDEV-3287 Audit log when loginas

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: Move lams-dictionary.jar back to lams.ear as it is a module defined in application.xml and these can not reside in lib dir.

  1. … 2 more files in changeset.
LDEV-3275: Move tool JARs to EAR/lib for automatic detection.

  1. … 6 more files in changeset.
LDEV-3269: Revert a unnecessary commit.

    • -174
    • +441
    ./web/includes/javascript/orgGroup.js
LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 4 more files in changeset.
LDEV-3283 don't pass parameters on starting a lesson in order to prevent users tampering with them

  1. … 2 more files in changeset.
LDEV-3215: Revert incorrectly modified file - should have been done in lams_learning, has been in lams_central.

  1. … 1 more file in changeset.
LDEV-3275: Fix TLD files so they conform to XSD. Undertow is strict about it.

  1. … 34 more files in changeset.
LDEV-3281: CKEDITOR Formulae run on both http and https (merging from head to WF branch)

    • -1
    • +6
    ./web/ckeditor/plugins/equation/plugin.js
LDEV-3281: CKEDITOR Formulae run on both http and https

    • -1
    • +6
    ./web/ckeditor/plugins/equation/plugin.js
LDEV-3273 CSS style of errors stored and returned from Actions should remain unchanged

    • -0
    • +8
    ./web/css/defaultHTML_learner_mobile.css
LDEV-3273 switched to the latest version of jQuery Validation Plugin

    • -11
    • +14
    ./web/css/defaultHTML_learner.css
    • -10
    • +14
    ./web/css/defaultHTML_learner_mobile.css
    • -7
    • +3
    ./web/lamscommunity/lamscommunityLogin.jsp
  1. … 13 more files in changeset.
LDEV-3275: Rename Ant build variable jboss.home to server.home so it is separated from the server's name.

  1. … 7 more files in changeset.
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.