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

    • -4
    • +25
    ./src/web/template/js/tabcontroller.js
added new methods getUsersFromOrganisationByRole and getOrganisationsByUserRole

added userMgmtService bean

examples of the tool authroing and tabs

    • -0
    • +203
    ./src/web/template/css/aqua.css
    • -0
    • +3
    ./src/web/template/css/base.css
    • -0
    • +3
    ./src/web/template/css/xp.css
    • binary
    ./src/web/template/images/aqua_tab.gif
    • binary
    ./src/web/template/images/aqua_tab_centre.gif
    • binary
    ./src/web/template/images/aqua_tab_left.gif
    • binary
    ./src/web/template/images/aqua_tab_right.gif
    • binary
    ./src/web/template/images/aqua_tab_s_centre.gif
    • binary
    ./src/web/template/images/aqua_tab_s_left.gif
    • binary
    ./src/web/template/images/aqua_tab_s_right.gif
    • binary
    ./src/web/template/images/aqua_tab_selected.gif
    • binary
    ./src/web/template/images/tab.gif
    • binary
    ./src/web/template/images/tab_selected.gif
    • binary
    ./src/web/template/images/_notes/aqua_tab_centre.gif.mno
    • binary
    ./src/web/template/images/_notes/aqua_tab_left.gif.mno
  1. … 23 more files in changeset.
added localLink attribute to csstag

  1. … 4 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

fix bug where themes were still requested from dolly. also better error handling of failed loads - now an alert will tell you what went wrong

Upgrade to version 2.2

    • -0
    • +17
    ./web/fckeditor/editor/fckdocument.html
  1. … 131 more files in changeset.
corrected the servlet mapping url pattern

added the simpleUploaderServlet (used when uploading images to server, but currently not used on our tool authoring pages)

New customerized HTML textarea tag (compatible with STRUTS)

New customerized HTML textarea tag (compatible with STRUTS)

    • -0
    • +179
    ./conf/xdoclet/taglib-tag.xml
    • -0
    • +21
    ./web/includes/javascript/common.js
Dave's changes made last week "the client now saves the date as the title so you can trace the one you saved, and also allows you to open a design using the tree."

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.

workspace folder added to design

added new function showMonitoringTab

    • -0
    • +24
    ./web/includes/javascript/tabcontroller.js
Removed dtd so that tiles would start up okay when not connected to the internet.

  1. … 4 more files in changeset.
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.
FckEditor upgrade from version 2.0 to 2.1.1

    • -21
    • +25
    ./web/fckeditor/editor/fckdialog.html
  1. … 261 more files in changeset.
bug fixes & development on parallel activities.

parallel activities