29007 Commits

Author SHA1 Message Date
tjhunt
f63a4ff2cc Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE. 2007-11-07 15:26:37 +00:00
tjhunt
7ca4613b85 Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE. 2007-11-07 15:20:57 +00:00
tjhunt
2b3b36d0af Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE. 2007-11-07 12:35:33 +00:00
ethem
d906abacca Access modifiers. 2007-11-07 10:54:28 +00:00
ethem
3ab547688a Access modifiers. 2007-11-07 10:24:35 +00:00
ethem
a57425700a Preparation for Moodle 2. 2007-11-07 10:22:37 +00:00
toyomoyo
cc95d22fd8 MDL-12025, enable row markings via javascript to keep track of current row 2007-11-07 07:46:33 +00:00
moodler
a90058210b Merged small emglish fix from stable branches 2007-11-07 07:17:11 +00:00
toyomoyo
0b7870f348 MDL-12048, assignment grades not migrated into 1.9 2007-11-07 04:29:15 +00:00
toyomoyo
b25d9087ec backup/restore of grade histories should be off by default 2007-11-07 01:11:41 +00:00
nfreear
23adb9c84f Fixes MDL-7878 in new course format, "Link identification and skipping" - skip_main_destination function + use the $currenttext string (MDL-11439) - both accessibility related. 2007-11-06 17:46:15 +00:00
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