lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1285: Adding a new Activity type "Options With Sequences" so the Flash will know whether to expect sequences or not. The type is stored in the database otherwise we won't know which type it will be if the user saves the Optional without any child activities. The back end treats all Optional activities the same.

    • -0
    • +1
    /lams_common/db/sql/insert_types_data.sql
Cache the themes otherwise it gets loaded every time the User object is used (and User is cached!)

LDEV-1285 Adding activities to sequences from canvas now resizes sequence panels correctly in align with parent optional sequences activity container width (which is updated).

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1278 New files (changes still pending) to describe IndexSelection bar and associated buttons

LDEV-1278 Added MovieClips for IndexView and IndexButton

LDEV-1285 Adjusted Gate activity display in Optional Sequence.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Updating English

LDEV-1285 Validation when removing sequences that contain activties.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
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.