Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding branch activity to sequence - basic model/dto changes and packet handling

  1. … 9 more files in changeset.
Stop null pointer exception from appearing in logs when user with no roles logs in.

monitor update to change to locked view when another users is currently editing the lesson/design

  1. … 6 more files in changeset.
reload window if user clicks live edit and call returns unavailable (false)

  1. … 3 more files in changeset.
LDEV-1187 sysadmin can login as any user, LoginAsAction provides the user/pass and login.jsp handles the automatic login

    • -0
    • +120
    ./org/lamsfoundation/lams/web/LoginAsAction.java
  1. … 2 more files in changeset.
LDEV-1228 replace UserDTO when user updates their profile

Replaced hard coded strings with constants.

LDEV-1181: Check the wddx packet to make sure it really is a wddx packet before importing, and cleaned up the look of the error messages.

  1. … 2 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

    • -0
    • +153
    ./org/lamsfoundation/lams/authoring/web/EditOnFlyServlet.java
    • -0
    • +18
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 229 more files in changeset.
fixed grouping parsing/extracting - problem with changing grouping type and identifier conflict (LDEV-1172)

remove pointless debug statement

LDEV-1216 make ssl parameters optional

  1. … 2 more files in changeset.
Added xml based services for LearningDesignRepository and LessonManager

    • -0
    • +348
    ./org/lamsfoundation/lams/webservice/xml/LessonManagerServlet.java
  1. … 2 more files in changeset.
Replaced the hardcoded mode parameter in the method 'getFolderContentsExcludeHome' with the mode value supplied by the web service call 'getLearningDesigns'

modify RegisterService to be more flexible

LDEV-1112: Login was always going to the index page, and not straight to the lesson page for the launch lesson url. The JspRedirectStrategy code was forcing it to the index page. Now it lets it go to whatever page was requested initially for "normal" requests.

Had to change HomeAction to go to the index page, rather than direct to the login page as to make the change to JspRedirectStrategy - otherwise it would try to go to the login page straight after the login page!

    • -1
    • +1
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 1 more file in changeset.
don't list the subgroup if user is not a member/group admin/group manager/sysadmin

    • -2
    • +8
    ./org/lamsfoundation/lams/web/IndexAction.java
LDEV-1107 extserver classes are created as subgroups, not groups; make extuser a member of the group as well as the subgroup; don't give extusers group manager role as they don't need it, especially in a subgroup

  1. … 1 more file in changeset.
Reset the optional parameters - if they aren't reset and the jsp page doesn't specify them, then they are reused in all instances of this tag on the page. This resulted in one answer being used for all questions on a q&a page where more than one question is displayed at a time (ie combined mode).

make reading user.changePassword more robust

    • -2
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
LDEV-1141 sort organisations alphabetically

    • -0
    • +2
    ./org/lamsfoundation/lams/web/IndexAction.java
    • -1
    • +8
    ./org/lamsfoundation/lams/web/IndexOrgBean.java
use change_password field in user table to show user 'password change' screen instead of index page when they login

    • -0
    • +6
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 3 more files in changeset.
LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

    • -6
    • +2
    ./org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 2 more files in changeset.
LDEV-1115: Moving FlashMessage to a local variable, so to make the code more robust. LDEV-1116: Renaming your own workspace folder now results in an error, rather than just returning the last packet sent previously (or throwing a null pointer exception).

Moved FlashMessage to be a local variable as it doesn't need to be a class variable and having it as a class variable stops the code being re-entrant.

LDEV-1102 disable Register web service by default, add key check

  1. … 4 more files in changeset.
Clear dynamic attributes after tag finish.

Add new tags for multiline textarea.

Add new tags for multiline textarea.

  1. … 1 more file in changeset.
LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.