[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |major

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
Where are you seeing this? The 'limit' parameter works correctly for me on
master, and I don't see what in the code could make it not work.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

--- Comment #2 from Jackmcbarn jackmcbarn+w...@gmail.com ---
I can replicate it at
http://en.wikipedia.beta.wmflabs.org/wiki/Special:RecentChanges currently, as
well on my local development environment where I pinpointed it with git bisect.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Kevin Israel (PleaseStand) pleasest...@live.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pleasest...@live.com
 Ever confirmed|0   |1

--- Comment #3 from Kevin Israel (PleaseStand) pleasest...@live.com ---
I can confirm on both translatewiki and my own test wiki. (I created 500 pages
using maintenance/edit.php and only 50 show up.)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

--- Comment #5 from Bartosz Dziewoński matma@gmail.com ---
Bah, and actually I just recently noticed that this is an issue when writing
https://gerrit.wikimedia.org/r/#/c/110864/ .

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 111201 had a related patch set uploaded by Bartosz Dziewoński:
Don't override the 'limit' parameter when building feed query

https://gerrit.wikimedia.org/r/111201

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

--- Comment #4 from Kevin Israel (PleaseStand) pleasest...@live.com ---
The problem is that SpecialRecentchanges::getFeedQuery() is called when
generating the feed link, causing the limit parameter to be validated against
$wgFeedLimit, using the following:

$this-getOptions()-validateIntBounds( 'limit', 0, $wgFeedLimit );

A workaround is to clone the FormOptions object first.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||39480

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||38865

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 111201 merged by jenkins-bot:
Don't override the 'limit' parameter when building feed query

https://gerrit.wikimedia.org/r/111201

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Jackmcbarn jackmcbarn+w...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Target Milestone|--- |1.23.0 release

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

  Flags||Backport_WMF?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

  Flags|Backport_WMF?   |

--- Comment #8 from Bartosz Dziewoński matma@gmail.com ---
No need to backport anything, the troublesome commit was not included in any
WMF branch yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Jackmcbarn jackmcbarn+w...@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com
Summary|Can no longer select the|[Regression] Can no longer
   |number of changes to show   |select the number of
   |in Special:RecentChanges|changes to show in
   ||Special:RecentChanges

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60795] [Regression] Can no longer select the number of changes to show in Special:RecentChanges

2014-02-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

Jackmcbarn jackmcbarn+w...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l