Closed Bug 564422 Opened 14 years ago Closed 14 years ago

Access to getfirebug.com/wiki

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: johnjbarton, Assigned: fox2mike)

Details

Most of getfirebug.com is served from SVN content under https://svn.mozilla.org/projects/getfirebug.com/. But there is no /wiki and I can't find the files that control the mediawiki instance. We'd like to tweek some of the CSS.
Reed, sorry but I think this is in the wrong bin and I don't know where it should be. Can you repoint it?
Assignee: nobody → server-ops
Component: getfirebug.com → Server Operations
OS: Windows 7 → All
Product: Websites → mozilla.org
QA Contact: getfirebug-com → mrz
Hardware: x86 → All
Version: unspecified → other
(In reply to comment #1)
> Reed, sorry but I think this is in the wrong bin and I don't know where it
> should be. Can you repoint it?

Done. :)
thanks! server-ops, server-ops, got to remember these go in server-ops...
Well, the wiki was installed by us, so it just sits on our servers for now. It's a standard mediawiki install :

[root@mradm02 wiki]# svn info
Path: .
URL: http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_15/phase3

So you should be able to modify what you need and we could patch it?
Also, you don't need access to modify CSS.

http://www.mediawiki.org/wiki/Manual:CSS

For example, 

https://wiki.mozilla.org/MediaWiki:Cavendish.css
(In reply to comment #5)
> Also, you don't need access to modify CSS.

I meant access in terms of to the wiki code. You'll need to be an admin though.
(In reply to comment #5)
> Also, you don't need access to modify CSS.
> 
> http://www.mediawiki.org/wiki/Manual:CSS

Thanks, but this page refers to Common.css which has no content on our site. For example we'd like to update the firebug to the new Fiery Firebug: where is it defined?

> 
> For example, 
> 
> https://wiki.mozilla.org/MediaWiki:Cavendish.css

I don't understand how this page relates to our wiki.
(In reply to comment #7)
> Thanks, but this page refers to Common.css which has no content on our site.
> For example we'd like to update the firebug to the new Fiery Firebug: where is
> it defined?

http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_edit_the_wiki.27s_CSS.3F
 
> I don't understand how this page relates to our wiki.

It was a live example to show you how these kind of edits work.
Ok, according to
http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_logo.3F
I need to modify LocalSettings.php 

>The logo that appears in the top left of each page is determined by the $wgLogo >configuration line in the LocalSettings.php file.
We'd have to do that for you, since that contains the DB settings etc.

What do you need it changed to? The current value is :

#Custom config - Bug #513911
$wgLogo = 'http://getfirebug.com/images/firebug-logo.png';
Please set it to
$wgLogo = "{$wgScriptPath}/Wiki-logo-top-left.png"; 

That points into our wiki file space so we can change it in future.
Do you have an image there? When I make this change, it'll go live..so unless you have an image, it won't be visible. Thought I'd check before I made the change.
Assignee: server-ops → shyam
Yes, but of course I can only guess that {$wgScriptPath} will resolve as the Help docs claim.
http://getfirebug.com/wiki/index.php/File:Wiki-logo-top-left.png
http://getfirebug.com/wiki/images/8/84/Wiki-logo-top-left.png
How can we make progress?
config updated and pushed out.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Unfortunately this fix did not work. 

From my perspective the wiki is 'broken'. Operations on the page:
http://getfirebug.com/wiki/index.php/File:Wiki-logo-top-left.png
do not result in reasonable outcomes. Uploads don't take effect, the page says the current version is two different images. And the logo-top-left remains the old value.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
This was the cause :

trinity:~ shyam$ curl -L -I http://getfirebug.com/wiki/images/8/84/Wiki-logo-top-left.png
HTTP/1.1 200 OK
Date: Wed, 09 Jun 2010 05:12:26 GMT
Server: Apache
Accept-Ranges: bytes
Content-Length: 23713
Cache-Control: max-age=2592000, public
Expires: Fri, 09 Jul 2010 05:12:26 GMT
Content-Type: image/png
Connection: Keep-Alive

So the image was cached, and hence you didn't see the update. I flushed the cache and it's fine now.
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
The image is loading correctly now. Thanks!

How can we accomplish this in future? Working on the wiki is very confusing when you can't determine if a fix is successful or not.
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.