• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed title to activityTitle to make it easy for Flash to sort the activities.

  1. … 1 more file in changeset.
made sure id is positive no

Added the special IE stylesheet to the list of included stylesheets.

    • -26
    • +36
    ./org/lamsfoundation/lams/web/tag/CssTag.java
fixed delete/rename for workspace

fixed delete/rename for workspace

Finishing off I18N of central

    • -6
    • +6
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 18 more files in changeset.
Genericising the relationship between folders and workspaces - now one folder can be in many workspaces. Problem with the code though - when run from junit the relationship is set up okay, but when run in JBOSS the lams_workspace_workspace_folder records are not created.

  1. … 33 more files in changeset.
Interface for export and import.

  1. … 4 more files in changeset.
id param not required for use in import passon

  1. … 1 more file in changeset.
Implementing gate and grouping screens for export portfolio.

  1. … 41 more files in changeset.
Interface of import/export function.

  1. … 5 more files in changeset.
hide lesson if no links available

    • -2
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
Interface for import/export tool content web app.

  1. … 10 more files in changeset.
participate link now showing bug fix

    • -13
    • +14
    ./org/lamsfoundation/lams/web/IndexAction.java
added logout;

internationalisation

    • -3
    • +8
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 2 more files in changeset.
display non-priview lessons with proper states in alphabetic order on index page

    • -9
    • +17
    ./org/lamsfoundation/lams/web/IndexAction.java
use updated UserManagementService interfaces

    • -11
    • +5
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 3 more files in changeset.
change dynamic links

    • -10
    • +11
    ./org/lamsfoundation/lams/web/IndexAction.java
fix a bug which prohibit proper links from showing up

    • -3
    • +12
    ./org/lamsfoundation/lams/web/IndexAction.java
new classes for index page

    • -0
    • +178
    ./org/lamsfoundation/lams/web/IndexAction.java
    • -0
    • +70
    ./org/lamsfoundation/lams/web/IndexLessonBean.java
    • -0
    • +70
    ./org/lamsfoundation/lams/web/IndexLinkBean.java
    • -0
    • +116
    ./org/lamsfoundation/lams/web/IndexOrgBean.java
corrected clean up transitions

add child to parent's activities set (optional)

made Generate ID tag utilise shared session to store ID generated

Tag generates a random number to use as connection id between flash learner and passon

    • -0
    • +87
    ./org/lamsfoundation/lams/web/tag/GenerateIDTag.java
removed Admin method

    • -34
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
change to compile with the latest Role class

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
Add define it later attribute in authoring save/close button.

  1. … 1 more file in changeset.
Fixed more grouping/gate issues in authoring - if the user changed the type of grouping or gate after saving, the gate/grouping type was not updated. Now a new record is created with the new type.

Update exception handle method.

Random grouping now working. Fixed issues in authoring - was trying to look up grouping by UUID and that won't work for more than one design with grouping (as the UUIDs may be duplicated). Modified authoring to get all the existing groupings via the grouping activities.