• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
small change

fixed a bug

    • -26
    • +42
    ./lams/webservice/RegisterServiceSoapBindingImpl.java
Fixed LDEV-802. Space underneath tabs in authoring.

Write out the stack trace to the log during login failures.

    • -2
    • +2
    ./lams/security/UniversalLoginModule.java
register service

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

    • -2
    • +5
    ./lams/notebook/web/StoreNBEntryServlet.java
  1. … 16 more files in changeset.
revert header links to popups

my notes - add/edit/view notes/journal entries

    • -4
    • +2
    ./lams/notebook/web/StoreNBEntryServlet.java
  1. … 13 more files in changeset.
open author in popup window?

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. … 270 more files in changeset.
new index page

  1. … 5 more files in changeset.
getRealUser() was throwing a null ptr exception, as I wasn't ensuring that service had been set up.

export portfolio - add notebook entries (learner)

    • -1
    • +8
    ./lams/notebook/web/StoreNBEntryServlet.java
  1. … 12 more files in changeset.
help tag updated to handle exceptions

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.

role tag to display role names in format understood by message resources' key format

    • -0
    • +47
    ./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

    • -0
    • +1
    ./lams/webservice/LearningDesignRepositorySoapBindingImpl.java
organise imports only

fix a wierd bug regarding hibernate

    • -8
    • +7
    ./lams/webservice/LearningDesignRepositorySoapBindingImpl.java
removed a redundant space in WELCOME_PAGE definition

    • -2
    • +2
    ./lams/security/JspRedirectStrategy.java
removed redundant logging

organize imports only

added image icon to help tag

  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

added new Help tag for adding a help widget (link) in tool pages

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

getHelpURL call

    • -1
    • +20
    ./lams/authoring/web/AuthoringAction.java
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