• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve speed of bulk update by running in separate thread (bypass hibernate filter); make sync page refresh every 5 seconds to prevent timeout (and also to detect when bulk update is finished)

forgot to increment some ids

adding ms_MY locale and malay/malay user

    • -1
    • +3
    /lams_common/db/sql/insert_types_data.sql
Updating English

Adding Malay

Adding chinese(china). Updating Danish, Italian, Polish

    • -0
    • +263
    /lams_admin/conf/language/lams/ApplicationResources_zh_CN.properties
Updating Portuguese(Brazil)

Adding Chinese(china). Updating Danish, Italian, Polish

    • -0
    • +68
    /lams_monitoring/conf/language/lams/ApplicationResources_zh_CN.properties
    • -0
    • +86
    /lams_tool_notebook/conf/language/lams/ApplicationResources_zh_CN.properties
Updating Danish, English, Italian, Norwegian, Polish, Chinese(China)

Updating Danish, Italian, Polish, Chinese(China)

Adding Malay.

    • -0
    • +173
    /lams_tool_laqa/conf/language/lams/ApplicationResources_ms_MY.properties
    • -0
    • +65
    /lams_tool_nb/conf/language/lams/ApplicationResources_ms_MY.properties
Adding Malay. Updating English, Italian, Norwegian, Danish, Polish and Chinese

    • -0
    • +173
    /lams_tool_forum/conf/language/lams/ApplicationResources_ms_MY.properties
    • -157
    • +159
    /lams_tool_lamc/conf/language/lams/ApplicationResources_da_DK.properties
    • -0
    • +248
    /lams_tool_lamc/conf/language/lams/ApplicationResources_ms_MY.properties
    • -164
    • +166
    /lams_tool_lamc/conf/language/lams/ApplicationResources_pl_PL.properties
Adding Malay

    • -0
    • +1
    /lams_central/conf/flashxml/lams/wizard/ms_MY_dictionary.xml
Updating Danish and Maori

Adding Malay. Updating Danish, Italian, Polish and Chinese(china)

LDEV-1243: replaces spaces with underscores only for the filename so firefox handles the filenames properly

LDEV-1265: If you deleted a transition and then redrew it, it triggered a unique key exception. Now the code reuses transitions based on either the UIID or the to/from activity UIIDs so it doesn't trigger the exception.

LDEV-1358: Error in message.voteStatistics translation was causing the second learner screen to be blank.

file BulkUpdateResultDTO.java was initially added on branch ldap2_0_4.

support multiple base DNs; support paged search results from ldap; remove bulk update method from spring's transactions; improve bulk update results report

    • -1
    • +2
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -1
    • +2
    /lams_common/db/sql/insert_lams_windows_config_data.sql
LDEV-1249: Null ptr exception was being thrown when trying to generate a chart and there were no votes. Now if no votes exist, no charts are created.

added 'remove' option for when lesson is in the STARTED state in monitor

    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
endGate linkage, alertDialog added + Mitches branching changes

Release notes addes to lams_bb_integration project

    • -0
    • +23
    /lams_bb_integration/RELEASE_NOTES.TXT
All bugs fixes for the 2.0.2 release have been done, awaiting further testing

merge change from ldap2_0_4 branch back to HEAD

fix error when hibernate didn't initialise user.userOrgs for newly created user during bulk update

merge changes from ldap2_0_4 branch back to HEAD

move user disabled check after authentication, to give non-db methods a chance to update disabled flag.

fix bug when ldap user has no disabled attribute and LDAPDisabledAttr is prefixed with '!'.