lams_tool_lamc

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated copyright statement - only support GPL v 2.0

    • -18
    • +14
    ./test/web/WEB-INF/tiles/tiles-defs.xml
  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.
Copyright statement change - only support GPL v2, not future versions.

  1. … 46 more files in changeset.
removed init() call for online offline instructions

    • -2
    • +0
    ./web/authoring/AuthoringMaincontent.jsp
added <lams:css/>

    • -6
    • +2
    ./web/authoring/AuthoringMaincontent.jsp
    • -5
    • +2
    ./web/monitoring/MonitoringMaincontent.jsp
project files

Modifications to authoring and monitoring urls to use tabs and fck editor in a standard way.

    • -25
    • +29
    ./web/authoring/AuthoringMaincontent.jsp
    • -77
    • +0
    ./web/authoring/AuthoringTabsHeader.jsp
    • -0
    • +212
    ./web/includes/javascript/fckcontroller.js
    • -0
    • +52
    ./web/includes/javascript/tabcontroller.js
    • -1
    • +6
    ./web/includes/javascript/xmlrequest.js
    • -0
    • +48
    ./web/monitoring/Edit.jsp
  1. … 5 more files in changeset.
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +245
    ./conf/language/McResources.properties
  1. … 47 more files in changeset.
FCK editor and Java compliance changes.

    • -0
    • +55
    ./web/author_page/css/fckeditor_style.css
    • -0
    • +59
    ./web/author_page/css/tool_custom.css
    • binary
    ./web/author_page/images/Thumbs.db
    • binary
    ./web/author_page/images/aqua_tab_centre.gif
  1. … 19 more files in changeset.
Changed use of Monitoring url tool sessionName

    • -25
    • +32
    ./web/monitoring/SummaryContent.jsp
Learner module fixes

learner module fixes

Trying to convert binary to text

    • -122
    • +0
    ./db/sql/create_lams_tool_mc.sql
Trying to convert binary to text.

    • -0
    • +124
    ./db/sql/create_lams_tool_mc.sql
  1. … 8 more files in changeset.
Message resource fixes

fixes for the lost session

    • -11
    • +1
    ./web/monitoring/MonitoringMaincontent.jsp
End of task: Learning module now presents incorrect and correct feedback.

    • -1
    • +13
    ./web/learning/CombinedAnswersContent.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.

  1. … 6 more files in changeset.
Authoring module now supports giving feedback for correct and incorrect answers to questions.

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

  1. … 9 more files in changeset.
Modifications to message resource presentations after JSTL 1.1 upgrade.

    • -72
    • +26
    ./web/authoring/AuthoringMaincontent.jsp
    • -9
    • +5
    ./web/monitoring/MonitoringMaincontent.jsp
just formating change

Added CVS Id to Resource file

Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

  1. … 34 more files in changeset.
export portfolio formatting fixes

formatted resources

  1. … 1 more file in changeset.
Completed Preview Learner implementation

  1. … 6 more files in changeset.
updated the data model to accomodate new tool session name property

updated tool contract method createToolSession(...)

repeated the same process done for q/a for mcq:

switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1

organized q/a's web.xml based on lams central web.xml

made sure web.xml is valid and Eclipse has no formatting warnings

added GPL license notices to files

tested and made some modifications to jsps in relation to JSTL upgrade

  1. … 12 more files in changeset.
same things done for q/a project:

Switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1

Organized q/a's web.xml based on lams central web.xml

Made sure web.xml is valid and Eclipse has no formatting warnings

Added GPL license notices to files

  1. … 47 more files in changeset.