lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change SpreadsheetService to ImportService; adjust jsp display

    • -4
    • +4
    /lams_admin/web/import/importexcel.jsp
    • -0
    • +7
    /lams_admin/web/import/importv1result.jsp
change imported passwords to sha1(login) instead of v1's md5 password; fix null bug

LDEV-1089 import v1 users and orgs

  1. … 5 more files in changeset.
add null check to setRolesForUserOrganisation

LDEV-1097: Learner progress screen was the wrong results - wasn't picking up the results for the specified user.

LDEV-1097: Still tweaking the buttons

LDEV-1097: Learner progress screen was the wrong results - wasn't picking up the results for the specified user. Also, was showing buttons for finish when in monitoring mode. Hopefully the buttons are right now.

    • -1
    • +3
    /lams_tool_survey/web/pages/learning/result.jsp
Changed code to make it more robust if the mode parameter is missing

LDEV-1097: Learner progress screen was the wrong results - wasn't picking up the results for the specified user. Also, was showing buttons for edit and check new when in monitoring mode. Hopefully the buttons are right now.

Added some extra privilege checks on various monitoring url calls.

LDEV-1097: Learner progress screen throwing an exception when trying to view learner progress for a learner other then the current monitoring user. The buttons on the report page weren't quite right either - there was an edit button for the reflection on the monitor page. Hopefully all correct now.

LDEV-1097: The url for the learner progress screen was wrong. The learner progress url shouldn't use the current user's id, it should use the id in the request.

LDEV-1097: Noticeboard wasn't handling the user progress screen correctly. If the mode is the monitoring mode, then it shouldn't use the current user's id, it should use the id in the url. Also, the user progress screen should be read only (no buttons) but the learner's review screen (ie that the learner gets after completing the activity) shouldn't be read only as they should be able to change their reflection.

    • -13
    • +15
    /lams_tool_nb/web/learnerContent.jsp
Ó replaced with " in license.txt

License modifications, 80 characters width

    • -288
    • +664
    /win_installer/license.txt
[LI-54] - Support the XAMPP location of the my.ini file

Updating Maori

Updating Spanish

    • -16
    • +16
    /lams_common/conf/language/ApplicationResources_es_ES.properties
    • -8
    • +8
    /lams_tool_forum/conf/language/ApplicationResources_es_ES.properties
    • -13
    • +13
    /lams_tool_lamc/conf/language/ApplicationResources_es_ES.properties
    • -3
    • +3
    /lams_tool_scribe/conf/language/ApplicationResources_es_ES.properties
Updating Greek

Updating Spanish, English

    • -35
    • +35
    /lams_central/conf/language/ApplicationResources_es_ES.properties
Updating Spanish, Maori

    • -15
    • +15
    /lams_tool_laqa/conf/language/ApplicationResources_es_ES.properties
Updating Greek, Spanish and Vietnamese

LDEV-1136: Users who are only learners couldn't access the files as the download servlet security was missing the LEARNER role.

i18n'd group name passed when lesson class is created (wizard and edit class in monitor)

    • 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
LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

    • -597
    • +604
    /lams_common/db/model/lams_11.clay
    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
removed fixed size for logo on login screen

mix up with online/offline instructions ldev-1123

fixed export failure on incorrect EARDir key and empty directory

Fixed bugs with CSS code, which was stopping user themes working. The order was wrong (default came second) and it wasn't handling the login page properly.