lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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

    • -0
    • +18
    /win_installer/src/LanguagePack.xml
    • -6
    • +121
    /win_installer/src/language-pack.nsi
    • -38
    • +0
    /win_installer/src/updatelocales.sql
Now this actually works, inserts the language valuse if they dont already exist, however it will fail if the number of languages surpass 127, because the locale_id is a tinint(4) and will only go up to 127

    • -3
    • +40
    /win_installer/src/insertlocale.sql
Add some log.

Add new method for executable file check.

undo of changes made by an accidental commit

Calling sql scripts to update the db with the new languages

    • -11
    • +23
    /win_installer/src/installer.nsi
    • -11
    • +22
    /win_installer/src/language-pack.nsi
Procedure to update locales table in database, calls insertlocalses repeatedly until all languages have been covered

To add a new language, you nee only to add a line:

insertLocal(language_iso_code, country_iso_code, description, direction)

    • -13
    • +11
    /win_installer/src/insertlocale.sql
sql code (for language pack) for a procedure to insert locales into the lams_supported_local if they dont already exist.

This procedure is called by updateLocales.sql

    • -7
    • +13
    /win_installer/src/updatelocales.sql
forgot to set user's create date and disabled=false