temp_moodle_dev

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding dev build tasks

Change to the quiz tool adapter so it includes the library for imports

    • -0
    • +1
    ./moodle/mod/lamstwo/tooladapter_quiz.php
LDEV-2366: changes to Moodle so it can pass extra parameters so it can work with multiple instances of Moodle

fixing an error while trying to acces an activity when you are a teacher (should display next activity always).

LDEV-1965 added logging info, incremented version number.

    • -0
    • +10
    ./moodle/mod/lamstwo/db/install.xml
    • -0
    • +20
    ./moodle/mod/lamstwo/db/upgrade.php
LDEV-2183 have to manually escape apostrophes before sending to moodle's database lib

fixing typo which stopped upgrades from working if glossary module had grades

include last change from deleted lamstwo folder in this now-authoritative version

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