lams-github

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

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

    • -0
    • +18
    /win_installer/src/insertlocale.sql
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)

    • -0
    • +32
    /win_installer/src/updatelocales.sql
Add new method for executable file check.

updated text for import users page

    • -8
    • +12
    /lams_admin/web/import/importexcel.jsp
include *.xls in war; include *.* in synchronise deploy

Updater now unpacks all the llid language files for comlex activities into their respective folders

All that is needed now is SQL procedures to add rows to the lams_supported_locale where the matching language doesnt exist

Then we're done for teh language pack

LDEV-1082 allow users to be added to more than one org at a time via spreadsheet; refactored to spreadsheet service

    • binary
    /lams_admin/web/file/lams_roles_template.xls
    • binary
    /lams_admin/web/file/lams_users_template.xls
    • -2
    • +2
    /lams_admin/web/import/importexcel.jsp