34493 Commits

Author SHA1 Message Date
tjhunt
7192011c25 quiz results block: MDL-17583 notices in HEAD. 2008-12-10 04:13:04 +00:00
tjhunt
e452210a18 course request: MDL-17575 and MDL-6160 further improvements:
1/ email notification when course requested
2/ course request capability so that we can limit who can request new course
3/ list of my pending course requests on the request form

Implemented in 1.9 by Petr Skoda, and reviewed and merged to HEAD by me.
2008-12-10 02:57:41 +00:00
tjhunt
be0ba083a0 performance: MDL-17577 only include lib/questionlib.php from the few parts of mod/quiz/lib.php that actually need it. Merged from MOODLE_19_STABLE. 2008-12-10 02:11:42 +00:00
tjhunt
0a9356aad3 truefalse qtype: MDL-12027 remove spurious alt attribute from truefalse qtype radio buttons. 2008-12-10 00:54:27 +00:00
skodak
d02bcc3c24 MDL-17479, MDL-16426, MDL-16063, MDL-16013, MDL-15658, MDL-15556, MDL-15161, MDL-14925, MDL-13742, MDL-11557 - not sure which one ;-) fixed DML syntax 2008-12-09 23:55:47 +00:00
moodlerobot
4e87a3c021 Updated the HEAD build version to 20081210 2008-12-09 23:53:09 +00:00
skodak
c144ca1e6f MDL-17115 fixed new DML syntax 2008-12-09 23:52:20 +00:00
skodak
5f501fe105 MDL-15107 DML syntax fix 2008-12-09 23:50:18 +00:00
skodak
ecb45a9e40 MDL-17275 fixed DML syntax 2008-12-09 23:46:03 +00:00
skodak
2c4eb0064b MDL-17491 oracle dml: towards full support 2008-12-09 22:24:07 +00:00
skodak
67da7e65d2 MDL-13978 fixed code to use new DML syntax 2008-12-09 22:17:18 +00:00
skodak
351d5250c0 MDL12333 fixed code to use new DML syntax 2008-12-09 22:15:03 +00:00
skodak
84f06d9c72 MDL-17567 sibolleth: fixed code to use new DML syntax 2008-12-09 22:13:08 +00:00
piers
c78b79d037 MDL-17572 - remove php short tags. 2008-12-09 22:00:03 +00:00
danmarsden
46e58e8077 fix php short tags:MDL-17566: Thanks Stephen Bourget 2008-12-09 20:41:44 +00:00
skodak
64c6d5db62 MDL-17479 category search: replaced old update capability; merged from MOODLE__STABLE 2008-12-09 20:30:02 +00:00
skodak
fa11779376 MDL-17502 oops, I have overlooked Tim already fixed this - sorry; merged from MOODLE_19_STABLE 2008-12-09 16:35:28 +00:00
skodak
3ce50127b9 MDL-17502 accesslib: added warning if incorrect parameters supplied to has_all_capabilities() and fixed parameters in course lib code 2008-12-09 16:25:38 +00:00
tjhunt
18af228bf2 course categories: MDL-17502 followup. Fix notices. I'm sure I remember writing this code yesterday! 2008-12-09 09:27:25 +00:00
skodak
418b74993d MDL-17491 oracle dml: problem notes 2008-12-09 09:03:37 +00:00
dongsheng
841c1b2329 "MDL-17391, fix bugs when press insert link button on tinymce" 2008-12-09 07:30:51 +00:00
dongsheng
7137e7b9ce "MDL-17473, overwrite supported_filetypes function" 2008-12-09 06:55:12 +00:00
dongsheng
b933b378e3 "MDL-17391, fix file_type_to_ext to class, which should return array all the time" 2008-12-09 06:52:27 +00:00
moodler
22ed92de16 MDL-17391, change paramters of repository_get_client. 2008-12-09 06:50:06 +00:00
tjhunt
44079dfe7a define roles: MDL-16966 go back to 'Define roles' in the admin menu, rather than 'Manage roles'
Define is a stronger verb than manage, and most of the things there are to do with defining roles. I keep finding myself looking for 'Define roles' in the menu when I am testing, which suggests changing the working in 1.9 does more harm than good.
2008-12-09 05:14:15 +00:00
dongsheng
c167aa26c1 "REPOSITORY, BOXNET/MDL-17391, create a helper function to filter files in listing" 2008-12-09 02:11:57 +00:00
moodlerobot
26619ed30d Updated the HEAD build version to 20081209 2008-12-08 23:52:40 +00:00
skodak
d0b2acde4f MDL-17559 user edit: fixed undefined email property warnings; merged from MOODLE_19_STABLE 2008-12-08 20:16:49 +00:00
exe-cutor
2f5237edea Merged various fixes from 19 stable 2008-12-08 10:49:44 +00:00
stronk7
9d510a2ea0 MDL-13746 course shortname up to 100cc (applied to mnet_enrol_course) 2008-12-08 08:21:19 +00:00
dongsheng
20efad8b18 "MDL-17391, update repository instances when hide/show filepicker" 2008-12-08 07:34:46 +00:00
tjhunt
8a1b1c328d course categories: MDL-17502 when deleting a category and its contents, check moodle/course:delete capability.
* Note: this would never lead to problems with default role definions.
* Also ended up mostly rewriting delete_category_form to simplify the messages that are displayed.
* New helper function require_all_capabilities, a bit like require_any_capability.
2008-12-08 07:28:19 +00:00
dongsheng
fc11edbfa0 "MDL-17391, enable repository filter in html editor" 2008-12-08 06:53:58 +00:00
dongsheng
f956739ced "MDL-17391, use repository filter in forum module" 2008-12-08 05:23:31 +00:00
dongsheng
014c1ca037 "MDL-17391, filter repository intances by file types" 2008-12-08 05:19:09 +00:00
tjhunt
9136a60c46 course settings: MDL-17501 check for moodle/course:visibility in the course settings form.
1. If a user does not have that capability, don't let them change whether the course is visible.
2. Give teachers that capability by default.
3. To avoid regressions, on upgrade, give moodle/course:visibility to any role that has moodle/course:update.
2008-12-08 02:31:05 +00:00
moodlerobot
ca63c5fb14 Updated the HEAD build version to 20081208 2008-12-07 23:52:41 +00:00
moodlerobot
67ec2fa887 Automatic installer.php lang files by installer_builder (20081208) 2008-12-07 23:25:50 +00:00
skodak
fe197e66dc MDL-17519 - restore: preventing group member duplicates; merged from MOODLE_19_STABLE 2008-12-07 22:24:43 +00:00
piers
309ee0895b MDL-17115 - SCORM onload API checking. Hunt for the API. Matching part of the patch that fixes scorm version detection. 2008-12-07 22:22:51 +00:00
skodak
745c0ee508 MDL-17537 course request: shortname in course_request is now the same length as in course table - 100 chars 2008-12-07 22:13:39 +00:00
danmarsden
7325b01691 skip content structure page:MDL-11908: skip content structure page with multiple scos - if a teacher has set to skip, it should skip! - even with multiple scos. 2008-12-07 21:54:49 +00:00
skodak
fd01125fc2 MDL-17547 added missing param type; merged from MOODLE_19_STABLE 2008-12-07 21:32:01 +00:00
stronk7
d533ff3abe MDL-17545 activity names filter: Improve handling when name contains htmlentities() chars. Merged from 19_STABLE 2008-12-07 18:57:38 +00:00
stronk7
e6b3d18342 MDL-17518 resource names filter: Improve handling when name contains htmlentities() chars. Merged from 19_STABLE 2008-12-07 17:34:37 +00:00
moodlerobot
a4f2b684d6 Updated the HEAD build version to 20081207 2008-12-06 23:52:18 +00:00
skodak
826725329a MDL-15785 new options for enforcing of enrolment key commplexity and requirements 2008-12-06 21:20:42 +00:00
skodak
36641dd264 MDL-17372 fixed regression in 3rd party admin reports; merged from MOODLE_19_STABLE 2008-12-06 20:43:45 +00:00
skodak
cea67da005 MDL-11265 added shorter log retention periods and a warning that it might have some side effects 2008-12-06 17:44:57 +00:00
moodlerobot
ba3fb02e85 Updated the HEAD build version to 20081206 2008-12-05 23:52:18 +00:00