lams_tool_laqa

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
no changes

updated build.xml

reformatted the jsp

enabled and fixed persistance of advanced tab boolean properties

removed these entries

reorganized reading tool signature

modified locations of hibernate config files

removed redundant ones

    • -86
    • +0
    ./conf/hibernate/mappings/QaQueUsr.hbm.xml
    • -211
    • +0
    ./conf/hibernate/mappings/org/QaContent.hbm.xml
    • -80
    • +0
    ./conf/hibernate/mappings/org/QaQueContent.hbm.xml
    • -105
    • +0
    ./conf/hibernate/mappings/org/QaUsrResp.hbm.xml
  1. … 3 more files in changeset.
test

changes for the proper work of tool deploy.

new version - smaller file size and move reg-point

    • binary
    ./web/images/icon_questionanswer.swf
  1. … 3 more files in changeset.
upgrade for mysql5.x

removed database name from the scripts

    • -12
    • +12
    ./db/sql/create_lams_tool_qa.sql
fixes in relation to persisting questioncontent and corrected datamodel

changes and fixes in relation to unique keys on the tool tables

and relevant changes to DAOS and service layer functionality.

added uid property to QaQueContent

added uid property to content pojo / table and updated the hibernate config

    • -12
    • +14
    ./db/sql/create_lams_tool_qa.sql
fixes for the table names and relevant config files

    • -0
    • +211
    ./conf/hibernate/mappings/org/QaContent.hbm.xml
    • -0
    • +80
    ./conf/hibernate/mappings/org/QaQueContent.hbm.xml
    • -0
    • +86
    ./conf/hibernate/mappings/org/QaQueUsr.hbm.xml
    • -0
    • +86
    ./conf/hibernate/mappings/org/QaSession.hbm.xml
    • -0
    • +71
    ./conf/hibernate/mappings/org/QaUploadedFile.hbm.xml
    • -0
    • +105
    ./conf/hibernate/mappings/org/QaUsrResp.hbm.xml
    • -12
    • +0
    ./db/sql/tl_laqa11_uploadedFile.sql
    • -12
    • +0
    ./db/sql/tl_laqa11_uploadedFiles.sql
Fixes to learning module for the correct interpretation of user and tool session for different users. Other general fixes.

    • -2
    • +12
    ./conf/hibernate/mappings/QaQueUsr.hbm.xml
    • -306
    • +319
    ./db/model/lams_tool_qa.clay
    • -20
    • +17
    ./db/sql/create_lams_tool_qa.sql
  1. … 9 more files in changeset.
Urgent fix for evaluating user and session data before forwarding to a read only report.

    • -0
    • +45
    ./web/QaErrorBox.jsp
Fixed monitoring URL - the code has been refactored to not need the starter action.

Change toolSessionManager interface to add new toolSessionName.

Change toolSessionManager interface to add new toolSessionName.

  1. … 3 more files in changeset.
change the height of wyswygEditorScreenElement when doWYSWYGEditor is called. Otherwise wyswygEditorScreenElement would be too high and cover the urls or buttons under the wyswygEditorScreenElement. The URLs under the wyswygEditorScreenElement can't be clicked because the browser thinks you are clicking on the wyswygEditorScreenElement layer.

* 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