Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
hide Moodle's footer if using LAMS

Changes to hide the Moodle's headers and footers

No significant change: we have delented one variable that we won't use

There was a mistake: we used section's 'id' but we have to use section's 'section' number, in the clone function

just in case there is a change ... sorry

slightly change, nothing important

Some changes to be able to display LAMS's navigation buttons and to hide Moodle navigation headers

New pages to display LAMS's navigation buttons in the upper frame

    • -0
    • +14
    ./mod/assignment/showlamsfinish.php
    • -0
    • +15
    ./mod/assignment/showlamsnext.php
New page. We adapt the mod_form to LAMS, so it is not as complex as the original one and have all the fields and buttons that LAMS need to edit the activity.

    • -0
    • +76
    ./mod/assignment/mod_form_lams.php
changes in some functions to hide Moodle's navigation headers and footers and new fucntions to clone, import, export and return Moodle's outputs to LAMS

New page. We need that to choose the Assignment's type in LAMS before editting the activity.

    • -0
    • +56
    ./mod/assignment/assignment_types.php
add field is_lams in assignment's table to identifiy assignments done inside LAMS

Changes to analize the isFinished variable so we display the Next Activity button if the activity has been done once.

Modify the import /export functions to be able to process the choice's options in a proper way.

we don´t want full moodle source in cvs if we can help it

  1. … 4321 more files in changeset.
Add Navigation Lams buttons and change headers for not to see Moodle navigation headers inside Lams

Pages needed to display Lams Navigation buttons in the top frame

    • -0
    • +14
    ./mod/glossary/showlamsfinish.php
    • -0
    • +15
    ./mod/glossary/showlamsnext.php
We add all the functions needed for Clone, Import or export the activity in Lams

Some changes in the moodle's navigation headers so you can't see them inside Lams

We add the Lams navigation buttons so you can go to next activity or finish editing the Lams activity

Add the is_lams variable to the database table

No significant change

I forgot to export the options, so I have added the code to do it

Fix a call to a modules that have not been created in lams

New, glossary tool adapter

    • -0
    • +60
    ./mod/lamstwo/tooladapter_glossary.php
New, for lams glossary form

    • -0
    • +192
    ./mod/glossary/mod_form_lams.php
Fix a call to modules that are not lams

Hide headers and footers if it is a Lams activity

Fix a mistake on getting the modules that have not been created in lams

real Choice tool adapter file, sorry the last one was just a testing file

    • -16
    • +8
    ./mod/lamstwo/tooladapter_choice.php