This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/minify/matthiasmullie-minify/src/Minify.php b/lib/minify/matthiasmullie-minify/src/Minify.php | |
index e5fefe6f948..e0511a76a59 100644 | |
--- a/lib/minify/matthiasmullie-minify/src/Minify.php | |
+++ b/lib/minify/matthiasmullie-minify/src/Minify.php | |
@@ -39,6 +39,7 @@ abstract class Minify | |
*/ | |
protected $patterns = array(); | |
+ protected $times = []; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once(__DIR__ . '/config.php'); | |
raise_memory_limit(MEMORY_HUGE); | |
$method = 'get_records'; // One of the cases from the switch below. | |
$numrows = 512 * 1024; | |
$generatorquery = " | |
SELECT i AS id, 'A thirty-two char string' || lpad('' || i, 8) AS name | |
FROM generate_series(1, $numrows) i"; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(['jquery', 'core/modal_factory', 'core/modal_events', 'theme_osep/drag'], | |
function($, ModalFactory, ModalEvents, drag) { | |
/** | |
* @alias block_dashboardboxes/customise | |
*/ | |
var t = { | |
listToOrder: 'ul.sortme', | |
sectionDraggingStartTime: null, | |
itemDragging: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file is part of Moodle - http://moodle.org/ | |
// | |
// Moodle is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. | |
// | |
// Moodle is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file is part of Moodle - http://moodle.org/ | |
// | |
// Moodle is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. | |
// | |
// Moodle is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('NO_OUTPUT_BUFFERING', true); | |
require_once('config.php'); | |
require_once($CFG->libdir . '/filelib.php'); | |
require_login(); | |
require_capability('moodle/site:config', context_system::instance()); | |
$PAGE->set_context(context_system::instance()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tjh238@PCD265396 ~/workspace/moodle_head | |
$ vendor/phpunit/phpunit/composer/bin/phpunit | |
Moodle 2.8rc1 (Build: 20141104), mariadb, 6ce4b8ea30ec3c5d843d0d8358c402f8302a2a65 | |
PHPUnit 3.7.38 by Sebastian Bergmann. | |
Configuration read from C:\Users\tjh238\workspace\moodle_head\phpunit.xml | |
............................................................. 61 / 3767 ( 1%) | |
............................................................. 122 / 3767 ( 3%) | |
............................................................. 183 / 3767 ( 4%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am using BOOL for INT(X) where that is more descriptive. | |
- line removed | |
+ line added | |
* line changed | |
Unchanged tables omitted from each block. | |
All columns NOT NULL unless marked NULL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// This file is part of Moodle - http://moodle.org/ | |
// | |
// Moodle is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. | |
// | |
// Moodle is distributed in the hope that it will be useful, | |
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
NewerOlder