moodle/admin
Marina Glancy 3c2ed2d7ce MDL-31072: Fixed bug causing memory overflow for many-user systems:
when function find_users was supposed to be used for user validation but no userids were passed to it, it retrieved all users in the system.
This caused memory overflow on systems with too many users (like moodle.org).
Now we make sure that find_users is not called for validation if there is nobody to validate.

Also improved query inside find_users to make it work faster
2012-01-13 10:12:17 +08:00
..
cli MDL-29046 use of install/distrolib.php in the CLI installer 2012-01-08 15:14:15 +01:00
mnet MDL-30170 MNet peers administration - various usability improvements 2011-12-15 21:51:33 +01:00
registration Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle 2011-09-13 16:06:21 +08:00
roles MDL-31072: Fixed bug causing memory overflow for many-user systems: 2012-01-13 10:12:17 +08:00
settings MDL-30583 navigation: Added setting to control display of front page activities on the navigation 2012-01-09 09:49:34 +13:00
tool MDL-30969 add support for suspending in uploaduser admin tool 2012-01-08 14:01:10 +01:00
user MDL-22404 bulk user add to cohort 2011-07-11 09:20:45 +02:00
webservice Merged MDL-28126 with cleanup 2011-12-21 17:03:25 +13:00
auth.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
auth_config.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
block.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
blocks.php MDL-30327 standardise block deletion process 2011-11-19 16:56:11 +01:00
category.php MDL-26869 admin: Added page to view admin categories and included in navigation with a new setting 2012-01-03 09:39:10 +13:00
cron.php MDL-23967 admin/cron.php - warn about use on CLI 2011-08-06 23:38:49 +01:00
editors.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
enrol.php MDL-30131 improve current user enrol caching 2011-11-06 09:40:06 +01:00
environment.php MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer. 2011-10-20 11:13:39 +01:00
environment.xml MDL-30610 new environment requirements for 2.3 2011-12-09 21:50:58 +01:00
filters.php coding style hint - no globals! 2010-09-17 09:57:10 +00:00
handlevirus.php MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently 2011-09-08 09:38:46 +12:00
index.php MDL-29474 fix undefined release, phpdocs and one TODO 2011-10-27 15:07:34 +02:00
lib.php MDL-30340 blocks - add back 'any page' support to course cats 2011-12-03 15:52:24 +01:00
licenses.php "MDL-21146, adding file license support to repository api, first commit" 2010-03-29 03:39:08 +00:00
localplugins.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
mailout-debugger.php fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
message.php MDL-27171 messages: meet require_once usage gudelines 2011-05-31 15:16:17 +01:00
modules.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
oacleanup.php MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently 2011-09-08 09:38:46 +12:00
phpinfo.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
plugins.php MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer. 2011-10-20 11:13:39 +01:00
portfolio.php Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break 2010-11-08 17:12:03 +00:00
process_email.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
purgecaches.php admin purge caches MDL-24591 (part) make the redirect go somewhere sensible. 2010-11-08 13:42:01 +00:00
qbehaviours.php MDL-29846 qbehaviours admin: correct $needed logic. 2011-12-19 14:31:11 +00:00
qtypes.php MDL-30943 fix forgotten admin/report/ references 2011-12-28 19:36:23 +01:00
renderer.php MDL-30735 fix cron maintenancerun detection 2011-12-17 14:17:19 +01:00
reports.php MDL-29030 add report management UI 2011-11-06 12:51:48 +01:00
repository.php Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break 2010-11-08 17:12:03 +00:00
repositoryinstance.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
resetemoticons.php MDL-24777 new emoticon_manager and its admin settings 2010-10-23 18:40:11 +00:00
search.php MDL-30608 Blocks: Fixed block disappering from search page 2012-01-09 11:04:10 +08:00
settings.php MDL-26869 admin: Added page to view admin categories and included in navigation with a new setting 2012-01-03 09:39:10 +13:00
timezone.php MDL-21235 fixed select method name 2010-01-16 18:29:51 +00:00
tools.php MDL-29509 new admin tool manager UI 2011-09-27 00:39:21 +02:00
upgradesettings.php admin MDL-20204 Remove blocks from the upgradesettings screen 2010-06-22 01:47:51 +00:00
user.php MDL-30548 support user suspended flag in admin UI 2012-01-03 16:35:21 +01:00