1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 18:51:42 +02:00

Commit Graph

  • 20051093ad Small change for responsive CSS GuimDev 2013-12-27 09:33:05 +01:00
  • bac451ca86 Responsive CSS for debugbar GuimDev 2013-12-26 19:41:49 +01:00
  • 859e00c22f Update debugbar.css and add twig badge GuimDev 2013-12-26 18:39:23 +01:00
  • aed2132c97 Merge pull request #55 from GuimDev/master Maxime Bouroumeau-Fuseau 2013-12-26 05:58:04 -08:00
  • d1d36c7a15 Fix last commit (old version). GuimDev 2013-12-26 12:27:08 +01:00
  • a3c18c1130 Small changes & prevent exception GuimDev 2013-12-26 12:24:08 +01:00
  • db00362d78 Update mistake. GuimDev 2013-12-24 23:50:12 +01:00
  • eae876a2eb Use param of JavascriptRenderer constructor. GuimDev 2013-12-24 13:10:42 +01:00
  • 463259abce Add register_shutdown function is most accurate GuimDev 2013-12-24 12:53:07 +01:00
  • e4091b9e19 Merge pull request #54 from GuimDev/master Maxime Bouroumeau-Fuseau 2013-12-23 10:58:46 -08:00
  • a01fc83c8d Fix mistake (recursion) GuimDev 2013-12-23 19:09:25 +01:00
  • f1dd126ec1 Merge pull request #52 from Anahkiasen/bower 1.8 Maxime Bouroumeau-Fuseau 2013-12-19 14:23:19 -08:00
  • 137cc7d1ac Update icon names in source code Maxime Fabre 2013-12-17 13:01:06 +01:00
  • b8bd80b367 Update tests Maxime Fabre 2013-12-17 12:53:18 +01:00
  • a28107ac75 Update paths in JavascriptRenderer Maxime Fabre 2013-12-17 12:49:47 +01:00
  • 8b433f05cb Add new tracked assets Maxime Fabre 2013-12-17 12:49:28 +01:00
  • bb1d858a71 Remove currently tracked assets Maxime Fabre 2013-12-17 12:46:59 +01:00
  • 859c2cb040 Add Bower file Maxime Fabre 2013-12-17 12:45:32 +01:00
  • 64956c203c Limit headers to something below 256kB Barry vd. Heuvel 2013-11-27 15:23:06 +01:00
  • 2cdf83124f Merge pull request #49 from barryvdh/patch-1 Maxime Bouroumeau-Fuseau 2013-11-20 08:53:21 -08:00
  • 13f8fd8675 Check encoding before applying htmlentities Barry vd. Heuvel 2013-11-17 16:19:39 +01:00
  • 57344ccb95 coding conventions Maxime Bouroumeau-Fuseau 2013-11-08 15:26:30 -02:00
  • 567648710e Merge pull request #44 from barryvdh/pdo-escaping Maxime Bouroumeau-Fuseau 2013-11-08 09:25:06 -08:00
  • 11271b8281 Merge pull request #45 from barryvdh/pdo-escaping2 Maxime Bouroumeau-Fuseau 2013-11-08 09:24:28 -08:00
  • 34d6037621 Merge pull request #46 from thallisphp/patch-1 Maxime Bouroumeau-Fuseau 2013-11-08 09:23:39 -08:00
  • 5eda8cc983 Fix alignment issue in database queries tab ThallisPHP 2013-11-08 15:21:52 -02:00
  • f7ee6d4989 don't forget the return Barry vd. Heuvel 2013-11-04 21:56:50 +01:00
  • d98b73914d Escape params Barry vd. Heuvel 2013-11-04 21:53:36 +01:00
  • a8aabe817e Check parameters for binary data Barry vd. Heuvel 2013-11-04 21:51:32 +01:00
  • 71be65fdcd added parameter to specify the quotationChar in PDOCollector (fixed #38) maximebf 2013-11-04 14:14:57 -03:00
  • a7e1479ed4 Merge pull request #43 from barryvdh/patch-1 Maxime Bouroumeau-Fuseau 2013-11-01 08:24:10 -07:00
  • dfee8a2236 Reset box-sizing Barry vd. Heuvel 2013-11-01 09:59:29 +01:00
  • db7bf99c4c Merge pull request #42 from CoolGoose/patch-1 Maxime Bouroumeau-Fuseau 2013-10-28 06:16:10 -07:00
  • 87ec3862de code style update Alexandru Bucur 2013-10-28 10:59:18 +02:00
  • 9b0cfc40ab Merge pull request #41 from barryvdh/patch-1 Maxime Bouroumeau-Fuseau 2013-10-27 14:01:07 -07:00
  • 27ec65c736 Escape HTML entities Barry vd. Heuvel 2013-10-27 10:48:46 +01:00
  • 9267c6f64d Merge pull request #40 from 4d47/master Maxime Bouroumeau-Fuseau 2013-10-26 07:44:38 -07:00
  • 21928a3c9e Remove +6 typo in README.md Mathieu Gagnon 2013-10-25 16:43:00 -04:00
  • f5cb5a1fcf added option to render sql with params in PdoCollector (fixed #38) maximebf 2013-10-24 17:29:49 -04:00
  • 3e2a0245e9 typo maximebf 2013-10-24 17:24:14 -04:00
  • c43e360d72 Merge pull request #37 from ciruz/master Maxime Bouroumeau-Fuseau 2013-10-24 14:21:26 -07:00
  • 1dc21f08ef added try/catch block to catch unused session is hasStackedData() 1.7.1 maximebf 2013-10-24 17:12:56 -04:00
  • 938e56b2c7 Merge pull request #39 from sasezaki/patch-1 Maxime Bouroumeau-Fuseau 2013-10-22 07:42:00 -07:00
  • 24c624665f .travis.yml - add PHP 5.5 kazusuke sasezaki 2013-10-22 21:48:36 +09:00
  • b5bcafb3e3 Added display:block to list items ciruz 2013-10-15 09:42:05 +02:00
  • ff0d9a32cf Added text-align:left ciruz 2013-10-15 09:39:40 +02:00
  • 85fc816102 fixed failing test maximebf 2013-10-07 10:49:52 -04:00
  • 9937d76e70 ajaxHandler.bindToJquery() now operates on the jQuery object available as global maximebf 2013-10-07 10:45:14 -04:00
  • 719c5e0062 added prefixes on all css classes (fixed #35) using images for close and open icons instead of font-awesome using time instead of datetime in dataset selection box 1.7 maximebf 2013-10-06 17:18:09 -04:00
  • 84986b1588 Merge pull request #34 from barryvdh/patch-1 Maxime Bouroumeau-Fuseau 2013-10-02 07:12:03 -07:00
  • 5dcce0235a Add spaces Barry vd. Heuvel 2013-10-02 16:04:40 +02:00
  • ebe4e87851 Remove precision for microseconds Barry vd. Heuvel 2013-10-02 10:56:03 +02:00
  • 8915596404 Update precision Barry vd. Heuvel 2013-10-02 10:54:40 +02:00
  • 9e9ca24a62 Show microseconds Barry vd. Heuvel 2013-10-02 10:50:24 +02:00
  • 3e0c9e3b4c Merge pull request #33 from nicoder/patch-1 Maxime Bouroumeau-Fuseau 2013-09-30 21:22:14 -07:00
  • b5ca8e5ca2 fix typo nicoder 2013-10-01 06:10:14 +02:00
  • a13cf14e56 updated docs style maximebf 2013-09-28 12:02:26 -04:00
  • 40a96645e1 update maximebf 2013-09-28 12:01:21 -04:00
  • ee3e1f2371 Merge pull request #30 from lucasrcosta/master Maxime Bouroumeau-Fuseau 2013-09-25 14:08:39 -07:00
  • 519efd8ea3 Updated SlimCollector severity levels lucasrcosta 2013-09-25 18:06:23 -03:00
  • 522633f3cf fixed bug in ajax handler that caused infinite loop maximebf 2013-09-23 14:03:22 -04:00
  • 9264bd2749 OpenHandler::handle() can now take any objects implementing ArrayAccess as request data maximebf 2013-09-23 11:04:57 -04:00
  • 8972b82a9a added support for sending the request id in headers and retreiving the data using the open handler maximebf 2013-09-23 10:41:54 -04:00
  • 821bf57f2d added new storage adapters maximebf 2013-09-20 15:46:52 -04:00
  • db4b041fc2 css fix maximebf 2013-09-20 15:42:04 -04:00
  • 3c5e8cca50 added getDataAsHeaders() maximebf 2013-09-20 13:42:12 -04:00
  • f74037a29d Better names in the dataset selection box (fixed #26) maximebf 2013-09-19 22:35:17 -04:00
  • d33b8d3edd added ga code maximebf 2013-09-19 18:12:36 -04:00
  • da5c872bb6 updated docs maximebf 2013-09-19 18:05:30 -04:00
  • 6330bca1c7 updated docs [ci skip] 1.6.1 maximebf 2013-09-19 18:05:12 -04:00
  • 02599ef57b Added click on active item to minimize the debug bar (fixed #27) maximebf 2013-09-19 16:48:26 -04:00
  • 1b7e7fdbc8 jQuery.noConflict() is now called by default (fixed #29) maximebf 2013-09-19 16:31:50 -04:00
  • 7e81754ef6 Added abstraction for HTTP features (fixed #28) maximebf 2013-09-19 16:31:00 -04:00
  • ec1439395f update maximebf 2013-09-15 13:54:59 -04:00
  • ba75ec7e66 Update README [ci skip] Maxime Bouroumeau-Fuseau 2013-09-15 19:44:40 +02:00
  • 5a87009066 updated docs maximebf 2013-09-15 13:08:39 -04:00
  • 861ddc302e removed usage of session_status() 1.6 maximebf 2013-09-15 13:06:20 -04:00
  • 702fea1582 addec changelog maximebf 2013-09-15 12:59:43 -04:00
  • db8bf5c6a1 added stacked data maximebf 2013-09-15 12:56:08 -04:00
  • 90248ebb3c fixed unit tests with ajax handler maximebf 2013-09-15 11:40:37 -04:00
  • 7fa6b33cc5 added support for sending data through HTTP headers (fixed #18) maximebf 2013-09-15 11:29:33 -04:00
  • c54fb868b6 Merge pull request #17 from nakonechny/master Maxime Bouroumeau-Fuseau 2013-09-14 11:45:43 -07:00
  • 6ec0583188 fixed use of Object.keys() when not defined (fixed #25) maximebf 2013-09-13 16:23:24 -04:00
  • 01d423ed5a Merge pull request #24 from barryvdh/patch-3 Maxime Bouroumeau-Fuseau 2013-09-12 08:36:28 -07:00
  • 96438b68bd Set color to black Barry vd. Heuvel 2013-09-12 17:35:56 +02:00
  • 4165731a93 Merge pull request #23 from barryvdh/patch-2 Maxime Bouroumeau-Fuseau 2013-09-12 08:34:05 -07:00
  • 7866098695 Recursively format vars Barry vd. Heuvel 2013-09-12 17:30:32 +02:00
  • 7fbe0a5d4f Merge pull request #22 from lunika/master Maxime Bouroumeau-Fuseau 2013-09-11 06:01:19 -07:00
  • b1cc0a8912 in variableListWidget, check if v variable is not null Manuel Raynaud 2013-09-11 09:55:09 +02:00
  • 279f1bf63f Update bridge_collectors.md Maxime Bouroumeau-Fuseau 2013-09-10 14:37:17 +02:00
  • 5beed31722 Update README.md Maxime Bouroumeau-Fuseau 2013-09-05 15:18:55 +02:00
  • 04636f9428 typo Maxime Bouroumeau-Fuseau 2013-09-05 14:55:14 +02:00
  • 28cf135fb1 fixed issue #20 with proper coding style Maxime Bouroumeau-Fuseau 2013-09-05 14:51:59 +02:00
  • fe8b415f2d fixes #16 nakonechny 2013-08-29 16:30:33 +04:00
  • 161d31a7e2 Merge pull request #15 from vitr/master Maxime Bouroumeau-Fuseau 2013-08-29 00:36:54 -07:00
  • d0bdd1a98c Update debugbar.js Vitaliy Ryepnoy 2013-08-29 13:55:08 +10:00
  • c40f48c0d6 Merge pull request #13 from thekonz/patch-1 Maxime Bouroumeau-Fuseau 2013-08-28 05:28:17 -07:00
  • f16409f9ad README syntax highlighting thekonz 2013-08-28 14:09:50 +02:00
  • 286586dfca Merge pull request #12 from nakonechny/master Maxime Bouroumeau-Fuseau 2013-08-27 01:19:03 -07:00
  • 32fef69e69 typo fix nakonechny 2013-08-27 12:10:03 +04:00