Commit Graph

29121 Commits

Author SHA1 Message Date
stronk7
7244ac4ba7 There was a mistake in the dir being created. It must be
the backup temp area one. MDL-11912

Merged from MOODLE_19_STABLE
2007-11-02 13:02:56 +00:00
urs_hunkler
7fe1e756c5 merged form 1.9 :: removed a typo: tabletable > table 2007-11-02 10:41:24 +00:00
stronk7
5fab4931b4 Changed check_dir_exists() behaviour to be more robust
and to work better when used recursively under sites
with open_basedir enabled. Credit goes to René Samselnig. MDL-11437

Merged from MOODLE_19_STABLE
2007-11-02 09:53:32 +00:00
skodak
df7ecfe486 MDL-11996 bulk user upload - improvements, fixes and cleanup - part2 2007-11-02 08:41:05 +00:00
donal72
1adbae673c Propagate additional error info about XML parse failures 2007-11-02 00:13:42 +00:00
donal72
d60a9e40fa More error info about XML parse failures 2007-11-02 00:11:23 +00:00
stronk7
dcbef1994e Now PHP code generated by the XMLDB editor automatically
adds calls to upgrade_main_savepoint(). MDL-11698

Merged from MOODLE_19_STABLE
2007-11-01 23:24:36 +00:00
donal72
254f0c073a Initialize the $message variable properly this time. 2007-11-01 21:30:37 +00:00
donal72
970dc3660d Revert: Initialize the $message variable 2007-11-01 21:28:08 +00:00
stronk7
8e758ab52c Unsetting one white border.
Merged from MOODLE_18_STABLE
2007-11-01 20:07:40 +00:00
skodak
fc4069d6da MFC: MDL-11996 fixed previous speedup commit for user operations in admin tree 2007-11-01 19:43:46 +00:00
skodak
ed22a01b32 MDL-11996 bulk user upload - improvements, fixes and cleanup - part1 2007-11-01 19:37:25 +00:00
skodak
61a5ee1647 MDL-11995 prevent deleting of grade items attached to external activities 2007-11-01 15:09:02 +00:00
nicolasconnault
38f8f9ec6b MDL-11790 Added missing strings 2007-11-01 14:51:29 +00:00
thepurpleblob
fcd0ddbfba MDL-11977:
Add an an optional forgotten password handling url

Merged from STABLE_19
2007-11-01 14:37:51 +00:00
nicolasconnault
2f39c5ef5e MDL-8992 Added a simple script from http://mar.anomy.net/entry/2006/11/24/02.12.18/ to the mediaplugin filter output. Works like a charm on all tested browsers 2007-11-01 13:52:15 +00:00
nfreear
8fc45264b9 Fixes bug MDL-11994, Accessibility: "Users tagged with ..." should be marked up as a list. 2007-11-01 12:32:58 +00:00
skodak
6cc3e350d4 MDL-11966 fixed typo in grader report causing fatal errors
MDL-11993 refactored code for item headers and icons
2007-11-01 11:42:31 +00:00
nicolasconnault
8082d195a5 MDL-11865 upgraded pagelib to using build_navigation() 2007-11-01 08:59:48 +00:00
nicolasconnault
98a85772f5 MDL-11912 Creating 1000's layer directory first, then userid directory: no need for recursion 2007-11-01 08:45:30 +00:00
skodak
ced5ee5921 MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
MDL-11974 improved gradebook CSS
2007-11-01 08:25:05 +00:00
donal72
32d651c853 Test for empty dataset to suppress a warning 2007-11-01 06:11:08 +00:00
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