lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4951 Squash Assessment autopatch scripts for 4.1 release

This is done in order to skip creating MCQ tool tables and then deleting

them in Assessment autopatch script.

    • -1
    • +1
    /lams_tool_assessment/build.properties
Merge branch 'LDEV-4979' into LDEV-4951

# Conflicts:

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/IAssessmentService.java

# lams_tool_lamc/build.properties

# lams_tool_lamc/db/sql/create_lams_tool_mc.sql

# lams_tool_lamc/db/sql/tool_insert.sql

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/dao/hibernate/McUserDAO.java

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/IMcService.java

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/controller/MonitoringController.java

# lams_tool_lamc/web/403.jsp

# lams_tool_lamc/web/404.jsp

# lams_tool_lamc/web/WEB-INF/web.xml

# lams_tool_lamc/web/common/taglibs.jsp

# lams_tool_lamc/web/error.jsp

# lams_tool_lamc/web/login.jsp

LDEV-4979 Update SQL scripts for LAMS 4.0 release

1. Update SQL scripts (create_lams_tool_*.sql), to avoid running 3.1 to

4.0 autopatch scripts on every build.

2. Update module version to 20200219 in build.properties.

3. Squash patches that upgrade from 3.1 to 4.0 into a single one.

    • -25
    • +220
    /lams_common/db/sql/create_lams_11_tables.sql
    • -1
    • +15
    /lams_common/db/sql/insert_lams_config_data.sql
    • -4
    • +16
    /lams_common/db/sql/insert_types_data.sql
  1. … 44 more files in changeset.
LDEV-4962 Use random UUIDs v4 for user portraits

LDEV-4878 Sanitise XSS for notes title in learner

    • -9
    • +13
    /lams_learning/web/notebook/viewall.jsp
LDEV-4975 Remove now redundant jquery.sizzle.js

Merge branch 'master' into v4.0

LDEV-4975 Remove now redundant jquery.mobile.js

Merge branch 'LDEV-4977' into v4.0

LDEV-4977 Fix Daco change view feature

Merge branch 'LDEV-4978' into v4.0

LDEV-4978 Remove reference to an non-existing entity property

The reference was introduced by an incorrect recent merge with master,

regarding LDEV-4932.

LDEV-4975 Upgrade jquery to version 3.4.1

Merge branch 'LDEV-4975' into v4.0

LDEV-4976 Introduce an extra column and an unique index

The column holds the same information as parent table. I allows to add a

two-column index to prevent duplicates.

LDEV-4975 Upgrade jquery to version 3.4.1

    • -1
    • +0
    /lams_central/web/css/bootstrap.min.css
Merge branch 'master' into v4.0

# Conflicts:

# lams_central/conf/security/Owasp.CsrfGuard.properties

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/IAssessmentService.java

LDEV-4974 Always display user's login and name

LDEV-4951 Remove traces of MCQ tool from other modules

  1. … 178 more files in changeset.
LKC-225 Make container auto sync time and interval configurable

LDEV-4972 Do not rely on activityId of the removed activities

LDEV-4971 Handle non-numeric version names

LDEV-4970 Skip renaming questionReference's defaultGrade to maxMark

LDEV-4932 Add CSRF to password change

    • -39
    • +44
    /lams_central/web/passwordChangeContent.jsp
LDEV-4932 Add CSRF to password change

(cherry picked from commit df52e287d4a5f815849470ffb1fd82a3867a6bdb)

    • -39
    • +44
    /lams_central/web/passwordChangeContent.jsp
Merge branch 'v4.0' into v4.1

LDEV-4969 Fix form validation

    • -1
    • +0
    /lams_central/web/passwordChangeContent.jsp
Merge branch 'LDEV-4968' into v4.0

Merge remote-tracking branch 'origin/master' into v4.0

LDEV-4968 Add CSRF Guard token to remove question request in Q&A tool