moodle/admin/report
Eloy Lafuente (stronk7) c646dd26ea MDL-26891 profiling - earlier runs
This allows profiling to be started earlier in the
setup.php execution, by configuring everything in
the config.php file. That way some interesting code
is also profiled, like DB connections, load of config records...

100% compatible with normal profiling and enabled via
special setting $CFG->earlyprofilingenabled

Example (to be put on config.php):

$CFG->earlyprofilingenabled = true;
$CFG->profilingautofrec = 3;
$CFG->profilingincluded = '/*';
$CFG->profilingallowme = true;

(to enable early profiling for 1/3 of any requests while also
allowing to use the PROFILEME PGC)
2011-03-30 18:08:38 +02:00
..
backups backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +00:00
capability fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
configlog MDL-24321 switching to stdClass in /admin/ and / 2010-09-21 08:44:02 +00:00
courseoverview [MDL-25639] Fixed page output before redirection 2011-01-26 12:28:35 +00:00
customlang MDL-22676 language customization: enlarge the input textarea fields 2010-12-09 11:48:55 +00:00
log MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
profiling MDL-26891 profiling - earlier runs 2011-03-30 18:08:38 +02:00
questioninstances fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
security MDL-25314 improved prevention of output buffering + detection of misconfigured servers 2010-11-19 03:40:43 +00:00
spamcleaner MDL-26987 fix invalid DML syntax in spam cleaner tool 2011-03-27 16:14:22 +02:00
stats MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
unittest MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
unsuproles core MDL-19786 Cleaned up a couple of minor deprecated calls 2010-09-22 07:48:35 +00:00