Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3761: Print out exception should anything goes wrong.

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

    • -62
    • +36
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 3 more files in changeset.
LDEV-3799: Re-load LD after save.

  1. … 1 more file in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1060 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -47
    • +47
    ./lamsfoundation/lams/rest/LearningDesignRestServlet.java
    • -1
    • +1
    ./lamsfoundation/lams/rest/RestServlet.java
  1. … 768 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

LDEV-3773: Remove Workspace and WorkspaceWorkspaceFolder entities. Link WorkspaceFolders directly to User and Organisation. General clean up.

  1. … 17 more files in changeset.
LDEV-3773: Remove Workspace and WorkspaceWorkspaceFolder entities. Link WorkspaceFolders directly to User and Organisation. General clean up.

  1. … 18 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -136
    • +139
    ./lamsfoundation/lams/authoring/ObjectExtractor.java
  1. … 2106 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -13
    • +14
    ./lamsfoundation/lams/authoring/ObjectExtractor.java
    • -209
    • +258
    ./lamsfoundation/lams/comments/web/CommentAction.java
    • -202
    • +202
    ./lamsfoundation/lams/rest/RestServlet.java
  1. … 1846 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

    • -1
    • +1
    ./lamsfoundation/lams/web/EmailForm.java
    • -2
    • +2
    ./lamsfoundation/lams/web/EmailUserAction.java
    • -8
    • +8
    ./lamsfoundation/lams/web/HomeAction.java
    • -9
    • +9
    ./lamsfoundation/lams/web/IndexAction.java
    • -2
    • +2
    ./lamsfoundation/lams/web/LaunchLearnerUrlServlet.java
  1. … 459 more files in changeset.
LDEV-3756: Allow monitor to mark a thread as sticky and have it stay at the top of the comments.

  1. … 18 more files in changeset.
LDEV-3756: Allow monitor to mark a thread as sticky and have it stay at the top of the comments.

  1. … 16 more files in changeset.
LDEV-3761: Initial implementation of NotificationManager. Adjust queries for fetching Notifications.

    • -0
    • +151
    ./lamsfoundation/lams/webservice/xml/NotificationServlet.java
  1. … 5 more files in changeset.
LDEV-3760: Initial implementation of notifications. Add new delivery method to EventNotification framework. Allow notifications on file upload in Share Resources. Add notifications button on home screen.

    • -0
    • +115
    ./lamsfoundation/lams/web/NotificationAction.java
  1. … 26 more files in changeset.
LDEV-3729: Created a combined tab navbar for monitoring

    • -15
    • +20
    ./lamsfoundation/lams/web/tag/HelpTag.java
  1. … 21 more files in changeset.
LDEV-3729: Help tag updated for Bootstrap

    • -10
    • +6
    ./lamsfoundation/lams/web/tag/HelpTag.java
  1. … 1 more file in changeset.
LDEV-3739: Add "all" type to fetch all template-based LDs.

LDEV-3739: Add "all" type to fetch all template-based LDs.

LDEV-3739: Add "all" type to fetch all template-based LDs.

LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal. Fix LD import in FLA and several Tools.

    • -2
    • +1
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 30 more files in changeset.
LDEV-3726: Re-create a missing LD SVG in Add Lesson and Monitorin interfaces.

    • -4
    • +10
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 3 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

    • -1515
    • +81
    ./lamsfoundation/lams/authoring/ObjectExtractor.java
    • -178
    • +0
    ./lamsfoundation/lams/themes/web/ThemeAction.java
  1. … 406 more files in changeset.
LDEV-3708: Unable to start a single activity lesson for a tool deployed after initial run as it was trying to find the learning_activity via the toolId when it should have been using the libraryId

  1. … 4 more files in changeset.
LDEV-3708: Unable to start a single activity lesson for a tool deployed after initial run as it was trying to find the learning_activity via the toolId when it should have been using the libraryId

  1. … 4 more files in changeset.
LDEV-3714: Remove archived courses list from the profile tab on the home page.

    • -7
    • +4
    ./lamsfoundation/lams/web/IndexAction.java
  1. … 7 more files in changeset.
LDEV-3707: Use Flashless chosen branching interface in Monitor. Remove obsolete Flash classes and methods. Fix group renaming. General clean up.

    • -63
    • +67
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 14 more files in changeset.
LDEV-3292: Avoid initialising the extra-lazy Group.users collection as it can be large.

    • -56
    • +48
    ./lamsfoundation/lams/web/RedirectAction.java
  1. … 7 more files in changeset.
LDEV-3697: Choosing user from autocomplete list displays results only for him/her. Entering generic query displays results for all matched users. Major clean up: rewrite methods for finding users and move them from UserManagementService to UserDAO.

    • -55
    • +44
    ./lamsfoundation/lams/web/FindUserLessonsAction.java
  1. … 10 more files in changeset.
LDEV-3703: Add listMonitor method for listing lessons where user is Monitor.