lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3621 Ability to import and use groups from integrated server

    • -1
    • +2
    /lams_bb_integration/RELEASE_NOTES.TXT
    • binary
    /lams_bb_integration/lib/gson-2.2.4.jar
LDEV-3623 Fixed exception thrown on exporting a lesson gradebook when one of the users has current activity as NULL

LDEV-3622: Add search field in View Learners dialog. Fix double click/tap function.

    • -4
    • +4
    /lams_monitoring/web/css/monitorLesson.css
LDEV-3622: Add search field in View Learners dialog. Fix double click/tap function.

    • -4
    • +4
    /lams_monitoring/web/css/monitorLesson.css
LDEV-3620: Add paging and search in Edit Class dialog.

    • -19
    • +33
    /lams_monitoring/web/css/monitorLesson.css
    • -31
    • +104
    /lams_monitoring/web/monitor.jsp
LDEV-3620: Add paging and search in Edit Class dialog.

    • -19
    • +33
    /lams_monitoring/web/css/monitorLesson.css
    • -40
    • +113
    /lams_monitoring/web/monitor.jsp
LDEV-3586: Forum now sorts on marked and has optimised access to the Notebook entries in Monitoring.

LDEV-3586: Forum now sorts on marked and has optimised access to the Notebook entries in Monitoring.

LDEV-3586: Forum now sorts on marked and has optimised access to the Notebook entries in Monitoring.

LDEV-3617: Make editing class methods transactional. Rename them so simple DAO setters in the service are not transactional too.

LDEV-3616: Ignore support and floating activities when calculating system gate location.

LDEV-3616: Ignore support and floating activities when calculating system gate location.

LDEV-3590 Adding paging, sorting, search to Spreadsheet monitoring.

LDEV-3590 Adding paging, sorting, search to Spreadsheet monitoring.

LDEV-3612: Import statement must be in same file as class reference for precompiler. Making the change on Wildfly branch for consistency.

LDEV-3612: Import statement must be in same file as class reference for precompiler

LDEV-3612: Marks should accept decimal

LDEV-3614: Improve processing of Gate activities. Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate. Find out who is waiting in front of a gate using learner progress (activity attempt). For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson. Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity. Code clean up.

    • binary
    /lams_build/lib/lams/lams-learning.jar
  1. … 29 more files in changeset.
LDEV-3614: Improve processing of Gate activities. Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate. Find out who is waiting in front of a gate using learner progress (activity attempt). For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson. Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity. Code clean up.

LDEV-3612: Marks should accept decimal

LDEV-3614: Improve processing of Gate activities. Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate. Find out who is waiting in front of a gate using learner progress (activity attempt). For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson. Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity. Code clean up.

    • binary
    /lams_build/lib/lams/lams-learning.jar
  1. … 28 more files in changeset.
LDEV-3590 Renaming sessionMap for consistency to make it easier to debug session issues with Wildfly 8.2

LDEV-3590 Removing unneeded code which caused problems with Wildfly 8.2

LDEV-3590 Adding paging, sorting, search to Spreadsheet monitoring.

LDEV-3590: Adding code to allow optimised access to the Notebook entries from a Tool that uses paging in monitoring.

LDEV-3590 Optimising the calls to get the Notebook entries, so they are returned by the same SQL that gets the Spreadsheet details.

LDEV-3590 Optimising the calls to get the Notebook entries, so they are returned by the same SQL that gets the Spreadsheet details.

LDEV-3590 Optimising the calls to get the Notebook entries, so they are returned by the same SQL that gets the Spreadsheet details.

LDEV-3613 calculate Gradebook lesson mark correctly after changing gradebook activity mark

LDEV-3613 Introducing new flush() method that will allow to flush the session. It's required in cases when we need to write changes to the database before current transaction is committed