lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Change tool access URLs to reflect migration to Spring MVC

Merge branch 'LDEV-4366'

LDEV-4408 adding missing labels

Adding missing label for deleting user sessions

LDEV-4440 Add a test library which does not reference Struts

After full LAMS migration to Spring MVC it will become

3rdParty.userlibraries

    • binary
    /lams_build/lib/lams/lams-central.jar
  1. … 53 more files in changeset.
LDEV-4440 Add a test library which does not reference Struts

After full LAMS migration to Spring MVC it will become

3rdParty.userlibraries

    • -0
    • +38
    /lams_build/noStruts.userlibraries
LDEV-4402 Fix an incorrect property in JSON

LDEV-4054: Updating Greek

Updating greek

LDEV-4434 Monitor and Gradebook uses of jqgrid upgraded.

    • -22
    • +31
    /lams_central/web/css/_learner_base.scss
    • -0
    • +5
    /lams_central/web/css/free.ui.jqgrid.min.css
    • -55
    • +29
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -104
    • +94
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -48
    • +30
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-4440 Update Spring source code

  1. … 582 more files in changeset.
LDEV-4443: Ooops

swap file shouldn't have been committed. Too many terminals open :-)

LDEV-4443: warning when editing activity that has been already used.

Currently when editing an assessment or voting activity in monitor, if an answer is changed, the data associated with that question is removed.

So if students have already completed the activity, their answers/marks will be removed and will shown as not answered.

We currently give no warning to monitors when they do this, so we should.

    • -0
    • +4
    /lams_tool_lamc/web/monitoring/Edit.jsp
    • -0
    • +4
    /lams_tool_vote/web/monitoring/Edit.jsp
LDEV-4440 Rewrite configuration of an example tool

Struts servlet gets replaced with Spring one. It has its own

configuration in a separate XML file.

    • -0
    • +17
    /lams_tool_vote/web/WEB-INF/spring-servlet.xml
    • -25
    • +11
    /lams_tool_vote/web/WEB-INF/web.xml
LDEV-4437 Propogates Monitor Leader mark changes to group members

LDEV-4400, LDEV-3315 Comment out a test parameter

It should be uncommented only for TestHarness.

LDEV-4400, LDEV-3315 Toggle session ID change for each LAMS module

WildFly 10 changes session ID after authentication by default in order

to prevent session fixation attack. It breaks TestHarness, though. In

order to run TH, session ID change needs to be turned off.

Turning it off for Central is not enough as a request to any other

module, like Tool, triggers session ID change. In this case we need to

have session ID change turned on or off in each LAMS module, not just

Central.

Merge branch 'LDEV-4441'

LDEV-4441 CKEditor bootsnippets plugin to support i18n

Make bootsnippets plugin to support i18n. Besides of the plugin's

internal labels, we're also going to translate labels from

/lams_www/web/public/ckeditor-templates/bootsnippets.js (but only

snippets' titles).

LDEV-4054: Updating translations

Updating Greek

LDEV-4400 Remove an unnecessary import as it fails JSP compilation

LDEV-4440 Upgrade Spring to version 4.3.12

Add Spring MVC module.

    • binary
    /lams_build/lib/spring/spring-aop-4.3.12.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-beans-4.3.12.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-context-4.3.10.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-context-4.3.12.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-context-support-4.3.10.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-context-support-4.3.12.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-core-4.3.12.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-expression-4.3.10.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-expression-4.3.12.RELEASE.jar
    • binary
    /lams_build/lib/spring/spring-jdbc-4.3.12.RELEASE.jar
  1. … 10 more files in changeset.
Fix merged lams.jar

Merge remote-tracking branch 'origin/master' into lams31

Conflicts:

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/action/GradebookMonitoringAction.java

Merge branch 'LDEV-4439'

LDEV-4439 Fix a typo in optional activity properties init code

LDEV-4438 Remove unique constraint added in the previous patch

The new constraint handles all problematic cases including the one with

copying results from leaders. Thus we no longer need

UQ_tl_laasse10_assessment_result_4 (assessment_uid, user_uid,

finish_date) constraint.

LDEV-4054: Updating translations

Updating English and Spanish for various projects

LDEV-4438 fix autopatch script typo

Merge branch 'LDEV-4438'

LDEV-4438 Add unique constraint (assessment_uid, user_uid, latest)

Add unique constraint (assessment_uid, user_uid, latest) to

tl_laasse10_assessment_result which will apply only in case latest=1. It

was done by making 'latest' field contain only NULL or 1 (as opposite to

the previously used 0 or 1). This way constraint will apply only in

cases when 'latest' is 1.

Merge branch 'LDEV-4415' Marks can now be weighted