Eloy Lafuente (stronk7)
f4feabb83f
MDL-66968 php74: array_key_exists() for objects is deprecated
...
Replace it for correct property_exists() when the element
being inspected is a property of object/class.
Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.
Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
2019-10-25 00:49:04 +02:00
Marina Glancy
c4d0b752a2
MDL-51784 various: use __construct() for PHP7 compatibility
2015-12-11 12:48:24 +08:00
Brian Barnes
ff6744c5e2
MDL-48519 accessibility: improved accessibility of user filters
2015-02-16 10:00:01 +13:00
Sam Hemelryk
a2ed6e69f9
MDL-44255 user: tidied up phpdocs and coding style
2014-02-24 09:23:47 +13:00
Petr Skoda
bf718f50ac
MDL-24321 switching to stdClass in /user/
2010-09-21 08:27:29 +00:00
David Mudrak
ad9432a604
MDL-21695 Removing obvious helps from user filters as suggested by Helen
2010-07-28 11:06:18 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
skodak
624a690b3d
MDL-14679 first part of datalib conversion
2008-05-25 09:39:02 +00:00
nfreear
3b726c87a3
Fixes MDL-12539 "Help link text for all admin/user filters are broken".
2007-12-11 12:58:37 +00:00
skodak
cd1edf9e8a
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
2007-11-13 08:43:20 +00:00
toyomoyo
a7db355af1
MDL-10181, user management improvement fixes and new features
2007-08-22 06:17:11 +00:00
toyomoyo
c3260b0714
MDL-10181, user management improvements, adding bulk user operations, code is not finished
2007-08-07 07:26:58 +00:00