lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
committing the final windows database dump for 2.2

changes to moodle choice tool

committing the sample repository and secure files for 2.2 tag

committing final changes for 2.2 unix upgrader - forgot to commit them earlier

  1. … 50 more files in changeset.
Added script common.js

LDEV-1902

LDEV-2062 ability to vote for several images

    • -1
    • +10
    /lams_tool_images/db/sql/create_lams_tool_imageGallery.sql
    • -1
    • +7
    /lams_tool_images/db/sql/table-schema.sql
  1. … 11 more files in changeset.
LDEV-2061 Number of comments for branching

LDEV-2063 Added ability to add an image from Monitor

    • -0
    • +17
    /lams_tool_images/conf/xdoclet/struts-actions.xml
    • -0
    • +70
    /lams_tool_images/web/pages/monitoring/parts/addimage.jsp
LDEV-2064 average rating or number of votes included on summary page

Files modified in the question folder

    • -0
    • +62
    /temp_moodle_dev/moodle/question/edit.php
New weblib.php , modifications in the header's and footer's functions

    • -0
    • +7080
    /temp_moodle_dev/moodle/lib/weblib.php
Removing a capital letter from moodle forum project

Removing a capital letter from moodle forum project

Latest version of the modedit-lams.php

    • -0
    • +470
    /temp_moodle_dev/moodle/course/modedit-lams.php
Tool adapter for Moodle's wiki. That is just the base, without changes so after this when we syncronize you will see all the changes we made for that tool.

  1. … 110 more files in changeset.
New mod_form.php for LAMS (we will modify this file for LAMS purposes)

    • -0
    • +97
    /temp_moodle_dev/moodle/mod/wiki/mod_form_lams.php
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).

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.

Lams folder for the Tool Adapter in Moodle's assignment

  1. … 114 more files in changeset.
Nothing important: delate one variable that hasn't been used

Some modifications to make the tool work properly if there is one Quiz in blank in a LAMS sequence.

    • -8
    • +15
    /temp_moodle_dev/moodle/mod/quiz/lib.php
fix an error to get the sectionid variable

New tool adapter's page for Moodle's Assignment

Use 'next' variable to check if an entry have been uploaded and if true lams shows the Next Activity button

    • -1
    • +5
    /temp_moodle_dev/moodle/mod/glossary/view.php
Some little changes, nothing relevant

Some changes to fix some functions in the glossary, as Clone, Import and export.

    • -6
    • +3
    /temp_moodle_dev/moodle/mod/glossary/lib.php
we change to 1 the 'Next' variable if we upload a new entry in the Glossary. We pass that variable to view.php page so there we can display the Next Activity button if next=1.

    • -10
    • +14
    /temp_moodle_dev/moodle/mod/glossary/edit.php
we get the 'Next' variable and if is equal to 1 we desplay the Next Activity button (it means that we have done a comment to one entry so we can continue with the sequence)

hide Moodle's headers and footers if working inide LAMS's sequence. We also pass a variable called Next to the Comments.php page to be able to display LAMS's navigation buttons (if next=1 we tell to comments.php that a comment to one entry has been done).

hide Moodle's headers and footers if working inide LAMS's sequence and display LAMS's navigation buttons while necessary

    • -11
    • +15
    /temp_moodle_dev/moodle/mod/forum/view.php