Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
update tool adapter files to moodle 1.9.5 20090515 versions

    • -18
    • +21
    ./type/upload/assignment.class.php
    • -6
    • +6
    ./type/uploadsingle/assignment.class.php
  1. … 133 more files in changeset.
delete something not useful

we use the variable 'saved' to let know the view's page that one file has been uploaded so it can be displayed the Next Activity button( in case is a Learner).

    • -1
    • +6
    ./type/uploadsingle/assignment.class.php
we use the variable 'save' to let the view's pageto know that there has been one file uploaded. We also noticed that in the database, in the table submissions they were not storing the number of files uploaded in the numfiles field, so we fix that so we could use that parameter in our outputs function.

    • -14
    • +19
    ./type/upload/assignment.class.php
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
    ./showlamsfinish.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.

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
    ./assignment_types.php
add field is_lams in assignment's table to identifiy assignments done inside LAMS

original moodle 1.9.3 20081015 version

    • -0
    • +185
    ./db/postgres7.php
  1. … 4986 more files in changeset.