lams_tool_laqa

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The "title" fields were overriding some title fields in the jsps, so they have been renamed.

Added an option to the tag so that the user can specify a particular method to be called when a tab is selected. This is handy when the code to be run is different for different tabs, or if the user selecting tab is different to the initial tab display.

    • -0
    • +58
    ./web/WEB-INF/tags/HTMLEditor.tag
    • -0
    • +64
    ./web/WEB-INF/tags/SetEditor.tag
    • -0
    • +79
    ./web/WEB-INF/tags/Tab.tag
    • -0
    • +62
    ./web/WEB-INF/tags/TabBody.tag
    • -0
    • +72
    ./web/WEB-INF/tags/Tabs.tag
  1. … 11 more files in changeset.
Moving the fckeditor / tabcontroller stuff to a shared location.

    • -6
    • +5
    ./web/authoring/AuthoringTabsHolder.jsp
    • -26
    • +26
    ./web/authoring/InstructionsContent.jsp
Had the online and offline instructions the wrong way round.

Added cvs ID keyword back into files - removed by previous check in.

Made changes as per wiki:

In Eclipse text files default to "-kk". To change the mode of the files, click on a file or a folder and select "Team -> Change ASCII/Binary Property" from the popup menu. Change text files to "ASCII with keyword expansion (-kkv)". It is not possible to change binary files to support keyword expansion.

  1. … 12 more files in changeset.
Changes to monitoring url to be standard in terms of using fck editor and tab controler.

    • -4
    • +2
    ./web/authoring/AuthoringTabsHolder.jsp
    • -3
    • +2
    ./web/authoring/BasicContentViewOnly.jsp
    • -0
    • +49
    ./web/monitoring/Edit.jsp
    • -160
    • +90
    ./web/monitoring/MonitoringMaincontent.jsp
    • -108
    • +0
    ./web/monitoring/MonitoringTabsHeader.jsp
Varchar fck editor fields made TEXT

    • -21
    • +21
    ./db/sql/create_lams_tool_qa.sql
Authoring url FCK editor changes as per standards for tab controller and lams tag

    • binary
    ./web/author_page/images/aqua_tab_i_centre.gif
    • binary
    ./web/author_page/images/aqua_tab_i_left.gif
    • binary
    ./web/author_page/images/aqua_tab_i_right.gif
    • -2
    • +15
    ./web/author_page/js/tabcontroller.js
    • -94
    • +12
    ./web/authoring/AuthoringTabs.jsp
    • -138
    • +122
    ./web/authoring/AuthoringTabsHolder.jsp
    • -69
    • +23
    ./web/authoring/BasicContent.jsp
    • -2
    • +0
    ./web/authoring/BasicContentViewOnly.jsp
    • -30
    • +2
    ./web/authoring/InstructionsContent.jsp
    • -0
    • +212
    ./web/includes/javascript/fckcontroller.js
    • -0
    • +52
    ./web/includes/javascript/tabcontroller.js
    • -0
    • +61
    ./web/includes/javascript/xmlrequest.js
& converted to &

    • -2
    • +2
    ./conf/language/QaResources.properties
Ampersand in the title is causing the Flash client to crash. Changed to "and" temporarily.

    • -2
    • +2
    ./conf/language/QaResources.properties
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +195
    ./conf/language/QaResources.properties
  1. … 47 more files in changeset.
fixes to learning module and learner progress report

made validates false

learner module and user progress fixes

learner module fix

Switching binary to text

Switching binary to text

Was checked in as binary - trying to convert it to text.

Converting binary to text

Converting binary to text

Added a default value to a not null field - suspect this is now picked up as an error due to upgrading to MySQL 5.

General tidying up

taken off security constraints

Fixes and changes in relation to lost /corrupt session issue

    • -2
    • +2
    ./web/authoring/BasicContentViewOnly.jsp
    • -11
    • +0
    ./web/monitoring/MonitoringMaincontent.jsp
Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
added Javadocs to actions

Made changes to authoring module persistance in doing updates and creates.

Rewrote persistance on submit content