lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2082 author can now take a learning design to load when it's initiated

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Updating English, Spanish, Norwegian

LDEV-2084 Wiki teacher notification link fails because it does not have the contentFolderID, fixed

Updating English, Spanish, French and Turkish

LDEV-2074 Updated export for learners to include floating activities.

LDEV-1983 Adding code to support SMTP authentication for emails

Add a new condition to display chats just when they are made outside LAMS

    • -1
    • +1
    /temp_moodle_dev/moodle/lib/datalib.php
LDEV-1998: Added support for Submit Files and Task List tools. Added missing labels in language files.

    • -0
    • +2
    /lams_tool_sbmt/db/sql/tool_insert.sql
    • -0
    • +19
    /lams_tool_sbmt/web/authoring/pedagogicalPlannerForm.jsp
    • -0
    • +26
    /lams_tool_task/conf/xdoclet/struts-actions.xml
    • -0
    • +2
    /lams_tool_task/db/sql/tool_insert.sql
  1. … 3 more files in changeset.
*** empty log message ***

New Moodle's Chat tool for Lams. this is just the first documens, from now on you will see all the changes that have to be done to adapt the Moodle's chat into lams

  1. … 112 more files in changeset.
LDEV-2081 Adding dialog in learner that tells the user to click file/save to return to learner, the dialog appears just before the pixlr popup loads

    • -0
    • +2
    /lams_tool_pixlr/web/pages/learning/pixlr.jsp
add a new column to the scorm table with the variable is_lams

we pass the variables "is_lams" and "scormid" to be able to modify the path of the launch property inside the scorm_get_manifest function

Wepass the variable editing to the player.php page

We pass two new parameters to be aple to display the correct lams' buttons. We also use the is_lams variable to display or not the Moodle's headers and footers

    • -6
    • +18
    /temp_moodle_dev/moodle/mod/scorm/view.php
New files that displays lams' buttons

    • -0
    • +14
    /temp_moodle_dev/moodle/mod/scorm/showlamsfinish.php
    • -0
    • +15
    /temp_moodle_dev/moodle/mod/scorm/showlamsnext.php
depending on the is_lams variable we will display or not the Moodle's headers and footers.

    • -4
    • +18
    /temp_moodle_dev/moodle/mod/scorm/report.php
Some changes for not to display Moodle's headers and footers. We also pass the is_learner parameter to display the correct lams' buttons

    • -11
    • +26
    /temp_moodle_dev/moodle/mod/scorm/player.php
New file. Copy of the mod_form.php file simplifying a little bit the form while displayed inside lams.

    • -0
    • +276
    /temp_moodle_dev/moodle/mod/scorm/mod_form_lams.php
Some changes to be able to display the correct lams' buttons

If we are into lams we creat a full path to the documents in the launch propert of the Sco table, so when we want to play the documents in lams we don't want to reconstruct again the path because we already have it

    • -1
    • +5
    /temp_moodle_dev/moodle/mod/scorm/loadSCO.php
Add new clone, import, export and outputs functions to be able to comunicate with the lams part

    • -1
    • +181
    /temp_moodle_dev/moodle/mod/scorm/lib.php
pass a parameter to the footer function in aim to not to display the Moodle's footer

    • -1
    • +2
    /temp_moodle_dev/moodle/mod/scorm/index.php
ne tool adapter file for the Moodle's scorm activity

    • -0
    • +60
    /temp_moodle_dev/moodle/mod/lamstwo/tooladapter_scorm.php
change the name of the outputs function to suit the activity's kind of outputs

change the page redirected when monitoring a learner so now you go to the reports page in spite of just seeing the activity

LDEV-2074 Updated the Progress Engine to handle floating (reference) activities, activation from the progress bar and progress status of the activities. Display floating activities in non-flash progress bar with valid links to launch the activities (to-do: still need to fix window pop-up size).

LDEV-2074 Improved validation and added floating activities index field to Learning Design (table/class).

    • -0
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
LDEV-2074 Updated the Progress Engine to handle floating (reference) activities, activation from the progress bar and progress status of the activities. Display floating activities in non-flash progress bar with valid links to launch the activities (to-do: still need to fix window pop-up size).

get the is_learner activity in aim to display ther correct lams button if we are playing the Learner's role

    • -3
    • +7
    /temp_moodle_dev/moodle/mod/quiz/edit.php