• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Missed the I18N on the button before

  1. … 1 more file in changeset.
Making the gate screens more like 2.0 screens. Mostly cosmetic changes.

    • -0
    • +27
    ./gate/gateStatus.jsp
    • -53
    • +55
    ./gate/permissionGateContent.jsp
  1. … 1 more file in changeset.
I18N the gate pages

  1. … 3 more files in changeset.
Changing organisation structure to a simple root, course, class structure.

  1. … 37 more files in changeset.
*** empty log message ***

removed doctype tag

moved from lams_central

    • binary
    ./lams_monitoring.swf
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 13 more files in changeset.
Added "real" monitor page, which will contain the Flash movie. Doesn't replace the dummy pages yet as the required functionality doesn't exist yet. Once completed, the dummy pages will be removed.

  1. … 1 more file in changeset.
No longer required - were debugging screens used earlier

  1. … 1 more file in changeset.
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. … 26 more files in changeset.
Renaming applicationResources.properties to ApplicationResources.properties

  1. … 30 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 36 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -15
    • +16
    ./gate/permissionGateContent.jsp
  1. … 172 more files in changeset.
Fixed chat application context file reference

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

  1. … 4 more files in changeset.
Added option to start lesson at a later date. Not fully tested.

  1. … 2 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

    • -128
    • +357
    ./WEB-INF/jstl/tlds/fmt.tld
  1. … 29 more files in changeset.
Adding web access support for delete preview lessons

    • -0
    • +44
    ./previewdeleted.jsp
  1. … 5 more files in changeset.
Removing currently unneeded scripting, to reduce javascript errors.

  1. … 5 more files in changeset.
Include name of design in drop down list when starting lessons. This can now be done as authoring now saves a meaningful name.

Add performChosenGrouping function. Not finish yet

  1. … 5 more files in changeset.
Working on createLesson and initializeLesson

  1. … 9 more files in changeset.
LDEV-79: Added remove lesson feature to the dummy monitoring interface.

  1. … 2 more files in changeset.
Fixed display of lessons so that it skips any lessons that are archived.

Added scrollbar to the frame containing the list of lessons, so that it is easier to navigate when there are lots of lessons!

Fixed display of the parallel activities on the dummy monitoring screen. Previously it was using the activities from in the learning design and the parallel activity was a CGLIB entry, which didn't give access to the activities method. Added a new session parameter, activities, which contains a set of AuthoringActivityDTO objects and these are used in the place of the learning design.

  1. … 2 more files in changeset.
Display complex activities and their child activities more logically - groups the child activities under the parent activity.