Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3443: I18N

    • -2
    • +3
    ./language/lams/ApplicationResources.properties
    • -0
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 1 more file in changeset.
LDEV-3443 Adding labels

    • -4
    • +6
    ./language/lams/ApplicationResources.properties
    • -4
    • +5
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +4
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-2975 Updating Norwegian

    • -2
    • +10
    ./language/lams/ApplicationResources_no_NO.properties
LDEV-3443: Paging the messages on the detailed messages screen. Loads approx 50 messages at a time and autoloads when end of page is reached. Required adding a thread id to the message sequence table. The database patch involves running stored procedures so the autopatch libray in lams_build needs to be updated to match the forum changes.

    • -2
    • +2
    ./language/lams/ApplicationResources.properties
    • -1
    • +2
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 17 more files in changeset.
LDEV-3433: adding label

    • -3
    • +3
    ./language/lams/ApplicationResources.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3433: adding label

    • -3
    • +3
    ./language/lams/ApplicationResources.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +3
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3433: Add missing label.

    • -0
    • +1
    ./language/lams/ApplicationResources.properties
LDEV-3433: Add missing label.

    • -0
    • +1
    ./language/lams/ApplicationResources.properties
LDEV-3405 Forum monitor to implement paging

  1. … 29 more files in changeset.
LDEV-3405: adding labels from i18n site

    • -2
    • +5
    ./language/lams/ApplicationResources.properties
    • -2
    • +5
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +5
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3405: adding labels from i18n site

    • -2
    • +5
    ./language/lams/ApplicationResources.properties
    • -5
    • +6
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +5
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3405 * last message->last message date * date format * caching of all messages at monitor start (in order to prevent DB queries from tablesorter)

    • -1
    • +1
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 6 more files in changeset.
LDEV-3405 add a column in between name and Number of post with 'latest posting'

    • -0
    • +1
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 7 more files in changeset.
LDEV-3405 * added initial sorting and ability to sort by number of posts * slightly modified statistics design, and significantly - view marks and edit mark pages * removed obsolete viewAllMarks feature

    • -1
    • +2
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 13 more files in changeset.
LDEV-3405 Forum monitor to implement paging

  1. … 18 more files in changeset.
LDEV-3395 Adding labels

    • -2
    • +4
    ./language/lams/ApplicationResources.properties
    • -2
    • +4
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +4
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3395 Adding labels

    • -2
    • +4
    ./language/lams/ApplicationResources.properties
    • -2
    • +4
    ./language/lams/ApplicationResources_en_AU.properties
    • -2
    • +4
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3395 and LDEV-2921 Adding labels

    • -17
    • +9
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3395: Adding labels

    • -2
    • +4
    ./language/lams/ApplicationResources.properties
    • -2
    • +4
    ./language/lams/ApplicationResources_en_AU.properties
LDEV-3395 and LDEV-2921 Adding labels

    • -17
    • +9
    ./language/lams/ApplicationResources_es_ES.properties
LDEV-3395: Adding labels

    • -2
    • +4
    ./language/lams/ApplicationResources.properties
    • -5
    • +3
    ./language/lams/ApplicationResources_en_AU.properties
LDEV-2975 Updating Greek, French, Norwegian

    • -17
    • +8
    ./language/lams/ApplicationResources_el_GR.properties
    • -17
    • +8
    ./language/lams/ApplicationResources_fr_FR.properties
    • -17
    • +8
    ./language/lams/ApplicationResources_no_NO.properties
LDEV-3395 Implement a minimum number of characters for forum postings

    • -0
    • +2
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 15 more files in changeset.
LDEV-3395 Implement a minimum number of characters for forum postings

    • -0
    • +2
    ./language/lams/ApplicationResources_en_AU.properties
  1. … 20 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-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. … 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. … 38 more files in changeset.