The last checkin changed 'copyrightwarning' in a way that broke if the
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Aug 2004 00:04:06 +0000 (00:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Aug 2004 00:04:06 +0000 (00:04 +0000)
commitf0aa57de1c406b2790fde5b89c57cb34f24fda10
tree7207db46543f2c0e1b4be657131415b2f727527f
parent5f4b3ec0642d1b16524bd614b18a34ca1e6b086a
The last checkin changed 'copyrightwarning' in a way that broke if the
wiki wasn't configured to provide copyright metadata, and requires editing
or rebuilding the message if the configuration is changed.

Now uses the value in existence at runtime so it can be reconfigured more
easily, and adds a 'copyrightwarning2' message which changes the wording
a bit to be used when no copyright metadata is provided.

This change should be more upwards-compatible. Also, changed 'copyrightwarning'
to be wikitext instead of raw HTML; this shouldn't break any of the built-in
texts but might requires adjustment to customized versions.
includes/EditPage.php
languages/Language.php