[Bug 33614] $wgUseCategoryBrowser generates many dupes

2013-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Chad H. innocentkil...@gmail.com changed: What|Removed |Added Version|1.18.2 |1.18.x -- You are

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2013-06-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Version|1.17.1 |1.18.2 -- You

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 bal...@iupui.edu changed: What|Removed |Added CC||bal...@iupui.edu --- Comment #13

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #10 from Mark A. Hershberger m...@everybody.org 2012-03-14 17:50:21 UTC --- $tempout = preg_grep( /MediaWiki:Hidden-categories/, can't be used: We can't directly incorporate your code into core MediaWiki since there is no

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #11 from Bawolff bawolff...@gmail.com 2012-03-14 18:00:00 UTC --- preg_grep( / . preg_quote( wfMsgForContent( MediaWiki:Hidden-categories ), / ) ./, ... Would work, which is what I believe you were trying to get at (In theory

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #12 from Technical_13 technical...@yahoo.com 2012-03-14 18:12:54 UTC --- (In reply to comment #11) preg_grep( / . preg_quote( wfMsgForContent( MediaWiki:Hidden-categories ), / ) ./, ... Would work, which is what I believe you

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Bawolff bawolff...@gmail.com changed: What|Removed |Added Keywords|need-review |reviewed --- Comment #8

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #9 from Technical_13 technical...@yahoo.com 2012-03-12 14:35:38 UTC --- Correct me if I am wrong, but wouldn't it be feasible to replace: $tempout = explode( \n, $this-drawCategoryBrowser( $parenttree, $this ) ); With this: if

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Technical_13 technical...@yahoo.com changed: What|Removed |Added CC|

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Ken k...@xev.net changed: What|Removed |Added CC||k...@xev.net --- Comment #6 from

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #7 from Ken k...@xev.net 2012-03-12 02:49:35 UTC --- sorry, I pasted the wrong line for the original line. The original line is this (it does not have array_unique in it): $tempout = explode( \n, $this-drawCategoryBrowser(

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-01-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Antoine hashar Musso has...@free.fr changed: What|Removed |Added CC||has...@free.fr

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Keywords||need-review,

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|Unprioritized |Normal --

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #1 from steevithak srainwa...@ncc.com 2012-01-09 21:08:19 UTC --- Found a fairly trivial fix for this. In Skin.php, I added an array_unique() to the explode(). the line was: $tempout = explode( \n, $this-drawCategoryBrowser(

[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614 --- Comment #2 from steevithak srainwa...@ncc.com 2012-01-09 22:24:30 UTC --- Upon further thought, there's still redundancy here. For example: If the page is in: A B C D There's really no point in also displaying these lines: A A B A