lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Slight inteface change for learner so group name does not go over the line in the sidebar

Removing the test button from the author interface

    • -1
    • +0
    /lams_tool_gmap/web/pages/authoring/basic.jsp
Added changes in to implement code and interfaces for grouping, this was previously un-implemented n monitor and learner

LDEV-1745 Added comments to improve documentation and assist with understanding of class' purpose and use.

Ready to be presented.

    • -1
    • +1
    /lams_tool_daco/db/sql/create_lams_tool_daco.sql
Accidentally committed my own IP in the server url for this file -ooops

Also, added the gmap key to the config table for shaun build

    • -2
    • +2
    /lams_common/db/sql/insert_lams_unix_config_data.sql
LDEV-1745 Added comments to improve documentation and assist with understanding of class' purpose and use.

Added changes in to implement code and interfaces for grouping, this was previously un-implemented n monitor and learner

    • -1
    • +2
    /lams_tool_gmap/db/sql/create_lams_tool_gmap.sql
    • -1
    • +3
    /lams_tool_gmap/db/sql/table-schema.sql
  1. … 20 more files in changeset.
Adding the gmap tool to the default build script

adding gmap tool to 'all' and 'tools' aliases

Adding configuration entry for google map key to the configuration table, included in config insert scripts and an update script

    • -2
    • +5
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -1
    • +4
    /lams_common/db/sql/insert_lams_windows_config_data.sql
    • -1
    • +4
    /lams_common/db/sql/insert_rams_unix_config_data.sql
    • -1
    • +4
    /lams_common/db/sql/insert_rams_windows_config_data.sql
First check in - 2nd attempt.

    • -0
    • +14
    /lams_tool_daco/.classpath
    • -0
    • +4
    /lams_tool_daco/.cvsignore
    • -0
    • +24
    /lams_tool_daco/.project
    • -0
    • +25
    /lams_tool_daco/build.properties
    • -0
    • +499
    /lams_tool_daco/build.xml
    • -0
    • +1
    /lams_tool_daco/conf/hibernate/mappings/.cvsignore
    • -0
    • +3
    /lams_tool_daco/conf/jar/META-INF/MANIFEST.MF
    • -0
    • +286
    /lams_tool_daco/conf/language/lams/ApplicationResources.properties
    • -0
    • +286
    /lams_tool_daco/conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +4
    /lams_tool_daco/conf/war/META-INF/MANIFEST.MF
    • -0
    • +8
    /lams_tool_daco/conf/xdoclet/global-exceptions.xml
    • -0
    • +1
    /lams_tool_daco/conf/xdoclet/global-forwards.xml
    • -0
    • +177
    /lams_tool_daco/conf/xdoclet/struts-actions.xml
    • -0
    • +1
    /lams_tool_daco/conf/xdoclet/struts-forms.xml
  1. … 196 more files in changeset.
LDEV-1826 Validation now in place to ensure group names are unique and not blank in author

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1827 Author now disallows any attempt to save a learning design to the Lesson Sequence Folder

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV -1787 Warning message added for when users try to move a child activity of an optional sequence to a different sequence within that optional sequence activity, without first removing it from the optional sequence activity

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1813 Improvement to condition in onRelease, and clears some comments in canvas branch view.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Optimising javascript in view pages

Optimising the author javascript

    • -31
    • +38
    /lams_tool_gmap/web/pages/authoring/basic.jsp
Optimisting leanerHeader.jsp to use jstl tags better

    • -49
    • +20
    /lams_tool_gmap/web/common/learnerheader.jsp
*** empty log message ***

Working on monitoring view

Images for the monitor user menu

    • binary
    /lams_tool_gmap/web/images/collapse.gif
    • binary
    /lams_tool_gmap/web/images/expand.gif
    • binary
    /lams_tool_gmap/web/images/tree_closed.gif
    • binary
    /lams_tool_gmap/web/images/tree_open.gif
Implementing export sevlet

LI-135 Configurations were being overwritten by the updater, so people's sysadmin passwords and serverurls were unsuspectinly being changed, commenting out these updates in the setLamsConfiguration should do the trick.

For 2.1 (Replaces existing 2.1 unix updater)

LDEV-1757 tooltips added for gates in learner progress view

    • binary
    /lams_learning/web/lams_learner.swf
LDEV-1813 Fix for extraneous arrow - caused by creating new transiton and setting dirty on model before setting the activities parent. Solution was to keep the same order of calls but use haltRefresh to prevent the events from pre-occurring.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1835 LDEV-1831 LDEV-1834 Fixed 2.1.1 tasks, I18N labels to be added for label in input tool drop-down (Property Inspector) and Branching/Transition error messages. Fixed validation of multiple branches to/from activity.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1726 Added Add another lesson button.

    • binary
    /lams_flash/src/central/flash/lam_addseq_wiz.fla
    • binary
    /lams_monitoring/web/lams_wizard.swf
    • binary
    /lams_monitoring/web/lams_wizard_library.swf
Fixed up GmapService for exporting the learning design activity correctly:

Previousl, the export xml was a bit wrong because a gmap has marker(s) and a marker has a gmap, so it got a bit ugly with nesting, nulling the marker's gmap object (as was done in forum) fixed the problem before the export

LDEV-1662 Summary page: should display a summary of the Advanced features entered in Author

(Task List Tool)

    • -1
    • +7
    /lams_tool_task/db/model/taskList.clay