lams_tool_laqa

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* added javascripts to detect whether HTML exist in the textarea, if HTML exist it will automatically switch to preview mode

* added textToHTML converter... which will escape < and > to $gt; & $lt; also linebreak will be convert to <br>

* added smaller size option in fckeditor_style.css & fckcontroller.css

* change the title field to use smaller fckeditor instead

    • -1
    • +18
    ./web/author_page/css/fckeditor_style.css
    • -12
    • +67
    ./web/author_page/js/fckcontroller.js
opps.. forgot to re-include the Advanced page... it's fixed now

* rewrote the tabcontroller

* Implemented new FCKeditor DHTML controller

    • -110
    • +49
    ./web/author_page/css/aqua.css
    • -0
    • +38
    ./web/author_page/css/fckeditor_style.css
    • -0
    • +155
    ./web/author_page/js/fckcontroller.js
    • -134
    • +36
    ./web/author_page/js/tabcontroller.js
added localLink attribute to csstag

  1. … 4 more files in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions.

Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.

  1. … 8 more files in changeset.
removed QaMonitoringStarterAction and replace it with QaMonitoringAction.unspecified()

refactored Dispatch Actions in Monitoring interface

    • -1
    • +1
    ./web/WEB-INF/qaApplicationContext.xml
added retrieveQaQueContentsByToolContentId()

Removed dtd so that tiles would start up okay when not connected to the internet.

    • -4
    • +0
    ./test/web/WEB-INF/tiles/tiles-defs.xml
*changed jsps to use DHTML multi-tab

*refactored DispatchAction

    • -224
    • +0
    ./web/WEB-INF/struts/struts-config.xml
fixed tags-lams.tld

    • -0
    • +48
    ./web/WEB-INF/lams.tld
Implemented the proper finish behaviour, so it goes to the next activity properly.

Changed stylesheet to use lams css tag

Updated tool-deploy to suit xml format for deploy properties file.

Rolling back mc changes that were accidently made to qa

    • -0
    • +76
    ./conf/hibernate/mappings/QaQueUsr.hbm.xml
  1. … 96 more files in changeset.
*** empty log message ***

    • -224
    • +0
    ./test/web/WEB-INF/struts-config.xml
Code that does authoring and learning

    • -0
    • +208
    ./src/java/org/lamsfoundation/lams/tool/mc/McResources.properties
  1. … 71 more files in changeset.
*** empty log message ***

    • binary
    ./db/model/lams_tool_mc.clay
    • binary
    ./db/sql/create_lams_tool_lamc.sql
    • binary
    ./db/sql/drop_lams_tool_lamc.sql
    • binary
    ./db/sql/insert_lams_tool_lamc.sql
    • -12
    • +0
    ./db/sql/tl_laqa11_uploadedFile.sql
    • -12
    • +0
    ./db/sql/tl_laqa11_uploadedFiles.sql
Updated hibernate config file locations

    • -76
    • +0
    ./conf/hibernate/mappings/QaQueUsr.hbm.xml
added LAMS_ROOT variable

added reference to common.js

added logic to display uploaded files

changed toolContentId to toolContentID

added download servlet

*** empty log message ***

various changes including

* change the values of contentId and sessionId

* remove most of the remove/recreate code when saving existing contents

* updated file upload methods

  1. … 9 more files in changeset.
Reverted back to copy that matches the current implementation of leaveToolSession from lams.jar

*** empty log message ***

Fixed the default content set up

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

  1. … 4 more files in changeset.