nicolasconnault
cc980ff6e5
MDL-16556 Applied Mark Nielsen's patch
2008-09-19 05:42:47 +00:00
moodler
1e1e2438c6
MDL-12563 Fixed RSS dates so that they are always GMT
2008-09-16 08:58:17 +00:00
peterbulmer
206c91a1c4
MDL-14488 - start sql query with unique field - credit David Monllaó
2008-09-07 06:06:40 +00:00
tjhunt
50a8e2b90c
MDL-15655 - address_in_subnet does not work on 64 bit architectures. Also, we found some other issues with this funtion while diagnosing the problem.
2008-09-01 04:18:03 +00:00
tjhunt
9300321849
MDL-8475 - Better handling of blank answer - further changes to make it even more robust. Also, make the same changes to the shortanswer question type that were already made to the numerical question type.
2008-08-28 01:46:26 +00:00
iarenaza
c99f31c86b
MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array"
...
The fix is wrong, as it breaks auth_db_sync_users.php and
auth_ldap_sync_users.php at least. No new users are added to Moodle, as the
username is missing from the new user info record.
The fix needs to go into update_user_record() in lib/moodlelib.php to make it
skip the 'username' key, as we really need get_userinfo() to return the
username as part of the user info array.
2008-08-25 22:35:26 +00:00
stronk7
105eb2d512
Prevent some notices at install. MDL-16188
2008-08-24 16:30:01 +00:00
danmarsden
4bf780bf99
MDL-14620 - need to check vars are set before using. - adding check so I can include this form type in SCORM - merged from HEAD
2008-08-20 22:01:06 +00:00
tjhunt
e5b7520dce
MDL-16141 Need an sql_position function to do POSITION(needle IN haystack) on crappy databases. Backported from HEAD.
2008-08-20 08:51:19 +00:00
skodak
1f56978e1a
MDL-16108 force autocomplete off for unmaskable password fields
2008-08-18 20:20:05 +00:00
peterbulmer
740972a826
MDL-16021 dont force mnethost restriction forloading user data based on id
2008-08-14 23:48:20 +00:00
tjhunt
2e13c2864f
MDL-15819 - Review the RISK_XXX flags on all quiz and question capabilites.
2008-08-13 07:06:43 +00:00
stronk7
c5ade93e96
Adding 'text-decoration' and 'font-family' to allowed protocols. Backported from HEAD. MDL-15963
2008-08-07 22:42:54 +00:00
stronk7
418deec57c
Make custom checks BC, so any test about future releases doesn't fail
...
with error it the file and/or function is missing (highly possible). MDL-15939
2008-08-05 00:19:41 +00:00
skodak
7387acb1e0
MDL-15823 format_string() improvements; merged from MOODLE_19_STABLE
2008-07-25 22:45:04 +00:00
scyrma
6c831d73d3
MDL-4346: limiting the 'defer' clause to one call / fix the missing openpopup() bug in IE. (backport from 1.9)
2008-07-18 07:18:41 +00:00
moodler
bfe239f1e6
MDL-6850 Removed apparent-size from du
2008-07-18 06:40:17 +00:00
tjhunt
9db58d015f
MDL-15693 - print_question_icon does not cope with missing question types
2008-07-17 12:49:28 +00:00
fmarier
4d7928e235
MDL-15614 Add 3 missing PHP error codes to get_file_upload_error()
...
The get_file_upload_error() function was missing the following error codes:
UPLOAD_ERR_NO_TMP_DIR => 'Missing a temporary folder.',
UPLOAD_ERR_CANT_WRITE => 'Failed to write file to disk.',
UPLOAD_ERR_EXTENSION => 'File upload stopped by extension.',
(see http://www.php.net/manual/en/features.file-upload.errors.php )
2008-07-14 02:35:30 +00:00
scyrma
c66edc0c29
MDL-14999 & MDL-10657: Fix for a few problems in HTMLArea. (Patch by Nicklas Lindgren)
2008-07-10 04:12:46 +00:00
skodak
33df4820bf
MDL-15469 adding fclose before write to already open file; merged from MOODLE_19_STABLE
2008-07-09 10:33:50 +00:00
skodak
56cab517e9
MDL-15413 warn admins if display_errors enabled; backported from HEAD
2008-07-07 14:36:06 +00:00
skodak
ad1630ae86
MDL-13901 fixed upgrade from 1.6.x -> 1.8.x which was incorrectly setting "Default role for all users" to guest
2008-07-06 23:46:25 +00:00
dongsheng
0d2ee05aa1
"MDL-15501, typo, sorry"
2008-07-02 05:12:14 +00:00
dongsheng
4eb9d73cc7
"MDL-15501, add appropriate div and h2 tags to the header div"
2008-07-02 05:01:03 +00:00
dongsheng
6b52c45e95
"MDL-15469, limit email notification"
2008-07-02 04:51:28 +00:00
Francois Marier
0d003551eb
Fix drift between CVS and git
2008-06-25 01:54:21 +00:00
stronk7
ba6b4afc8b
Timezone info updated to tzdata2008c. Backported from HEAD
2008-06-12 16:03:16 +00:00
iarenaza
255d79e8bb
MDL-4207 Don't overwrite modified user profile values with empty LDAP values when 'unlocked if empty' is set
...
If user profile values are locked to LDAP, then LDAP should provide those
values.
But the purpose of the setting 'unlocked if empty' is to allow the user to fill
in a value for the selected field _if LDAP is giving nothing_ for this field.
Thus it makaes sense to let this value stand in until LDAP is giving a value
for this field.
2008-05-31 13:22:58 +00:00
stronk7
0e247d1d4f
Backporting MDL-14495 to 18_STABLE
2008-05-13 02:16:53 +00:00
tjhunt
698945eb18
MDL-14804 - question_list_instances is broken - It does not include the each modules lib file before doing function_exists($module->name.'_question_list_instances').
2008-05-12 17:29:50 +00:00
tjhunt
931d8ad7c1
MDL-14726 - rcache bit wrong in set_field
2008-05-07 13:04:42 +00:00
fmarier
c7ad4ebfe4
Printing ADODB error to the web server error log (MDL-14628)
2008-05-07 04:37:34 +00:00
scyrma
0cc6a219c4
MDL-8592: Get spellchecking to work over https (backport from 1.9)
2008-05-02 03:35:38 +00:00
jerome
7987cbb64c
MDL-14439 IE and Opera fire the onchange when ever you move into a dropdwown list with the keyboard - this changes fix the problem. Merged from 19.
2008-05-02 02:52:48 +00:00
jerome
0345ccddab
MDL-14439 Added javascript file dropdwon.js - fix IE/Opera behavior. They do not fire dropdwon menu onChange automatically anymore. Merged from 19.
2008-05-02 02:47:32 +00:00
tjhunt
14bb4c1ad9
MDL-11978 - Backport admin notification from MDL-11061 about bogus $CFG->wwwroot from 1.9 to 1.8 and 1.7.
2008-04-23 10:38:10 +00:00
stronk7
78356e70e8
Backporting sql_cast_char2int() to 18_STABLE. MDL-12893
2008-04-21 18:00:24 +00:00
stronk7
49022d40e1
Replace low level $db->Concat() calls to Moodle sql_concat() cross-db alternative. MDL-13823 ; backported from HEAD
2008-04-20 22:17:29 +00:00
stronk7
c40ff3464d
Modify sql_concat() to support all elements being numeric. MDL-13823 ; backported from HEAD
2008-04-20 21:20:45 +00:00
moodler
0872afb8d2
MDL-11142 Roles upgrade was losing timestart and timeend for teachers and students (Merged from 1.7)
2008-04-18 03:30:48 +00:00
dongsheng
d1a734f2e3
MDL-14249, to keep ods lib exactly the same with excellib, some dummy function added
2008-04-16 07:15:54 +00:00
stronk7
c602026c33
Fixed get_my_courses() to efectively filter out courses based in the user that
...
is requesting the list (not in the user the list is about). MDL-12855
2008-04-16 01:52:02 +00:00
dongsheng
77cd174025
MDL-14249, add more needed functions to excellib.php
2008-04-11 07:42:58 +00:00
dongsheng
87b8241498
MDL-9534, fix xmlize() call
2008-04-11 03:58:40 +00:00
dongsheng
56ae2b7f26
MDL-12611, realign the help icon
2008-04-09 03:41:59 +00:00
stronk7
823844e709
Unset rcache on UPDATE statements not using dmllib.php. MDL-14257 ; backported from HEAD
2008-04-08 23:19:34 +00:00
scyrma
0f4aa108d9
MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else
...
comes foward with bugs related to this, it will need to be changed everywhere else where there is no urlencoding done at this time.
2008-04-08 03:00:30 +00:00
stronk7
9d88867d0f
Enforce DOT as decimal separator for Oracle. MDL-11629 ; backported from HEAD
2008-04-06 15:44:48 +00:00
stronk7
b16206af1c
Documenting local hack about MDL-14215 ; backporte from HEAD
2008-04-04 22:36:35 +00:00