• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixing up todo comment

Remove the tool sessions related to any non-grouped activity which is deleted via edit on fly. Doesn't apply to grouped activities as their tool sessions aren't "pre-initialised" when the lesson is started.

  1. … 2 more files in changeset.
edit on the fly (author) loaded within monitor frame and when done with changes reloads monitor

    • -1
    • +11
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 10 more files in changeset.
moved some funct to monitor (setting up edit on fly) and author just opens the design in the correct mode + few fixes for new system gate + finish edit on fly lock and gate release

    • -1
    • +9
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 9 more files in changeset.
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!

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 1 more file in changeset.
file EditOnFlyServlet.java was initially added on branch editonfly_branching.

    • -0
    • +0
    ./org/lamsfoundation/lams/authoring/web/EditOnFlyServlet.java
change to use servlet for edit on fly setup + added lesson lock + added design edit check + wizard fix to show full name of users

  1. … 9 more files 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.
clear read only field (Set to false) when saving a read only design (during copy of a design's tool activities)

  1. … 2 more files 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).

updated logic for adding gate activity to runtime sequence

  1. … 2 more files in changeset.
file EditOnFlyProcessor.java was initially added on branch editonfly_branching.

added system gate + functionality/handling to add a system gate to the LD when setting up Edit on the Fly (flash/java)

  1. … 14 more files in changeset.
make reading user.changePassword more robust

    • -2
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
few fixes/tweaks for edit on the fly in authoring - save function working

  1. … 5 more files in changeset.
made authoring (edit-on-fly) popup out of monitor (temp.) + authoring changes for edit mode (loading design to edit on startup) + canvas view changes (lesson name lip) + backend java changes for setting up edit locks for LD

  1. … 19 more files in changeset.
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.
model changes for edit-on-the-fly

  1. … 11 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.

    • -7
    • +3
    ./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.
Change ld version from configuration db.