lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2475 Changing the implementation to use the temp dir specified in the config table instead of the java default. This means that the temp dir has to be cleaned for every restart of the lams server

LDEV-2474 merge from branch

LDEV-2473 merged from branch

autoformat

LDEV-2472 according to stacktrace, hibernate flushes session at beginning of findById(userId) call, so don't remove child object until after any hibernate ops

LDEV-2469 move language files to mod folder; added french translation (thanks Daniel Schneider)

    • -0
    • +92
    /temp_moodle_dev/moodle/mod/lamstwo/lang/en_utf8/lamstwo.php
    • -0
    • +93
    /temp_moodle_dev/moodle/mod/lamstwo/lang/fr_utf8/lamstwo.php
2.3.3 update

    • -0
    • +6
    /debian_installer/lams2/debian/changelog
    • -38
    • +25
    /debian_installer/lams2/debian/postinst
LDEV-2468 merge from branch

changes for 2.3.3 patch

    • -3
    • +3
    /win_installer/patch/documents/readme.txt
    • -254
    • +5
    /win_installer/patch/src/patch.nsi
LDEV-2449 invalidate session when user has lost their cookie, so we don't accidentally access a page without knowing the right session id/cookie value (for some reason jboss gets confused and returns a 'Session already invalidated' error in an exception)

LDEV-2466 use native id generator

LDEV-2459 LDEV-2462 use double quotes when enclosing i18n text in javascript

    • -1
    • +1
    /lams_tool_wiki/web/pages/authoring/basic.jsp
LDEV-2461 only display monitor link if user is staff for that lesson

LDEV-2460 add missing error message tile

LDEV-2459 use double quotes when enclosing i18n text in javascript

    • -2
    • +2
    /lams_central/web/forgotPasswordChange.jsp
    • -19
    • +19
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -12
    • +12
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -36
    • +36
    /lams_gradebook/web/gradebookMonitor.jsp
  1. … 33 more files in changeset.
LDEV-2458 close window when finished activity

LDEV-2449 SSO cookie doesn't seem to expire when shared session ends - therefore set max age to same as session timeout value. Fixes the first click after a session timeout thinking it's still logged in

LDEV-1356 add modification date to user table

    • -1
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
translation update

    • -0
    • +77
    /lams_gradebook/conf/language/lams/ApplicationResources_fr_FR.properties
    • -0
    • +243
    /lams_tool_assessment/conf/language/lams/ApplicationResources_fr_FR.properties
    • -0
    • +256
    /lams_tool_daco/conf/language/lams/ApplicationResources_fr_FR.properties
  1. … 17 more files in changeset.
don't include classes in war file

autoformat

move ldap config items to 'ldap configuration' page; improve ldap bulk update error bubbling

    • -28
    • +1
    /lams_admin/web/config/editconfig.jsp
    • -0
    • +31
    /lams_admin/web/config/items.jsp
autoformat

LDEV-1616 configuration to allow profile editing

    • -26
    • +30
    /lams_central/web/editprofile.jsp
    • -0
    • +6
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -0
    • +6
    /lams_common/db/sql/insert_lams_windows_config_data.sql
    • -1
    • +1
    /lams_common/db/sql/insert_types_data.sql
LDEV-2449 adjust verbose logging

LDEV-2449 remove key to session in map when session invalidated; don't worry about JSESSIONID cookie at all, let container handle it since we don't use it to store shared session anymore.

format

LDEV-1617 add validation message

update tool adapter files to moodle 1.9.5 20090515 versions

    • -24
    • +16
    /temp_moodle_dev/moodle/lib/datalib.php
    • -6
    • +6
    /temp_moodle_dev/moodle/lib/pagelib.php
    • -299
    • +328
    /temp_moodle_dev/moodle/lib/weblib.php
    • -3
    • +2
    /temp_moodle_dev/moodle/mod/chat/index.php
    • -1
    • +3
    /temp_moodle_dev/moodle/mod/chat/lib.php
    • -10
    • +5
    /temp_moodle_dev/moodle/mod/chat/report.php
  1. … 123 more files in changeset.
LDEV-2450 Fixing small mistakes with the last commit