GithubHelp home page GithubHelp logo

firephp / insight Goto Github PK

View Code? Open in Web Editor NEW
104.0 104.0 20.0 1.52 MB

Advanced library for interacting with PHP from the browser.

Home Page: http://www.firephp.org

PHP 92.47% JavaScript 3.62% ApacheConf 0.07% HTML 1.13% Smarty 2.72%

insight's People

Contributors

cadorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

insight's Issues

Firebug lost log

Hi all

I did not found any solution in the net and could not understand how to solve this:

If i us fb() to show variables, it gives no output if i call fb more than 100 times.
response header stops with x-wf-1-1-1-99
Headers in attachment..

where is the problem her?

  • is it a bug?
  • is it a limit? from firephp? from firebug? from apache?

If it is from firephp, how i can change it?

Greetings
Charley

log.txt

encodeURIComponent instead of utf8_encode

Changing utf8_encode() to encodeURIComponent() may solve all the encoding issues.

e.g.

javascript:alert(encodeURIComponent("Çáåøn"));
javascript:alert(decodeURIComponent("%C3%87%C3%A1%C3%A5%C3%B8n"));

Need PHP implementation of encodeURIComponent().

Autoloading

Hi,

I once made a Yii Framework extension for the old FirePHPCore library 0.3.2.

I'm now trying to update that to use FirePHP 1.0. I am currently having problems with the autoload function in FirePHP/Init.php named FirePHP__autoload. I wish there was an easy way to register it before FirePHP__main() is called. The reason is when I include FirePHP/Init.php, FirePHP__main() is automatically called and registers FirePHP__autoload. This autoloader will be put on second priority before Yii's own autoloader and hence I will get this error:

include(Insight_Util.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory 

I wish there was a way to rearrange the autoloaders so I can put FirePHP__autoload first before Yii's autoloader. This will definitely prevent this error from happening.

not compatible with yslow

firephp stops working after installing yslow. using firefox 13 as well as 12. Also using the latest stable version of firebug and firephp.

Problem with encoding

Hello!

I found a strange problem with output unicode symbols in FirePHP.

For example, if I put some unicode letters in Log:

Log::info("Что-то");
Log::info("Odómetro");

Output:
image

<meta charset="UTF-8"> tag is added and file encoding in UTF8.

More info in this issue:
Seldaek/monolog#875

Log new defined variables for section

The trace function is a handy tool, however, it gives quite a bit of
information. It would be nice to have a simpler start/end variable
trace that logs each variable one at a time

For example:

$start = array_keys(get_defined_vars());
$end = array_keys(get_defined_vars());
$log_variables = array_diff($start, $end)
foreach($log_variables as $log_variable)
    $console->log($log_variable);

This needs work, I understand. But the point is instead of adding
10-20 separate log statements in a section of code, you could just
have one start/end. This is different from trace(); because in many
PHP frameworks that globally load numerous functions, the trace output
can become muddy when quickly looking for a certain variable value.

Reported: http://groups.google.com/group/firephp-dev/browse_thread/thread/df5f91ac8afd113c

Support for HTML Links

we would like to provide HTML Links using FirePHP into the DevToolbar, which link to pages with more in detail information we want to provide using our application.

So the request is simple: Add some api to render Links/HTML into Firebugs Console

STRG+F in VariableViewer

Hey, I would appreciate a Search Field in the VariableViewer.
I console log an array with a large number of entrys and it would be nice to be able to quickly "jump" to a key or a value by searching for it with Strg+F

Anyway - thx for this great Skript 👍

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.