Clone
 

wkiaora <balandrey@gmail.com> in lams-github

NTU-13 Switch log4j to slf4j logging library

As long as Blackboard doesn't cope well with log4j we switched to using

slf4j library. It will log messages to stdout-stderr-xxx.log file.

    • -0
    • +7
    /lams_bb_integration/RELEASE_NOTES.TXT
    • binary
    /lams_bb_integration/lib/log4j-1.2.8.jar
    • binary
    /lams_bb_integration/lib/slf4j-api-1.7.5.jar
    • binary
    /lams_bb_integration/lib/slf4j-simple-1.7.5.jar
  1. … 5 more files in changeset.
Merge branch 'LDEV-4365'

LDEV-4365 Implement duplicate lesson feature

Moodle has a particular method that is called when duplicating an item.

In such case, what it needs to do is create a new instance based on

the lesson we had before and then copy the same settings.

LDEV-4365 code formatting

Revert "Ignore common.properties and unix.properties"

This reverts commit 88ca26c293ffb1f136e2a15dc9d7d4808b5fd874.

Ignore common.properties and unix.properties

Adding common.properties and unix.properties files to .gitignore in

order to be able to modify them locally without the need to push them to

the remote repo

After migration clean up

    • -0
    • +2
    /lams_tool_doku/.gitignore
Remove folder after it was moved to master

Removing as there is no need to keep it in lams25 branch after it was

moved to the master branch.

    • -841
    • +0
    /lams_bb_integration/LICENSE.TXT
    • -145
    • +0
    /lams_bb_integration/RELEASE_NOTES.TXT
    • -563
    • +0
    /lams_bb_integration/WEB-INF/tlds/c.tld
    • -149
    • +0
    /lams_bb_integration/WEB-INF/web.xml
    • binary
    /lams_bb_integration/lib/bb-cms-admin-9.1.201510.1171621.jar
    • binary
    /lams_bb_integration/lib/bb-platform-9.1.201510.1171621.jar
  1. … 107 more files in changeset.
Fix project names

    • -0
    • +1
    /lams_bb_integration/.gitignore
Remove folder after it was moved to master

Removing it as there is no need to keep it in lams25 branch after it was

moved to the master branch. Besides, it was never meant to be run under

JBoss (lams25 branch).

    • -34
    • +0
    /lams_tool_doku/db/sql/activity_insert.sql
  1. … 125 more files in changeset.
Merge branch 'LDEV-4364'

LDEV-4364 Properly save question after another one was removed

The problem comes from MCQ incorrectly assigning question's orderId

after some question was removed.

LDEV-4359 Add logs to OAuth library

LDEV-4359 Add logs to OAuth library

    • -0
    • +130
    /3rdParty_sources/oauth/net/oauth/ConsumerProperties.java
    • -0
    • +381
    /3rdParty_sources/oauth/net/oauth/OAuth.java
    • -0
    • +100
    /3rdParty_sources/oauth/net/oauth/OAuthAccessor.java
    • -0
    • +68
    /3rdParty_sources/oauth/net/oauth/OAuthConsumer.java
    • -0
    • +53
    /3rdParty_sources/oauth/net/oauth/OAuthException.java
    • -0
    • +393
    /3rdParty_sources/oauth/net/oauth/OAuthMessage.java
    • -0
    • +148
    /3rdParty_sources/oauth/net/oauth/OAuthProblemException.java
    • -0
    • +81
    /3rdParty_sources/oauth/net/oauth/OAuthServiceProvider.java
    • -0
    • +27
    /3rdParty_sources/oauth/net/oauth/ParameterStyle.java
    • -0
    • +16
    /3rdParty_sources/oauth/net/oauth/consumer.properties.sample
  1. … 15 more files in changeset.
LDEV-4358 Prevent JS errors on opening summary page when not all questions from the question bank are used in the question list

LKC-79 Display questions at the “Show students’ choices” page according to their authoring order (just like for the rest of Assessment monitoring pages)

LDEV-4349 flush the session in order to make updated mark be available at calculating lesson total mark

LDEV-4356 Avoid modifying Hibernate's FlushMode inside of the tools

LDEV-4354 Prevent exception on starting a lesson by Moodle using LAMS as LTI tool provider

LDEV-2866 Authoring code refactoring

  1. … 42 more files in changeset.
LDEV-4344 Handle pass mark option correctly in authoring

LDEV-4348 Introduce servlet that is capable of removing marks scored by users that had not finished according LAMS lessons and nonetheless pushed to BB

LDEV-4348 Introduce servlet that is capable of removing marks scored by users that had not finished according LAMS lessons and nonetheless pushed to BB

LDEV-4348 Stop marking users that haven't completed the lesson as finished when syncing marks

LDEV-4346 Log LessonMarkPushedToIntegrations event even in cases when BB lesson's Gradecenter option is turned OFF

LDEV-4346 return "No Lineitem object found" message when LAMS pushes the total lesson mark on finishing the lesson with turned off gradecenter option

LDEV-4346 return "No Lineitem object found" message when LAMS pushes the total lesson mark on finishing the lesson with turned off gradecenter option

LDEV-4345 Prevent date parsing in case it's not needed when modifying a lesson

LDEV-4345 Prevent date parsing in case it's not needed when modifying a lesson

LDEV-2866 Code refactoring

  1. … 33 more files in changeset.