Page MenuHomePhabricator

Message variables substituted at install time
Closed, ResolvedPublic

Description

Author: timwi

Description:
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=948139&group_id=34373&atid=411192
Originally submitted by Sean Proctor (sproctor)<a href="/help/icon_legend.php?context=user_wantsdonations&amp;user_id=43755&amp;return_to=%2F"><IMG src="http://images.sourceforge.net/images/icons/donate.png" alt="Accepting Donations" border="0" width="16" height="16"></a> 2004-05-05 03:26

My wiki is behind a proxy server. I have $wgServer set
properly. the rest of the links follow that, but the
links to change the messages on this page do not. they
all include the port that the proxy server is sending
on. I've tried to fix this myself, but
InitialiseMessages.inc seems to be the file that
affects this, but it doesn't seem to actually do anything.

  • Additional comments ------------------------

Date: 2004-05-05 03:37
Sender: SF user vibber

You can edit that page and do a global search-and-replace to
the correct
URL. (Also you can regenerate messages using maintenance/
rebuildMessages.php but currently this requires some adjustments
to
LocalSettings.php to run cleanly; make sure it can't be run from
the
web!)

The problem is that the auto-detected $wgServer is put into those
links
when the page is generated at install time, so before you've
had a
chance to customize it.

I'm changing the summary of this bug report to reflect that we
should

make this more flexible.

Date: 2004-09-03 05:08
Sender: SF user timwi

This bug has been migrated to MediaZilla:
http://bugzilla.wikipedia.org/show_bug.cgi?id=296
Please leave additional comments or attachments there.


Version: unspecified
Severity: normal

Details

Reference
bz315

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 6:54 PM
bzimport set Reference to bz315.
bzimport added a subscriber: Unknown Object (MLST).

timwi wrote:

*** This bug has been marked as a duplicate of 296 ***