Jump to content

User:Forgottenman/sandbox: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
m with ideas and link
explanation as I understand it
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[MisesWiki:Proofreading scripts]]
'''Remaining issues'''
 
*Image thumbnails not working universally
**Thumbnail 404 handler, or lack thereof, seems to be the problem
*Error on previewing and saving a page in the page namespace.
**Warning: Parameter 3 to pr_pageQuality() expected to be a reference, value given in /home/web/public_html/wiki/mediawiki/includes/parser/Parser.php on line 3333
***<nowiki><pagequality></nowiki>, via <code>global $wgParser;</code> and <code>$wgParser->setHook( "pagequality", "pr_pageQuality" );</code> in proofreadpage.php, runs function pr_PageQuality with three arguments.  The third argument of pr_PageQuality is <code>&$parser</code>.  This is the parent parser, according to [http://www.mediawiki.org/wiki/Manual:Tag_extensions].  The error says that Parameter 3 is a value in line 3333 of parser.php, which is <code>array( $content, $attributes, $this, $frame ) );</code>.  I'm theorizing that "null" here is a value, and thus this is causing the error. 
*Page status color not correct on index page (related to previous?)
 
'''Solved'''
 
*Index pages formatted correctly
*PDF file viewing possible
*PDF file upload enabled
*Page and Index talk namespaces created


Current:


<pre>{{:MediaWiki:Proofreadpage_index_template
[[MisesWiki:Proofreading scripts]]
|Author=adf
<!--
|Title=adfs
Block all with 84.60.192.0/18 [http://www.csgnetwork.com/ipinfocalc.html] 84.60.192.0 - 84.60.255.254
|Year=
|Publisher=
|Source=
|Image=
|Pages=
|Remarks=
}}
</pre>


Desired:
*84.60.195.116 - block with 84.60.194/23, which blocks 84.60.195.116
*84.60.206.225 - block with
*84.60.218.10
*84.60.220.190
*84.60.253.91


<pre>{{:MediaWiki:Proofreadpage_index_template
Also in Ratingen
|Type=book
*84.60.192.0
|Title=''[[The Partisan]]'', revised edition
.201-.213
|Volume=
.215-.216
|Author=[[Author:William Gilmore Simms|William Gilmore Simms]]
.218-.227
|Translator=
.229
|Editor=
.232-.234
|School=
.239-.240
|Publisher=Redfield
.244
|Address=
.246
|Year=1859 (reprint of 1854 revised edition)
|Key=
|Source=djvu
|Image=13
|Progress=C
|Pages=<pagelist 1to9="–" 10to11="images" 12="–" 13="title" 14="copyright" 15=5 15to21=roman 22="blank" 23=13 />
|Volumes=
|Remarks=
}}</pre>


Ideas:


*One of the MediaWiki setup pages is not configured properly
Not in Ratingen:
*I didn't copy correctly from WS
84.60.193.0
*Script importing doesn't work at all
.197
*The current ProofreadPage extension isn't the same code as what WS has.
.198
.199
.200
.214
.217
.228
.230
.231
.235-.238
.241-.243
.245
-->

Latest revision as of 03:14, 4 March 2011

Remaining issues

  • Image thumbnails not working universally
    • Thumbnail 404 handler, or lack thereof, seems to be the problem
  • Error on previewing and saving a page in the page namespace.
    • Warning: Parameter 3 to pr_pageQuality() expected to be a reference, value given in /home/web/public_html/wiki/mediawiki/includes/parser/Parser.php on line 3333
      • <pagequality>, via global $wgParser; and $wgParser->setHook( "pagequality", "pr_pageQuality" ); in proofreadpage.php, runs function pr_PageQuality with three arguments. The third argument of pr_PageQuality is &$parser. This is the parent parser, according to [1]. The error says that Parameter 3 is a value in line 3333 of parser.php, which is array( $content, $attributes, $this, $frame ) );. I'm theorizing that "null" here is a value, and thus this is causing the error.
  • Page status color not correct on index page (related to previous?)

Solved

  • Index pages formatted correctly
  • PDF file viewing possible
  • PDF file upload enabled
  • Page and Index talk namespaces created


MisesWiki:Proofreading scripts