temp_moodle_dev

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
making moodle/mod/lamstwo the *only* lamstwo module folder.

  1. … 25 more files in changeset.
LDEV-2086: validation also to use lams_get_soap_client instead of soap_client directly

LDEV-2068 fix 'http socket read of headers timed out' error when adding lesson. now use moodle's soap's default values (unlimited for connection timeout and 30s for response timeout)

Tool_adapter.php file for the Chat's Moodle Tool, which I forgot to upload it with all Moodle's Chat files one month ago.

    • -0
    • +60
    ./moodle/mod/lamstwo/tooladapter_chat.php
changes to hide Moodle's footer

new column in the chat's database that contains the variable is_lams

new paramenters that helps to know when to display lams buttons. Also modifications in aim to hide moodle's headers and footers

new files that make to display lam's buttons

    • -0
    • +14
    ./moodle/mod/chat/showlamsfinish.php
    • -0
    • +15
    ./moodle/mod/chat/showlamsnext.php
Changes in some function's paramenters to hide Moodle's headers and footers

Slight modifications to the form. this is a simplifyed copy of the original mod_form.php used by lams

    • -0
    • +69
    ./moodle/mod/chat/mod_form_lams.php
new clone, import and export functions for the moodle's chat tool

changes in the header's functions for not to be desplayed inside lams

changes in the print_header function in aim to not to display the header if we are in a lams sequence

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

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

    • -9
    • +19
    ./moodle/mod/scorm/datamodels/scormlib.php
Wepass the variable editing to the player.php page

    • -3
    • +4
    ./moodle/mod/scorm/datamodels/scorm_13lib.php
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

New files that displays lams' buttons

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

Some changes for not to display Moodle's headers and footers. We also pass the is_learner parameter to display the correct lams' buttons

New file. Copy of the mod_form.php file simplifying a little bit the form while displayed inside lams.

    • -0
    • +276
    ./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

Add new clone, import, export and outputs functions to be able to comunicate with the lams part

pass a parameter to the footer function in aim to not to display the Moodle's footer

ne tool adapter file for the Moodle's scorm activity

    • -0
    • +60
    ./moodle/mod/lamstwo/tooladapter_scorm.php
get the is_learner activity in aim to display ther correct lams button if we are playing the Learner's role

Add the is_learner variable so we can use it in the edit.php page

little change to make appear the next activity button in spite of the Finish button if we are playing the Learner's role