27888 Commits

Author SHA1 Message Date
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
toyomoyo
54c7e5e064 removing old broken sql 2007-08-17 06:15:35 +00:00
nicolasconnault
66b079ae94 MDL-10870 Missed an instance of old nav in admin/lang.php 2007-08-17 05:19:20 +00:00
toyomoyo
3ace5ee456 merged fix for MDL-10856, mp3 filter does not work for uploaded html files 2007-08-17 04:57:52 +00:00
nicolasconnault
b0a16fbe6d Fixed small glitch in admin->users->permissions->define roles page, where the manage tab didn't show as selected when that page was shown. 2007-08-17 04:43:45 +00:00
nicolasconnault
f3d3f3e809 MDL-10870 Missed an instance of old nav in login/index.php 2007-08-17 04:29:12 +00:00
moodler
2db01bec9e Slight change to "show parent" link (backto how it was) 2007-08-17 03:42:07 +00:00
moodler
87a462eadb Fixed navigation for forums where parents are chosen 2007-08-17 03:35:34 +00:00
toyomoyo
6488cec8ab reversing a change that's making multiple mp3s not to work 2007-08-17 02:07:26 +00:00
jamiesensei
79bb720200 Fixed MDL-10855 'Calculated question error: undefined stdClass::$nextpageparam' and some other calculated question bugs. 2007-08-17 01:06:02 +00:00
skodak
778918fd71 MDL-10383 - some more refactoring/cleanup, enablegroupings experimental admin setting, tabs in groups UI 2007-08-16 21:14:03 +00:00
skodak
2d4376fd66 fixing syntax error 2007-08-16 20:29:42 +00:00
nicolasconnault
09cef06a10 MDL-10873 If both site default and user pref are empty for studentsperpage, we assume that paging is not wanted, so all paging functionality is switched off in the report. 2007-08-16 18:09:49 +00:00
nicolasconnault
4f8783fe91 MDL-10873 Now deleting the preference from user_preferences if the value submitted is empty. The grader report will then revert to the site default 2007-08-16 17:53:08 +00:00
nicolasconnault
65634a81b8 MDL-10853 Fixed this bug plus others in the resource class 2007-08-16 17:38:50 +00:00
nicolasconnault
a164fd5d80 MDL-10870 A few more fixes to the file.php page's navigation 2007-08-16 16:53:55 +00:00
skodak
178f965883 MDL-10383 - fixing missing else typo 2007-08-16 15:52:52 +00:00
nicolasconnault
73c24ef80b MDL-10870 All files updated to new build_navigation() method. 2007-08-16 15:01:25 +00:00
skodak
5bf243d131 MDL-10383 - groups/groupings refactoring nearly finished ;-) 2007-08-16 11:06:48 +00:00
jamiesensei
610ef0930f oops. Removed stray die; that was in the code for debug purposes. 2007-08-16 10:44:07 +00:00