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

Added requestSrc and notifyCloseURL parameters. See LDEV-865

    • -1
    • +7
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 4 more files in changeset.
IE7 specific style used

    • -10
    • +9
    ./org/lamsfoundation/lams/web/tag/CssTag.java
ie 7 fix added

    • -1
    • +13
    ./org/lamsfoundation/lams/web/tag/CssTag.java
added archived date to archived groups display in my profile; fix LDEV-984 archived subgroups now appear even if parent group isn't archived

    • -5
    • +30
    ./org/lamsfoundation/lams/web/IndexAction.java
    • -0
    • +14
    ./org/lamsfoundation/lams/web/IndexOrgBean.java
  1. … 1 more file in changeset.
Debugging was displaying the wrong value - always came out as null

change 'course admin/manager' in db to 'group admin/manager' so users don't have to say 'course admin/manager' when specifying roles in a spreadsheet ('course' replaced by 'group').

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
    • -9
    • +9
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 11 more files in changeset.
added global group admin

    • -2
    • +2
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 13 more files in changeset.
LDEV-768: Fixed the problem with the session being closed by changing how the update is done. Previously it used the user object connected to another session - now it looks up the user in the "add user" code, so that it will be part of the same Hibernate session. Given this user is in the cache, it shouldn't add too much time to the call.

  1. … 5 more files in changeset.