Commit Graph

1053 Commits

Author SHA1 Message Date
skodak 5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
scyrma b26be9a9cd MDL-14741: use the default html editor, as chosen in the admin settings 2008-06-05 09:36:55 +00:00
skodak 8618fd2aeb MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
skodak 185721a498 MDL-14679 towards /admin/auth conversion 2008-05-31 13:57:49 +00:00
iarenaza 6ceb0cd0dd 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.

Merged from MOODLE_18_STABLE
2008-05-31 13:30:22 +00:00
skodak be544ec380 MDL-14679 towards authlib conversion 2008-05-30 20:54:19 +00:00
skodak 576c063b31 MDL-14679 towards authlib conversion 2008-05-30 20:54:19 +00:00
skodak d426068f19 MDL-14679 fixed some addslashes use 2008-05-30 20:33:19 +00:00
skodak ae040d4bcc MDL-14679 finished moodlelib conversion 2008-05-30 19:59:50 +00:00
dongsheng 2f137aa130 "MDL-14129, fix print_error" 2008-05-20 02:53:46 +00:00
stronk7 6d5a22b208 Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864 2008-05-19 18:02:33 +00:00
skodak f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
skodak 8b9cfac4ab MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE 2008-05-12 14:38:45 +00:00
jerome 54d8f804fa MDL-12300 message window does show date now, merged from 19 2008-05-08 03:49:51 +00:00
scyrma 8fbf8f8a9c MDL-11113: prepare for support for more browsers 2008-05-07 08:33:09 +00:00
scyrma 59fa45d0f1 MDL-11113: simplify the code - use only one function to check for html editor availability 2008-05-07 07:40:50 +00:00
thepurpleblob 15c31560d8 MDL-14659
Add bypass list for proxy usage.
2008-05-06 14:59:39 +00:00
skodak 2881200b5e MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:17:33 +00:00
skodak 8336b6b83f MDL-14617 removed PHP4 stuff 2008-05-01 21:16:16 +00:00
skodak d3acaab4e4 MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:15:29 +00:00
skodak 6fa5a86dbf MDL-14617 pre PHP5 function emulations gone 2008-05-01 21:14:22 +00:00
skodak 7267cfda93 MDL-14617 file_put_content emulation gone 2008-05-01 21:12:56 +00:00
scyrma 13b31d6f9d MDL-14569 - Remove linked tags when deleting users. (merge from 1.9) 2008-04-28 08:35:21 +00:00
stronk7 f4013c10d3 New setting in require_login() to avoid certain scripts (file.php)
to mess $SESSION->wantsurl. MDL-14495 ; merged from 19_STABLE
2008-04-25 18:55:36 +00:00
scyrma 6499395e99 MDL-14104: generate_password() now respects password policy (merge from 1.9) 2008-04-18 08:04:21 +00:00
stronk7 341b5ed236 Finally fixed version of lastaccess hadling.
Moved from add_to_log() to require_login(). MDL-14272 ; merged from 19_STABLE
2008-04-15 21:46:04 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
stronk7 33998d30ea Fixed DST calculation when requesting explicit (parameter) timezones. MDL-14093 ; merged from 19_STABLE 2008-04-03 18:09:15 +00:00
stronk7 a8ee71948a MDL-13900 - If the course or the parent category are hidden and the user hasn't the 'course:viewhiddencourses' capability, prevent access. Merged from 19_STABLE 2008-04-03 00:59:34 +00:00
scyrma ecde257b56 small code cleanup (merge) 2008-03-25 09:36:01 +00:00
scyrma 94c824304a MDL-13959 - Fix from Eloy - this makes the timezone-related functions accept an optional parameter different from the current user timezone. (merge) 2008-03-20 03:01:58 +00:00
scyrma c93c6b3b3d MDL-13434 Addslashes removed, is added whenever necessary in tag/lib.php. 2008-03-19 08:12:14 +00:00
scyrma 4258003130 MDL-12235 deprecated document_file function. Not found anywhere in core. 2008-03-19 07:58:40 +00:00
skodak b5f3a99c73 MDL-13412 Allow callers of email_to_user() to set wordwrap; merged from MOODLE_19_STABLE 2008-03-15 17:04:36 +00:00
scyrma 31b57a92bb Fixed a bug introduced somewhere down the late modifications.. 2008-03-13 08:38:37 +00:00
martinlanghoff a489cf72cb MDL-90 moodlelib: Introducing get_cache_flag() - gets a row from cache_flags table
Useful if you intend to use cache_flags as a session
table. (Oops! Did I reveal my cunning plans?)
2008-02-27 02:57:33 +00:00
martinlanghoff a668c80845 MDL-90 authenticate_user_login() - don't accidentally return a bogus $user
While I don't quite understand why we need that $user->id=0, at
_least_ make double sure we don't return it! Callers assume
that if we return an object===success and a user acct that just does
not exist will return an dummy object.
2008-02-27 02:56:48 +00:00
skodak 8cadac9dc7 MDL-13623 proper version detection; merged from MOODLE_19_STABLE 2008-02-26 18:35:30 +00:00
skodak 748923a045 MDL-13623 fixed regression in PHP < 5.2.0; merged from MOODLE_19_STABLE 2008-02-26 06:26:55 +00:00
scyrma e032888cdc MDL-13643 - Missing constant definition 2008-02-25 08:11:07 +00:00
skodak 114201c84d MDL-13644 permanent typos; merged from MOODLE_19_STABLE 2008-02-25 07:48:24 +00:00
moodler 0d626493f3 Merged MDL-13643 from 1.9 2008-02-25 07:17:04 +00:00
scyrma 3d535996db MDL-13404 - Merge from 1.9 (re-commit, including missing file) 2008-02-25 01:58:17 +00:00
skodak 4ea8df2173 MDL-11494 MDL-13623 - support for secure and httponly cookies; merged from MOODLE_19_STABLE 2008-02-24 12:46:37 +00:00
skodak a6a251c75e MDL-13603 fixed course_setup() minor problem with $course in $SITE; merged from MOODLE_19_STABLE 2008-02-23 12:13:47 +00:00
skodak bb06244703 MDL-13404 reverted - missing file and other minor problems 2008-02-22 19:53:48 +00:00
scyrma db32b054d1 MDL-13404 - Merge from 1.9 2008-02-22 10:25:36 +00:00
moodler 90af9dccd3 Added some detection of bad strings from 1.9 2008-02-21 06:01:01 +00:00
moodler b352b2e9c2 MDL-11752 Upload users form merged from 1.9 2008-02-21 05:24:18 +00:00
moodler 004e11794a Merged MDL-13544 Removed logging of cleanremoteaddr from logs 2008-02-20 07:02:14 +00:00