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

More changes based on breaking 1-1 link between organisation and workspace folder. Some organisations don't have workspaces. Also tuned the method that checks membership access to a folder to take subfolders into account.

  1. … 3 more files in changeset.
Changing organisation structure to a simple root, course, class structure.

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 33 more files in changeset.
close/save/cancel action in authoring page.

  1. … 16 more files in changeset.
createTree method call change

Fixed algorithm to correctly create DTO tree.

Trying to getOrganisationByUserRole working

  1. … 6 more files in changeset.
updated Service to get list of orgs for multiple roles