• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-910: Adding a "launch" page that shows the basic details for a lesson and a link to start the learner interface for the lesson.

    • -0
    • +110
    ./org/lamsfoundation/lams/web/LaunchLearnerAction.java
  1. … 2 more files in changeset.
LDEV-909 display 'disabled' in red next to lesson name when it's disabled

    • -0
    • +1
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 2 more files in changeset.
workspace changes to give complete permission to new author admin role

workspace changes to give complete permission to new author admin role

give AUTHOR to SYSADMIN and AUTHOR ADMIN when they login

update tabs for author admin

    • -4
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
denied uploading file if content id is -1

updated class name for help div

    • -2
    • +2
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
moving i18n part of authoringService.getAllLearningLibraryDetails to learningDesignService in lams_common, so it's usable elsewhere as suggested by Fiona

  1. … 4 more files in changeset.
Move xslt from lams_common to here.

  1. … 1 more file in changeset.
LDEV-898, assign user a temporary role if they have no roles, so that they can get to index page at least.

userID fix for action calls

  1. … 1 more file in changeset.
Add format to export page

  1. … 2 more files in changeset.
Working on IMS format.

  1. … 6 more files in changeset.
fix up preview - carry mode paramater

    • -1
    • +6
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 2 more files in changeset.
updated HelpTag - non-required attributes + null checks (conditions) + page attribute

    • -31
    • +59
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 2 more files in changeset.
add safeguard against null emails

Removed option to output wddx packet to a jsp page.

only add the current user to all the lessons of the course instead of adding all the users of the course to all the lessons of the course. This way won't garantee all the self registered users can share all the lessons but will accelerate the registration process

Add locale filter for login jsp becuase login.jsp does not pass thru any filters.

Removed use of session

Update export tool content error message display.

  1. … 1 more file in changeset.
getting user ID from session not request

  1. … 2 more files in changeset.
since title is optional, don't write 'null' if it's empty

add all users to all lessons in the course

verification service for client to call to test the serverid and serverkey settings

    • -0
    • +16
    ./org/lamsfoundation/lams/webservice/VerificationService.java
small change

fixed a bug

Fixed LDEV-802. Space underneath tabs in authoring.

    • -2
    • +2
    ./org/lamsfoundation/lams/web/tag/CssTag.java
Write out the stack trace to the log during login failures.