Last modified: 2011-10-31 09:05:18 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 T34067, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32067 - Information from proofreadpage.php (namespace per language WS)
Information from proofreadpage.php (namespace per language WS)
Status: RESOLVED WORKSFORME
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-31 01:16 UTC by billinghurst
Modified: 2011-10-31 09:05 UTC (History)
2 users (show)

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


Attachments

Description billinghurst 2011-10-31 01:16:38 UTC
Trying to compile a list/map of all Wikisource namespaces that utilise ProofreadPage extension, eg. which namespaces are Page: equivalents, Index: equivalents.  I am told that it is stored in proofreadpage.php and that is not a public setting.  Would it be possible to review whether the file or parts of the file can be made public, or whether a scrape of the relevant section could be provided.
Comment 1 Roan Kattouw 2011-10-31 08:46:22 UTC
It's not in there. I'll make proofreadpage.php public, but I can tell you right now that all that's in there is:

<?php
# WARNING: This file is publically viewable on the web. Do not put private data here.

# Default permissions and custom permissions of the ProofReadPage extension
# You must also set wmgUseProofreadPage in InitialiseSettings.php
# This file is referenced from an include in CommonSettings.php

if( $wgDBname == 'dewikisource' ) {
        $wgGroupPermissions['*']['pagequality'] = true; # 27516
}
Comment 2 Roan Kattouw 2011-10-31 08:47:32 UTC
Well what do you know, it already is public in noc.
Comment 3 Roan Kattouw 2011-10-31 08:48:07 UTC
Also, if you meant ProofreadPage.php as opposed to proofreadpage.php , the former is part of the PP extension and available from the SVN repository.
Comment 4 Roan Kattouw 2011-10-31 08:48:35 UTC
Marking as WORKSFORME because all the required data is public already.
Comment 5 p858snake 2011-10-31 09:05:18 UTC
It appears the information you want is actually configured on wiki:
" * If your wiki has custom "Page" and "Index" namespaces, the names of these namespaces must match the names indicated in Mediawiki:Proofreadpage_namespace and Mediawiki:Proofreadpage_index_namespace."
[[mw:Extension:ProofreadPage#Configuration]]

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


Navigation
Links