Jump to content

User:Forgottenman/sandbox: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
found more issues
updates
Line 41: Line 41:
*'''The current ProofreadPage extension isn't the same code as what WS has.''' Not sure if this is the root of the problem, but it's definitely true that some pages aren't identical.
*'''The current ProofreadPage extension isn't the same code as what WS has.''' Not sure if this is the root of the problem, but it's definitely true that some pages aren't identical.
**proofread_index.js
**proofread_index.js
**PdfHandler_body.php
***<code>function getThumbType( $ext, $mime, '''$params = null''' )</code>
***Other three PdfHandler files are identical
*IndexForm.js calls something we haven't defined.
*IndexForm.js calls something we haven't defined.
<s>*Script importing doesn't work at all</s> It is working; IndexForm.js is adding text to [[Index:Blah.djvu]].
<s>*Script importing doesn't work at all</s> It is working; IndexForm.js is adding text to [[Index:Blah.djvu]].
*One of the MediaWiki setup pages is not configured properly
*One of the MediaWiki namespace pages is not configured properly
*I didn't copy correctly from WS
*I didn't copy correctly from WS

Revision as of 12:13, 11 February 2011

MisesWiki:Proofreading scripts

Current:

{{:MediaWiki:Proofreadpage_index_template
|Author=adf
|Title=adfs
|Year=
|Publisher=
|Source=
|Image=
|Pages=
|Remarks=
}}

Desired:

{{:MediaWiki:Proofreadpage_index_template
|Type=book
|Title=''[[The Partisan]]'', revised edition
|Volume=
|Author=[[Author:William Gilmore Simms|William Gilmore Simms]]
|Translator=
|Editor=
|School=
|Publisher=Redfield
|Address=
|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=
}}

Ideas:

  • The current ProofreadPage extension isn't the same code as what WS has. Not sure if this is the root of the problem, but it's definitely true that some pages aren't identical.
    • proofread_index.js
    • PdfHandler_body.php
      • function getThumbType( $ext, $mime, $params = null )
      • Other three PdfHandler files are identical
  • IndexForm.js calls something we haven't defined.

*Script importing doesn't work at all It is working; IndexForm.js is adding text to Index:Blah.djvu.

  • One of the MediaWiki namespace pages is not configured properly
  • I didn't copy correctly from WS