28917 Commits

Author SHA1 Message Date
poltawski
b18921676e MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
hardcoded and can be discovered through the user interface resonably easily.

Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
poltawski
48aab74977 MDL-11068 - fixed typo, messsage should be message
merged from MOODLE_19_STABLE
2007-10-29 09:58:59 +00:00
poltawski
467cebb0a1 MDL-11813 - Use existing group setting strings on course edit form so can be
better translated. Patch from Daniel Miksik

merged from MOODLE_19_STABLE
2007-10-29 09:47:13 +00:00
skodak
80fb1cf9b7 MDL-11874 grader report now indicates hidden items (gray title + range) and hidden grades (except when editing) 2007-10-29 08:38:28 +00:00
toyomoyo
816dc7bf5a MDL-11930, removing csv plugin lang file 2007-10-29 02:01:51 +00:00
poltawski
6e8a5d8814 MDL-11767 SQL error with postgres - merged from MOODLE_19_STABLE 2007-10-29 00:21:57 +00:00
danmarsden
770778a502 missed one line.
Fix for MDL-10085  and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results.
2007-10-29 00:21:53 +00:00
danmarsden
97b294f8c4 Fix for MDL-10085 and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results. 2007-10-28 23:25:54 +00:00
poltawski
e6262fcd0d MDL-11937 - save 100 database queries in the case of the admin bookmarks block
without bookmarks on non-admin page

