lams_tool_lamc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9. Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead. Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation. Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

  1. … 41 more files in changeset.
LDEV-2866 rolling back to the previous version of these jsps (as committed changes were done solely for testing purposes and not supposed to be committed)

    • -49
    • +49
    ./web/learning/AnswersContent.jsp
    • -7
    • +3
    ./web/learning/mobile/AnswersContent.jsp
  1. … 2 more files in changeset.
LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 76 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 75 more files in changeset.
LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

  1. … 87 more files in changeset.
LDEV-3319: update dbupdates scripts to use temporary tables for 'temp_select'.

Although the whole db update process is now globally synchronized in LAMS, it is better to use 'temporary' MySQL tables in case of 'temp_select' tables.

  1. … 3 more files in changeset.
LDEV-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-2866 rolling back to the previous version of these jsps (as committed changes were done solely for testing purposes and not supposed to be committed)

    • -49
    • +49
    ./web/learning/AnswersContent.jsp
    • -7
    • +3
    ./web/learning/mobile/AnswersContent.jsp
  1. … 2 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

  1. … 72 more files in changeset.
LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

  1. … 72 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

  1. … 37 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 93 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 92 more files in changeset.
LDEV-3306 this is going to be fix for now for the following issue "MCQ scrolls to the top of the page on autosave when using iPad"

    • -1
    • +1
    ./web/learning/mobile/AnswersContent.jsp
LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 36 more files in changeset.
LDEV-3297 fixed problem with JQM and displaying video using iframe tag

    • binary
    ./web/includes/css/images/ajax-loader.gif
    • binary
    ./web/includes/css/images/icons-18-black.png
    • binary
    ./web/includes/css/images/icons-18-white.png
    • binary
    ./web/includes/css/images/icons-36-black.png
    • binary
    ./web/includes/css/images/icons-36-white.png
    • -2
    • +0
    ./web/includes/css/jquery.mobile-1.2.1.css
    • -737
    • +25
    ./web/includes/javascript/fastclick.js
    • -0
    • +1
    ./web/learning/mobile/AnswersContent.jsp
    • -3
    • +6
    ./web/learning/mobile/CombinedAnswersContent.jsp
LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 37 more files in changeset.
LDEV-3297 fixed problem with JQM and displaying video using iframe tag

    • binary
    ./web/includes/css/images/ajax-loader.gif
    • binary
    ./web/includes/css/images/icons-18-black.png
    • binary
    ./web/includes/css/images/icons-18-white.png
    • binary
    ./web/includes/css/images/icons-36-black.png
    • binary
    ./web/includes/css/images/icons-36-white.png
    • -2
    • +0
    ./web/includes/css/jquery.mobile-1.2.1.css
    • -737
    • +25
    ./web/includes/javascript/fastclick.js
    • -0
    • +1
    ./web/learning/mobile/AnswersContent.jsp
    • -3
    • +6
    ./web/learning/mobile/CombinedAnswersContent.jsp
LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters). Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

  1. … 105 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 77 more files in changeset.
LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

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