lams_tool_laqa

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added headItems tag - bundles most of the common authoring/monitoring head entries in one tag.

    • -0
    • +56
    ./web/WEB-INF/tags/headItems.tag
  1. … 13 more files in changeset.
Fixed up the language files - last time I forgot to do native2ascii

    • -161
    • +161
    ./conf/language/ApplicationResources.properties
    • -0
    • +171
    ./conf/language/ApplicationResources.txt
    • -161
    • +161
    ./conf/language/ApplicationResources_bg.properties
    • -0
    • +171
    ./conf/language/ApplicationResources_bg.txt
    • -161
    • +161
    ./conf/language/ApplicationResources_es.properties
    • -0
    • +171
    ./conf/language/ApplicationResources_es.txt
    • -161
    • +161
    ./conf/language/ApplicationResources_it.properties
    • -0
    • +171
    ./conf/language/ApplicationResources_it.txt
  1. … 20 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 8 more files in changeset.
removed xmlrequest

    • -4
    • +3
    ./web/monitoring/MonitoringMaincontent.jsp
REMOVE XMLREQUEST STYLE

    • -3
    • +2
    ./web/authoring/AuthoringTabsHolder.jsp
First draft of the translation files.

    • -193
    • +169
    ./conf/language/ApplicationResources.properties
    • -0
    • +171
    ./conf/language/ApplicationResources_bg.properties
    • -0
    • +171
    ./conf/language/ApplicationResources_es.properties
    • -0
    • +171
    ./conf/language/ApplicationResources_it.properties
  1. … 18 more files in changeset.
Renaming QaResources.properties to ApplicationResources.properties

    • -0
    • +195
    ./conf/language/ApplicationResources.properties
    • -195
    • +0
    ./conf/language/QaResources.properties
Updated copyright statement - only support GPL v 2.0

  1. … 128 more files in changeset.
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