• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed lams home - depreciated

    • -1
    • +0
    ./db/sql/insert_windows_config_data.sql
fix some path names; wasn't coming out right in db

    • -4
    • +4
    ./db/sql/insert_windows_config_data.sql
Updating Danish, German, English, Spanish, French, Korean, Norwegian and Polish

    • -2
    • +3
    ./conf/language/ApplicationResources_da_DK.properties
    • -2
    • +3
    ./conf/language/ApplicationResources_de_DE.properties
    • -3
    • +4
    ./conf/language/ApplicationResources_es_ES.properties
    • -2
    • +3
    ./conf/language/ApplicationResources_fr_FR.properties
    • -3
    • +4
    ./conf/language/ApplicationResources_ko_KR.properties
    • -2
    • +3
    ./conf/language/ApplicationResources_no_NO.properties
    • -2
    • +3
    ./conf/language/ApplicationResources_pl_PL.properties
using LinkedHashMap to order items correctly

added help page string

  1. … 1 more file in changeset.
sql fix for values with windows paths (escape '\' char)

    • -4
    • +4
    ./db/sql/insert_windows_config_data.sql
admin - managing configuration settings

  1. … 8 more files in changeset.
Add comments.

Skip same version filter.

Add new keys.

Change API : add from and to version in importToolContent().

For import tool version filter.

Add toolVersion fields.

Configuration xml to db change

  1. … 1 more file in changeset.
Tool content version filter class: transform XML from one version to another.

Configuration xml to db change

fix for LDEV-871 - child orgs (aka subgroups) not appearing on index page for sysadmin

Importer was failing with a particular design. The design had two tasks that are part of the same activity and they point to the same tool content. So now if there aren't 1 or 3 tasks where expected, go though and remove the duplicates (based on the content id). Hopefully then we will have either 1 or 3 tasks and the load will continue okay.

Moving the configuration details into the database.

    • -0
    • +31
    ./db/sql/insert_unix_config_data.sql
    • -0
    • +31
    ./db/sql/insert_windows_config_data.sql
Import key.

Change the validation so that the messages are now presented to the user (previously they were only logged). This showed up a number of errors in the import. Once these errors were fixed, the test designs worked properly and the valid flag was set, allowing preview to be run straight away (LDEV-862).

The problems were not spotted earlier as the data in the database still came out correctly when the learning design packet was sent to authoring - it was only the entries in various sets when the validation was run that was the problem.

Change activity comparison to compare activity ui ids if the activity ids are null.

Remove some unuse message.

Add some comments.

implements Comparable interface

Rewrite sort parent activity method.

if serverOrgMap is disabled, throw AuthenticationException

added new methods

Try to skip no matching tool activities. Not finish yet.

Add javadoc and check system session is null.