25804 Commits

Author SHA1 Message Date
moodler
b107549c32 Merged MDL-9139 from 1.8 2007-04-01 15:59:04 +00:00
moodler
88ca32b967 Merged editsection button alignment from stable 2007-04-01 15:18:06 +00:00
moodler
ea67fff371 merged style fix for required message on forms 2007-03-31 09:10:41 +00:00
moodler
782573e86d Merged solution for MDL-6458 typo 2007-03-31 05:25:41 +00:00
moodler
bf8b3d21ba Making redirects work again 2007-03-31 02:34:06 +00:00
moodler
d176958817 error_get_last() ? What's that? 2007-03-31 02:30:56 +00:00
skodak
376c9c70e9 merging changes from MOODLE_18_STABLE 2007-03-30 21:23:09 +00:00
skodak
ef4d42fd9e Added patch from Mark for MDL-9083; merged from MOODLE_18_STABLE 2007-03-30 21:15:39 +00:00
skodak
b03a967d1a merging string from MOODLE_18_STABLE 2007-03-30 21:11:45 +00:00
skodak
c543cfe15f More multilang support for site fullname, plus a couple extra comments. merged from MOODLE_18_STABLE 2007-03-30 21:10:15 +00:00
skodak
12970ac363 More multilang support for site fullname, plus a couple extra comments; merged from MOODLE_18_STABLE. 2007-03-30 21:07:30 +00:00
moodler
1de586216f Merged block self-test fix from stable 2007-03-30 18:04:34 +00:00
moodler
431fe2f0fd Fixed typo (MDL-9119) 2007-03-30 17:07:12 +00:00
moodler
052ba1f503 Merged applicable_format fixes for MDL-9119 2007-03-30 16:52:38 +00:00
moodler
b373a751d2 Merged fix for MDL-8093 from 1.8 2007-03-30 16:01:44 +00:00
stronk7
d9bb8caa28 Adding a missing parameter to the "add new course" button. MDL-9129
Merged from MOODLE_18_STABLE
2007-03-30 15:36:52 +00:00
nfreear
5bff085524 Follow up fix for bug MDL-8695 "Form 'required' icon is hidden". 2007-03-30 10:52:45 +00:00
nfreear
e5938e6dcc Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. Merged from HEAD. 2007-03-30 10:46:06 +00:00
dwoolhead
07996c8e4d MDL-9122 Unnecessary li opening tag (without closing tag) no longer printed when moving course section activity 2007-03-30 10:23:12 +00:00
tjhunt
9523cbfcef Small code cleanup to fix an obscure warning. If you got an error in the middle of creating a quiz attempt, you could get an attempt with no states. Then that caused an error when the attempt was deleted. Merged from MOODLE_17_STABLE. 2007-03-30 10:17:16 +00:00
nfreear
653f890d22 Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan (big woops, forgot to commit on 1/3). 2007-03-30 10:15:18 +00:00
tjhunt
46e910c7cd Fix notice. Merged from MOODLE_17_STABLE. 2007-03-30 09:34:05 +00:00
nicolasconnault
27c69abeea MDL-9115 Added new strings to lang/en_utf8/group.php (where in roles.php before!). Also cleaned up page a little more so the backend code is at the top, with the HTML output at the bottom. We may be able to use mform with this page eventually. AJAX would also help. 2007-03-30 08:31:20 +00:00
toyomoyo
65391c1aa3 fix for MDL-9021, missing add_to_log() call 2007-03-30 08:00:42 +00:00
nicolasconnault
53b16b2b68 MDL-9118: The group/edit page now fetches the groupingid for the selected group if it isn't already provided. Note that this will need changing when/if multiple grouping membership is implemented, since only the first grouping is returned at present. 2007-03-30 07:52:56 +00:00
stronk7
95f4b90172 XHTML fix. Credit goes to Jeff Graham. MDL-9103
Merged from MOODLE_18_STABLE
2007-03-30 07:46:15 +00:00
toyomoyo
5bd76d7fba merged fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:04:43 +00:00
nicolasconnault
be833e823c handled another potential xhtml error: empty select when no members in group. 2007-03-30 06:32:10 +00:00
nicolasconnault
e91cc88ce3 MDL-9111: Changed to "Back to groups" 2007-03-30 06:14:50 +00:00
nicolasconnault
06670c2669 MDL-9112: Fixed htmleditor height. 2007-03-30 06:01:53 +00:00
nicolasconnault
88b6d71443 MDL-7186 2007-03-30 05:21:40 +00:00
nicolasconnault
c7b0485ffb 1. Converted grouping edit form to mform
2. Added 2 buttons to disable state when pseudogroup is selected
2007-03-30 05:14:29 +00:00
gbateson
3ce4a4d12a fix the display of the special chars keypad (in JCloze and JQuiz) 2007-03-30 03:43:00 +00:00
moodler
ac61551570 Automatic installer.php lang files by installer_builder (20070330) 2007-03-30 03:30:33 +00:00
nicolasconnault
b4e80a8be9 1. Fixed xhtml errors
2. Added correct breadcrumb back to group/index page, preserving selections.
2007-03-30 03:14:22 +00:00
nicolasconnault
73d7d22bd1 1. Added proper breadcrumb to group/edit|create page (preserves previous grouping/group selections)
2. Changed "Create Orphan group" to "Create orphan group"
3. Added help string for groupenrolmentkey
4. Edited moodle docs for groups edit page
2007-03-30 02:39:46 +00:00
toyomoyo
34c26fd2e1 changing help file as helen suggested 2007-03-30 02:24:18 +00:00
danmarsden
f2bb50394f fix for MDL-9087 screwy page when user places table into online assignment. - merging changes from Moodle_18_stable 2007-03-30 02:10:58 +00:00
stronk7
97f8f9c215 Added one more style to center some tables in glossary.
Merged from MOODLE_18_STABLE
2007-03-30 00:31:23 +00:00
stronk7
ab397f2613 Fixing approval interface. Step4. MDL-8793
Merged from MOODLE_18_STABLE
2007-03-30 00:28:02 +00:00
stronk7
a5c3d160dc Fixing export interface. Step3. MDL-8793
Merged from MOODLE_18_STABLE
2007-03-29 23:25:04 +00:00
stronk7
6ca980741f Fixing import interface. Step2. MDL-8793
Merged from MOODLE_18_STABLE
2007-03-29 23:13:09 +00:00
tjhunt
77b2b1fa43 MDL-9107 (regression from) MDL-8994 - adding random questions to a quiz was broken. Merged from MOODLE_18_STABLE. 2007-03-29 23:12:08 +00:00
tjhunt
b63c5b5905 MDL-9094 - Penalty factor is meaningless for Essay questions, so remove it from the editing form. Manual merge of the corresponding change from MOODLE_17_STABLE. 2007-03-29 23:00:48 +00:00
stronk7
136ce8dee2 Moving options from 2nd tab to main area. Step1. MDL-8793
Merged from MOODLE_18_STABLE
2007-03-29 22:19:29 +00:00
skodak
8f80eba57d MDL-4313 LDAP doesn't properly escape extra quotes in course details + minor role unassign change; merged from MOODLE_18_STABLE 2007-03-29 21:40:48 +00:00
skodak
344514fca5 MDL-3339 support md5 and sha1 in ldap when adding or changing passwords; merged from MOODLE_18_STABLE 2007-03-29 19:50:53 +00:00
skodak
f4f2b8fbf4 MDL-8590 fixed magic quotes in config settings; merged from MOODLE_18_STABLE 2007-03-29 19:05:16 +00:00
tjhunt
fb708c1130 MDL-6269, MDL-8958, MDL-8990 - Major fix to do with each attempt builds on last:
It used not to work with random questions, and there were problems with the computation of the grade, and regrading. Fix thanks to Paulo Matos, who not only fixed the bug and tested it, but was also incredibly patient waiting for me to have time to commit the changes to CVS.

Merged from MOODLE_17_STABLE.
2007-03-29 16:36:16 +00:00
tjhunt
a6b691d84d Add developer debugging to something that should not happen, and fix one instance of it. 2007-03-29 16:05:55 +00:00