Giter Club home page Giter Club logo

firepy's People

Watchers

 avatar

firepy's Issues

Typo when no MEDIA_URL is set!

What steps will reproduce the problem?
1. User FirePy with no MEDIA_URL
2. See Typo!

* What is the expected output?
"Please set MEDIA_URL to filter out unnecessary FirePHP logs"

* What do you see instead?
"Please set MEDIA_URL to filter out unncessary FirePHP logs"


* What version of the product are you using?
firepy-0.1.5-py2.6
Got this by...
>>> import firepy
>>> firepy.__path__
['/usr/local/lib/python2.6/dist-packages/firepy-0.1.5-py2.6.egg/firepy']

* On what operating system?
Ubuntu 9.10 x86

* Please provide any additional information below.
I have attached a patch file, just apply and be happy! :) I would have done
it but do not have access, so please patch this bad boy up asap!


Original issue reported on code.google.com by [email protected] on 6 May 2010 at 1:13

Attachments:

Can't get it runnig with ff 3.5.7, fPHP 3.4.3 and fBug 1.5.0

I tried the example src from the documentation. The firePHP headers are
sent from the client to the server but the server does not responds with
additional debug informations in the header. It seems like the middleware
is not working. Or am I doing something wrong. Thanks...

What version of the product are you using? On what operating system?
I'm running under winXP with the current version of firepy 0.1.5
My Django version is 1.1.


Original issue reported on code.google.com by [email protected] on 22 Jan 2010 at 3:29

Multi DB support for django 1.2

I'm using django with 2 databases and I found that firepy outputs queries for 
default (first) database

I'v added some changes into firepy.django.middleware (the file is in attachment)

Also I added an additional column (database) to track what database was 
effected.

P.S. I don't think that my patch is ideal, but it works pretty for me, please 
smbd. revise it.

Original issue reported on code.google.com by [email protected] on 20 Jun 2010 at 12:08

Attachments:

Add MEDIA_URL ignoring

When I use firepy with runserver it's puts a lot of information when
serving a static files.
I think you need to add 
if request.META['PATH_INFO'].startswith(settings.MEDIA_URL):
            return response
to process_response function to ignore this.

Original issue reported on code.google.com by [email protected] on 15 Jun 2009 at 8:49

Problem writing data to console from Wildfire Plugin

What steps will reproduce the problem?
1. Download and install Firepy 0.1.4
2. Firefox 3.0.11, Firebug 1.3.3 on Linux 
3. followed example; import logging, logging.info("test")

Expect Firebug output: 
(i) test

Actual Firebug output:
(x) ["There was a problem writing your data from the Wildfire Plugin
http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1",
TypeError: mode is undefined message=mode is undefined]

The above message is repeated as many times as there are page dependencies
being loaded; e.g. I see one for the page itself, then one for each
javascript, png, css, etc. dependency being sent by the server.

Original issue reported on code.google.com by [email protected] on 19 Jul 2009 at 5:15

Django 1.1

I have installed firepy in a Django 1.1 project and it doesn't appear to be
working.  What version of Django has this been testing with?

I have firepy as the first middleware in my settings:
MIDDLEWARE_CLASSES = (
    'firepy.django.middleware.FirePHPMiddleware',
    'django.middleware.common.CommonMiddleware',


and have logging imported into my view

import logging

def index(request):
    logging.debug("hello")
    return render_to_response('ideas/index.html')

Original issue reported on code.google.com by visseraj on 25 Jun 2009 at 7:07

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.