• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3824: Leave only meaningful i18n labels for Eadventure.

    • -3
    • +3
    ./language/lams/ApplicationResources.properties
LDEV-3824: Replace Eadventure with a stub. Make Authoring process, but hide invalid Tools (needed for LD import).

    • -205
    • +2
    ./language/lams/ApplicationResources.properties
    • -222
    • +0
    ./language/lams/ApplicationResources_el_GR.properties
    • -207
    • +0
    ./language/lams/ApplicationResources_en_AU.properties
    • -223
    • +0
    ./language/lams/ApplicationResources_es_ES.properties
    • -222
    • +0
    ./language/lams/ApplicationResources_es_MX.properties
    • -222
    • +0
    ./language/lams/ApplicationResources_fr_FR.properties
    • -222
    • +0
    ./language/lams/ApplicationResources_mi_NZ.properties
    • -222
    • +0
    ./language/lams/ApplicationResources_no_NO.properties
    • -207
    • +0
    ./language/lams/ApplicationResources_pt_BR.properties
    • -222
    • +0
    ./language/lams/ApplicationResources_tr_TR.properties
    • -1
    • +0
    ./xdoclet/struts-message-resources.xml
  1. … 204 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.

    • -2
    • +1
    ./language/lams/ApplicationResources.properties
  1. … 371 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-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-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.