27374 Commits

Author SHA1 Message Date
skodak
2b0f65e23c MDL-10223 module grades are now refreshed after unlocking 2007-08-06 15:18:54 +00:00
moodler
6200420dc6 Merged fix for MDL-10732 from stable 2007-08-06 15:11:06 +00:00
moodler
5c5085bada Merrged some comment fixes from stable 2007-08-06 14:56:24 +00:00
moodler
a9900c73ec Merged unsubscribe link in email fixes from stable 2007-08-06 14:55:02 +00:00
tjhunt
3d3867b69a MDL-10730 - After submitting a question in adaptive mode, go back to that question, not the top of the page. Code thanks to Tony Gardner-Medwin, based on my suggestion. 2007-08-06 14:10:46 +00:00
poltawski
630f31b75c MDL-10714 - tweak language to explain allowdeleting feature correctly 2007-08-06 13:38:58 +00:00
poltawski
148e093abb MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types!
Merged from MOODLE_18_STABLE
2007-08-06 13:28:40 +00:00
tjhunt
0675e5eb8f MDL-9519 - incorrectuse of language strings in quiz. Merged from MOODLE_18_STABLE. 2007-08-06 13:22:59 +00:00
skodak
29d509f59a MDL-10109 optional aggregation of outcomes together with grades 2007-08-06 12:05:45 +00:00
moodler
e754b3e058 Just hiding the calculation field from the edit forms until we do something better with it. Inthe meantime, use the main calcualtion form. 2007-08-06 09:42:47 +00:00
nicolasconnault
be55a047dc MDL-9628 Added title attributes to quickgrading and quickfeedback input elements, and gave the quickfeedback input a dashed 1px black border to distinguish it easily from the grade input. 2007-08-06 09:02:22 +00:00
skodak
eedd3aa27b edit tree now respects aggregationposition preference 2007-08-06 09:01:18 +00:00
nicolasconnault
859c72599f MDL-9628 Fixed sorting 2007-08-06 08:10:37 +00:00
moodler
72ce416cd7 Fixed notice about $USER when not logged in 2007-08-06 07:53:31 +00:00
nicolasconnault
ca145cc84e MDL-9628 Removed superfluous & in URL (part of $report->baseurl) and reversed the default sortitem order from ASC to DESC (highest grade first). 2007-08-06 06:07:23 +00:00
nicolasconnault
a067e30df5 MDL-9775 Reverting Urs' dot, so that martin can play around with this issue. 2007-08-06 05:49:49 +00:00
moodler
c74fd1e85c Added grade.php file to make MDL-10674 work 2007-08-06 05:38:58 +00:00
moodler
4c67d26eda Added grade.php so that MDL-10674 works 2007-08-06 05:31:17 +00:00
mattc-catalyst
a64b66ddcf MDL-7043: fix insert link functionality to allow linking to images again
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-08-06 04:38:59 +00:00
moodler
2fb21c7e61 Automatic installer.php lang files by installer_builder (20070806) 2007-08-06 03:46:48 +00:00
stronk7
fd9162abef fix insert_record() call using arrays instead of objects
Merged from MOODLE_18_STABLE
2007-08-05 22:51:07 +00:00
stronk7
4a8e7db55e $dataobject in insert_record() and update_record() must be objects.
Added code to detect, fix and debug array situations. Related to MDL-9751.

Merged from MOODLE_18_STABLE
2007-08-05 22:40:10 +00:00
urs_hunkler
11d6ec1355 merged from 1.8 - $thumbwidth not calculated 2007-08-05 16:42:31 +00:00
koenr
903dcaba78 added missing <p> MDL-9941 2007-08-05 13:33:55 +00:00
koenr
48356d2e62 INHERIT -> NOT SET MDL-10162 2007-08-05 13:30:47 +00:00
koenr
9b2f3e3194 "new" is out of Mexican Peso since 1996 MDL-9086 2007-08-05 13:25:44 +00:00
urs_hunkler
d63ef3b83b MDL-10408 - added checks for propertyIsEnumerable for MooTools compatibility 2007-08-05 12:15:27 +00:00
urs_hunkler
48bfa2e0c9 Nicolas' changes to custom_corners has broken the theme. I decided to use the same method as clearfix by adding a "." and not a "&nbsp;". Some additional CSS is needed either way. 2007-08-05 10:31:57 +00:00
moodler
71593f3e9c iMerged theme fix from 18 2007-08-05 05:44:13 +00:00
stronk7
42fa499221 Prevent one warning
Merged from MOODLE_18_STABLE
2007-08-04 18:48:35 +00:00
stronk7
d660c423fd Support some strings from within the auth plugin lang files added. MDL-10694
Merged from MOODLE_18_STABLE
2007-08-04 17:18:14 +00:00
moodler
e25b9d5ece Automatic installer.php lang files by installer_builder (20070804) 2007-08-04 05:36:57 +00:00
luizlaydner
19e41f75f2 - added tag_cron() to cron.php 2007-08-04 01:51:18 +00:00
luizlaydner
5557c75a9f - added block support for tag pages 2007-08-03 21:41:09 +00:00
skodak
f615fbaba0 MDL-10711 adding deleting of grade data when deleting module or course 2007-08-03 19:25:22 +00:00
nicolasconnault
f2c883562d Gradebook unit tests review 2007-08-03 15:10:25 +00:00
skodak
39bb937a6a MDL-10549 finally found the cause of incorrect layout - invisiblefieldset strikes again 2007-08-03 14:56:32 +00:00
skodak
a330e1ae5d MDL-10549 aligning outcomes the same way as grades on submissions page == right 2007-08-03 14:38:22 +00:00
skodak
38f4c3fc4b MDL-10549 css fixes - alignment in popup grading in ff still not ok, hmmm 2007-08-03 14:32:26 +00:00
tjhunt
90a36f8cdf MDL-10709 - Shortanswer resonses should be trimmed before being saved in the database. Merged from MOODLE_18_STABLE. 2007-08-03 14:26:46 +00:00
skodak
e79541a3b7 fixed updating of idnumbers 2007-08-03 14:12:38 +00:00
skodak
1a35ee51ac MDL-10549 css fixes - work in progress 2007-08-03 14:03:32 +00:00
urs_hunkler
c02345e398 added spaces before the divs too for req and adv icon alignment.
added ftoggler class to the labels and fcontainer div within the fieldset to be able to toggle the fieldsets open and collapsed with a JS framework.
2007-08-03 13:28:03 +00:00
skodak
fbaa56b22d MDL-10549 adding support for disabling outcomes 2007-08-03 13:22:31 +00:00
skodak
4f51f48fdf reverting last commit 2007-08-03 13:08:05 +00:00
donal72
b4daa48f1e Link to profile editing should not appear on remote-users' profiles (except for the user himself). 2007-08-03 12:28:33 +00:00
nicolasconnault
206ab18470 MDL-9775 Added &nbsp; inside the <div></div> for class="bt" and class="bb", for custom corners theme
MDL-10702 Finished fixing the CSS
2007-08-03 11:55:28 +00:00
urs_hunkler
cbdb3705ce Added a space before divs too 2007-08-03 11:51:14 +00:00
donal72
2f33c23492 MDL-9288 : An additional addslashes() that was in Petr's patch but didn't get committed. Tested and required. 2007-08-03 11:16:22 +00:00
urs_hunkler
620cd35d39 Added a space behind advancedimg to correct aligning in forms :: second approach, the first one didn't work in IE 2007-08-03 11:00:11 +00:00