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

Update import tool content interface.

  1. … 9 more files in changeset.
Working on import tool content.

  1. … 4 more files in changeset.
Modifying the getOrganisationForUserByRole calls to return just the course and class when specified, rather than the whole organisation tree.

  1. … 4 more files in changeset.
Add import tool content method

  1. … 8 more files in changeset.
Export tool content servlet.

  1. … 1 more file in changeset.
Add export tool content servlet.

  1. … 6 more files in changeset.
Temporary indexContent page that points to Flash movies, set up for individual courses/classes rather than the old old organisation model. Done to allow Flash work to be done, while the admin work is in progress.

    • -65
    • +56
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 20 more files in changeset.
Copying a learning design wasn't resetting the groupings properly. Hopefully fixed now. Also changed the copy code to recursively process child activities - not to assume that we only ever have two levels of activities.

Changed getOrganisationsByUserRole, getUserOrganisation

to support getting the child organisations by user/role, and to get a single organisation and the user's role in that organisation.

  1. … 7 more files in changeset.
Fixing bugs in authoring relating to grouped activities.