125 Commits

Author SHA1 Message Date
Natan Felles
d3231d20ca
Toogle views hints (if enabled) by default ci-label 2017-10-10 01:43:10 -03:00
Natan Felles
33b7967982
Remove toogle view hints button and show label only if it hasLabel 2017-10-10 01:41:08 -03:00
Natan Felles
f861452831
Show Views label with badge on Toolbar but without a tab 2017-10-10 01:39:04 -03:00
Natan Felles
3e2dc1c7b6
Add hasLabel in BaseCollector. For actions without a tab 2017-10-10 01:34:26 -03:00
Natan Felles
80b5041b8e
Do not display view hints if Toolbar filter is turned off 2017-10-08 12:41:26 -03:00
Natan Felles
2fcbcfbea7
Make toolbar view btn can be active on load 2017-10-07 16:32:05 -03:00
Natan Felles
f0e1adff65
Add debug views hints 2017-10-07 00:46:16 -03:00
Lonnie Ezell
77fe5d6c6b
Tests in place. Simplified testing by including injectMock in main CodeIgniter\Config\Services file. 2017-10-05 00:07:18 -05:00
Lonnie Ezell
f71b0e093f
A simple Events collector for the Toolbar. Fixes #84 2017-09-06 23:37:53 -05:00
Lonnie Ezell
3a97a095aa
Give the toolbar fresh copies of parser so we don't hit wrong path issues. Fixes #704 2017-09-06 22:46:11 -05:00
Lonnie Ezell
a9a332250e
Tweaks to the toolbar, bigger fonts, badges for buttons 2017-08-27 00:20:29 -05:00
Abdul Malik Ikhsan
88f8dfb7fa
count() usage improvement: replace with empty() when possible, assign to variable on loop 2017-08-08 08:19:29 +07:00
Lonnie Ezell
d7c26d7ce2 Merge pull request #634 from natanfelles/debug-toolbar
Move Debug Toolbar to Page Bottom
2017-07-27 21:28:02 -05:00
Natan Felles
c0e20ccbfc
Add z-index 10000 to debug-bar 2017-07-27 15:44:06 -03:00
Natan Felles
dbfb909f39
Update toolbar styles to avoid external conflicts 2017-07-27 07:21:02 -03:00
Natan Felles
1ac2997eaf
Add option to set toolbar position (bottom or top) 2017-07-27 02:15:30 -03:00
Natan Felles
5394971f52
Update PHPDocs in Debug Timer 2017-07-26 02:43:44 -03:00
Natan Felles
d021f54ca2
Move Debug Toolbar to Page Bottom 2017-07-25 01:36:01 -03:00
Lonnie Ezell
7e0e1841f4 Merge pull request #625 from natanfelles/docs
Set PHPDocs
2017-07-23 22:00:20 -05:00
Abdul Malik Ikhsan
673df526a4
remove unused use statements 2017-07-24 03:06:02 +07:00
Natan Felles
41ab103c72
Set PHPDocs 2017-07-23 11:34:40 -03:00
Master Yoda
fcce549142
Update (2) copyright comments per phpDocumentor 2017-07-13 14:20:27 -07:00
Master Yoda
bda7c8a252
Update copyright comments per phpDocumentor 2017-07-13 10:22:49 -07:00
Timothy Marois
6567b0f950 Fixed debug bar href hash links by replacing with a javascript void. 2017-06-16 17:30:56 -04:00
Lonnie Ezell
3f82c6f4e1
Another, hopefully less addled, attempt to solve #538 2017-06-13 22:31:55 -05:00
Lonnie Ezell
5df04254ac
Fixing display of queries in debug toolbar 2017-06-11 22:45:20 -05:00
Lonnie Ezell
b7871b33d5
Attempting to solve #538 2017-06-11 22:41:14 -05:00
Stephen
a6d0a8061c
This adds consistency across all files 2017-05-22 14:10:08 +01:00
Filisko
cddf07b054 Hooks renamed to Events 2017-04-28 12:17:31 +02:00
Lonnie Ezell
6cd62f09e4
Fix toolbar error when post has array. 2017-03-31 22:45:10 -05:00
ytetsuro
c76e6901e7
Change Indent space4 to tab
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
2017-03-30 00:26:09 +09:00
tianhe1986
df78c1ea1a Reflect closure controller.
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-02-08 18:48:41 +08:00
Lonnie Ezell
473aa90595 Merge pull request #384 from jim-parry/fix/https-links
Update license & site link to https://
2017-01-26 22:48:43 -06:00
Master Yoda
ef24a9a519
Add missing copyright header blocks 2017-01-20 00:57:53 -08:00
Master Yoda
b6247d1196
Update license & site link to https:// 2017-01-20 00:45:11 -08:00
Lonnie Ezell
f6d7894cd7
Convert Routes debug collector to use parsed view. 2017-01-03 00:03:24 -06:00
Lonnie Ezell
9a6128fcb5
Convert Logs debug collector to use parsed view. 2017-01-02 23:03:20 -06:00
Lonnie Ezell
2639ca6819
Convert Files Debug collector to use parsed view. 2017-01-02 22:57:05 -06:00
Lonnie Ezell
2727323baf
Database Debug Collector now uses the Parser and a view because we should eat our own dogfood. 2017-01-02 22:41:12 -06:00
Master Yoda
bf3e165bfe
Updated copyright to 2017 2016-12-30 12:47:28 -08:00
Lonnie Ezell
3efa466796
Refactored Database Toolbar collector to use the new Hook. Fixes #105 2016-12-02 23:43:06 -06:00
Lonnie Ezell
5adb9ffef5
Exception screens should always display correctly now. 2016-10-30 21:19:06 -05:00
Lonnie Ezell
b89f5bd703
Fix issue where any headers with multiple values was dying in the Debug Toolbar 2016-10-30 21:16:04 -05:00
Lonnie Ezell
b6a9c3b809
Toolbar tweaks. Have it remember the state on page refresh 2016-10-29 22:30:31 -05:00
Patrick Bellerive
c66fa93e94 Add icon debug bar conversioXn 2016-09-22 21:45:22 -04:00
Master Yoda
6e8b43a9f3
Refactor producing RendererInterface 2016-08-31 16:38:08 -07:00
Lonnie Ezell
32aa64f6de
Converted debug toolbar to a Filter. 2016-07-19 23:19:45 -05:00
mixinix
dd392ba865 Update Routes.php
wrong indentation
2016-07-01 04:48:43 +07:00
Mixinix
249d1e4503
one line deleted 2016-07-01 01:33:32 +07:00
Mixinix
f07bacdedb
Improve debug bar Matched Route - Params 2016-07-01 01:29:37 +07:00