Commit graph

28996 commits

Author SHA1 Message Date
jmg324
bec52f19b5 fixes notice error caused in form validation of file attachments - need not assume variable is set but use empty() 2007-11-06 15:56:00 +00:00
sam_marshall
f5ceb06a32 MDL-12039 Added ability to configure alt text when using TeX filter 2007-11-06 15:49:03 +00:00
jmg324
8ba59d07d7 fixes notice error in forum/user about image alt 2007-11-06 15:34:19 +00:00
nicolasconnault
1ce18c08d3 MDL-9306 Applied Ann's patches: seems to work very well, the output is entirely XHTML compliant, and displays really nicely. 2007-11-06 14:01:13 +00:00
nicolasconnault
3b84c6bd05 MDL-8853 Applied Ann's patch 2007-11-06 13:39:42 +00:00
diml
32cc630431 add lesson pages mention to the list of supported items 2007-11-06 11:11:20 +00:00
diml
1503bd75ae fixes base table printing for the student 2007-11-06 11:09:53 +00:00
toyomoyo
c6af52a915 fixing bogus $scoid 2007-11-06 05:41:24 +00:00
toyomoyo
b10bd7b5aa fixing a warning 2007-11-06 02:59:48 +00:00
toyomoyo
3ddcc29e62 MDL-10509, LDAP username to be always in lowercase 2007-11-06 01:01:09 +00:00
sam_marshall
f73a36c0df MDL-12030 Incorrect double quotes in sql 2007-11-05 17:57:26 +00:00
nfreear
097d705e6d Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes". 2007-11-05 15:22:22 +00:00
nicolasconnault
0760ba2c40 MDL-8992 Now only appearing once per page, and XHTML compliant. Also removed an ugly browser-sniffing css hack from the quicktime plugin, and applied the same browser detection as for the other plugins 2007-11-05 14:10:27 +00:00
skodak
2304f62967 MDL-11399 make sure user context exists 2007-11-05 09:50:40 +00:00
skodak
0c4807abba MDL-11079 detect/prevent email duplicates when uploading users 2007-11-05 09:36:46 +00:00
skodak
79c408e1be MDL-11996 bulk user upload - custom profile fields docs 2007-11-05 09:12:29 +00:00
toyomoyo
d23121ab31 MDL-9552, update the gradebook everytime score is sent 2007-11-05 07:31:35 +00:00
skodak
e4e38544f8 MDL-11996 bulk user upload - improvements, bugfixes and cleanup;
new csv import library included ;-)
2007-11-05 00:43:37 +00:00
diml
c8fa018583 fixes delete description record 2007-11-04 22:48:59 +00:00
diml
31b53a5a1e corrects "usepassword" rule 2 2007-11-04 22:43:18 +00:00
diml
28b29281b5 corrects "usepassword" rule 2007-11-04 22:37:15 +00:00
diml
16a34ccad0 Code review and uniformization
Small fixes on forum, chat and techproject
New lesson_document handler for lesson pages.
2007-11-04 22:29:54 +00:00
moodler
36edf5e966 New installer file added to CVS repo. 2007-11-04 17:10:18 +00:00
skodak
6d11d0ee0e MDL-12020 can not bulk delete users with the same email - new username collision 2007-11-04 13:51:26 +00:00
moodler
18abbd4ff3 Automatic installer.php lang files by installer_builder (20071103) 2007-11-03 04:57:33 +00:00
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