Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3902: Moving introduction edit to monitoring.

LDEV-3962 * List of favourite courses shows only active courses. * If course was removed - nothing bad will happen. We stop showing that course in the tablsorter course list and also in favorites list. But the users that have stored it as the last visited will still see it on their main.jsp. * "Courses" label changed to "My Courses". Cross icon changed to fa-bars one. * fixed iPad issue as suggested by Fiona

  1. … 3 more files in changeset.
LDEV-3962 * support for favorite orgs and last visited one * if last visited is stored, offcanvas bar is shown as hidden * offcanvas bar is shrank to 220px * CSS rules for main.jsp are all moved to main.css * Javascript methods for main.jsp are moved to main.js. Profile related ones to profile.js. Only methods used by other pages are kept in groupDisplay.js. * removed UserOrganisationCollapsed.java and code associated with it

    • -0
    • +6
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +24
    ./lamsfoundation/lams/dbupdates/patch2040073.sql
    • -7
    • +15
    ./lamsfoundation/lams/index/IndexOrgBean.java
    • -0
    • +96
    ./lamsfoundation/lams/usermanagement/FavoriteOrganisation.java
  1. … 24 more files in changeset.
LDEV-4023: implement password policy (front end)

    • -0
    • +22
    ./lamsfoundation/lams/dbupdates/patch2040072.sql
  1. … 5 more files in changeset.
LDEV-3962 Bootstrap index page

  1. … 28 more files in changeset.
LDEV-4021: If no subject/message supplied use the default text from the event, otherwise messages end up with no subject.

LDEV-3806: Removing code that is no longer used - was only used by Peer Review and this method has been replaced.

LDEV-3767: Adding two new methods for Peer Review. Monitoring first cut completed.

    • -1
    • +0
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
  1. … 3 more files in changeset.
LDEV-3767: Adding two new methods for Peer Review. Authoring and learning changes completed.

    • -0
    • +18
    ./lamsfoundation/lams/dbupdates/patch2040071.sql
    • -0
    • +32
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
    • -0
    • +84
    ./lamsfoundation/lams/rating/dto/StyledCriteriaRatingDTO.java
    • -0
    • +98
    ./lamsfoundation/lams/rating/dto/StyledRatingDTO.java
  1. … 8 more files in changeset.
LDEV-3961: adding sql patch to add the new site name value in lams_configuration

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch2040070.sql
LDEV-3961: Ooppss

LDEV-3961: adding configuration key for sitename

LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

    • -0
    • +234
    ./lamsfoundation/lams/integration/ExtServer.java
  1. … 27 more files in changeset.
LDEV-3662: Wrap calls to tools in separate transactions so they do not abort the main loop. Fix cascades in Daco and Spreadsheet. Fix UI in sysadmin.

    • -0
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 3 more files in changeset.
LDEV-3997 LAMS to become LTI compliant tool provider (version 1.1)

    • -0
    • +21
    ./lamsfoundation/lams/dbupdates/patch2040069.sql
    • -0
    • +79
    ./lamsfoundation/lams/integration/util/LtiUtils.java
    • -1
    • +3
    ./lamsfoundation/lams/integrationContext.xml
    • -0
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 15 more files in changeset.
LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

    • -0
    • +235
    ./lamsfoundation/lams/integration/ExtServer.java
  1. … 27 more files in changeset.
LDEV-3997 LAMS to become LTI compliant tool provider (version 1.1)

    • -0
    • +21
    ./lamsfoundation/lams/dbupdates/patch2040069.sql
    • -0
    • +79
    ./lamsfoundation/lams/integration/util/LtiUtils.java
    • -1
    • +3
    ./lamsfoundation/lams/integrationContext.xml
    • -0
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 2 more files in changeset.
LDEV-3662: Add sysadmin interface to delete preview lessons.

    • -0
    • +10
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 7 more files in changeset.
LDEV-3668: Fix for toggle subscription to receive email notifications by email. (merging to MAIN Sanjana's commit)

LDEV-3668:Fix for toggle subscription to receive email notifications by email.

LDEV-3749 Remove OpenID support

    • -0
    • +8
    ./lamsfoundation/lams/dbupdates/patch2040058.sql
    • -29
    • +0
    ./lamsfoundation/lams/openid/OpenIDConfig.java
  1. … 9 more files in changeset.
LDEV-3982: Prevent complex outputs from being used as branching conditions. Remove complex outputs from suggestions when creating branching conditions. Fix labels.

    • -2
    • +1
    ./lamsfoundation/lams/tool/OutputFactory.java
  1. … 8 more files in changeset.
LDEV-3760: Fix a Hibernate exception when Susbscription is inserted, not updated.

LDEV-3292 Add indexes, as prompted by a client.

    • -0
    • +13
    ./lamsfoundation/lams/dbupdates/patch2040068.sql
LDEV-3971: Remove pointless synchronisation from Java methods. It would not work in multi-node environment anyway. Focus on DB transactions. General clean up and formatting.

  1. … 12 more files in changeset.
LDEV-3666 Simplified if-then statement

LDEV-3666 Simplified if-then statement

LDEV-3967 Fixed sorting users by userID

  1. … 1 more file in changeset.
LDEV-3967 Fixed sorting users by userID

  1. … 1 more file in changeset.
LDEV-3968: Fix exception when there is mattext element but no content.