• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

register service

    • -0
    • +12
    ./org/lamsfoundation/lams/webservice/Register.java
    • -0
    • +16
    ./org/lamsfoundation/lams/webservice/RegisterService.java
journal entries page for teachers - accessible from Monitor (learners tab)

  1. … 16 more files in changeset.
revert header links to popups

    • -3
    • +3
    ./org/lamsfoundation/lams/web/IndexAction.java
my notes - add/edit/view notes/journal entries

  1. … 13 more files in changeset.
open author in popup window?

    • -1
    • +1
    ./org/lamsfoundation/lams/web/IndexAction.java
Added "copy-tags" to the build to make it easier to update the tags.

Updated the jsp pages to support stripes and the separate learner stylesheet.

    • -1
    • +32
    ./org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 270 more files in changeset.
new index page

    • -17
    • +23
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 5 more files in changeset.
getRealUser() was throwing a null ptr exception, as I wasn't ensuring that service had been set up.

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
export portfolio - add notebook entries (learner)

  1. … 12 more files in changeset.
help tag updated to handle exceptions

    • -23
    • +35
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
For learner call, check lesson has started and that user is in learner group.

For monitoring, check the the user is in the staff group for the lesson.

    • -10
    • +47
    ./org/lamsfoundation/lams/web/HomeAction.java
role tag to display role names in format understood by message resources' key format

    • -0
    • +47
    ./org/lamsfoundation/lams/web/tag/RoleTag.java
  1. … 1 more file in changeset.
Updated address in copyright statement

  1. … 67 more files in changeset.
added more debug only

organise imports only

fix a wierd bug regarding hibernate

removed a redundant space in WELCOME_PAGE definition

removed redundant logging

    • -7
    • +1
    ./org/lamsfoundation/lams/web/IndexAction.java
organize imports only

added image icon to help tag

    • -3
    • +4
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 1 more file in changeset.
add form validation for first name, last name, and email

  1. … 3 more files in changeset.
updated help Tag - align help widget on the right

    • -8
    • +12
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
added new Help tag for adding a help widget (link) in tool pages

    • -0
    • +150
    ./org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 3 more files in changeset.
LDEV-730: only give 'system administration' link to sysadmin, not course admin/managers

    • -1
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
getHelpURL call

added getAccessibleWorkspace(User) interface to work around a hibernate problem: User's userOrganisations got from the webservice is different that got from workspaceManagementService with only userId passed in