lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1285 Manage release events for CanvasActivity attached to a CanvasSequenceActivity.

Updating English

fix missing semi-colon

removing accidental commit

    • -10
    • +0
    /lams_common/db/sql/lams_user_organisation_collapsed.sql
Updating English, Spanish, Japanese, Maori, Malay, Norwegian and POlish

LDEV-1407: Fixing singleton bug. Thanks to Dave Bauer (dave@thedesignexperience.org)

    • -1
    • +1
    /dotlrn_packages/lams2int/lams2int.info
LDEV-1285 Size fixes for Optional container.

    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
LDEV-1285 Set defaultActivityUIID field (firstActivityUIID in flash) for Sequence Activities in Optional with at least 1 Activity in the Sequence. Updated DDM to return empty Sequences in save (storage) packet.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1285 Size fixes for Optional container.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1251 add floating link to enable sorting, fixes issue when collapsing courses messes with the sorting container of other courses

    • -11
    • +13
    /lams_central/web/groupContents.jsp
LDEV-1402: Changed validation to allow for empty branches in a branching activity.

LDEV-1199: Fixing access for sysadmin and authoring admins so that these users can delete content from the shared folders

LDEV-1250 add lesson completed icon to display alongside lesson (todo: the icon); also moved disabled/archived labels to an icon. currently uses an existing icon.

LDEV-1395 fix html comment missing hyphen so that main.jsp displays in safari; add html comment tags to other js for consistency

adding break statement and change error code

LDEV-1402: Support empty branches by going straight to the next activity - this will be supported in the authoring client as a normal branch.

    • -36
    • +0
    /lams_learning/web/sequence/empty.jsp
LDEV-1401: Extra line crept into previous change and this caused the export portfolio to not list a branching activity or any activities after the branch.

LDEV-1285 Drop activities into sequence containers for Optional Sequences activity. Container expands to fix sequence size.

Fixed regular expression pattern used to convert the resouceId to a javascript call.

First commit for webct integration, Author and workspace trees working

    • -0
    • +14
    /lams_webct_integration/.classpath
    • -0
    • +3
    /lams_webct_integration/.cvsignore
    • -0
    • +17
    /lams_webct_integration/.project
    • -0
    • +160
    /lams_webct_integration/DeployableComponentConfig.xml
    • -0
    • +94
    /lams_webct_integration/build.xml
    • binary
    /lams_webct_integration/lib/authmoduledata_ce_1.4.jar
    • binary
    /lams_webct_integration/lib/commons-codec-1.3.jar
    • binary
    /lams_webct_integration/lib/commons-discovery-0.2.jar
    • binary
    /lams_webct_integration/lib/commons-logging-1.0.4.jar
    • binary
    /lams_webct_integration/lib/log4j-1.2.8.jar
    • binary
    /lams_webct_integration/lib/servlet.jar
    • binary
    /lams_webct_integration/lib/velocity-1.5.jar
    • binary
    /lams_webct_integration/lib/webct1200_ap1_sdk_client.jar
  1. … 20 more files in changeset.
LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

    • -0
    • +79
    /lams_central/web/groupContents.jsp
    • -0
    • +20
    /lams_central/web/groupHeader.jsp
    • -0
    • +110
    /lams_central/web/includes/javascript/groupDisplay.js
    • -1
    • +9
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +10
    /lams_common/db/sql/lams_user_organisation_collapsed.sql
  1. … 6 more files in changeset.
LDEV-1285 Added orderID incrementation for sequences and use orderID to show set panel colour.

LDEV-1268: Learning designs (when saved and when exported) now have the version in x.x.x.xxxxxx format.

Fixed a nullpointer exception problem that appeared with teh implicit sign on change

LDEV-1278: Adding calls that allow the sending of learner progress records in batches. This requires specific HQL to lookup the records, and a new entry (for the size of the batches) in the configuration table.

    • -0
    • +3
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -0
    • +3
    /lams_common/db/sql/insert_lams_windows_config_data.sql
    • -0
    • +3
    /lams_common/db/sql/insert_rams_unix_config_data.sql
    • -0
    • +3
    /lams_common/db/sql/insert_rams_windows_config_data.sql
LDEV-1278: Adding calls that allow the sending of learner progress records in batches.

LDEV-1285 Changed stepper to combo box component (0..10 values). Can add and remove sequences using the combo box component in Property Inspector.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1268: Message added to warn when a user is opening an export file that was created in a later version of LAMS.

LDEV-1268: Applied field removal logic to the tools as well, so now the import should be able to handle tools adding new fields in future versions without breaking. The tools should still implement their filters though, as it gives the tools finer control and is more efficient.

LDEV-1268: Attempting to make the import forward compatible. Xstream 1.1 throws an exception when a field exists in an XML file but there isn't a field in the POJO. Now if it encounters an extra field in the core learning design, the field is removed. This won't deal with tools but if a tool import fails at least only that activity is lost.