moodler
72cd33b6f4
Automatic installer.php lang files by installer_builder (20080108)
2008-01-08 03:36:41 +00:00
iarenaza
c10708e9ce
MDL-12858 fix print_error() usage.
...
print_error()'s third parameter is the URL we jump to (defaults to
$CFG->wwwroot if not set) when we click the 'Continue' button, not the message
string parameter object.
2008-01-07 23:40:12 +00:00
moodler
ef1da4973c
Automatic installer.php lang files by installer_builder (20080107)
2008-01-07 03:33:24 +00:00
moodler
bd4c23edf3
Automatic installer.php lang files by installer_builder (20080106)
2008-01-06 03:22:02 +00:00
thepurpleblob
8354fc630f
MDL-12701:
...
Missing string
2008-01-04 21:03:14 +00:00
nicolasconnault
737b745890
MDL-12827 Saving a clone of the $record in the cache instead of the record itself, to avoid referencing
2008-01-04 09:23:35 +00:00
nicolasconnault
abd67b8e7f
MDL-12429 Applied and tested Franois' patches to 1.8, 1.9 and head.
2008-01-04 06:46:00 +00:00
moodler
b70a71f3eb
Automatic installer.php lang files by installer_builder (20080104)
2008-01-04 03:28:20 +00:00
poltawski
673b34647a
MDL-12825 - add some extra height to popups in IE7, otherwise they cant
...
be used - backported from MOODLE_19_STABLE
2008-01-03 22:41:06 +00:00
moodler
1539445279
Automatic installer.php lang files by installer_builder (20080103)
2008-01-03 03:21:22 +00:00
skodak
9346aeddae
MDL-9744 passwork field for ldap bind pw - patch by Iñaki Arenaza
2008-01-02 22:52:43 +00:00
stronk7
fba5ee935b
Respect case of enumvalues. MDL-12803
2008-01-02 16:45:47 +00:00
skodak
2edb5cbdc4
MDL-12793 PARAM_HOST incorrect cleaning; backported from MOODLE_19_STABLE
2008-01-01 17:24:08 +00:00
stronk7
b3ed7949fb
Better behaviour for "-" course searches under MSSQL and Oracle. MDL-7312 ; merged from 17_STABLE
2008-01-01 11:56:16 +00:00
moodler
4100f63ab4
Automatic installer.php lang files by installer_builder (20080101)
2008-01-01 03:12:18 +00:00
stronk7
06553cdb82
Removed old timezones file. MDL-12024
2007-12-31 15:26:30 +00:00
stronk7
34a90b1d22
Moving from old "timezones" location to the new "timezone" one. MDL-12024
2007-12-31 14:59:24 +00:00
stronk7
598100a16b
Adding new (1976) timezone rules (africa, antarctica,
...
asia, australasia, europe, northamerica, southamerica).
CSV generated with 2007j olson files. MDL-12024
2007-12-31 13:20:36 +00:00
moodler
514dc2d92a
Automatic installer.php lang files by installer_builder (20071231)
2007-12-31 03:16:09 +00:00
mark-nielsen
beca85894e
Fix for MDL-10752 (mostly a backport from MOODLE_19_STABLE or later)
2007-12-30 19:07:23 +00:00
moodler
022acf5df4
Automatic installer.php lang files by installer_builder (20071230)
2007-12-30 03:13:24 +00:00
poltawski
7d39e1b828
MDL-9925 - When a user presses cancel on restore they are sent to
...
/admin/. For teachers this gives an ugly access denied message,
so instead send them back to the course they came from.
Thanks to Wen Hao Chuang for the fix!
backported from MOODLE_18_STABLE
2007-12-29 23:45:38 +00:00
mark-nielsen
300185b2e4
Fixes for MDL-12383 and MDL-12605
2007-12-29 22:46:38 +00:00
mark-nielsen
20dce6a07d
Fix for MDL-12605
2007-12-29 22:14:11 +00:00
mark-nielsen
d630b81286
Fix for MDL-11900
2007-12-29 21:48:18 +00:00
mark-nielsen
a59b768dee
Fix for MDL-12606
2007-12-29 21:13:56 +00:00
mark-nielsen
338f490b98
Fix for MDL-12610: Ordering of jumps. Also fixed jump display for matching questions and a small display bug for matching questions.
2007-12-29 20:37:24 +00:00
moodler
37bff835b0
Automatic installer.php lang files by installer_builder (20071229)
2007-12-29 03:15:03 +00:00
stronk7
d0a2161941
Prevent race condition in event creation. MDL-5956.
...
Credit goes to Penny, Luke and Martin @ Catalyst.
Merged from MOODLE_17_STABLE
2007-12-28 18:39:50 +00:00
mchurch
757bc06941
MDL-12703 - Use the 'welcometocourse' language string if there is no 'welcomemessage' property set in the course object. Currently, there does not seem to be any code or data items that would set this property.
2007-12-28 17:10:34 +00:00
mchurch
a20f71c7ef
MDL-12704 - Added error handling to print_recent_activity() to prevent fatal errors in the case of missing files.
2007-12-28 15:56:21 +00:00
iarenaza
8a60457e13
MDL-12323 MDL-4061 Don't connect to the LDAP server if update external is not set for any field.
2007-12-28 12:03:12 +00:00
moodler
90dc0f3071
Automatic installer.php lang files by installer_builder (20071228)
2007-12-28 03:31:12 +00:00
mchurch
7cdb6ee4a9
MDL-12744 - Add ability to pass an extra button for use in print header for modules that use the course page to display themselves with blocks.
2007-12-27 21:25:19 +00:00
poltawski
5a8100234f
MDL-12459 - fix missing quotes breaking navigation, thanks to Katja Krüger
2007-12-27 09:39:12 +00:00
skodak
1c6f3513d9
MDL-11927 setting proper cookie path - backported from MOODLE_19_STABLE
2007-12-26 23:02:30 +00:00
skodak
fcfe44d8b4
MDL-11783 no uploads after finalising; backported from MOODLE_19_STABLE
2007-12-25 22:04:17 +00:00
skodak
28f18faa37
MDL-12338 prevent KSES from breaking í chars in alt/title tags - credit goes to Eloy; backported from MOODLE_19_STABLE
2007-12-25 20:57:23 +00:00
moodler
8e4a35943c
Automatic installer.php lang files by installer_builder (20071225)
2007-12-25 03:14:48 +00:00
moodler
18284d3f65
Automatic installer.php lang files by installer_builder (20071224)
2007-12-24 03:18:52 +00:00
poltawski
45ee48d990
MDL-10611 - backslashes in username get doubled up with an nonsuccessful log in
2007-12-23 16:39:57 +00:00
poltawski
abae4967bc
MDL-10241 - unenrolling self wasn't working properly from user profile
...
because unenrol.php was doing wrong capability check when $userid set.o
Also improves the lanaguage used when unenrolling self.
2007-12-23 16:15:29 +00:00
skodak
6417390ca5
MDL-12705 disabled guest autoogin in upgrade scripts; backported from MOODLE_19_STABLE
2007-12-22 18:18:20 +00:00
nfreear
32db125642
Merged MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
...
-From Martin D/moodler in moodleblock.class.php - thanks.
2007-12-21 11:32:13 +00:00
moodler
13b78aa854
Automatic installer.php lang files by installer_builder (20071221)
2007-12-21 03:21:35 +00:00
poltawski
877c237cf5
MDL-12638 fixed typo, backported from MOODLE_19_STABLE
2007-12-20 16:20:09 +00:00
diml
8ed5c68a7f
try update Zend directory to 1.9 equivalent
2007-12-19 22:08:24 +00:00
diml
54b9c5feb0
try update Zend directory to 1.9 equivalent
2007-12-19 21:59:41 +00:00
nfreear
03c03e08cc
Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode. Merged.
2007-12-19 13:41:43 +00:00
mchurch
3dc3b31e77
Fixing warning that can break uploads.
2007-12-19 00:04:05 +00:00