27386 Commits

Author SHA1 Message Date
stronk7
6817efbc2f Added Id tag 2007-08-06 22:16:36 +00:00
skodak
15a511597e MDL-10738 finished hiding support in grade and item edit page 2007-08-06 20:51:09 +00:00
urs_hunkler
1632679d7f merged 2007-08-06 19:47:37 +00:00
urs_hunkler
9577f56311 merged 2007-08-06 19:39:08 +00:00
poltawski
be23993798 MDL-10624 Reverting forum part of last commit - it wasn't needed, I wasn't testing
correctly. merged from 18_STABLE
2007-08-06 19:17:36 +00:00
nicolasconnault
0605ad5092 MDL-10724 Added the help buttons to the item edit form 2007-08-06 18:52:12 +00:00
poltawski
87c2d37d82 Fixed typo in previous commit 2007-08-06 18:47:57 +00:00
poltawski
2515adf9ea MDL-9431 & MDL-10624 - we're not removing some tracking records from the
database when we unassign roles - remove forum_subscriptions & user_lastaccess

Merged from MOODLE_18_STABLE
2007-08-06 18:45:35 +00:00
stronk7
40859bd5e1 Added Id tag
Merged from MOODLE_18_STABLE
2007-08-06 18:29:56 +00:00
stronk7
bd5d0ce540 MDL-8119 : Improvements to logging where Mnet hosts are involved
Merged from MOODLE_18_STABLE
2007-08-06 18:19:15 +00:00
stronk7
6cdd0f9c93 Adding Id tag + copyright notice.
Merged from MOODLE_18_STABLE
2007-08-06 17:55:44 +00:00
luizlaydner
22792afb0d *** empty log message *** 2007-08-06 17:51:48 +00:00
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