Closed (fixed)
Project:
Drupal For Firebug
Version:
7.x-1.x-dev
Component:
Firefox Extension
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2012 at 22:33 UTC
Updated:
9 Feb 2015 at 18:32 UTC
Jump to comment: Most recent
Comments
Comment #1
guldi commentedMe and my dev-team are experiencing the same.
Comment #2
frobI took a quick look and it looks like the browser parameter isn't passing correctly to the showPanel method. this might mean that mozillas changed the object returned by getBrowser.
I was planning a complete rewrite of the firefox extension. With DrupalCampLA coming up next week I don't really have the time to do this.
I would recommend that if you require this module [Drupal for Firebug] as part of your workflow, downgrade (or don't upgrade) Firefox for the time being.
Comment #3
scresante commentedSeems to be true with FF15 as well
Comment #4
khumbu commentedAny update on this? It is hard to do without the working extension
(kinda off topic but are there any good alternatives ?)
thx
Comment #5
guldi commentedI use dpm() from devel module.
It dumps data well formated as messages.
Comment #6
frobI am sorry this is taking so long. I have been really busy.
I have not pushed it yet, however, then next release of the Drupal module will not need a browser extension. I am not eliminating the extension, but I am making it optional.
Also, if you really need the an extension AFAIK the chrome extension still works. The change in the Mozilla API should not have changed that.
Comment #7
halloffame commented+1 on D6
Comment #8
frobI finally had the time to make some progress on this. If you want to follow my progress then follow the project for the Firefox extension over on bitbucket: https://bitbucket.org/frob/drupalforfirebug
Comment #9
frank ralf commentedMany thanks! Is the Bitbucket version already testable?
Comment #10
frobunfourtunatly no, currently the new (from the ground up) plugin registers itself with firebug and firefox; it displays the drupal tabs and subtabs. But it doesn't gather the data from the drupalforfirebug drupal module yet.
Once it is ready I will package it as an xpi and allow it to be downloaded from bitbucket while mozilla reviews the update. I should be done sometime this week.
Comment #11
frobSo now the code on bitbucket is functional. I wouldn't call it testable -- still hanging around pre-alpha.
Before I we call it testable I need to do two things.
By all means though, If you know how to install from code a firefox plugin then please do so. It works just like the old one for the time being.
Comment #12
halloffame commentedThanks for the update. Will be the first in line to test it out. I feel so less-productive without this module.
Comment #13
frobI am moving this from bug to task and marking as needs review.
I will package up an xpi tonight. I opted to just throw out the expande/collaps functionality of the field sets. Its a little less user friendly but its working.
https://bitbucket.org/frob/drupalforfirebug
Comment #14
frobComment #15
frobThe latest release of the Firefox extension is awaiting review. You can download it from Mozilla's Developer Channel or from Bitbucket.
https://addons.mozilla.org/en-US/firefox/addon/drupal-for-firebug/
https://bitbucket.org/frob/drupalforfirebug/downloads
Comment #16
frobSo something is broken in the xpi. I will fix this afternoon.
Comment #17
frobOkay, I didn't put the -r flag into zip when building the xpi. So even though the module was installing correctly with firefox firebug looked for the module and found that the module didn't do anything. This has been fixed.
Comment #18
frobComment #19
frank ralf commentedJust tried version 2.1 and it seems to work ok.
Many thanks for giving us this invaluable tool back!
Comment #20
eltioseba commentedHi, I´m getting:
"There were no messages sent to the general log. Please use "firep($item, $optional_title)" to output messages to this console."
in the Firebug panel.
I´m missing something?
Comment #21
frobeltioseba, could you please post a screenshot? That is what would come from the general Drupal > General tab, if you haven't sent any messages through to firep.
Comment #22
frank ralf commentedI also stumbled across that message first but e.g. the "Drupal > Forms" tab worked ok.
hth
Frank
Comment #23
halloffame commented2.1 working up to the latest FF 17.0.1. Thank you.
Update: There's one tiny bug though. Fieldsets are not collapsible and though scrollable (through the mouse's scroll wheel), scrollbar is not visible as well.
Update 2: No search function. Can't see the search box anywhere.
Comment #24
frobyou are correct. there is no search and no collapsable fieldset. This is as designed. I didn't think this should hold up the release. Nor do I tink that these are huge features. The next version will have a whole new feature set but that will require a rewrite of the drupal module as well and I think one rewrite is enough for now.
Comment #26
Cyberflyer commentedSo...
It's been two years since this issue was closed.
It's been one year since a commit.
Firefox is at 35.0.1.
Firebug is at 2.0.8.
Drupal for Firebug Extension is at 2.2.1
Drupal for Firebug Module is at 7.x-1.4 and 7.x-1.x-dev which was posted in 2013.
I'm interested in using Drupal for Firebug to debug Drupal 7.34 websites.
Will this tool ever be revised to function properly?
If so, when?
If not, why not just take everything down, because it's nuts to think that at the rate Firebug and Firefox are evolving that not keeping up is an option and giving us the impression that there is a tool when there isn't is a waste of our time.
Comment #27
Cyberflyer commentedChanging title to reflect Firefox version and changing status to re-open.
Drupal for Firebug is not compatible with Firefox 35.
Will any work be done on this?
Comment #28
frobIf you have a new issue please open a new issue. I do not find it helpful to reopen the same issue over and over again every time Mozilla changes an api.
I just tested this with everything up-to-date as of today. Nothing seems to be wrong with the firebug extension.
It has been a long time since anything has been done on the Drupal module side, that is because it all works. I have been working very slowly on a 2.x but that doesn't work at all yet.
The extension had a major rewrite two years ago and just last month I put together a new release and wrote a grunt script to ease development, so that I can keep up with Mozilla's changing apis easier. (Released December 30, 2014)
This is not helpful. The project is far from abandoned and projects cannot simply be "taken down" from Drupal.org.
If you have anything else to post please open a new issue, or if you have something to contribute please issue a PR on drupalforfirebug's github.