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

       Web browser: ---
             Bug #: 39710
           Summary: Special:NewPages pagination links are broken
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: https://en.wikipedia.org/wiki/Special:NewPages
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


When a user visits <https://en.wikipedia.org/wiki/Special:NewPages>, the
pagination links (e.g., "older 50") are currently broken. The HTML source looks
like this:

---
<a
href="/w/index.php?title=Special:NewPages&amp;offset=20120827231315&amp;limit"
title="Special:NewPages" rel="next" class="mw-nextlink">older 50</a>
---

So when the user clicks the "older 50" link, he or she is taken to
<https://en.wikipedia.org/w/index.php?title=Special:NewPages&offset=20120827231315&limit>.

The &limit is implicitly &limit=0, so no results are shown. This is broken
behavior. &limit should not be in the URL at all when the user clicks "older
50" from Special:NewPages.

-- 
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