23467 Commits

Author SHA1 Message Date
ethem
d948bfdde0 choosemethod is too long for heading, added <br /> 2006-11-16 14:19:52 +00:00
tjhunt
f2603dcc89 MDL-7576 - review link does not work after attempt is closed. Thanks to Chad Badiyan for the fix. Merged from MOODLE_17_STABLE. 2006-11-16 12:43:10 +00:00
ethem
3c167c58c1 Show correct string;
Credit card method: Name on card
ECheck: Account owner
2006-11-16 12:38:39 +00:00
ethem
3c07bc5a32 Stop responding on error. 2006-11-16 12:23:40 +00:00
toyomoyo
b06334e833 making hidden assignment work with multiple roles 2006-11-16 08:29:25 +00:00
vyshane
73d402efd0 Merged from 1.7. 2006-11-16 05:30:28 +00:00
toyomoyo
ae9761ec77 merged, fixed a problem when a user has not visited a course, he is not shown. Changed get_user_roles to take in additional parameter 2006-11-16 05:17:43 +00:00
toyomoyo
91e568534e fix for MDL-7099, do not share user tags (better interface, now using a new text
field with comma separated value). Prevented the same text for both official and
personal tag (tag text is unique). Fixed capability check for removing personal
tags. Changed GUI so that new personal tags will be picked up from the text field.
2006-11-16 03:37:04 +00:00
vyshane
29ca8b882d Merged from 1.7. 2006-11-16 03:28:09 +00:00
vyshane
9e9ac8da37 Merged from 1.7 2006-11-16 02:27:00 +00:00
skodak
37aaf16c92 Response file not uploading when grading student submission when using secureforms MDL-7566; merged from MOODLE_17_STABLE 2006-11-15 20:57:42 +00:00
ethem
f5fbea120f Fixed: MDL-7561
New forms api
2006-11-15 20:44:49 +00:00
skodak
e3bc106621 remove use of get_String("thischarset") replace it with utf-8 MDL-7570 2006-11-15 20:39:26 +00:00
skodak
70ad6fdbe6 Broken next button when grading assignments MDL-7569; merged from MOODLE_17_STABLE 2006-11-15 19:39:17 +00:00
skodak
e517b6dade MDL-6949 fixed enrolment choice in course edit form 2006-11-15 19:06:49 +00:00
tjhunt
84bf852c1b MDL-7428 - Quiz regrade removes student answers from essay questions that have been graded. Merged from MOODLE_16_STABLE. 2006-11-15 17:32:49 +00:00
tjhunt
a4d79b0eb5 MDL-7567 Numerical questions occasionally mix up the order of their answers. Merged from MOODLE_16_STABLE. 2006-11-15 16:58:44 +00:00
nfreear
1b091f37c3 PostgreSQL script, based on ../install.sql (Bug MDL-7380 "groups".) 2006-11-15 15:24:30 +00:00
nfreear
06a387cdaa MySQL script, extracted from ../install.sql (Bug MDL-7380 "groups".) 2006-11-15 15:23:56 +00:00
sam_marshall
40d8670956 MDL-7513 Further tweak to the way defaultuser role works to unbreak one possible situation that my previous change just broke 2006-11-15 14:23:43 +00:00
sam_marshall
39dee8f200 MDL-7513 - made it so a hack for Guest role only applies to that role and doesn't remove the course:view capability from other roles at site level when specifically assigned 2006-11-15 13:36:57 +00:00
tjhunt
1492a48f3c MDL-7309 Add error checking to the Quiz DB upgrade script. This should prevent the mysterious failures that some people are seeing when upgrading quizzes from 1.5.x to 1.6.x. Merged from MOODLE_16_STABLE. 2006-11-15 12:59:49 +00:00
nfreear
76f233ad44 Whitespace and $CFG->prefix fix (Bug MDL-7380 "groups".) 2006-11-15 10:23:52 +00:00
vyshane
2a0d551ca5 Merged from 1.7 2006-11-15 08:34:17 +00:00
skodak
e08df351e2 Add optional cli only and password protected access to cron.php MDL-7318; idea and patch submitted by Luke Hudson - thanks 2006-11-15 08:29:24 +00:00
toyomoyo
40a2a15f20 separating the site course context and the site context, could be buggy, please report bugs! 2006-11-15 08:23:27 +00:00
vyshane
f68a7947bd Merged from 1.7 2006-11-15 08:07:32 +00:00
jamiesensei
373503035f little bit of clean up. removed extra global var and format element helpbutton is now included in element definition. 2006-11-15 07:49:43 +00:00
jamiesensei
5f649aaa79 migrated mod/lesson/mod.html to formslib 2006-11-15 07:44:33 +00:00
jamiesensei
3c7656b4b0 added two new elements button and choosecoursefile which inherits from button
added $supportsgroups bool parameter with default true to give method standard_coursemodule_elements($supportsgroups=true) on moodleform_mod
2006-11-15 07:40:49 +00:00
ethem
19384dfb70 MDL-6937
MDL-7561
MDL-7562

