27707 Commits

Author SHA1 Message Date
samulik
f87696bbd1 MDL-10859 - Documenting $CFG-logsql 2007-08-20 15:59:18 +00:00
thepurpleblob
88e5f3578e MDL-9345:
Hard coded error message "cannot view profile" put into the errors file in
the language pack. Where it should be :-)

Merged from STABLE_18
2007-08-20 15:15:18 +00:00
skodak
7e4fdf2515 MDL-10383 - some more disabling of groupingid's when $CFG->enablegroupings empty - adding some explanation comments 2007-08-20 14:20:36 +00:00
skodak
c0d4238d01 MDL-10383 - some more disabling of groupingid's when $CFG->enablegroupings empty; this should allow using of $cm->groupingid in modules without extra checks for $CFG->enablegroupings 2007-08-20 14:18:55 +00:00
skodak
055f21850a MDL-10914 support for groupings in Database module 2007-08-20 14:04:10 +00:00
skodak
9d66deb3ce MDL-10383 - some more refactoring and new grouping related functions for modules 2007-08-20 13:56:39 +00:00
mudrd8mz
2cf0ece41b Removing an old and unused string. 2007-08-20 13:30:24 +00:00
skodak
777da4d56c MDL-10913 fixed incorrect use of data_update_instance in presets code 2007-08-20 12:53:44 +00:00
jamiesensei
56beb4e262 removed some use of AS for table aliases in SQL. 2007-08-20 11:12:11 +00:00
jamiesensei
a7f6dc55fa Adding lang strings for new question capabilities and removing some old ones. 2007-08-20 10:58:11 +00:00
Martin Langhoff
0ed81c4f9c cvsimport fixups binary files 2007-08-29 13:10:26 +12:00
Martin Langhoff
359abcacab cvsimport fixups binary files 2007-08-29 13:10:20 +12:00
Martin Langhoff
13534ef716 cvsimport fixups 2007-08-29 13:10:11 +12:00
nfreear
59aa15d650 MDL-5400 "Accessibility modifications..." - fixing the 4 themes that don't use <h1>. 2007-08-20 10:52:57 +00:00
thepurpleblob
13e88db4a2 MDL-10819:
GIFT now exports grade fractions for numeric questions

Merged from STABLE_18
2007-08-20 10:36:30 +00:00
thepurpleblob
c1828e0b19 MDL-10689:
No questions imported if "stop on error" selected and there are invalid grades.

Merged from STABLE_18
2007-08-20 10:06:57 +00:00
toyomoyo
066bfbfe77 MDL-10181, user management improvements, adding improvements to bulk user upload (with minor bugs) and other changes 2007-08-20 08:51:35 +00:00
nicolasconnault
2619224c8a 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. 2007-08-20 08:40:46 +00:00
ikawhero
831d450e3f Adding custom profile fields to the signup page.
The only two authentication plugins this affects are email and ldap.
2007-08-20 08:30:34 +00:00
nicolasconnault
33a34cd4d0 MDL-10875 Corrected bug in averaging plus a couple of typos 2007-08-20 07:29:05 +00:00
skodak
e04ff2d559 MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled 2007-08-20 07:27:04 +00:00
toyomoyo
f9bb6a98d8 category grades and course grades should not be dependent on restore_userdata_selectee 2007-08-20 06:20:53 +00:00
toyomoyo
7e09821038 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. 2007-08-20 04:15:49 +00:00
moodler
8ec96cb172 Added readme to explain things a bit 2007-08-20 03:54:20 +00:00
moodler
e9261e0fc0 Added installer string names here so others can maintain it 2007-08-20 03:48:37 +00:00
jamiesensei
688cc5d01c Fix for MDL-10776 "Moodle Faulty navigation in questions categories when editing questions or exporting/importing categories" 2007-08-20 03:36:07 +00:00
jamiesensei
8a3b3e66bd 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. 2007-08-20 02:55:27 +00:00
toyomoyo
1dc08b85b1 MDL-4384, fixed undefined function call, hide the add sub category form in non-editing mode 2007-08-20 01:59:50 +00:00
skodak
b299029264 fixed syntax error 2007-08-19 21:07:15 +00:00
thepurpleblob
d510ec64b6 MDL-10902:
Whoops! Overwrote question object. Variable name changed
Thanks to Adriane Boyd for spotting that one.

Merged from STABLE_18
2007-08-18 09:33:45 +00:00
nicolasconnault
0be6f67819 MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
thepurpleblob
45b68eef6c MDL-10876:
Import/Export format select list is now a (required) list of radio
buttons, with no default
2007-08-17 15:15:21 +00:00
tjhunt
1a05537338 MDL-10897 - Backup is horribly inefficient when getting the users to include 2007-08-17 15:03:06 +00:00
tjhunt
2a4e13c5e7 MDL-10894 - Make block add/remove and edit permissions more consistent 2007-08-17 13:07:23 +00:00
skodak
bb5b72244a MDL-10890 all require_login() in modules reviewed and fixed use of $cm 2007-08-17 12:49:28 +00:00
skodak
a104debf4f MDL-10892 modules explicitly declare support for groupmembersonly; the grouping and groupmembersonly elements are now marked as advanced; only Resource supports groupmembers only now 2007-08-17 12:29:18 +00:00
skodak
f8e3d5f0c2 MDL-10888 groupmembers only checks in require_login() 2007-08-17 12:15:32 +00:00
nicolasconnault
e295df447f MDL-10870 All files updated to new build_navigation() method. 2007-08-17 11:18:58 +00:00
jamiesensei
88c8015ea0 fixing some problems with multichoice file link find and replace code for multichoice qtype. 2007-08-17 10:50:52 +00:00
jamiesensei
4119b7ba53 help file for new site files backup feature. 2007-08-17 10:47:49 +00:00
jamiesensei
863be1a95c Added a help button to the backup form. 2007-08-17 10:03:18 +00:00
tjhunt
c389b50482 MDL-10863 - multichoice question type won't upgrade to 1.9 beta because MySQL sometimes treats enum constants case-insensitively. 2007-08-17 10:01:34 +00:00
jamiesensei
1a73a3d84e Fixes for some notices because of unitialized vars and elements that may not be present in older backup xml. 2007-08-17 10:00:00 +00:00
tjhunt
af999b9095 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. 2007-08-17 09:59:54 +00:00
jamiesensei
7c1c94872e Fix for notice on first page of restore. 2007-08-17 09:53:00 +00:00
thepurpleblob
4433fff5a8 Moved check for plugin import/export to the start rather than the end
Merged from STABLE_18
2007-08-17 09:47:51 +00:00
toyomoyo
df6d3c66ae merged fix for MDL-10037, hide hidden user's blogs from course view 2007-08-17 08:16:11 +00:00
skodak
24f41672ba MDL-10383 - adding UI for new grouping settings into course and mod edit forms + fixed section handling on mod edit page + other minor cleanup 2007-08-17 08:05:04 +00:00
nicolasconnault
f1af7aaaf5 MDL-10870 All files updated to new build_navigation() method. 2007-08-17 07:25:47 +00:00
toyomoyo
d8c684de7e 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 2007-08-17 06:28:12 +00:00