- 29 Aug, 2007 1 commit
-
-
Martin Langhoff authored
-
- 20 Aug, 2007 16 commits
-
-
nfreear authored
-
thepurpleblob authored
GIFT now exports grade fractions for numeric questions Merged from STABLE_18
-
thepurpleblob authored
No questions imported if "stop on error" selected and there are invalid grades. Merged from STABLE_18
-
toyomoyo authored
MDL-10181, user management improvements, adding improvements to bulk user upload (with minor bugs) and other changes
-
nicolasconnault authored
MDL-10177 Applied lovely hack (not ugly!) suggested by Pablo. It's lovely because it solves an ugly design error in the previous code: modifying a parameter variable in the function body.
-
ikawhero authored
The only two authentication plugins this affects are email and ldap.
-
nicolasconnault authored
-
skodak authored
MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled
-
toyomoyo authored
-
toyomoyo authored
MDL-10884, import is copying all grade_items into course, creating duplicate course grade_item. Other backup/restore fixes 1) if user_data is not selected, grade_item will still be copied but the grades and grades_text are ignored. 2) Grade histories not imported during import.
-
moodler authored
-
moodler authored
-
jamiesensei authored
Fix for MDL-10776 "Moodle Faulty navigation in questions categories when editing questions or exporting/importing categories"
-
jamiesensei authored
MDL-10812 changed 'Modified' string to 'Last Saved' since as pointed out often someone might press the save button after viewing a question without making any modifications.
-
toyomoyo authored
-
skodak authored
-
- 18 Aug, 2007 2 commits
-
-
thepurpleblob authored
Whoops! Overwrote question object. Variable name changed Thanks to Adriane Boyd for spotting that one. Merged from STABLE_18
-
nicolasconnault authored
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
-
- 17 Aug, 2007 21 commits
-
-
thepurpleblob authored
Import/Export format select list is now a (required) list of radio buttons, with no default
-
tjhunt authored
-
tjhunt authored
-
skodak authored
-
skodak authored
MDL-10892 modules explicitly declare support for groupmembersonly; the grouping and groupmembersonly elements are now marked as advanced; only Resource supports groupmembers only now
-
skodak authored
-
nicolasconnault authored
-
jamiesensei authored
-
jamiesensei authored
-
jamiesensei authored
-
tjhunt authored
MDL-10863 - multichoice question type won't upgrade to 1.9 beta because MySQL sometimes treats enum constants case-insensitively.
-
jamiesensei authored
Fixes for some notices because of unitialized vars and elements that may not be present in older backup xml.
-
tjhunt authored
Temporary fix for MDL-9356 becuase it was blocking a bug I needed to fix. Eloy, please review carefully when you get back from holiday.
-
jamiesensei authored
-
thepurpleblob authored
Merged from STABLE_18
-
toyomoyo authored
-
skodak authored
MDL-10383 - adding UI for new grouping settings into course and mod edit forms + fixed section handling on mod edit page + other minor cleanup
-
nicolasconnault authored
-
toyomoyo authored
replacing round() with number_format (for a number betweem 0-100), because round does not respect decimal places, e.g. round(90.50, 2) = 90.5
-
toyomoyo authored
-
nicolasconnault authored
-