scyrma
0eca93e5be
MDL-14104: generate_password() now respects password policy
2008-04-18 07:55:38 +00:00
stronk7
e8ee249670
Finally fixed version of lastaccess hadling.
...
Moved from add_to_log() to require_login(). MDL-14272
2008-04-15 21:42:50 +00:00
stronk7
c98670a5e3
Fixed DST calculation when requesting explicit (parameter) timezones. MDL-14093
2008-04-03 18:01:39 +00:00
stronk7
df681accd9
MDL-13900 - If the course or the parent category are hidden and the user hasn't the 'course:viewhiddencourses' capability, prevent access
2008-04-03 00:57:31 +00:00
dongsheng
dbb82a47ca
MDL-14128, remove all uses of error(get_string())
2008-04-02 06:09:56 +00:00
scyrma
4aee1d4ecb
small code cleanup
2008-03-25 09:35:56 +00:00
scyrma
f52c805656
MDL-13959 - Fix from Eloy - this makes the timezone-related functions accept an optional parameter different from the current user timezone.
2008-03-20 02:59:50 +00:00
scyrma
79d3cc8589
MDL-13434 Addslashes removed, is added whenever necessary in tag/lib.php.
2008-03-19 08:11:02 +00:00
scyrma
5198be103b
MDL-12235 deprecated document_file function. Not found anywhere in core.
2008-03-19 07:56:56 +00:00
skodak
96015624c1
MDL-13412 Allow callers of email_to_user() to set wordwrap
2008-03-15 17:03:27 +00:00
scyrma
2f06efca9a
Fixed a bug introduced somewhere down the late modifications..
2008-03-13 08:34:57 +00:00
martinlanghoff
ed997a6b9c
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:44 +00:00
martinlanghoff
94ff81261d
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:59 +00:00
skodak
13db6cc1e4
MDL-13623 proper version detection
2008-02-26 18:33:22 +00:00
skodak
186fa912d9
MDL-13623 fixed regression in PHP < 5.2.0
2008-02-26 06:25:23 +00:00
scyrma
3c5591c51c
MDL-13643 - Missing constant definition
2008-02-25 08:10:22 +00:00
skodak
137a439ac6
MDL-13644 permanent typos
2008-02-25 07:43:48 +00:00
moodler
3ded4d989d
Restoring type PARAM_TAGLIST MDL-13643
2008-02-25 07:15:33 +00:00
scyrma
3310c48044
MDL-13404 - Several improvements to tag system (re-commit, with locallib.php).
2008-02-25 01:25:42 +00:00
skodak
01911fa4b2
MDL-11494 MDL-13623 - support for secure and httponly cookies
2008-02-24 12:45:49 +00:00
skodak
54a252ba51
MDL-13603 fixed course_setup() minor problem with $course in $SITE
2008-02-23 12:12:47 +00:00
skodak
458544ed1d
MDL-13404 reverted - missing file and other minor problems; backported from HEAD
2008-02-22 19:55:11 +00:00
scyrma
65c75c3ca7
MDL-13404 - Several improvements to the tag sub-system.
2008-02-22 10:17:56 +00:00
moodler
71ebb06911
Some better error checking to help us pick bad lang files
2008-02-21 05:59:50 +00:00
moodler
d20c043713
MDL-11752 Upload user pictures (from Anthony and Inaki)
...
Verified with just major code formatting changes
2008-02-21 05:23:24 +00:00
moodler
3eb9c93999
MDL-13544 Removed logging of cleanremoteaddr from logs
2008-02-20 07:01:18 +00:00
skodak
827ea538e5
MDL-12382 allow admins to access any course - including courses where they have guest role and course does not allow guests
2008-02-18 23:39:28 +00:00
skodak
adb4cdc5a8
MDL-12382 allow admins to access any course - including courses where they have guest role and course does not allow guests
2008-02-18 23:33:35 +00:00
skodak
ff90e9be5f
MDL-13302 gradebook data deleted now in remove_course_contents() - it makes better sense to have it there
2008-02-18 23:09:43 +00:00
skodak
acb05e1d85
MDL-13302 gradebook data deleted now in remove_course_contents() - it makes better sense to have it there
2008-02-18 23:07:44 +00:00
skodak
ce07f4dc34
big big sorry, forgotten old debug code that sends all mails to null
2008-02-18 12:34:16 +00:00
skodak
1b268daa33
MDL-13192 major stats cleanup patch - see tracker for more details
2008-02-16 18:32:23 +00:00
skodak
3db9b3c2b1
MDL-13484 peak memory used perf info added
2008-02-15 11:31:38 +00:00
skodak
30914826c9
MDL-13483 new hidden $CFG->noemailever setting to block sending of all emails - for dev sites only, set in config.php if needed
2008-02-15 10:45:36 +00:00
scyrma
c9c2c21b84
MDL-13348 - fix to get the right order for countries with names starting with unicode characters
2008-02-06 06:17:10 +00:00
scyrma
087f51bde0
doc & typo fixes
2008-02-04 06:44:49 +00:00
stronk7
e2f8d8a212
Detect used scales in course outcomes too. MDL-13307
2008-02-03 16:39:21 +00:00
skodak
b79595db64
MDL-13316 added static cache for time zone info
2008-02-03 16:00:27 +00:00
stronk7
82ecf200b7
Respect $showfeedback when deleting groups and groupings.
2008-02-02 20:41:55 +00:00
skodak
98cb031e96
MDL-13239 improved smtp bulk setting based on feedback from Gary
2008-02-02 16:22:15 +00:00
skodak
ab62d48e88
MDL-13239 smtp bulk sending
2008-02-01 07:04:25 +00:00
poltawski
8b722fe0b0
MDL-13179 - avoid calling get_admin() when unecessary.
...
It uses a relatively complex query and its not needed except
for a minority of users so we may as well avoid it..
2008-01-26 16:56:23 +00:00
poltawski
53bdf7e60a
MDL-13068 - fix typo causing course delete to fail
2008-01-25 21:07:49 +00:00
nicolasconnault
db9f04b35d
MDL-13101 Now showing standard plugins missing from disk. Refactored get_plugin_name() method
2008-01-25 08:36:17 +00:00
skodak
29ad04a314
MDL-13084 SORT_LOCALE_STRING not defined < PHP 4.4.0; fixed typo
2008-01-21 18:16:59 +00:00
skodak
4516dce1a3
MDL-13084 SORT_LOCALE_STRING not defined < PHP 4.4.0
2008-01-21 18:15:44 +00:00
skodak
a746e49818
MDL-13063 fixed comments and changeme password reset; fixed prev commit
2008-01-19 20:04:23 +00:00
skodak
6c9aa9b38b
MDL-13063 fixed comments and changeme password reset
2008-01-19 20:02:28 +00:00
mjollnir_
0972aa2291
MDL-13001 - adding support for language files in local/ directory.
2008-01-15 01:39:55 +00:00
skodak
fb179457ce
MDL-12793 PARAM_HOST incorrect cleaning
2008-01-01 17:21:54 +00:00