• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add comments of how to create an axtra tab

added new methods getUsersFromOrganisationByRole and getOrganisationsByUserRole

added userMgmtService bean

examples of the tool authroing and tabs

    • -0
    • +203
    ./web/template/css/aqua.css
    • -0
    • +3
    ./web/template/css/base.css
    • -0
    • +3
    ./web/template/css/xp.css
    • binary
    ./web/template/images/aqua_tab.gif
    • binary
    ./web/template/images/aqua_tab_centre.gif
    • binary
    ./web/template/images/aqua_tab_left.gif
    • binary
    ./web/template/images/aqua_tab_right.gif
    • binary
    ./web/template/images/aqua_tab_s_centre.gif
    • binary
    ./web/template/images/aqua_tab_s_left.gif
    • binary
    ./web/template/images/aqua_tab_s_right.gif
    • binary
    ./web/template/images/aqua_tab_selected.gif
    • binary
    ./web/template/images/tab.gif
    • binary
    ./web/template/images/tab_selected.gif
    • binary
    ./web/template/images/_notes/aqua_tab_centre.gif.mno
    • binary
    ./web/template/images/_notes/aqua_tab_left.gif.mno
  1. … 23 more files in changeset.
does not expect the parameters createDateTime and lastModifiedDate, server will set these values instead.

request parameter "contentType" renamed to contentTypeID

modified createWorkspaceFolderContent, removed createDateTime and lastModifiedDateTime from the arguments. Server will set these values instead.

will get a list of stylesheets from utility in lams_common and then generate the link, added an attribute "localLink", if set to true, local link will be generated instead of one composed of serverurl

    • -23
    • +71
    ./java/org/lamsfoundation/lams/web/tag/CssTag.java
New customerized HTML textarea tag (compatible with STRUTS)

New customerized HTML textarea tag (compatible with STRUTS)

  1. … 3 more files in changeset.
after parsing the activity list, it will go through the list again and match up the parent with child activity based ont he parentUIID

getFolderContents wasn't returning designs when mode=1 (authoring). The equality check was wrong (using == instead of .equals), so it was only returning valid designs. Nothing is setting the "valid" flag yet, so no designs were valid, and hence none returned.

Fixed bug - tool content id was not being updated when a tool activity was updated. The code that handles the special fields for tool activities, optional activities, etc wasn't being called.

  1. … 1 more file in changeset.
parallel activities

*** empty log message ***

debug

bug fix for boolean values

tidy

Removed run sequences from getAccessibleWorkspaceFolders() and added a new call getFolderContentsExcludeHome() which excludes the user's home directory from the returned contents.

added parallel activity MC (WIP)

getComplexActivityChildren

ad toData and clone methods

change toData() to omit fields that are undefined

removed grouping.setGroupingTypeId, this does need to be set as hibernate deals with it.

modifications done on groupings stuff.

added method parseGroupings and changed it so that the groupings object is not created when parsing the grouping activities.

Instead it will be created when processing the groupings array.

removed some use of instanceOf as it wasnt working.

Calculate first activity for a learning design now works properly.

user super() for po9pulateFromDTO

some comments

extend

improve the populateFromDTO to use super() method

modified parseActivities and parseTransitions.

properties of activities and transitions will only be updated if the field is sent by wddx

remove nulls from DTO.