Menu

#103 PageList.FillFromRecentChanges ignores limit parameter

closed-fixed
2015-04-08
2015-02-15
violine1101
No

If you want to fill a PageList with the recent changes, it only gets filled with 50 pages, regardless of the given "limit" parameter. I think that's because of a missing ampersand.

In PageList.FillFromRecentChanges, the URL is

"{0}?title=Special:Recentchanges" + "&hideminor={1}&hidebots={2}&hideanons={3}&hideliu={4}&hidemyself={5}" + "&hideReviewed={6}limit={7}&days={8}"

but it should be

"{0}?title=Special:Recentchanges" + "&hideminor={1}&hidebots={2}&hideanons={3}&hideliu={4}&hidemyself={5}" + "&hideReviewed={6}&limit={7}&days={8}"

Discussion

  • CodeDriller

    CodeDriller - 2015-02-16
    • status: open --> closed-accepted
    • assigned_to: CodeDriller
     
  • CodeDriller

    CodeDriller - 2015-02-16

    You're absolutely right. Thanks for reporting this.

     
  • CodeDriller

    CodeDriller - 2015-03-07

    Fixed in v3.14.

     
  • CodeDriller

    CodeDriller - 2015-03-07
    • status: closed-accepted --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.