Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
New custom tags used in JSP's for handling the Tab Controller and FCK Editor.

    • -0
    • +53
    ./WEB-INF/tags/HTMLEditor.tag
    • -0
    • +60
    ./WEB-INF/tags/SetEditor.tag
    • -0
    • +41
    ./WEB-INF/tags/Tab.tag
    • -0
    • +62
    ./WEB-INF/tags/TabBody.tag
    • -0
    • +56
    ./WEB-INF/tags/Tabs.tag
  1. … 5 more files in changeset.
Updated tab body includes to support custom tags

new authoring JSP supporting custom tags (note tag dir has to be installed) and new styled links instead of input buttons (i.e. save/cancel buttons).

Updated struts-config reflecting changes in SbmtAuthoringForm and AuthoringAction config

updated FCKeditor TLD

    • -2
    • +22
    ./WEB-INF/fckeditor/tlds/FCKeditor.tld
Added web/author_page folder including css, images and js for new use of FCKEditor and Tab Handler.

    • -0
    • +142
    ./author_page/css/aqua.css
    • -0
    • +3
    ./author_page/css/base.css
    • -0
    • +55
    ./author_page/css/fckeditor_style.css
    • -0
    • +59
    ./author_page/css/tool_custom.css
    • -0
    • +3
    ./author_page/css/xp.css
    • binary
    ./author_page/images/aqua_tab_centre.gif
    • binary
    ./author_page/images/aqua_tab_left.gif
    • binary
    ./author_page/images/aqua_tab_right.gif
    • binary
    ./author_page/images/aqua_tab_s_centre.gif
    • binary
    ./author_page/images/aqua_tab_s_left.gif
    • binary
    ./author_page/images/aqua_tab_s_right.gif
    • -0
    • +212
    ./author_page/js/fckcontroller.js
    • -0
    • +39
    ./author_page/js/tabcontroller.js
success (tick) image

    • binary
    ./images/success.gif
Converted to Servlet 2.4, JSTL 1.1

    • -128
    • +357
    ./WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    ./WEB-INF/jstl/tlds/fn.tld
    • -0
    • +448
    ./WEB-INF/jstl/tlds/x.tld
    • -212
    • +0
    ./WEB-INF/struts/tlds/struts-bean-el.tld
    • -3302
    • +0
    ./WEB-INF/struts/tlds/struts-html-el.tld
    • -382
    • +0
    ./WEB-INF/struts/tlds/struts-logic-el.tld
    • -343
    • +0
    ./WEB-INF/struts/tlds/struts-tiles-el.tld
  1. … 43 more files in changeset.
added page title

*** empty log message ***

added lams custom tags to submit tool

Modified links to point to local resources only. I.e the link to submission attachments and stylesheet

This is used to generate the list of files present in an archive generated by the export portfolio function.

In its initial form it output a plain text list of files in the archive.

At some later stage this may need to be in XML format.

    • -0
    • +2
    ./export/exportAttachmentList.jsp
replaced ${sessionID} with ${sessionDto.sessionID}

removed the Session ID from page, replaced with Session Name.

Standardised heading location and buttons

  1. … 2 more files in changeset.
Define it later function. Fix bugs for tabs monitoring.

    • -0
    • +26
    ./authoring/advance.jsp
    • -0
    • +32
    ./authoring/basic.jsp
    • -0
    • +26
    ./monitoring/basic.jsp
    • -0
    • +36
    ./monitoring/definelater.jsp
  1. … 6 more files in changeset.
Add all monitoring page to tab

    • -0
    • +21
    ./monitoring/tabmenu.jsp
  1. … 1 more file in changeset.
Fix finish function in sbmt

  1. … 3 more files in changeset.
finish export portfolio function, need further test.

  1. … 1 more file in changeset.
finish export portfolio function, need further test.

    • -0
    • +96
    ./export/exportportfolio.jsp
  1. … 5 more files in changeset.
Move body tag to correct position.

ToolDownload has been modified to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. The tool was use the new definition.

  1. … 3 more files in changeset.
Save instruction uploaded files when user click save button, instead of uploading finish.

  1. … 10 more files in changeset.
changed org.lamsfoundation.lams.util.FileValidator to org.lamsfoundation.lams.util.FileValidatorUtil

* Uses the sessionUserMap instead of userlist * Change layout to support multiple sessions instead of a single session

changed javascript variable themeName to theme

Tab javascript controller changed so authoring.jsp updated to suit.

Add createDefaultContent method.

  1. … 4 more files in changeset.
Add validation

    • -1
    • +12
    ./WEB-INF/struts/validator-rules.xml
  1. … 3 more files in changeset.