Commit graph

28205 commits

Author SHA1 Message Date
moodlerobot
d3d3cb86d6 Updated the 18 build version to 20090224 2009-02-23 23:34:14 +00:00
skodak
e68b133d62 MDL-18348 CVE-2007-3215 2009-02-23 07:46:50 +00:00
moodlerobot
0a779261c8 Updated the 18 build version to 20090223 2009-02-22 23:34:18 +00:00
moodlerobot
b2fbd411d9 Updated the 18 build version to 20090222 2009-02-21 23:33:58 +00:00
moodlerobot
0b18091590 Updated the 18 build version to 20090221 2009-02-20 23:34:02 +00:00
moodlerobot
f5a764a35c Automatic installer.php lang files by installer_builder (20090221) 2009-02-20 23:31:37 +00:00
dongsheng
5c18bc078d "MDL-18223, add a language string for spamcleaner" 2009-02-20 08:31:43 +00:00
dongsheng
f2a19d7601 "MDL-18223, backport spamcleaner to moodle 1.8" 2009-02-20 07:38:53 +00:00
moodlerobot
58e3d68846 Updated the 18 build version to 20090220 2009-02-19 23:34:21 +00:00
moodlerobot
c93c4acefe Automatic installer.php lang files by installer_builder (20090220) 2009-02-19 23:31:46 +00:00
skodak
82175fb502 MDL-18039 fixed footer docs link; backported from HEAD 2009-02-19 07:33:30 +00:00
skodak
bb04106c41 MDL-18274 fixed lang string, thanks Helen; backported from HEAD 2009-02-19 07:22:08 +00:00
moodlerobot
f7e96073b4 Updated the 18 build version to 20090219 2009-02-18 23:34:28 +00:00
moodlerobot
17e070e261 Automatic installer.php lang files by installer_builder (20090219) 2009-02-18 23:31:55 +00:00
stronk7
9d4222bb7f MDL-18302 filterlib - fixed rebuild of nested ignoretags ; backported from HEAD 2009-02-18 11:04:35 +00:00
moodlerobot
d2f4b686fd Updated the 18 build version to 20090218 2009-02-17 23:34:50 +00:00
moodlerobot
bb66bc469c Automatic installer.php lang files by installer_builder (20090218) 2009-02-17 23:32:05 +00:00
moodlerobot
527b1d3474 Updated the 18 build version to 20090217 2009-02-16 23:33:54 +00:00
moodlerobot
15f4610a57 Updated the 18 build version to 20090216 2009-02-15 23:33:55 +00:00
skodak
e613a1aacb MDL-18258 fixed legacy type and improved risky default course role hints; backported from HEAD 2009-02-15 18:45:42 +00:00
skodak
0ea8ab74a2 MDL-18039 xhtml strict fixes 2009-02-15 17:40:42 +00:00
skodak
66fbfc95b7 MDL-18039 bacporting security overview report to 1.8.x 2009-02-15 17:28:55 +00:00
iarenaza
b74316986b Cache LDAP connections: MDL-18130 Properly handle open LDAP connections.
Both CAS and LDAP auth plugins open new connections to the LDAP server
to get the user account details. While this is the desired behaviour
for regular logins (we probably don't have an already open connection
to the LDAP server), this is a ressource hog when we are doing user
synchronization, as the closed connections remain in the TCP_WAIT
state for a while before the server can reuse them. If we are syncing
a lot of users, we can make the server run out of available TCP
ressources.

So we cache the connection the first time we establish it and return
the same connection handle everytime, unless we've closed all the
'open' connections, or the auth object is destroyed.

In addition to that, there were a few missing calls to ldap_close().
2009-02-15 15:33:21 +00:00
moodlerobot
a33b386e79 Updated the 18 build version to 20090215 2009-02-14 23:32:54 +00:00
stronk7
d3d4056087 MDL-9796 install - delete dataroot's env info (shouldn't exist) to force check against released one 2009-02-14 11:03:42 +00:00
moodlerobot
ac04258a92 Updated the 18 build version to 20090214 2009-02-13 23:33:45 +00:00
stronk7
6326668d2b MDL-9796 upgrade & env - delete dataroot's environmetal info to force check against released one 2009-02-13 15:45:05 +00:00
stronk7
168bbfa435 MDL-18227 - Ignoring all non numeric rates. 2009-02-13 11:02:12 +00:00
moodlerobot
5aa35fd087 Updated the 18 build version to 20090213 2009-02-12 23:33:57 +00:00
moodlerobot
4f810e39ad Automatic installer.php lang files by installer_builder (20090213) 2009-02-12 23:31:35 +00:00
moodlerobot
66d48264d0 Updated the 18 build version to 20090212 2009-02-12 00:36:17 +00:00
moodlerobot
2a5c20e237 Automatic installer.php lang files by installer_builder (20090212) 2009-02-12 00:31:46 +00:00
moodlerobot
c99691f2de Updated the 18 build version to 20090211 2009-02-11 00:16:19 +00:00
moodlerobot
97f4847f35 Updated the 18 build version to 20090210 2009-02-09 23:43:20 +00:00
moodlerobot
5ae1e401db Updated the 18 build version to 20090209 2009-02-08 23:35:48 +00:00
moodlerobot
3e1bc1a46e Automatic installer.php lang files by installer_builder (20090209) 2009-02-08 23:33:41 +00:00
skodak
ee756bc391 MDL-9796 fixed error array when environment file broken; merged from MOODLE_19_STABLE 2009-02-08 21:34:24 +00:00
moodlerobot
d36f86fc03 Updated the 18 build version to 20090208 2009-02-07 23:39:28 +00:00
stronk7
a69f581c04 MDL-18165 filterlib - Use one exclusive separator, instead of "." (dot) to avoid saved tags to match with phrases being processed ; backported from HEAD 2009-02-07 01:01:06 +00:00
moodlerobot
4fb64b5080 Updated the 18 build version to 20090207 2009-02-06 23:38:29 +00:00
jerome
0719032352 mp3 flash player MDL-7549 MP3 flash player now plays the end of the mp3 file 2009-02-06 07:22:34 +00:00
jerome
143432338d mnet MDL-10935 fix unicode character when the remote site send the course name for updating enrolment, merged from 19 2009-02-06 00:40:50 +00:00
moodlerobot
b000fba3c1 Updated the 18 build version to 20090206 2009-02-05 23:40:38 +00:00
moodlerobot
21cd910eb5 Automatic installer.php lang files by installer_builder (20090206) 2009-02-05 23:37:06 +00:00
stronk7
13ea07e24c MDL-10583 course format - some more uses of the get_section_name() added ; backported from HEAD 2009-02-05 13:42:18 +00:00
stronk7
c65318bd3c MDL-10583 course format - discovered the get_section_name() that performs the fallback harcoded in previous commit. Backported from HEAD 2009-02-05 13:31:42 +00:00
stronk7
97ac6f03aa MDL-10583 course format - allow course formats to specify their section name ; backported from HEAD 2009-02-05 13:14:20 +00:00
moodlerobot
1092a6d6c1 Updated the 18 build version to 20090205 2009-02-05 00:36:36 +00:00
piers
d104b078a4 MDL-17832 - consistent adding and removing of slashes for track data. backport 1.8. 2009-02-04 19:01:43 +00:00
piers
40ab2ed04b MDL-18023 - add type check to check against default to avoid 0 error. backport 1.8. 2009-02-04 18:43:00 +00:00