• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3824: Replace Wookie with a stub.

    • -100
    • +2
    ./language/lams/ApplicationResources.properties
    • -113
    • +0
    ./language/lams/ApplicationResources_el_GR.properties
    • -103
    • +0
    ./language/lams/ApplicationResources_en_AU.properties
    • -114
    • +0
    ./language/lams/ApplicationResources_es_ES.properties
    • -113
    • +0
    ./language/lams/ApplicationResources_fr_FR.properties
    • -113
    • +0
    ./language/lams/ApplicationResources_mi_NZ.properties
    • -113
    • +0
    ./language/lams/ApplicationResources_no_NO.properties
    • -102
    • +0
    ./language/lams/ApplicationResources_pt_BR.properties
    • -1
    • +0
    ./xdoclet/struts-message-resources.xml
  1. … 121 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.

Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

    • -3
    • +1
    ./language/lams/ApplicationResources.properties
  1. … 371 more files in changeset.
LDEV-3433: Fixed also for Assessment, Pixlr, Noticeboard, Videorecorder,

Survey, Wookie and Kaltura Tools.

    • -1
    • +2
    ./language/lams/ApplicationResources.properties
    • -1
    • +2
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 11 more files in changeset.
LDEV-3340: Remove hibernate.cfg.xml files. Most probably they were used to create DB schema from .hbm.xml files using Ant. They are obsolete now.

    • -12
    • +0
    ./hibernate/mappings/hibernate.cfg.xml
  1. … 27 more files in changeset.
LDEV-3340: Remove middlegen config files. They were used to create .hbm.xml files and are now obsolete.

    • -126
    • +0
    ./middlegen/lams_tool_lawookie11-prefs.properties
  1. … 17 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. … 218 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
    • +1
    ./hibernate/mappings/hibernate.cfg.xml
  1. … 93 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

Remove AUTHOR ADMIN role.

  1. … 73 more files in changeset.
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
    • +1
    ./hibernate/mappings/hibernate.cfg.xml
  1. … 111 more files in changeset.
LDEV-3293: Use new Spring ApplicationContext classes.

  1. … 34 more files in changeset.