Merged from MOODLE_19_STABLE
2007-10-28 23:06:39 +00:00
skodak
a559f6306e MDL-11563 replaced hardcoded permission check from admin_tree_block 2007-10-28 22:35:00 +00:00
skodak
0a78455120 MDL-11934 grade report in user profile now selectable 2007-10-28 17:15:00 +00:00
skodak
1504e26135 MDL-11927 fixed cookiepaths; patch by Kevin 2007-10-28 14:20:20 +00:00
skodak
d121490949 MDL-11718 report styles moved to report/xx/styles.php - for better consistency with other plugins; other cleanup in user report css; fixed css in user profile 2007-10-28 12:51:16 +00:00
urs_hunkler
83ad27e3d1 merged from 1.9 :: MDL-11926 :: two comments confused Chameleon. I have deleted the comments and optimized CSS for Chameleon use. 2007-10-28 12:40:39 +00:00
urs_hunkler
34658b8c3e merged from 1.9 2007-10-28 10:19:18 +00:00
moodler
4a6eb77c0d Automatic installer.php lang files by installer_builder (20071028) 2007-10-28 05:02:59 +00:00
skodak
28bcbc3868 added groups param to get_numusers() - to be used in oureport; might be handy elsewhere too 2007-10-27 22:05:58 +00:00
skodak
1273d7ddee support for styles.php in grade reports 2007-10-27 22:01:39 +00:00
skodak
cd52d90956 MDL-11718 fixed typos in prev commit 2007-10-27 20:37:22 +00:00
skodak
8aaa9d57be MDL-11718 minor cleanup 2007-10-27 20:16:51 +00:00
skodak
5be4614e23 MDL-11718 minor fix for grades in user profile 2007-10-27 18:22:52 +00:00
skodak
605740634a MDL-11718 partial cleanup in overview report - unfortunately the problems with hidden grades can not be solved here without db changes 2007-10-27 17:58:36 +00:00
skodak
26ed030543 MDL-11718 course settings for reports - for now only user report (rank and showing of hidden items) 2007-10-27 15:33:43 +00:00
skodak
57068674c6 MDL-11718 grader report now does not show column totals if user does not have view hidden grades capability because we can not calculate the totals depending on altered aggregates 2007-10-27 13:13:47 +00:00
skodak
1878f55d7c fixed error when no scale present 2007-10-27 11:41:44 +00:00
nicolasconnault
1994d890c9 Fixing unit test failures 2007-10-27 10:13:25 +00:00
nicolasconnault
96aad15ced grade_outcome->description doesn't exist 2007-10-27 06:28:00 +00:00
tjhunt
3a48e3da50 MDL-11917 - Improve the title on the assign/override roles page. Merged from MOODLE_19_STABLE. 2007-10-26 17:00:05 +00:00
toyomoyo
602654f358 merged fix for MDL-11532, updatesql needs to run after every 'round' otherwises nothing to pull from the context table 2007-10-26 07:58:23 +00:00
toyomoyo
ab95195566 MDL-11836, show number of blocks but do not link if no reference to any course 2007-10-26 03:25:39 +00:00
toyomoyo
26d7de8bfe merged fix for MDL-11902, gradebook formula dereferencing problem 2007-10-26 02:30:04 +00:00
toyomoyo
3c2e81ee49 proper copy and format, sorry 2007-10-26 02:28:47 +00:00
toyomoyo
e6acec95f2 fixing previous commit 2007-10-26 02:21:26 +00:00
toyomoyo
2f289fea5f adding back 2007-10-26 02:15:58 +00:00
tjhunt
5354679f77 Fix typo. Merged from MOODLE_19_STABLE. 2007-10-25 14:30:07 +00:00
tjhunt
0d4c63d7fb MDL-11825 - Force penaltyfactor to 1 for truefalse questions on GIFT import, as is done on the editing form. Merged from MOODLE_18_STABLE. 2007-10-25 09:43:06 +00:00
toyomoyo
9f06454655 MDL-11893, email admin when add_to_log() fails 2007-10-25 04:02:41 +00:00
mattc-catalyst
a979298761 mod/quiz: fixed fatal error in quiz_print_recent_mod_activity()
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-10-25 01:26:17 +00:00
danmarsden
41daad7675 MDL-11397 bug with IE 6 not displaying anonymous results correctly.
- also fix for XHTML Strict.
2007-10-24 21:27:26 +00:00
toyomoyo
1a27182bc6 MDL-11513, adding support for grade_letters 2007-10-24 07:41:45 +00:00
whchuang
4ea054ec24 Fixed MDL-10506. Hide/Show Advanced text does not toggle in IE and Safari when edit profile. 2007-10-23 22:29:04 +00:00
tjhunt
dcd55b7e80 MDL-11784 - On the role assign page, list who is assigned the role for roles with only a few assignments. Merged from MOODLE_19_STABLE. 2007-10-23 16:27:25 +00:00
tjhunt
c0fa4bc84c MDL-11881 - User with question permission but not mod/quiz:manage can get a nasty require_capability error. Merged from MOODLE_19_STABLE. 2007-10-23 16:15:46 +00:00
tjhunt
3bdca85298 MDL-11870 - Notices on the quiz view page if the corresponding grade item was deleted. Merged from MOODLE_18_STABLE. 2007-10-23 07:48:03 +00:00
moodler
1ea9e0f6b8 Automatic installer.php lang files by installer_builder (20071023) 2007-10-23 05:00:44 +00:00
danmarsden
19e559e4bc Fix for MDL-9666 totals don't appear when full names are shown. 2007-10-22 21:49:58 +00:00
danmarsden
8c74e3f676 fix for MDL-11063 - thanks to Wen for the patch. 2007-10-22 21:25:06 +00:00
arborrow
948acd80e2 MDL-11869 - javascript syntax error was preventing the call to the calc function. Adding in the double slashes around CDATA resolves the problem. (merging into HEAD) 2007-10-22 20:39:29 +00:00
tjhunt
ebf83e2c6f MDL-11708 - Zero answers are not allowed in Matching questions - sometimes I hate PHP. Merged from MOODLE_18_STABLE. 2007-10-22 16:57:19 +00:00
tjhunt
9b75adc2e3 MDL-11824 - Literal asterisk (\*) in shortanswer question not handled correctly by get_correct_responses + Unit tests. Merged from MOODLE_18_STABLE. 2007-10-22 15:37:31 +00:00