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

checked in for Fiona to test

Not the final one, checked in for Fiona to test

    • -0
    • +219
    ./org/lamsfoundation/lams/web/LoginRequestServlet.java
fixed a potential NullPointerException bug

When an import fails, we want to display both the tool errors and overall errors - sometimes a tool error causes the transaction to be marked as rollback and then the rollback appears as an overall error. If we don't display both, we get just the rollback error and that's not much help.

Updated address of FSF in copyright statement

  1. … 571 more files in changeset.
webservices implementation

add portrait to profile view

  1. … 1 more file in changeset.
organise imports

Changed wddxPost utility so that it disabled by default. Can be re-enabled by uncommenting the entries in struts-config.xml.

  1. … 5 more files in changeset.
revert from axis2 to axis 1.4 because of the fact axis2 does not support rpc style soap binding, which is required by moodle integration

    • -0
    • +19
    ./org/lamsfoundation/lams/webservice/LessonManagerService.java
  1. … 10 more files in changeset.