lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Enabled registry ckecks an updates

Removed call to decode the redirect URL.

LDEV-1099: Method name needs to be translated as the LookupDispatchAction class looks for the translated button name.

Changed the language pack to not use the sql procedures at all, because they do not seem to work in NSIS or ant, instead, the rows are updated from within the nsis code, and there is a list called languages.txt that contains all the current languages in the form:

[language_iso_code]-[country_iso_code]-[description]-[direction]

The language.txt file and the language-pack.nsi must be encoded with utf-8

Changed the language pack to not use the sql procedures at all, because they do not seem to work in NSIS or ant, instead, the rows are updated from within the nsis code, and there is a list called languages.txt that contains all the current languages in the form:

[language_iso_code]-[country_iso_code]-[description]-[direction]

The language.txt file and the language-pack.nsi must be encoded with utf-8

    • -2
    • +69
    /win_installer/src/language-pack.nsi
    • -0
    • +23
    /win_installer/src/languages.txt
design model change (version field)

changes for adding removal option to monitor

    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
moodle changes for requestSrc param

    • binary
    /lams_central/src/flash/lams_authoring.fla
    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LI-38: Changed the function .inInstFail so it only dletes the files created by the failed installation (not retained files) and it removes the db which was made by teh failed install

Fix for LDEV-1079 Problems with the validation that checks if a user has answered the questions

    • binary
    /lams_tool_lamc/web/images/send.gif
Fix for null pointer exceptions in learner

    • -0
    • +59
    /lams_tool_lamc/web/learning/SimpleLearnerError.jsp
Added new properties: label.learner.error =An error occurred: error.learner.required = The requested screen can not be presented since there are no learners in the activity.

Fix for Sorting candidate answers wrong?

Adding English (Australian) as en_AU to fix LDEV-997. Updating Spanish, Korean, Norwegian

    • -0
    • +213
    /lams_admin/conf/language/ApplicationResources_en_AU.properties
    • -0
    • +155
    /lams_tool_survey/conf/language/ApplicationResources_en_AU.properties
    • -2
    • +3
    /lams_tool_survey/conf/language/ApplicationResources_es_ES.properties
    • -2
    • +3
    /lams_tool_survey/conf/language/ApplicationResources_ko_KR.properties
    • -78
    • +81
    /lams_tool_survey/conf/language/ApplicationResources_no_NO.properties
Adding English (Australian) as en_AU to fix LDEV-997. Adding Welsh

Adding English (Australian) as en_AU to fix LDEV-997. Updating Swedish

    • -0
    • +109
    /lams_tool_scribe/conf/language/ApplicationResources_en_AU.properties
    • -47
    • +47
    /lams_tool_scribe/conf/language/ApplicationResources_sv_SE.properties
Adding English (Australian) as en_AU to fix LDEV-997. Updating Norwegian

    • -0
    • +85
    /lams_tool_notebook/conf/language/ApplicationResources_en_AU.properties
    • -10
    • +10
    /lams_tool_notebook/conf/language/ApplicationResources_sv_SE.properties
Adding English (Australian) as en_AU to fix LDEV-997. Updating Spanish, Korean and Norwegian

    • -0
    • +152
    /lams_tool_vote/conf/language/ApplicationResources_en_AU.properties
    • -28
    • +27
    /lams_tool_vote/conf/language/ApplicationResources_no_NO.properties
Adding English (Australian) as en_AU to fix LDEV-997. Updating Swedish

Adding English (Australian) as en_AU to fix LDEV-997

    • -0
    • +41
    /lams_common/conf/language/ApplicationResources_en_AU.properties
    • -0
    • +62
    /lams_monitoring/conf/language/ApplicationResources_en_AU.properties
    • -0
    • +95
    /lams_tool_chat/conf/language/ApplicationResources_en_AU.properties
Adding English (Australian) as en_AU to fix LDEV-997. Updating French, Korean, Polish and Swedish

    • -0
    • +184
    /lams_central/conf/language/ApplicationResources_en_AU.properties
    • -103
    • +109
    /lams_central/conf/language/ApplicationResources_fr_FR.properties
    • -39
    • +56
    /lams_central/conf/language/ApplicationResources_pl_PL.properties
    • -50
    • +62
    /lams_central/conf/language/ApplicationResources_sv_SE.properties
Adding English (Australian) as en_AU to fix LDEV-997

    • -0
    • +78
    /lams_learning/conf/language/ApplicationResources_en_AU.properties
Adding English (Australian) as en_AU to fix LDEV-997. Adding Welsh

Adding English (Australian) as en_AU to fix LDEV-997. Updating Spanish, Korean and Norwegian

    • -0
    • +173
    /lams_tool_laqa/conf/language/ApplicationResources_en_AU.properties
    • -0
    • +166
    /lams_tool_larsrc/conf/language/ApplicationResources_en_AU.properties
    • -3
    • +5
    /lams_tool_larsrc/conf/language/ApplicationResources_es_ES.properties
    • -2
    • +4
    /lams_tool_larsrc/conf/language/ApplicationResources_ko_KR.properties
    • -11
    • +13
    /lams_tool_larsrc/conf/language/ApplicationResources_no_NO.properties
    • -0
    • +65
    /lams_tool_nb/conf/language/ApplicationResources_en_AU.properties
  1. … 5 more files in changeset.
Adding English (Australian) as en_AU to fix LDEV-997. Updating Spanish and Korean

    • -0
    • +246
    /lams_tool_lamc/conf/language/ApplicationResources_en_AU.properties
Adding English (Australian) as en_AU to fix LDEV-997

    • -0
    • +175
    /lams_tool_forum/conf/language/ApplicationResources_en_AU.properties
Updating Swedish

    • -4
    • +3
    /lams_tool_forum/conf/language/ApplicationResources_sv_SE.properties
Adding Welsh and updating Maori

    • -0
    • +1
    /lams_central/web/flashxml/wizard/cy_GB_dictionary.xml
Adding Chinese (Taiwan)

Unable to use nsExec::ExecToStack when there is redirection involved. ie: nsExec::ExecToStack mysql < insertlocale.sql

Have to use ant instead, which is fairly annoying