User talk:DariusC: Difference between revisions

From MEpedia, a crowd-sourced encyclopedia of ME and CFS science and history
(MEpedia namespace inaccessible)
Line 7: Line 7:
Hi Darius.  I noticed today that all pages in the “MEpedia:” namespace have become inaccessible.  I wonder if this is because of my request to make sure that “MEpedia” is a member of $wgExtraNamespaces in LocalSettings.php.  Since “MEpedia” is already defined as the project namespace, it may in fact not belong in $wgExtraNamespaces after all.  Does this make sense?  Thanks.
Hi Darius.  I noticed today that all pages in the “MEpedia:” namespace have become inaccessible.  I wonder if this is because of my request to make sure that “MEpedia” is a member of $wgExtraNamespaces in LocalSettings.php.  Since “MEpedia” is already defined as the project namespace, it may in fact not belong in $wgExtraNamespaces after all.  Does this make sense?  Thanks.
<br>[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:12, 11 May 2019 (EDT)
<br>[[User:Pyrrhus|Pyrrhus]] ([[User talk:Pyrrhus|talk]]) 17:12, 11 May 2019 (EDT)
----
Hi Pyrrhus! I removed the code where I added "MEpedia" to the $wgExtraNamespaces in LocalSettings.php. I suppose it should fix this issue. You may check it now to make sure it did. Thanks. --[[User:DariusC|DariusC]] ([[User talk:DariusC|talk]]) 12:55, 15 May 2019 (EDT)


== Minor, low-priority task ==
== Minor, low-priority task ==

Revision as of 16:55, May 15, 2019

Hi Darius

Hi Darius! Thanks so much for helping us out. If you have any technical questions on the list of tasks, feel free to ask myself or User:Notjusttired, since we are the two people who requested most of the tasks. Also, please let us know when it’s safe to test out the fixes. Thanks again!
Pyrrhus (talk) 17:57, 26 April 2019 (EDT)

Namespace “MEpedia:” is inaccessible

Hi Darius. I noticed today that all pages in the “MEpedia:” namespace have become inaccessible. I wonder if this is because of my request to make sure that “MEpedia” is a member of $wgExtraNamespaces in LocalSettings.php. Since “MEpedia” is already defined as the project namespace, it may in fact not belong in $wgExtraNamespaces after all. Does this make sense? Thanks.
Pyrrhus (talk) 17:12, 11 May 2019 (EDT)


Hi Pyrrhus! I removed the code where I added "MEpedia" to the $wgExtraNamespaces in LocalSettings.php. I suppose it should fix this issue. You may check it now to make sure it did. Thanks. --DariusC (talk) 12:55, 15 May 2019 (EDT)

Minor, low-priority task

Here is a super easy, but lowest priority task, for whenever. For more information on this task, see https://m.mediawiki.org/wiki/Extension:DismissableSiteNotice#Usage

In DismissableSiteNotice.php, could you change the following one line of extension code:

$id = intval( $wgMajorSiteNoticeID ) . "." . intval( wfMsgForContent( 'sitenotice_id' ) );

to:

$id = intval( $wgMajorSiteNoticeID ) . "." . crc32( wfMsgForContent( 'sitenotice' ) );