lams_build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

  1. … 5 more files in changeset.
LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

  1. … 5 more files in changeset.
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

  1. … 10 more files in changeset.
LDEV-3582 Modify MCQ monitor UI to support paging, sort and search

LDEV-3582 Modify MCQ monitor UI to support paging, sort and search

  1. … 22 more files in changeset.
LDEV-3631: Support multilevel threading, show comments in read only mode on reflection page and allow the dislike button to be shown/not shown based on Advanced settings.

  1. … 11 more files in changeset.
LDEV-3468: Add jvmRoute to runitme statistics.

  1. … 3 more files in changeset.
LDEV-3633: Disable SSL when LAMS connects to DB.

LDEV-3468: Add runitme statistics servlet to WildFly branch.

  1. … 3 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 47 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 48 more files in changeset.
LDEV-3637 Add integration API: clone a lesson based on a lessonID

  1. … 4 more files in changeset.
LDEV-3633: Allow specyfing host which MySQL runs on.

LDEV-3631 Simple Commenting Widget. Using AwesomeFont for the thumbs up / thumbs down.

LDEV-3559 Fixed exceptions when displaying Latex formulas using JLatexMath plugin

    • -0
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
    • -0
    • +3
    ./lib/jlatexmath/jlatexmath.module.xml
  1. … 1 more file in changeset.
Updating jar to contain all of yesterday's changes.

LDEV-3633: Allow specyfing port which MySQL runs on. Disable SSL for building LAMS as it generates a warning message. New MySQL does not accept ALTER IGNORE TABLE statements.

  1. … 24 more files in changeset.
LDEV-3624 Excel exports: when using green background use white colour font

  1. … 2 more files in changeset.
LDEV-3621 Don't fetch groups from integrated server when ExtGroupsUrl property is empty

  1. … 3 more files in changeset.
LDEV-3624 Excel exports: when using green background use white colour font

  1. … 2 more files in changeset.
LDEV-3631 Simple Commenting Widget. Initial implementation.

  1. … 47 more files in changeset.
LDEV-3629: Alter character set and collation of the database and each of its tables. Shorten indexed text fields. Upgrade Java -> MySQL connector. Remove an obsolete field from User class.

    • binary
    ./lib/mysql/mysql-connector-java-5.1.31-bin.jar
    • binary
    ./lib/mysql/mysql-connector-java-5.1.38-bin.jar
  1. … 280 more files in changeset.
LDEV-3625 Fixed exception when exporting .xls from assessment in WF branch

LDEV-3621 Ability to import and use groups from integrated server

  1. … 19 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  1. … 14 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  1. … 14 more files in changeset.
LDEV-3617: Make editing class methods transactional. Rename them so simple DAO setters in the service are not transactional too.

  1. … 5 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.

  1. … 42 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.

  1. … 41 more files in changeset.
LDEV-3590 Optimising the calls to get the Notebook entries, so they are returned by the same SQL that gets the Spreadsheet details.