Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
learning design validator - if learning design isnt valid, server will return a list of ValidationErrorDTO objects which hold information about which rule was violated, and which is the offending activity (if applicable)

LDEV-75 Implemented a Flash client crash dump utility. Writes out the wddx packet from Flash to a file in the LAMS dump directory. The DumpDirectory is configured via DumpDir in the LAMS configuration file.

  1. … 7 more files in changeset.
Moved the WDDX null entry checking to the base packet handling servlet (AbstractStoreWDDXPacketServlet) so that all packets will be checked, not just authoring packets.

  1. … 1 more file in changeset.
Add redir Cookies as well so that the shared session can works well.

workspace changes

add some validation for createWorkspaceFolderContent so that a non-unique name doesn't result in an index violation .

deleteContentWithVersion - checks if a resource exists before deleting.

updated ack message so that it returns the folderContentID

  1. … 1 more file in changeset.
LDEV-77: The createWorkspaceFolderContent and deleteContentWithVersion calls were not working. The code logged into the content repository, but it had not set up an area in the content repository to create the files (i.e. it had not created the Workspace service's workspace) and it had not defined the credential with the repository. So the login to the repository failed.

Added code to detect the "can't login" error and if it occurs, the code attempts to create the repository workspace and credential and then log in again.

deleteFolder method - it will delete all resources inside that folder (if user has permission to) . if resource inside that folder could not be deleted, it will return a flash message indicating which one could not be deleted.

add comments of how to create an axtra tab

added new style for generic floating layer

add comments of how to create an axtra tab

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
    • -0
    • +5
    ./web/template/images/_notes/aqua_tab_centre.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/aqua_tab_left.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/aqua_tab_right.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/aqua_tab_s_centre.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/aqua_tab_s_left.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/aqua_tab_s_right.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/tab.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/tab_selected.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/tabs_r1_c1.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/tabs_r2_c1.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/tabs_r2_c3.gif.mno
    • -0
    • +5
    ./web/template/images/_notes/tabs_r3_c3.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)