lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated JSPs to support UTF-8 - trying to get Bulgarian working properly.

Updated JSPs to support UTF-8 - trying to get Bulgarian working properly.

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. … 20 more files in changeset.
Added the vote tool to the build

  1. … 5 more files in changeset.
Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +18
    ./conf/language/ApplicationResources.properties
    • -1
    • +1
    ./web/WEB-INF/struts/struts-config.xml
  1. … 25 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -190
    • +109
    ./test/web/WEB-INF/web.xml
    • -16
    • +17
    ./test/web/WEB-INF/struts/tiles-defs.xml
    • -14
    • +13
    ./web/WEB-INF/struts/tiles-defs.xml
  1. … 32 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -21
    • +0
    ./conf/xdoclet/servlet-mappings.xml
  1. … 172 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 38 more files in changeset.
fixed classpath for chatApplicationContext.xml

  1. … 3 more files in changeset.
Fixed chat application context file reference

  1. … 4 more files in changeset.
Added new tools Chat and Shared Resources

  1. … 3 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
    • +18
    ./conf/language/MonitoringResources.properties
  1. … 3 more files in changeset.
For quartz job list function.

  1. … 11 more files in changeset.
Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
Change quartz make it persistence

  1. … 2 more files in changeset.
Dead end - wrong way to trigger the clean up.

Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes.

  1. … 5 more files in changeset.
drft outline of where components should go

    • binary
    ./src/flash/monitor_draft.fla
Application class for monitoring, main entry point to application

    • -0
    • +36
    ./src/flash/org/lamsfoundation/lams/monitoring/Application.as
Records start and end dates for scheduled lessons in the database.

Added option to start lesson at a later date. Not fully tested.

Changed transaction defn for service to include startLessonOnSchedule.

fix a small bug: forceComplete WDDX write wrong tag name.

Converted to Servlet 2.4, JSTL 1.1

    • -3
    • +0
    ./test/web/WEB-INF/struts/tiles-defs.xml
    • -393
    • +0
    ./web/WEB-INF/jstl/tlds/c-rt.tld
    • -162
    • +309
    ./web/WEB-INF/jstl/tlds/c.tld
    • -403
    • +0
    ./web/WEB-INF/jstl/tlds/fmt-rt.tld
    • -128
    • +357
    ./web/WEB-INF/jstl/tlds/fmt.tld
    • -188
    • +0
    ./web/WEB-INF/jstl/tlds/sql-rt.tld
  1. … 29 more files in changeset.
Adding web access support for delete preview lessons

    • -0
    • +44
    ./web/previewdeleted.jsp
    • -0
    • +5
    ./web/WEB-INF/struts/struts-config.xml
Fixed the delete multiple preview lessons so that it calls delete lesson - otherwise the lessons wouldn't be deleted correctly.

Working on the delete side of preview. Untested.

  1. … 1 more file in changeset.
Updated runGateScheduler method to handle start and end time offset conditions.

Add some i18n message.

Add monitoring message service.