Last modified: 2010-05-15 15:33:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3797, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1797 - no edit toolbar
no edit toolbar
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.4.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-04-01 10:11 UTC by gerbier
Modified: 2010-05-15 15:33 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description gerbier 2005-04-01 10:11:07 UTC
I found some problems with directories in the code :

the generated html code, contains a reference to
"/mediawiki/stylesheets/common/wikibits.js"
but the wikibits.js file is on /mediawiki/stylesheets/ directory

and I patch the includes/EditPage.php with :

850c850
<                       $image=$wgStylePath.'/common/images/'.$tool['image'];
---
>                       $image=$wgStylePath.'/images/'.$tool['image'];

(the common/images does not exists)
Comment 1 Ævar Arnfjörð Bjarmason 2005-04-01 10:21:20 UTC
wikibits.js is in /skins/common/, and applying your patch breaks 1.4 and HEAD,
you probably meant to submit this under some other branch, 1.3 perhaps?
Comment 2 Brion Vibber 2005-04-01 10:35:10 UTC
If you've upgraded from 1.3 and kept your old LocalSettings.php, you should be sure to 
update $wgStylePath to point to 'skins' instead of 1.3's old 'stylesheets' directory.
Comment 3 gerbier 2005-04-04 08:28:25 UTC
you're right !

I have read the UPDATE file, but I saw "you may need to change the style paths" 
( not "you must change" ) so I did not modify the LocalSetting file.

thanks for this quick answer !

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links