Ankit Agarwal
0601e0eef6
MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core
2013-07-04 15:41:06 +08:00
Tim Hunt
9695ff811b
MDL-34657 user sorting: consistent sorting everywhere.
...
This commit coverts everything in the codebase to use the new
users_order_by_sql function when sorting lists of users. More details in
the bug.
Note that this does not change places where users are displayed in a
sortable table, and the sort order comes from the table.
2012-09-27 12:41:42 +01:00
Petr Skoda
cf717dc26b
MDL-27148 use new get_in_or_equal() param prefix instead of start
2011-04-14 15:15:01 +02:00
David Mudrak
d47b972fa9
MDL-26061 Prevent fatal error in remote enrolment client when there are no roaming users
2011-01-19 19:39:19 +01:00
David Mudrak
34685a5992
MDL-25980 MNet: missing remotecourseid parameter in SQL clearing stale cache records
...
Because the remotecourseid parameter was missing in SQL, all cache
records for other courses from that host were cleared.
2011-01-14 11:31:57 +01:00
David Mudrak
4b457a71cc
MDL-25369 mnet: do not show deleted peers in the remote enrolment client
2010-12-01 10:00:18 +00:00
Petr Skoda
b3df176457
MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL
2010-08-25 08:56:07 +00:00
David Mudrak
c24cf44291
MDL-22787 MNet: Finished client side of remote enrolment service
2010-07-17 22:35:18 +00:00
David Mudrak
ef75ea6c1c
MDL-22787 MNet: displays our users enrolled by other plugin, too, XML-RPC fetching improved
...
AMOS BEGIN
MOV [otherenrolledusers,core_mnet],[otherenrolledusers,mnetservice_enrol]
AMOS END
2010-07-17 22:32:55 +00:00
David Mudrak
26f194d264
MDL-22787 MNet: WIP prototype of the remote enrolment page based on user selectors
2010-07-17 22:32:35 +00:00
David Mudrak
3ce65bfd70
MDL-22787 MNet: fetch the information about remote enrolments of our users (work in progress)
2010-07-17 22:31:32 +00:00
David Mudrak
de5a205c5f
MDL-22787 Various fixes of MNet remote enrolment service client
2010-07-17 22:30:44 +00:00
David Mudrak
481f0e154b
MDL-22787 The screen with available courses on a remote host in Remote enrolment client
...
This commit introduces two new tables that replace legacy mnet_enrol_*
ones. These two tables are used for caching of XML-RPC responses.
2010-07-17 22:18:55 +00:00
David Mudrak
fe73e93545
MDL-22787 MDL-21993 New mnetservice plugin type
...
This commit introduces new plugin type called mnetservice. Once the MNet
framework is redesigned, this plugin will define the service itself, the
strings for it and the the client tools for administrator. The server
side is implemented mainly in enrol_mnet plugin which publishes xml-rpc
methods.
AMOS BEGIN
MOV [remoteenrolhosts_desc,core_mnet],[clientname_help,mnetservice_enrol]
AMOS END
2010-07-17 22:18:07 +00:00