[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2011-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||26240
 Depends on|26240   |

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2011-05-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Reedy s...@reedyboy.net 2011-05-21 22:51:21 UTC ---
Fixed in backlog, ie r88550 I guess...

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2011-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||26240

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2010-12-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2010-12-02 14:04:59 
UTC ---
(In reply to comment #3)
 Perhaps trunk (coincidently?) fixed bug 26141 by dirty appending the new
 variable to the current address.
You should build the query string in an array and use wfArrayToCGI().

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2010-12-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

--- Comment #5 from Reedy s...@reedyboy.net 2010-12-02 16:54:13 UTC ---
(In reply to comment #4)
 (In reply to comment #3)
  Perhaps trunk (coincidently?) fixed bug 26141 by dirty appending the new
  variable to the current address.
 You should build the query string in an array and use wfArrayToCGI().

That sounds like one way of saying we need to revamp the whole way that CR does
parameters.

Rather than:
Special:Code/repo/author/authorname
Special:Code/repo/path/path/to/somewhere

etc, do them all as parameter=value

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2010-12-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

--- Comment #6 from Roan Kattouw roan.katt...@gmail.com 2010-12-02 17:09:58 
UTC ---
(In reply to comment #5)
 (In reply to comment #4)
  (In reply to comment #3)
   Perhaps trunk (coincidently?) fixed bug 26141 by dirty appending the new
   variable to the current address.
  You should build the query string in an array and use wfArrayToCGI().
 
 That sounds like one way of saying we need to revamp the whole way that CR 
 does
 parameters.
 
 Rather than:
 Special:Code/repo/author/authorname
 Special:Code/repo/path/path/to/somewhere
 
 etc, do them all as parameter=value
The form should submit them that way, but I like being able to do
/repo/author/catrope .

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2010-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

--- Comment #1 from Reedy s...@reedyboy.net 2010-12-02 00:09:21 UTC ---
Filtering by path twice does the same..

index.php?path=/trunk/extensions/CodeReview/title=Special:Code/MediaWiki/pathlimit=50title=Special:Code/MediaWiki

index.php?path=/trunk/extensions/CodeReview/title=Special:Code/MediaWiki/pathlimit=50path=/trunk/extensions/CodeReview/title=Special:Code/MediaWiki

For the one above, clicking back onto the filtered author again, goes back to
the first..

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2010-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

--- Comment #2 from Reedy s...@reedyboy.net 2010-12-02 00:25:06 UTC ---
I should say that this is on trunk, 1.16wmf4 seems fine...

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


[Bug 26195] Filtering by author, then by path, gets an overly long query string, with duplicate parameters

2010-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26195

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #3 from Krinkle krinklem...@gmail.com 2010-12-02 03:21:14 UTC ---
Perhaps trunk (coincidently?) fixed bug 26141 by dirty appending the new
variable to the current address.
That would explain the difference why bug 26141 is fixed in trunk but also the
long urls

Can't find an svn revision to proof this though.

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