lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Put stuff in the request, rather than the session, if at all possible

Added highlighting for authoring tab.

  1. … 14 more files in changeset.
updated tld and tag files

    • binary
    ./web/WEB-INF/tags/TabName.tag
  1. … 17 more files in changeset.
Renamed <P> id attribute from authoringButton to saveCancelButtons to improve clarity. This id is used by javascript to hide and show the save and cancel buttons.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 15 more files in changeset.
fix on gate page for teacher's export port

getting user ID from session not request

  1. … 2 more files in changeset.
no title note entry + ie7 fscommand calls

  1. … 7 more files in changeset.
fixed chosen grouping page - waiting on shelly to check in style changes

    • -21
    • +19
    ./web/grouping/chosenGrouping.jsp
Misuse <fmt:message> tag.

added journal entries button to monitor

  1. … 9 more files in changeset.
Added id="authoringButton" to p element containing buttons. This is need by tool in order so set the visibility when a drop down window is present.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 14 more files in changeset.
Updating Norwegian

    • -4
    • +4
    ./conf/language/ApplicationResources_no_NO.properties
  1. … 3 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags.

Updated the jsp pages to support stripes and the separate learner stylesheet.

    • -29
    • +30
    ./web/WEB-INF/tags/headItems.tag
  1. … 256 more files in changeset.
updated learner export port call

latest flash compile after re categorisation of activities and there respective bg color

latest flash compile after resolving wrong url for system activity help

  1. … 2 more files in changeset.
updating Danish

    • -12
    • +12
    ./conf/language/ApplicationResources_da_DK.properties
  1. … 5 more files in changeset.
latest flash compile after resolving issue with showing activity help for system activities such as grouping and gate as they do not have any tool signature

Adding Danish

    • -0
    • +60
    ./conf/language/ApplicationResources_da_DK.properties
  1. … 1 more file in changeset.
latest flash compile after resolving task related to help window for activity, tabs & generic plus showing correct context menu

updated flash modules following theme/dictionary fixes

  1. … 1 more file in changeset.
add help (generic) item + call to open help page in browser

  1. … 2 more files in changeset.
Updated version number to RC1

  1. … 39 more files in changeset.
i18n for start and schedule date strings

  1. … 4 more files in changeset.
implemented Help > About LAMS functionality for Monitor

remove dictionary data (shared objects) when config build no is updated

  1. … 5 more files in changeset.
Updated address of FSF in copyright statement

  1. … 781 more files in changeset.
Adding French

    • -0
    • +60
    ./conf/language/ApplicationResources_fr_FR.properties
updated dictionary cookie handling

  1. … 4 more files in changeset.
Removed the dummy monitoring page.

Improved the behaviour of scheduled lessons.

* If a lesson is already scheduled and we get another request to schedule it, the second request is ignored. This stops a double submission throwing an exception (quartz would end up with non-unique job names).

* If a lesson is already started and schedule is called on the lesson, an exception is thrown.

* If a lesson is already started as start is called again, then the second start is ignored. This will occur if a lesson is scheduled, then a user goes into monitoring and starts the lesson straight away. The quartz job isn't remove so some time later start will be called again.