Need to be used new forms api.

Please see also:

* enrol.php: check_entry(), config_form(), process_config()
* localfuncs.php: validate_cc_form(), validate_echeck_form()
2006-11-15 07:39:04 +00:00
jamiesensei
f388442b26 added removeOption method to allow removing options from a select drop down 2006-11-15 07:36:00 +00:00
jamiesensei
145dbd7cee added action to redirect back to course page or to url in session var if cancel has been pressed. 2006-11-15 07:34:34 +00:00
jamiesensei
f1e6550be2 needed to add the option to pass an element id rather than a name to index.php as the choose parameter. XHTML strict doesn't allow giving a form a name attribute so we use the id of the form element to select the element to return the filename to. We use getElementById to find the element in the document. 2006-11-15 07:26:48 +00:00
toyomoyo
7cf0769e97 reenabling this for site level course, backup/restore/assign roles and so on.
This provides a course context for the site course
2006-11-15 07:17:46 +00:00
toyomoyo
33a893aa2b merged, adding missing fields 2006-11-15 06:28:37 +00:00
toyomoyo
e1658dad73 merged, replacing deprecated functions 2006-11-15 06:23:28 +00:00
toyomoyo
3997cb4037 Adding hidden role assignment, currently used in course participants page and print_course function.
Please test.
2006-11-15 04:28:18 +00:00
toyomoyo
4158fd81ce merged fix for MDL-6928, correcting checks for auth_iscreator 2006-11-15 03:40:18 +00:00
vyshane
d23157d82f Merged from 1.7 2006-11-15 03:31:28 +00:00
toyomoyo
baecd8cd72 dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
toyomoyo
323edd4ba4 fixing indenting 2006-11-15 03:15:06 +00:00
moodler
9e0834fe51 Automatic installer.php lang files by installer_builder (20061115) 2006-11-15 03:12:00 +00:00
vyshane
7fdbbaea87 Merged from 1.7 2006-11-15 02:42:38 +00:00
toyomoyo
ced6ca158f fixing alt tag to use capital "More" 2006-11-15 02:10:59 +00:00
skodak
470accb7af use timeupdated field in paypal table MDL-7555 2006-11-14 21:29:57 +00:00
skodak
919da6579c MDL-7536 add proper slashing to data from paypal callback 2006-11-14 21:12:17 +00:00
skodak
934bdbee95 MDL-7535 PayPal communication now fully utf-8 compatible, users must check/fix encoding setting in their PayPal account - see linked docs from PayPal enrolment config page 2006-11-14 20:52:15 +00:00
moodler
2562c1416c Initial commit of gu_utf8 installer file 2006-11-14 19:52:55 +00:00
stronk7
0b02aefb93 while working, it's better to compare with original data (un-slashed)
Merged from MOODLE_17_STABLE
2006-11-14 16:31:33 +00:00