Closed Bug 292387 Opened 20 years ago Closed 20 years ago

Need shaver's wiki extensions installed on devmo wiki

Categories

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

Other
Other
task

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: deb, Assigned: alex)

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 StumbleUpon/1.9994
Build Identifier: 

shaver has created two extensions for the devmo wiki -- Breadcrumbs, and
TitleOverride.  All of the files required to install these are in the cvs -- two
files in /extensions, one in /maintenance, and one in /maintenance/archives.


Reproducible: Always
So all I need to do for this is check those files out of CVS?  Or is there stuff
that needs to be added to LocalSettings.php as well to trigger them?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P1
I should write an INSTALL, I suppose, but it's mainly the standard stuff for
mediawiki extensions and schema changes.

maintenance/update-devmo.php should be run just like maintenance/update.php is
for upgrades (see the UPGRADE file in the mediawiki root for details of
configuration there).  Then you need to add

include("extensions/Breadcrumbs.php");
include("extensions/TitleOverride.php");

to LocalSettings.php, as with pretty much all extensions.  (If you have
configured your mediawiki oddly, you might have different paths there, or some
additional wrapper around extension includes.  If so, just do whatever you would
do for any other extension.)

That's all I did here, let me know if it fails you in some way.
I just made small modifications to the Breadcrumbs extension to add the proper
css classes and such (checked into cvs).  We're waiting on getting these
installed in order to get started on serious migration of the Spidermonkey and
XPCOM API docs.  We need the titleoverride for those.
Alex: since you've been attacking the devmo wikis already anyway, would you be
able to grab this?  If you won't have time today let me know, and I'll take care
of it this afternoon.
Severity: major → critical
(In reply to comment #4)
> Alex: since you've been attacking the devmo wikis already anyway, would you be
> able to grab this?  If you won't have time today let me know, and I'll take care
> of it this afternoon.

They have been installed out of cvs with links from mozilla-extensions/ and
mozilla-maintenance/ respectively.

Let me know if it works or if I just broke something. :)

-Alex
Assignee: justdave → alex
Received word that all is well.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.