moodlerobot
403d51f2fa
Updated the HEAD build version to 20090320
2009-03-19 23:34:11 +00:00
thepurpleblob
ff7636f7ff
MDL-18542:
...
Missed the format field for textarea.
Merged from STABLE_19
2009-03-19 21:17:25 +00:00
thepurpleblob
cfd7998216
MDL-18542:
...
Correctly deals with field types that have multiple parts (e.g. data and lat/long)
Thanks to Eloy for spotting this.
Merged from STABLE_19
2009-03-19 20:45:40 +00:00
stronk7
53dd63837d
MDL-18594 restore check - skip maintenance.html file on restore of sie files. Credit goes to Juan Segarra. Merged from 19_STABLE
2009-03-19 14:45:01 +00:00
poltawski
2029fcf47f
email_to_user: MDL-16328 - prevent empty receeipent address
...
Be a bit defensive as it seems to be possible for this to happen
with LDAP auth
2009-03-19 10:35:08 +00:00
tjhunt
1d693c8fd0
course settings: MDL-18595: Fix regression caused by switching the course settings form to use the new date selector.
...
The bad commit was http://cvs.moodle.org/moodle/course/edit_form.php?r1=1.65&r2=1.66
Sorry everyone who was inconvenienced by this.
2009-03-19 03:14:11 +00:00
moodlerobot
add53f6587
Updated the HEAD build version to 20090319
2009-03-18 23:34:41 +00:00
danmarsden
caab877486
MDL-18564 choice - fix grammar - thanks to Ray Lawrence for the report
2009-03-18 23:04:30 +00:00
exe-cutor
ad9f023c64
MDL-18597 Merging from STABLE
2009-03-18 13:28:57 +00:00
exe-cutor
1f4650184e
MDL-18597 Merged from STABLE
2009-03-18 13:22:31 +00:00
thepurpleblob
10b4a508ae
MDL-18579:
...
Provide nicer message if 'Stop on error' is selected and errors are found.
Merged from STABLE_19
2009-03-18 11:15:51 +00:00
tjhunt
2d10b78980
XHTML strict! If you must write inline JavaScript, please at least remember the CDATA tags.
2009-03-18 08:30:13 +00:00
tjhunt
e0b7cfcb31
quiz settings: MDL-18583 When a quiz has no grade, make it clear that you can only enter one lot of overall feedback.
...
When the maximum grade for the quiz is 0, we disable all the overall feedback form controls except for the first, and display an explanitory message.
2009-03-18 07:33:56 +00:00
tjhunt
414f7bee6b
formslib: MDL-15827 disabledif option to repeat_elements did not work if you depend on another repeated element.
...
Patch thanks to Matthieu Nué.
2009-03-18 07:08:18 +00:00
tjhunt
80f7bafdab
question bank: MDL-18531 Sorry, capability name typo.
2009-03-18 05:33:56 +00:00
tjhunt
5ecfab5148
quiz outline report: MDL-18285 Show regrade date, not last attempt date.
...
I also took the opportunity to clean up the code a bit.
2009-03-18 05:16:49 +00:00
tjhunt
353b2d700d
question bank: MDL-18531 if someone can use questions in the quiz context, but not the course context, choose a more sensible default category in the question bank. Merged from MOODLE_19_STABLE.
2009-03-18 05:02:27 +00:00
moodlerobot
89175225bf
Updated the HEAD build version to 20090318
2009-03-17 23:37:36 +00:00
mark-nielsen
ab1e7c397f
shortanswer grading: MDL-18347 shortanswer was not grading correctly with custom scoring set to No, merged from 19
2009-03-17 16:27:40 +00:00
sam_marshall
fdec3d4f88
MDL-18582: Made config.php consistently require_once
2009-03-17 10:52:27 +00:00
tjhunt
3e10e4292d
quiz editing: MDL-17454 first attemtp, and MDL-18554
...
This is a minimal fix for MDL-18554, I have just added a cancel button and made it work.
The more substantial part of this is MDL-17454, trying to make the quiz editing screen behave appropriately when shuffle questions is on. I am sure Olli will have opinions about this and want to change it further. Rought summary:
* When shufflequestions is off, never restrict manual paging, even if questionsperpage is set.
* When shuffle questions is on:
** Always display the quiz with the defined number of questions per page.
** Remove controls to add things except at the end of the quiz.
** Disable most of the order and paging tab, but still allow the question list to be reordered, in case that helps teachers track which questions they have added.
** Still allow questions to be reordered on the edit tab, but when moving the top question on a page up, reorder with the previous question, rather than moving to the previous page.
* Change the status bar, so that the yellow highlight is reserved for alert information. The more informative stuff is now plain, and moved to under the title. To my mind that associates it more closely with the quiz name. Also it moves Total of grades and Maximum grade closer together.
* JavaScript cleaned up. I learn more about YUI every day.
* Some PHP code clean ups that I forgot to commit separately before making substantive changes.
2009-03-17 09:51:34 +00:00
tjhunt
babcc520a7
Minor coding style cleanup.
2009-03-17 08:34:56 +00:00
tjhunt
de57941d2a
quiz editing: unindent entire file.
2009-03-17 08:21:37 +00:00
tjhunt
b4a33c4ba6
formslib dates: MDL-16592 Forgot to commit these stylesheet changes.
2009-03-17 07:15:51 +00:00
tjhunt
c34760f93c
Whitespace fix.
2009-03-17 07:14:14 +00:00
tjhunt
8c87920373
quiz settings: MDL-17333 drat, missed one lang string.
2009-03-17 07:10:45 +00:00
tjhunt
eeab18f0b3
quiz settings: MDL-17333 Resolve the interrelations between shufflequestions and questionsperpage.
...
* change the wording of the settings.
* add a repaginate now checkbox (disabled if shuffle is on).
* JavaScript to automatically check the checkbox when qpp changes.
* (remove some irrelevant return value checks now we use exceptions.)
2009-03-17 07:08:33 +00:00
dongsheng
64115dc8b3
"REPOSITORY/MDL-18520, hard-coded block list in file system plugin"
2009-03-17 05:21:03 +00:00
tjhunt
cf0e8bdba8
database mod: XHTML strict!
2009-03-17 04:28:47 +00:00
tjhunt
66aa084c6d
database mod: XHTML strict!
2009-03-17 04:22:48 +00:00
moodlerobot
500d08eb1e
Updated the HEAD build version to 20090317
2009-03-16 23:34:25 +00:00
stronk7
cf8a2e9f8d
MDL-18576 timezones - info updated to tzdata2009c ; merged from 19_STABLE
2009-03-16 17:55:26 +00:00
thepurpleblob
268104371b
MDL-18567:
...
Check for (boolean) false coming back from database instead of real data
Merged from STABLE_19
2009-03-16 16:37:31 +00:00
thepurpleblob
410b53deed
MDL-18542
...
Can now uncheck checkboxes and have them stored correctly.
Merged from STABLE_19
2009-03-16 15:38:06 +00:00
thepurpleblob
c95defa90b
MDL-18555:
...
Adding better handling for unsupported question types.
Merged from STABLE_19
2009-03-16 14:25:30 +00:00
jerome
d0977acf53
web service MDL-12886 remove tmp prefix
2009-03-16 07:58:30 +00:00
tjhunt
8f732f2ec7
formslib dates: MDL-16592 Take out copy-and-paste snafu
2009-03-16 07:47:01 +00:00
tjhunt
b3a4937663
formslib dates: MDL-16592 by popular demand, a close icon on the popup.
2009-03-16 07:38:27 +00:00
tjhunt
feed81934b
course settings: use the optional option on date selectors, rather than a manua disabled checkbox. Also use new duration element.
2009-03-16 06:09:43 +00:00
tjhunt
b51709c14c
formslib disabledif: MDL-18522 make it work if either end of a disabledif relationship is a set of radio buttons.
2009-03-16 06:09:05 +00:00
tjhunt
562b75b21f
formslib durations: MDL-18500 Let the form control the default unit.
2009-03-16 05:57:25 +00:00
jerome
8a948bfc9a
web service MDL-12886 restrict return type for get_groupmembers
2009-03-16 05:54:28 +00:00
tjhunt
bd55319b37
formslib dates: MDL-16592 fix a couple of remaining niggles.
...
* Hide when focus leaves in almost all cases.
* Reposition the calendar after a delay after changing to a month with a different number of weeks.
2009-03-16 03:42:14 +00:00
tjhunt
9bad31f562
formslib dates: MDL-16592 Fix problem when trying to select a time when the calendar is not visible.
2009-03-16 02:27:08 +00:00
dongsheng
a53d4f45c4
"REPOSITORY/MDL-13766, create prepare_file function, it will prepare temp file for repository api"
2009-03-16 02:16:50 +00:00
tjhunt
f6b6861d9d
javascript: MDL-18568 We don't need a function called uncheckall, as well as one called checknone!
...
Also, clean up coding style in the popupchecker function.
2009-03-16 02:11:15 +00:00
jerome
991c215b05
web service MDL-12886 specify params for update and delete user ws functions. Check that the user exists into update_user core function.
2009-03-16 02:08:12 +00:00
tjhunt
5995f17f72
qtypes: MDL-18559 questions showing penalty information when they shouldn't.
...
We had a !== when it should have been !=, and our constants were defined as strings not ints. This problem has been there since forever, but no one had noticed before. Thanks to Alan Trick for finally spotting it!
2009-03-16 01:52:47 +00:00
gbateson
94328e504c
recalcualte grades when HotPot grading method changes
2009-03-16 01:52:15 +00:00
dongsheng
c052a9ceca
"REPOSITORY/MDL-18546, use require_js to include javascript files, see tracker for more details"
2009-03-16 01:41:26 +00:00