https://bugzilla.wikimedia.org/show_bug.cgi?id=18998

           Summary: {{PAGESIZE:...}} returns empty string when top revision
                    of page has no associated revision length
           Product: MediaWiki
           Version: 1.15-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]
        Depends on: 12188


Enter:
<{{PAGESIZE:Foo bar}}>
<{{PAGESIZE:Foo_bar}}>
<{{PAGESIZE:Talk:Fartown Ground, Huddersfield}}>

Expected:
<20>
<20>
<559>

Actual:
<>
<>
<>

This can occur either when the top revision is a 'null' revision, noting
moves/protections/deletions/etc; or when the top revision is from before the
time when rev_len started to be recorded (cf bug12188). The latter is
transitory and can be resolved by writing and running the script requested in
bug18881; the former needs to be addressed properly.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to