• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3643 adding missing label

    • -2
    • +3
    ./language/lams/ApplicationResources.properties
    • -13
    • +4
    ./language/lams/ApplicationResources_en_AU.properties
    • -16
    • +3
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-2975: Updating Norwegian, Greek and French

    • -16
    • +3
    ./language/lams/ApplicationResources_el_GR.properties
    • -16
    • +3
    ./language/lams/ApplicationResources_fr_FR.properties
    • -16
    • +3
    ./language/lams/ApplicationResources_no_NO.properties
  1. … 27 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.

    • -13
    • +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.

    • -128
    • +0
    ./middlegen/lams_tool_lanotebook11-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. … 92 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-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. … 38 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. … 110 more files in changeset.
LDEV-3293: Use new Spring ApplicationContext classes.

  1. … 34 more files in changeset.
LDEV-3192 ability to leave several lines comments + committed customized Jinplace plugin

    • -1
    • +6
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 6 more files in changeset.
LDEV-3193 Notebook monitor UI improvements

    • -85
    • +0
    ./language/ApplicationResources.properties
    • -85
    • +0
    ./language/ApplicationResources_da_DK.properties
    • -85
    • +0
    ./language/ApplicationResources_es_ES.properties
    • -85
    • +0
    ./language/ApplicationResources_fr_FR.properties
    • -85
    • +0
    ./language/ApplicationResources_it_IT.properties
    • -85
    • +0
    ./language/ApplicationResources_pl_PL.properties
    • -85
    • +0
    ./language/ApplicationResources_vi_VN.properties
    • -2
    • +7
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 15 more files in changeset.
LDEV-2975 Upgrading portuguese (Brazil)

    • -17
    • +3
    ./language/lams/ApplicationResources.properties
    • -17
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
    • -22
    • +48
    ./language/lams/ApplicationResources_pt_BR.properties
  1. … 30 more files in changeset.
LDEV-3026: Adding labels

    • -174
    • +112
    ./language/lams/ApplicationResources.properties
    • -174
    • +112
    ./language/lams/ApplicationResources_en_AU.properties
    • -174
    • +112
    ./language/lams/ApplicationResources_es_ES.properties
  1. … 9 more files in changeset.
LDEV-3026: Adding labels

    • -112
    • +174
    ./language/lams/ApplicationResources.properties
    • -111
    • +174
    ./language/lams/ApplicationResources_en_AU.properties
    • -111
    • +174
    ./language/lams/ApplicationResources_es_ES.properties
  1. … 3 more files in changeset.
LDEV-3073: Updating Spanish, German

    • -2
    • +3
    ./language/lams/ApplicationResources_de_DE.properties
    • -3
    • +3
    ./language/lams/ApplicationResources_es_ES.properties
  1. … 8 more files in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

    • -1
    • +2
    ./language/lams/ApplicationResources.properties
  1. … 182 more files in changeset.
LDEV-2975: Updating Maori, Greek, French, Norwegian

    • -2
    • +3
    ./language/lams/ApplicationResources_el_GR.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_fr_FR.properties
    • -62
    • +72
    ./language/lams/ApplicationResources_mi_NZ.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_no_NO.properties
  1. … 12 more files in changeset.
LDEV-2912: Remove RAMS remainings from source code

    • -90
    • +0
    ./language/rams/ApplicationResources.properties
    • -90
    • +0
    ./language/rams/ApplicationResources_en_AU.properties
  1. … 42 more files in changeset.
LDEV-2374: Updating labels

    • -2
    • +3
    ./language/lams/ApplicationResources.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_es_ES.properties
  1. … 6 more files in changeset.
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

  1. … 109 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 119 more files in changeset.
file Notebook.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:31 +0000

file NotebookUser.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:31 +0000

file NotebookSession.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:31 +0000

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -4
    • +4
    ./hibernate/mappings/hibernate.cfg.xml
  1. … 1187 more files in changeset.
LDEV-2755: Updating translations

    • -1
    • +1
    ./language/lams/ApplicationResources.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_de_DE.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_el_GR.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_en_AU.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_es_ES.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_es_MX.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_fr_FR.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_it_IT.properties
    • -1
    • +1
    ./language/lams/ApplicationResources_no_NO.properties
  1. … 152 more files in changeset.
LDEV-2755: Updating labels

    • -3
    • +3
    ./language/lams/ApplicationResources_fr_FR.properties
    • -59
    • +68
    ./language/lams/ApplicationResources_it_IT.properties
  1. … 21 more files in changeset.
    • -3
    • +3
    ./language/lams/ApplicationResources.properties
    • -10
    • +46
    ./language/lams/ApplicationResources_de_DE.properties
    • -3
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
    • -3
    • +3
    ./language/lams/ApplicationResources_fr_FR.properties
  1. … 35 more files in changeset.