Skip to content

Commit e628ffb

Browse files
committed
Fix missing files from Tracy core update
1 parent 338f75b commit e628ffb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+669
-747
lines changed

TracyDebugger.module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function getModuleInfo() {
2727
'summary' => __('Tracy debugger from Nette with many PW specific custom tools.', __FILE__),
2828
'author' => 'Adrian Jones',
2929
'href' => 'https://processwire.com/talk/forum/58-tracy-debugger/',
30-
'version' => '4.27.6',
30+
'version' => '4.27.7',
3131
'autoload' => 100000, // in PW 3.0.114+ higher numbers are loaded first - we want Tracy first
3232
'singular' => true,
3333
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',

tracy-2.11.x/.eslintrc.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

tracy-2.11.x/.phpstorm.meta.php

100644100755
File mode changed.

tracy-2.11.x/composer.json

100644100755
File mode changed.

tracy-2.11.x/eslint.config.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import nette from '@nette/eslint-plugin';
2+
import { defineConfig } from 'eslint/config';
3+
4+
export default defineConfig([
5+
{
6+
ignores: [
7+
'vendor', 'tests', 'x',
8+
],
9+
},
10+
11+
{
12+
files: [
13+
'*.js',
14+
'src/**/*.js',
15+
],
16+
17+
extends: [nette.configs.recommended],
18+
},
19+
]);

tracy-2.11.x/examples/ajax-fetch.php

100644100755
File mode changed.

tracy-2.11.x/examples/ajax-jquery.php

100644100755
File mode changed.

tracy-2.11.x/examples/assets/E_COMPILE_ERROR.php

100644100755
File mode changed.

tracy-2.11.x/examples/assets/arrow.png

100644100755
File mode changed.

tracy-2.11.x/examples/assets/style.css

100644100755
File mode changed.

0 commit comments

Comments
 (0)