• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Changed initializeLesson to accomodate new export portfolio flag

rtl for learner frames

    • -1
    • +7
    ./org/lamsfoundation/lams/web/tag/HtmlTag.java
  1. … 1 more file in changeset.
fixed resolver issue with finding resource (lamsauthentication.dtd)

  1. … 3 more files in changeset.
added auth dtd to lams.jar + used web address in DOCTYPE decl for auth xml + updated ant scripts + added entity resolver used by xml loader (utils)

  1. … 8 more files in changeset.
LDEV-1026, fix 'password successfully changed' screen to integrate into index page

    • -0
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 1 more file in changeset.
minor rtl changes + css tag update for null direction val

    • -3
    • +4
    ./org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 3 more files in changeset.
added community tab (index) + configuration item

    • -1
    • +3
    ./org/lamsfoundation/lams/web/IndexAction.java
added community tab (index) + configuration item

    • -0
    • +10
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 9 more files in changeset.
Added escapeXml attribute to the out tag

  1. … 16 more files in changeset.