Commit graph

28387 commits

Author SHA1 Message Date
moodlerobot
b427e3f088 Updated the 18 build version to 20090601 2009-06-01 00:39:38 +00:00
moodlerobot
f8a00decd6 Updated the 18 build version to 20090531 2009-05-31 00:41:19 +00:00
stronk7
23acf9f241 MDL-13204 execution time - give extra time to checker because they can run looong; backported from HEAD 2009-05-30 23:58:55 +00:00
moodlerobot
085ccd8e64 Updated the 18 build version to 20090530 2009-05-30 00:39:10 +00:00
moodlerobot
e0e788b9d2 Automatic installer.php lang files by installer_builder (20090530) 2009-05-30 00:36:20 +00:00
moodlerobot
749e45b051 Updated the 18 build version to 20090529 2009-05-29 00:39:40 +00:00
moodlerobot
bd0a77c611 Updated the 18 build version to 20090528 2009-05-28 00:38:54 +00:00
moodlerobot
c172ac7ee9 Updated the 18 build version to 20090527 2009-05-27 00:38:48 +00:00
moodlerobot
b58011adad Updated the 18 build version to 20090526 2009-05-26 00:39:55 +00:00
moodler
9fc3c86f15 Bumped post release 2009-05-25 14:02:13 +00:00
moodlerobot
6ea056bd97 Updated the 18 build version to 20090525 2009-05-25 00:41:23 +00:00
gbateson
cb19514522 fixes for XHTML strict: add <fieldset> arround hidden form fields, use "id" instead of "name" to locate forms, use HTML entities in button captions <= and => 2009-05-24 10:20:46 +00:00
moodlerobot
0b9363f28d Updated the 18 build version to 20090524 2009-05-24 00:40:33 +00:00
moodlerobot
d425c6c0b7 Updated the 18 build version to 20090523 2009-05-23 00:39:31 +00:00
fmarier
485c80f39a MDL-19266 lib/html2text: fix error in preg_replace_callback on php4 2009-05-22 02:29:46 +00:00
fmarier
15df124a39 MDL-19266 lib/html2text: fix warnings in cron when using PHP4 2009-05-22 02:28:46 +00:00
fmarier
d78b0e324f MDL-17542 lib/html2text: update to latest upstream version (r2374)
from http://trac.roundcube.net/log/trunk/roundcubemail/program/lib/html2text.php
2009-05-22 02:28:10 +00:00
fmarier
6af26c819a file html2text_readme.txt was added on branch MOODLE_18_STABLE on 2009-05-22 02:28:11 +0000 2009-05-22 02:10:22 +00:00
moodlerobot
14efe85dc5 Updated the 18 build version to 20090522 2009-05-22 00:41:36 +00:00
jonathanharker
ea32b7ab44 MDL-12561 Fix IE6 "insecure items" warning in SSL sites using htmlarea
The HTMLArea editor uses the about:blank URL for blank pages, which
IE6 erroneously considers insecure. This commit replaces about:blank
with lib/editor/htmlarea/blank.html instead.


Author: Jonathan Harker <jonathan@catalyst.net.nz>
2009-05-21 01:59:01 +00:00
moodlerobot
1ab32a7567 Updated the 18 build version to 20090521 2009-05-21 00:41:37 +00:00
moodlerobot
988bb78064 Automatic installer.php lang files by installer_builder (20090521) 2009-05-21 00:38:12 +00:00
moodlerobot
440e6d9fa7 Updated the 18 build version to 20090520 2009-05-20 00:40:56 +00:00
moodlerobot
bb497d6e5a Updated the 18 build version to 20090519 2009-05-19 00:40:47 +00:00
peterbulmer
d813bd8763 MDL19219 mnet, mitigate arrkey loss in transit
When usernames are numeric, they are lost in mnet transit when used as
keys in the array result of course_enrolments(). As the username is not
sent with the enrolment details, it was not previously recoverable.
This patch adds the information to the enrolment details,
(enrol/mnet/enrol.php), and adds support for recovering the username if
it was numeric (and hence lost) (admin/mnet/enr_course_enrol.php)
2009-05-18 02:42:18 +00:00
moodlerobot
a56e6b536c Updated the 18 build version to 20090518 2009-05-18 00:41:53 +00:00
moodlerobot
4590de7ee2 Updated the 18 build version to 20090517 2009-05-17 00:43:09 +00:00
moodlerobot
741f2fc93d Automatic installer.php lang files by installer_builder (20090517) 2009-05-17 00:38:56 +00:00
moodlerobot
d906614fb5 Updated the 18 build version to 20090516 2009-05-16 00:39:42 +00:00
moodler
65d75e1ba0 Bumping version for 1.8.9 release. Thinking we might have to go to x.x.10 for the first time with this branch! 2009-05-15 09:40:59 +00:00
skodak
5592bd1276 MDL-19194 fixed regression - recursive cretion of dirs on win32 works again; backported from MOODLE_19_STABLE 2009-05-15 07:23:07 +00:00
fmarier
8461061743 Fix typo 2009-05-15 03:37:37 +00:00
moodlerobot
c7d59ba103 Updated the 18 build version to 20090515 2009-05-15 00:40:34 +00:00
moodlerobot
01194e5659 Automatic installer.php lang files by installer_builder (20090515) 2009-05-15 00:37:49 +00:00
moodlerobot
3b2fbd7f2a Updated the 18 build version to 20090514 2009-05-14 00:40:10 +00:00
moodlerobot
804b2c9b2a Automatic installer.php lang files by installer_builder (20090514) 2009-05-14 00:37:37 +00:00
moodlerobot
7199229e75 Updated the 18 build version to 20090513 2009-05-13 00:38:03 +00:00
stronk7
e02f1a7a5a MDL-19161 - DB 2.0 reqs. Updated to fulfil 2.0 Roadmap ; backported from HEAD 2009-05-12 09:30:40 +00:00
nicolasconnault
0b547d9d9f MDL-8605 New script (web and CLI) for restoring user profile pictures that failed to move to the new folder during upgrade. 2009-05-12 07:46:44 +00:00
nicolasconnault
ca49f636b6 file fixuserpix.php was added on branch MOODLE_18_STABLE on 2009-05-12 07:46:44 +0000 2009-05-12 07:46:08 +00:00
moodlerobot
a1c6b65182 Updated the 18 build version to 20090512 2009-05-12 00:38:52 +00:00
fmarier
41c92ff555 MDL-19156: auth/fc: clarifying the licensing terms as per author's email 2009-05-11 23:37:37 +00:00
moodlerobot
c02629eacc Updated the 18 build version to 20090511 2009-05-11 00:38:01 +00:00
moodlerobot
43a630cee5 Updated the 18 build version to 20090510 2009-05-10 00:38:11 +00:00
moodlerobot
506ebce3b5 Automatic installer.php lang files by installer_builder (20090510) 2009-05-10 00:35:36 +00:00
fmarier
66705bc9e6 MDL-19117 clarification to the license 2009-05-09 04:32:56 +00:00
moodlerobot
c2014af3f8 Updated the 18 build version to 20090509 2009-05-09 00:39:04 +00:00
skodak
e7b5ef8566 MDL-18311 fixed magic quotes trouble when moving courses; backported from MOODLE_19_STABLE 2009-05-08 21:06:15 +00:00
skodak
47cac9922a MDL-18744 cas fix, credit goes to Thibault Le Meur 2009-05-08 07:55:01 +00:00
moodlerobot
77d6c3e061 Updated the 18 build version to 20090508 2009-05-08 00:38:03 +00:00