28949 Commits

Author SHA1 Message Date
donal72
d576d0402c Initialize the $message variable 2007-11-01 05:06:26 +00:00
pichetp
34018d81aa MDL-11867 setting real null when response is null in calculated question 2007-11-01 00:27:57 +00:00
wildgirl
1203d9d095 MDL-11725 en lang string edit 2007-10-31 21:51:05 +00:00
wildgirl
b55d545e02 MDL-11796 help file edit 2007-10-31 21:21:22 +00:00
wildgirl
2c7a1edd9e MDL-11941 help file URL correction 2007-10-31 21:02:57 +00:00
nicolasconnault
96515c3cc8 MDL-11912 Removed recursive param 2007-10-31 19:04:33 +00:00
tjhunt
8289cdf33a MDL-10284 - wrong language string used on the quiz view page to inform students of the quiz deadline. I took the opportunity to strip out an unnecessary HTML table, and reviewing uses of the string /quiz(open|close)s?/ found one other inconsistency on the quiz editing form. Merged from MOODLE_18_STABLE. 2007-10-31 17:08:47 +00:00
tjhunt
8de9f89a56 MDL-11624 - /mod/quiz/index.php too dependant on individual course format names. I basically changed it to do the same as the forum module. Merged from MOODLE_18_STABLE. 2007-10-31 16:42:02 +00:00
nicolasconnault
dd9e946b0e MDL-11912 Removed recursive param 2007-10-31 15:21:30 +00:00
nicolasconnault
a8caf69d3a Minor changes in unit tests 2007-10-31 14:55:23 +00:00
skodak
6e2f312166 MDL-11966 removed plugin selector when only one plugin available 2007-10-31 09:13:20 +00:00
skodak
38cb33911b fixed numuser regression in overview 2007-10-31 08:59:25 +00:00
moodler
f2eb3aada1 Automatic installer.php lang files by installer_builder (20071031) 2007-10-31 04:25:13 +00:00
pichetp
20bf2c1a3f solving MDL-7496 for calculated 2007-10-31 02:31:33 +00:00
skodak
597f50e616 MDL-11973 Improved showing of hidden items in ouuser and user report 2007-10-30 21:25:50 +00:00
skodak
5966487712 MDL-11951 a little typo - no recursive call intended in has_any_capability() I guess 2007-10-30 20:51:37 +00:00
mattc-catalyst
6f3dc679c6 Author: Matt Clarkson <mattc@catalyst.net.nz> 2007-10-30 20:46:18 +00:00
tjhunt
6c58e1985b MDL-6376 - fix minor errors in the previous commit.
More significantly, this patch changes the '1 Students have made 1 attempts' string.

To start with, this code was being produced in five different places, so I made a function to do the work!. Next, as you can see, it is not gramatical. Also, some people find it confusing, as in MDL-6376.

Therefore, it now just says 'Attempts: 1'.

Merged from MOODLE_19_STABLE.
2007-10-30 19:29:45 +00:00
sam_marshall
f63d29223e MDL-11916 Added managegroupevents capability 2007-10-30 16:19:47 +00:00
skodak
a677165290 fixing previous merge 2007-10-30 11:55:49 +00:00
skodak
0f392ff4f0 MDL-11957 improving and cleanup in grade overriding 2007-10-30 11:40:50 +00:00
tjhunt
3fc3ebf26b MDL-11951 - supplemental - need capability checks in the outer if of the file too. Merged from MOODLE_19_STABLE. 2007-10-30 10:50:20 +00:00
tjhunt
c7fd861b8e Unit tests for MDL-9295 - clean_param with PARAM_URL/PARAM_LOCALURL. Merged from MOODLE_18_STABLE. 2007-10-30 10:46:26 +00:00
tjhunt
92aeab0e7c MDL-9295 - PARAM_URL/PARAM_LOCALURL does not accept http://localhost/ or other hosts on lans. Merged from MOODLE_18_STABLE. 2007-10-30 10:15:22 +00:00
tjhunt
32712055c6 Correct misleading comment. Follow-on from the fix to MDL-11462. Merged from MOODLE_19_STABLE. 2007-10-30 10:10:36 +00:00
toyomoyo
4f047de2aa making multibyte filename appear correctly under IE download 2007-10-30 00:35:18 +00:00
skodak
6e75c7f8e5 MDL-11955 required scale selection when grade type is scale 2007-10-29 20:35:05 +00:00
skodak
8f2ddadac4 MDL-11954 grader report links to profiles from the same course 2007-10-29 20:25:09 +00:00
skodak
18f2700959 MDL-11904 deny/accept Email settings conflict with text - now .example.com means all subdomains 2007-10-29 20:04:14 +00:00
tjhunt
e5a3a5176d MDL-11952 - In the course admin block, if the user has moodle/question:managecategory, but no other capabilites, the questions link should go to the manage categories page. Merged from MOODLE_19_STABLE. 2007-10-29 16:58:32 +00:00
tjhunt
60ff0c543a MDL-11951 - Need a link to the Front Page course question bank in the admin tree. Merged from MOODLE_19_STABLE. 2007-10-29 16:54:35 +00:00
tjhunt
9a41d8a1f1 MDL-11784 - On the role assign page, list who is assigned the role for roles with only a few assignments. Improved version. Now, it only shows the extra column if some roles have between 1 and 10 assignees, as per Martin D's request. Merged from MOODLE_19_STABLE. 2007-10-29 15:38:46 +00:00
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