• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added postcode and portrait uuid fields

Working on the content import

  1. … 1 more file in changeset.
Added a date tag - keep all our dates consistent! Uses the JSTL fmt:formatDate to do localisation. Needed the server timezone to display the timezone properly in the AU locale

fix bug in saveOrganisation where only 1 course manager was being added as staff to a new class/subgroup

Removed the country name from Welsh so that it matches French, Italian, etc.

Translation of Welsh into Cymraeg

made changes in the requestDeleteResource method and added new method: confirmedDeleteResource to show confirmation message when user dlete a file or folder

made a small change in the fileOperationRequest for delete button

Added country code to all locales

  1. … 64 more files in changeset.
constructor change

  1. … 1 more file in changeset.
added content folder id field to learning design table + updated related dto's + added generator method for random 32 char id to authoring service + updated wddx packet handling

  1. … 3 more files in changeset.
Added country code to all locales

    • -0
    • +34
    ./conf/language/ApplicationResources_el_GR.properties
    • -0
    • +36
    ./conf/language/ApplicationResources_es_ES.properties
    • -0
    • +36
    ./conf/language/ApplicationResources_ko_KR.properties
    • -0
    • +36
    ./conf/language/ApplicationResources_no_NO.properties
  1. … 22 more files in changeset.
Previous update stuffed up the case.

    • -34
    • +0
    ./conf/language/ApplicationResources_el_GR.properties
    • -36
    • +0
    ./conf/language/ApplicationResources_es_ES.properties
    • -36
    • +0
    ./conf/language/ApplicationResources_ko_KR.properties
    • -36
    • +0
    ./conf/language/ApplicationResources_no_NO.properties
    • -36
    • +0
    ./conf/language/applicationresources_es_ES.properties
    • -36
    • +0
    ./conf/language/applicationresources_ko_KR.properties
    • -36
    • +0
    ./conf/language/applicationresources_no_NO.properties
  1. … 13 more files in changeset.
Previous update stuffed up the case.

    • -34
    • +0
    ./conf/language/ApplicationResources_el.properties
    • -0
    • +36
    ./conf/language/ApplicationResources_es_ES.properties
    • -0
    • +36
    ./conf/language/ApplicationResources_ko_KR.properties
    • -0
    • +36
    ./conf/language/ApplicationResources_no_NO.properties
    • -34
    • +0
    ./conf/language/applicationresources_el_GR.properties
  1. … 8 more files in changeset.
Added country code to all locales

    • -0
    • +34
    ./conf/language/ApplicationResources_el_GR.properties
  1. … 22 more files in changeset.
Added country code to all locales

    • -36
    • +0
    ./conf/language/ApplicationResources_es.properties
    • -36
    • +0
    ./conf/language/ApplicationResources_ko.properties
    • -36
    • +0
    ./conf/language/ApplicationResources_no.properties
    • -0
    • +34
    ./conf/language/applicationresources_el_GR.properties
    • -0
    • +36
    ./conf/language/applicationresources_es_ES.properties
    • -0
    • +36
    ./conf/language/applicationresources_ko_KR.properties
    • -0
    • +36
    ./conf/language/applicationresources_no_NO.properties
  1. … 107 more files in changeset.
Adding content import to the 1.0.2 importer. Added a new interface to be implemented by tools that support 1.0.2 import.

  1. … 1 more file in changeset.
Added the Arabic/Jordon locale and an arabic test user

Updating Spanish

commented out the "Cut" edit menu bar item, as this is not needed after discussing it with Ernie

tool content id fix for first save of design (modified mode use)

  1. … 3 more files in changeset.
Changed the call to the UserDTO constructor to ensure that the null value is not used for languageCodeIso

The code now checks the user language locale, then the server language and as a last resort falls back to english (en)

new class that provides menu items for authoring customised context menu

No real change - just testing cvs commit

  1. … 2 more files in changeset.
Clarified what should occur if fromToolContent is null in the copyToolContent call.

new VERSION key

table name length audit + changed table names with length greater than 30 + updated changed table references in the code (LDEV-47)

    • -36
    • +36
    ./db/sql/create_quartz_table.sql
  1. … 1 more file in changeset.
license change

  1. … 109 more files in changeset.
An attempt to fix the issue with the password change not saving when done from the profile screen. It appears that when the session is "closed", the hibernate session is unbound from the Spring transaction and as the hibernate session is kept open by the filter, the flush is never triggered. So any changes to objects that are attached to the session but not written out to the db will not be flushed.

At present, some of our updates (e.g. the main edit profile page) only work because the later calls (within the overall URL call) reget the data e.g. the learner's details and that triggers a flush.

Added a manual flush - it feels like a bit of a sledgehammer but hopefully it will fix it rather than the "coding around" that we have been doing previously.

Removed the readonly entries on the transactions as this has caused problems with MySQL previously - once the MySQL session gets marked as read only it can't switch properly to a non-readonly session.