lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Instructions to build the installer/updater

    • -0
    • +46
    /win_installer/BUILD-InstallerUpdater.txt
Files for the 2.0.1 updater/installer

    • -0
    • +17
    /win_installer/src/final.ini
    • -0
    • +44
    /win_installer/src/lams_components.ini
    • -0
    • +2173
    /win_installer/src/updater.nsi
    • -0
    • +101
    /win_installer/templates/buildcombinedtasks.xml
    • -0
    • +14
    /win_installer/templates/news.html
    • -0
    • +95
    /win_installer/templates/update-deploy-tools.xml
added in a property to each tool's buiild.properties for the language packe package

Changed update scripts to make them compatible for remote ant call (for updater)

Small change to tool deployer to correct version check bug

LDEV-1153: Creator of a lesson is no longer automatically added to the lesson as a learner - they are now only made a learner if they are on the list of learners.

LDEV-1140: Error messages were appearing in a mix of English and Welsh. When getting a message resource in struts, we need to explicitly set the locale, otherwise it will just use the default locale (US English). The struts implementation of getResource() DOENS'T pick up the struts preferred locale setting .

Updating English

    • -0
    • +221
    /lams_admin/conf/language/rams/ApplicationResources_en_AU.properties
  1. … 29 more files in changeset.
Small change to correct a bug that gave the wrong value for the server version in the database

Marking version as 2.0.1b

    • -5
    • +5
    /lams_common/db/sql/insert_unix_config_data.sql
    • -5
    • +5
    /lams_common/db/sql/insert_windows_config_data.sql
LDEV-1129 add org id column

Updating Danish, French, Korean, Maori

Updating Maori

Correcting wrong checkout for French translation

    • -232
    • +157
    /lams_tool_forum/conf/language/lams/ApplicationResources_fr_FR.properties
Updating French

    • -157
    • +232
    /lams_tool_forum/conf/language/lams/ApplicationResources_fr_FR.properties
Updating Danish, French, Maori

Updating Danish, French, Korean, Maori, Vietnamese

Updating French and Maori

Updating Maori

Updating Maori

Updating Danish, French, Italian, Korean, Maori

Updating Danish, French, Italian, Korean, Maori, Vietnamese

Updating French and Maori

missing semi-colon

LDEV-1152 sql was checking existence of role and organisation membership separately, they should both be in the same UserOrganisationRole

LI-57: Upgrader needs to update the web.xml and manifest files for learning and monitoring.

    • -599
    • +619
    /lams_common/db/model/lams_11.clay
    • -0
    • +3
    /lams_common/db/sql/create_lams_11_tables.sql
    • -2
    • +8
    /lams_tool_survey/db/sql/tool_insert.sql
modify RegisterService to be more flexible

LDEV-1112: Login was always going to the index page, and not straight to the lesson page for the launch lesson url. The JspRedirectStrategy code was forcing it to the index page. Now it lets it go to whatever page was requested initially for "normal" requests.

Had to change HomeAction to go to the index page, rather than direct to the login page as to make the change to JspRedirectStrategy - otherwise it would try to go to the login page straight after the login page!

ldev-1150 display fullname

    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
    • binary
    /lams_monitoring/web/lams_wizard.swf
    • binary
    /lams_monitoring/web/lams_wizard_library.swf
Build not working on a new PC - the deletes were failing as the directories didn't exist. Changed the delete syntax to avoid the problem.