lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1285 Optional container visible height variable is now updated after draw. Corrected ypos test for dragging activity out of optional sequence.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1419: Temporarily adding back msg.import.file.format so that the Export dialog box has the message text. Still needs to be fixed on the I18N website.

LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

    • -0
    • +56
    /lams_learning/web/exportPortfolio/offline.jsp
Makes isParallelWaitActivity a bit more robust when the progress engine is having trouble working out the next activity.

Committing before attempting UI changes for webct-likeness

    • -0
    • +1500
    /lams_webct_integration/web/css/styles.css
    • -2
    • +0
    /lams_webct_integration/web/include.vm
    • -1
    • +3
    /lams_webct_integration/web/learner.vm
    • -1
    • +1
    /lams_webct_integration/web/lessonCreated.vm
    • -0
    • +87
    /lams_webct_integration/web/modify.vm
LDEV-1285 Small fix for dragging activities outside and removing activities.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1285 Improvements to removing activities from sequences. Transitions are managed correctly (removal and insertion). Activities can be removed from either ends (first or last activity). Activity re-adding works with no problems. Ordering is correct.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1285 Removing activities from sequence completed. Work needs to be done fixing up the (re)ordering.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1393 Done

Preview implemented in the create lesson page

Monitor, learner, working

    • -9
    • +56
    /lams_webct_integration/DeployableComponentConfig.xml
    • -0
    • +35
    /lams_webct_integration/build.properties
    • -0
    • +28
    /lams_webct_integration/db/sql/createTable.sql
    • -0
    • +6
    /lams_webct_integration/db/sql/deleteTable.sql
    • binary
    /lams_webct_integration/lib/sqljdbc.jar
    • -0
    • +47
    /lams_webct_integration/test/Test.java
    • -24
    • +56
    /lams_webct_integration/web/create.vm
  1. … 6 more files in changeset.
LDEV-1285 Depth control for activities selected in a Sequence. Fixed small depth swap error.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1285 Depth control for activities selected in a Sequence.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1285 Removing connected transitions when removing sequences from optional container.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1410: When a description wasn't supplied for a lesson, a default description was always set. The default has been removed. I've also improved the handling for a missing lesson title, but it will probably never be used as Flash ensures there is a lesson title.

LDEV-1318: The reports for other groups may now be displayed using the show Aggregated Reports option in authoring.

    • -40
    • +25
    /lams_tool_scribe/db/model/scribe_tool.clay
    • -3
    • +5
    /lams_tool_scribe/db/sql/create_lams_tool_scribe.sql
  1. … 5 more files in changeset.
Should not be here - should have been removed previously.

    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_da_DK.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_el_GR.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_en_AU.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_fr_FR.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_ko_KR.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_no_NO.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_pl_PL.properties
    • -109
    • +0
    /lams_tool_scribe/conf/language/ApplicationResources_sv_SE.properties
LDEV-1298, LDEV-1323 RTL style for jquery tablesorter/pager plugin

    • -2
    • +19
    /lams_central/web/css/defaultHTML_rtl_learner.css
LDEV-1298, LDEV-1323 add jquery tablesorter+pager plugin for displaying list of users and list of orgs.

    • -2
    • +19
    /lams_central/web/css/defaultHTML_learner.css
    • binary
    /lams_central/web/images/css/asc.gif
    • binary
    /lams_central/web/images/css/bg.gif
    • binary
    /lams_central/web/images/css/desc.gif
    • binary
    /lams_central/web/images/first.png
    • binary
    /lams_central/web/images/last.png
    • binary
    /lams_central/web/images/next.png
    • binary
    /lams_central/web/images/prev.png
    • -0
    • +187
    /lams_central/web/includes/javascript/jquery.tablesorter.pager.js
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