[Bug 28440] Add viewdeleted privileges to the checkuser and oversight permissions group on en.wiki

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

MZMcBride  changed:

   What|Removed |Added

   Keywords||shell
 CC||b...@mzmcbride.com,
   ||tstarl...@wikimedia.org

-- 
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 28437] Failure to right-align infobox templates

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

Steven Walling  changed:

   What|Removed |Added

 Resolution|FIXED   |WONTFIX

-- 
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 28437] Failure to right-align infobox templates

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

Steven Walling  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 27093] CSS injection vulnerability (comment stripping)

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

Tim Starling  changed:

   What|Removed |Added

Summary|CSS injection vulnerability |CSS injection vulnerability
   ||(comment stripping)

-- 
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 25931] Review and enable RandomInCategory extension

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

--- Comment #13 from Domas Mituzas  2011-04-07 
03:51:32 UTC ---
"better solution" needs more disk space, memory and IOPS, even if we have a
decent index for that - is it worth for such feature, or is this just another
"would be nice" eyecandy?

-- 
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 27874] Add patroller, autopatroller and rollbacker groups on mlwiki

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

--- Comment #8 from Kiran Gopi  2011-04-07 03:50:02 UTC 
---
Hi,

Why this bug is open for long time? Can you fix it.

-- 
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 25931] Review and enable RandomInCategory extension

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

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #12 from MZMcBride  2011-04-07 03:32:32 UTC ---
Hmm. Using the Toolserver's enwiki_p:

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.999 ORDER BY
page_random ASC limit 1;
+-++
| page_title  | page_namespace |
+-++
| Jan_van_Deinsen |  0 |
+-++
1 row in set (0.34 sec)

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.999 ORDER BY
page_random ASC limit 1;
+-++
| page_title  | page_namespace |
+-++
| Jan_van_Deinsen |  0 |
+-++
1 row in set (0.00 sec)

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.999 ORDER BY
page_random ASC limit 1;
+-++
| page_title  | page_namespace |
+-++
| Jan_van_Deinsen |  0 |
+-++
1 row in set (0.00 sec)

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.989 ORDER BY
page_random ASC limit 1;
+---++
| page_title| page_namespace |
+---++
| Pavol_Baláž |  0 |
+---++
1 row in set (0.19 sec)

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.19 ORDER BY
page_random ASC limit 1;
+---++
| page_title| page_namespace |
+---++
| Anthony_Tupou |  0 |
+---++
1 row in set (29.98 sec)

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.28 ORDER BY
page_random ASC limit 1;
+--++
| page_title   | page_namespace |
+--++
| Chris_Lehane |  0 |
+--++
1 row in set (3.80 sec)

mysql> select page_title, page_namespace FROM page JOIN categorylinks
ON(page_id=cl_from) AND cl_to='Living_people' and page_random>=0.432901 ORDER
BY page_random ASC limit 1;
+-++
| page_title  | page_namespace |
+-++
| Civard_Sprockel |  0 |
+-++
1 row in set (2.96 sec)

This seems unacceptably slow. I think it'd be fairly trivial to disable this
for categories with greater than X members until a better solution is
implemented, however.

-- 
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 25931] Review and enable RandomInCategory extension

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

--- Comment #11 from Domas Mituzas  2011-04-07 
03:14:10 UTC ---
yes, thats what I mean, thanks Tim!

-- 
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 25931] Review and enable RandomInCategory extension

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

--- Comment #10 from Tim Starling  2011-04-07 03:11:35 
UTC ---
He means that because there is no "ORDER BY page_random", the query just
fetches the first page from the category that satisfies the page_random
condition. So for page_random >= 0.99, it will scan 100 pages on average, even
if the category is 100k pages. Comment #4 shows that it uses the cl_timestamp
index, so it's very likely to return a page from the first 10 or so pages that
were added to the category.

-- 
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 25931] Review and enable RandomInCategory extension

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

--- Comment #9 from Domas Mituzas  2011-04-07 03:01:51 
UTC ---
I mean this random isn't any close to any idea of 'random'

-- 
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 25931] Review and enable RandomInCategory extension

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

--- Comment #8 from Domas Mituzas  2011-04-07 02:59:50 
UTC ---
this random isn't really random

-- 
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 27891] Old version seen immediately after edit

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |Highest
 CC||moel...@scireview.de

--- Comment #23 from Mark A. Hershberger  2011-04-07 
02:47:43 UTC ---
I know this was just reopened today, but Erik pointed to this issue:

http://en.wikipedia.org/wiki/Wikipedia:VPL#Server_issues
http://en.wikipedia.org/wiki/Wikipedia:VPL#Delay_between_when_an_edit_is_made_and_the_text_becomes_available

Quote: "Replication lag is causing new users to be baffled by where
their edit disappeared too, and this is on articles without pending
changes. I found one user tonight who out of desperation was pasting
the displayed preview into the edit box, completely destroying the
article in the process, and was then surprised to get blocked. This
isn't just an inconvenience; it's costing us new editors!"

-- 
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 12814] editing page that is highly transcluded leads to read timeout

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

CBM  changed:

   What|Removed |Added

   Keywords|triage  |

-- 
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 12814] editing page that is highly transcluded leads to read timeout

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

CBM  changed:

   What|Removed |Added

   Keywords||triage

-- 
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 13260] post expand size counted multiple times for nested transclusions

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

CBM  changed:

   What|Removed |Added

   Keywords||triage

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28448] imageinfo object malformed if image has already been uploaded

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

--- Comment #3 from Ryan Kaldari  2011-04-07 01:14:42 
UTC ---
I think you meant bug 28320.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28448] imageinfo object malformed if image has already been uploaded

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

--- Comment #2 from Ryan Kaldari  2011-04-07 01:13:32 
UTC ---
This affects the imageinfo object for the image itself as well as for all of
the thumbnails.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28448] imageinfo object malformed if image has already been uploaded

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

--- Comment #1 from Neil Kandalgaonkar  2011-04-07 
01:10:23 UTC ---
Almost certainly related to bug 28230 but will need to fix that first to be
sure.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28448] New: imageinfo object malformed if image has already been uploaded

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

 Bug #: 28448
   Summary: imageinfo object malformed if image has already been
uploaded
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: rkald...@wikimedia.org
CC: asha...@wikimedia.org
Classification: Unclassified


If an image has already been fully uploaded, and you try to stash it again, it
will get created with a malformed imageinfo object attached to it.
Specifically, all the properties in the imageinfo object will be embedded
within an array instead of being directly in the object. This causes things
like
var prop = _this.imageinfo[ propName ];
to fail, and thus the thumbnails won't link to anything.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28320] UploadWizard dupe hash check is broken

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

Neil Kandalgaonkar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|rkald...@wikimedia.org  |ne...@wikimedia.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 22984] add local language name to Special:SiteMatrix

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

Reedy  changed:

   What|Removed |Added

   Keywords|need-review |reviewed

-- 
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 22984] add local language name to Special:SiteMatrix

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

Reedy  changed:

   What|Removed |Added

 Depends on||28176

-- 
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 28176] Review and enable CLDR extension

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

Reedy  changed:

   What|Removed |Added

 Blocks||22984

-- 
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 28176] Review and enable CLDR extension

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

Reedy  changed:

   What|Removed |Added

 Blocks|22984   |

-- 
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 22984] add local language name to Special:SiteMatrix

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

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Depends on|28176   |
 Resolution||FIXED

--- Comment #6 from Reedy  2011-04-07 00:33:28 UTC ---
r85600

CLDR extension is reviewed (and fixed up to that extent), so commiting so this
can go live at some later date

-- 
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 28176] Review and enable CLDR extension

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

--- Comment #2 from Reedy  2011-04-07 00:08:59 UTC ---
r85598 does the path inclusion protection

Is this ok now?

I suspect we can just tag/branch it from the trunk copy to bring this into
1.17wmf1?

-- 
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 13163] Activate SubPageList3 extension on English Wikiversity

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

Reedy  changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #16 from Reedy  2011-04-07 00:02:22 UTC ---
r85590, r85593, r85594 does all the style cleanup

r85596 does the parser issue


Tim, if this is clean now, can it be pushed out?

-- 
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 18779] Modern Skin should have print-specific CSS

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

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #9 from Mark A. Hershberger  2011-04-06 
23:49:53 UTC ---
patch is super-obsolete (Resource Loader FTW!) but the problem remains.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 22509] Change tags in RC feed

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #4 from Bawolff  2011-04-06 23:41:38 UTC ---
I don't think the act of tagging an edit should be in RC. A log might make
sense, but its questionable which user preformed the action of tagging an edit,
since things like the abusefilter (who aren't users) often are the people
tagging.

-- 
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 28379] Individual Bug view makes poor use of space

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

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #5 from Mark A. Hershberger  2011-04-06 
23:36:41 UTC ---
Changing .bz_comment_text from "width: 50em" to, say, "width: 75em" changes the
amount of whitespace surrounding the comment, but the comment text is inside a
 so line breaks are respected and so text doesn't flow to fill the
additional area.  Looks like you'd have to use something besides  to make
the whitespace go away.  Especially since (on Chrome) "width: 100%" looks about
the same as "width: 50em".

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28425] MediaWiki 1.18 (tracking)

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

MZMcBride  changed:

   What|Removed |Added

   Keywords||tracking

-- 
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 28446] Refactor ChangesList-output as a table instead of a lazy unordered list dump

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

Krinkle  changed:

   What|Removed |Added

 Blocks||28447

-- 
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 28447] Bring Recentchanges to the 21st century (tracking)

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

Krinkle  changed:

   What|Removed |Added

 Depends on||28446

-- 
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 27644] Finish ResourceLoader browser blacklist

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

--- Comment #16 from MZMcBride  2011-04-06 23:32:23 UTC ---
(In reply to comment #15)
> Good point. Once startup lives at the top, the mobile redirect should totally
> be in there.
> 
> However, the mobile redirect script currently uses a few MW-exported JS vars
> (wgPagename etc.), we'd have to export those early. Not too hard if we write a
> special module for it.

Gah. Can't we just kill the JS redirect altogether? I thought it was a
temporary stop-gap measure before server-side support was implemented. I think
any efforts should be focused on killing it altogether, not trying to find ways
to make it work with ResourceLoader.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 5560] Feature request: Ajax autoloadable Recentchanges specialpage

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

Krinkle  changed:

   What|Removed |Added

 Blocks||28447

-- 
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 28447] Bring Recentchanges to the 21st century (tracking)

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
 Depends on||5560

-- 
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 2007] Tracking bug (tracking)

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

Krinkle  changed:

   What|Removed |Added

 Depends on||28447

-- 
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 28447] New: Bring Recentchanges to the 21st century (tracking)

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

 Bug #: 28447
   Summary: Bring Recentchanges to the 21st century (tracking)
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: tracking
  Severity: enhancement
  Priority: Normal
 Component: Recent changes
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
Blocks: 2007
Classification: Unclassified


Currently Special:Recentchanges is pretty muchless on most major wikis.

* 1) The options haven't been updated for a while (the api has much more
options and database supports the indexes, yes almost none of these options are
available in our own frontend). Just to name a few options (not all should be
available in the front-end per se)

 - Username filter
  = there is Special:Contributions but that doesn't do any of the advanced
filtering like "hide patrolled edits". There's no way to get a simple list of
unpatrolled edits by a certain user (useful during the clean up of a vandal
after block with multiple people, who did what ? Especially if there were edits
after the vandalism on the same page, as "(top edit)" doesn't help either in
Special:Contributions.

 - Timeframe filter
  = there is an offset-parameter, but there isn't a from-parameter) - Wikis
like nl.wikipedia that rcpatrol anonymous edits must do limit=1000 and scroll
to the very bottom in order to get patrol old edits. being able to do
from="yesterday 5am"&untill="yesterday 6am" is very useful and the API supports
this.

 - Related to the above: Order (asc|desc, newer|older)

 - Namespaces
  = only one can be choosen, 'invert' and selecting multiple ones should be
possible. API allows this by doing namespaces=0|10|12 for example) - useful for
patrolling only content namespaces (ie. not talk spaces, user space etc.

 - Type: Show only edits, newpages or logs
  = again useful for patrolling. There is Special:Logs and Special:Newpages[1]
but no Special:Recentedits, patrollers must go through the mess of the block
actions, page moves etc. and other unpatrollable stuff. passing type will make
this much easier.

* 2) It goes too fast and/or annoying to keep refreshing. We can ajaxify this
(perhaps as an extension though, since polling the API in core may not be a
good idea. The extension would provide a way to get it with HTML5 WebSockets)
  - Although there is IRC channels to stay in, those are cluttered by too much
other stuff and aside from that there is two other obvious down sides to irc:
   - What's said is said: You can't filter out unpatrolled edits
   - No links to block/undo/revert or access for gadgets to add/customize
things

* 3) The Tag-filter is an input field. This doesn't make sense since there's a
limited number of values. Should be a dropdown menu ?

* Perhaps you have other ideas ? I'll be creating seperate bugs for the
individual tasks in a few days, but using this one as a tracker for the overal
project.


--
Krinkle

[1] Supporting type in recentchanges might make Special:Newpages obsolete, any
thoughts ?

-- 
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 22708] Update Wikimedia's Mailman install

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |Highest
 CC||m...@everybody.org

-- 
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 14504] PHP 6 (tracking)

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

Krinkle  changed:

   What|Removed |Added

   Keywords||tracking
 CC||krinklem...@gmail.com

--- Comment #2 from Krinkle  2011-04-06 23:15:26 UTC ---
adding tracking keyword

-- 
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 28446] Refactor ChangesList-output as a table instead of a lazy unordered list dump

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

--- Comment #3 from Krinkle  2011-04-06 23:11:37 UTC ---
Created attachment 8385
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8385
Other example of tabular changelist of a watchlist

-- 
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 28446] Refactor ChangesList-output as a table instead of a lazy unordered list dump

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

--- Comment #2 from Krinkle  2011-04-06 23:11:11 UTC ---
Created attachment 8384
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8384
Screenshot of what a tabular changeslist could look like (this is a screenshot
of the RTRC gadget)

-- 
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 28343] "Context per line" preference doesn't seem to do anything useful

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

--- Comment #3 from Mark A. Hershberger  2011-04-06 
23:10:09 UTC ---
(In reply to comment #2)
> probably we should just drop the prefs

+1

Now, where is Chad...

-- 
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 23649] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikipedia

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #6 from Bawolff  2011-04-06 23:09:02 UTC ---
Umm, $wgCategoryPrefixedDefaultSortkey feature was removed with the category
collation stuff. Setting it to false won't do anything (It is now always
false).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28434] add link parsing to emails

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

--- Comment #2 from Reedy  2011-04-06 23:07:58 UTC ---
That would be quite nice. I keep looking at emails on my phone, and to click on
other bug links, or revisions, I've got to go to the bugzilla page, and then on
from there.

HTML might have some benefit, but literally as you're suggesting there, would
be mucho useful :)

One would hope, we can reuse the linking code used in bug comments...

:)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28446] Refactor ChangesList-output as a table instead of a lazy unordered list dump

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

--- Comment #1 from Krinkle  2011-04-06 23:05:02 UTC ---
Created attachment 8383
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8383
ChangesList (as it is now in 1.17) - Recentchanges and Watchlist

-- 
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 503] Include show-link-preview-on-hover functionality in core JS

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

Bawolff  changed:

   What|Removed |Added

 CC||kshitizset...@gmail.com

--- Comment #10 from Bawolff  2011-04-06 23:03:47 UTC ---
*** Bug 28445 has been marked as a duplicate of this bug. ***

-- 
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 28445] pop up for definition of terms when reading an article

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

Bawolff  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bawolff...@gmail.com
 Resolution||DUPLICATE

--- Comment #3 from Bawolff  2011-04-06 23:03:47 UTC ---
(In reply to comment #2)
> No, I have no idea, can you please provide me with the name of the gadget and
> how to add it?

Its called Lupin's navigational popups. Go to the page [[special:preferences]].
Its under the "gadgets" tab.(You have to be logged in).

(bug 503 is a request to include that in an extension and/or core)

*** This bug has been marked as a duplicate of bug 503 ***

-- 
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 28446] New: Refactor ChangesList-output as a table instead of a lazy unordered list dump

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

 Bug #: 28446
   Summary: Refactor ChangesList-output as a table instead of a
lazy unordered list dump
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
Classification: Unclassified


I dont know how long this has been on the unspoken todo list but I've seen it
read and heard it pass by from time to time.

It's really time we dont something about these ugly unstructured unordered
lists for changeslists.

Compare the attached screenshots for reference.

A few points:
* Clean structure, things that belong to eachother are in the same column.
Things can be indexed by the human eye much quicker
* More whitespace
* Alternating colours (also possible as a list..)
* Edit summaries line up better
* ...

-- 
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 25190] Special:RecentChanges failing to load due to running out of memory

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

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #11 from Platonides  2011-04-06 22:51:28 UTC 
---
Bawolff, the new error message is the result of having enabled wmerrors.

-- 
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 25190] Special:RecentChanges failing to load due to running out of memory

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #10 from Krinkle  2011-04-06 22:46:43 UTC ---
That one loads fine for me bawolff.

http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_17/phase3/includes/ChangesList.php?revision=77974&view=markup#l1152

-- 
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 15892] Use of temporary tables in parser tests broken by r40209

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

--- Comment #9 from Platonides  2011-04-06 22:43:14 UTC 
---
r82582 and the MediaWikiTestCase.php change of r82867 (updated by r83418)
should have fixed it.
Did they reappear only recently? Maybe some of the recent initialization
changes broke them again.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 3086] Make Special:Recentchanges enhancedchanges images more skinnable

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

Krinkle  changed:

   What|Removed |Added

Version|1.6.x   |1.18-svn

-- 
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 3086] Make Special:Recentchanges enhancedchanges images more skinnable

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

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||FIXED
Summary|Make Special:Recentchanges  |Make Special:Recentchanges
   |more skinnable  |enhancedchanges images more
   ||skinnable

--- Comment #3 from Krinkle  2011-04-06 22:42:07 UTC ---
The javascript and html structure for enhancedchanges has been refactored in
1.18. It now uses the makeCollapsible jQuery plugin and the enhancedchanges now
have custom css classes.

Skins can override the images via the class if they need to.

-- 
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 28343] "Context per line" preference doesn't seem to do anything useful

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

--- Comment #2 from Brion Vibber  2011-04-06 22:27:23 UTC 
---
If I'm reading this correctly, the contextchars option basically got disabled
in r34210 (and contextlines earlier), when Robert was rewriting a lot of the
highlighting code in 2008.

It seems to have been hardcoded at 2 lines and 75 chars, replacing the user
preferences... probably we should just drop the prefs, if they've been broken
for a couple years and nobody noticed!

(contextchars is also used in the ReplaceText extension, but could be dropped
from there.)

-- 
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 14501] A way to hide the sidebar providing a "fullscreen" view

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #7 from Krinkle  2011-04-06 22:24:50 UTC ---
A gadget exists on Commons:

http://commons.wikimedia.org/?withJS=MediaWiki:IPadSidbarSlider.js

Orignally written to be automatically loaded for all users that match the iPad
user agent. but can be used as a normal gadget as well.

-- 
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 16145] Hide redirects from search suggestions (mwsuggest.js)

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

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
Version|1.14-svn|1.18-svn
 Resolution||WONTFIX
Summary|mwsuggest.js should not |Hide redirects from search
   |return redirects|suggestions (mwsuggest.js)

--- Comment #5 from Krinkle  2011-04-06 22:22:12 UTC ---
Redirects are indeed useful, especially for search suggestions.

If third party gadgets want a way to query the opensearch-api without redirects
(ie. "Add boolean option to opensearch api to include/filter redirects"), then
please open a seperate ticket for that.

-- 
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 2114] JavaScript (tracking)

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

Bug 2114 depends on bug 16145, which changed state.

Bug 16145 Summary: Hide redirects from search suggestions (mwsuggest.js)
https://bugzilla.wikimedia.org/show_bug.cgi?id=16145

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

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


wikibugs-l@lists.wikimedia.org

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber  2011-04-06 22:16:54 UTC 
---
Done in r85585.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28374] Forbid reupload of same file under same name

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

--- Comment #1 from Brion Vibber  2011-04-06 22:09:43 UTC 
---
At the moment file storage is more or less tied to the versioning bits, and
there's not really a way to create a "null edit" style "null upload" entry that
would just reference the same file.

Possible changes to the file storage system in the future may make this happen
more or less 'by magic' if file refs are moved to hash-based.

-- 
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 2114] JavaScript (tracking)

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

Bug 2114 depends on bug 19888, which changed state.

Bug 19888 Summary: allow wikibits.js to load without any required globals
https://bugzilla.wikimedia.org/show_bug.cgi?id=19888

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

-- 
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 19888] allow wikibits.js to load without any required globals

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

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||WONTFIX

--- Comment #3 from Krinkle  2011-04-06 22:06:51 UTC ---
* wikbits.js is already deprecated, up to be quarantined in 1.19 into mw.legacy
* global wg* variables are also deprecated and moved to mw.config, currently
still shadowed to the global space as well for backwards compatibility. All
usage in core is or soon will be replaced.

One of the advantages to mw.config is that it wont cause any 'undefined' errors
(takes care of that internally through the mw.Map() constructor)

-- 
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 28434] add link parsing to emails

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

--- Comment #1 from Brion Vibber  2011-04-06 22:04:55 UTC 
---
It looks like the mails are plaintext, so this would require either converting
the mails to HTML (eek! sounds like a big upstream issue) or interpolating full
links into the mails, eg converting:

  "Did you see Brion's notes on the tracking bug? (bug 19986)  We should
probably
  put these there if they're not the same."

  -> to ->

  "Did you see Brion's notes on the tracking bug? (bug 19986
)  We should probably
  put these there if they're not the same."

and likewise for the revs.

This ought to work reasonably well, at least if done before line wrapping gets
applied. :) Not sure offhand how easy it is to slide that into an extension for
Bugzilla or if it'll be a hacky patch.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 2114] JavaScript (tracking)

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

Bug 2114 depends on bug 28444, which changed state.

Bug 28444 Summary: Double click on old revision opens the current revision
https://bugzilla.wikimedia.org/show_bug.cgi?id=28444

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 28444] Double click on old revision opens the current revision

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brion Vibber  2011-04-06 21:59:43 UTC 
---
Fixed on trunk in r85583. Will need merging to 1.17.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28444] Double click on old revision opens the current revision

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

Brion Vibber  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |

--- Comment #1 from Brion Vibber  2011-04-06 21:50:24 UTC 
---
Looks like a regression in r61071 when the code was consolidated from the Skin
and SkinTemplate classes; the $this->editUrlOptions() passed into the
title->getEditUrl() got lost, dropping the oldid parameter.

-- 
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 23215] Rename the als.*.org projects to gsw.*.org

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

--- Comment #4 from Casey Brown  2011-04-06 21:47:33 UTC 
---
(In reply to comment #2)
> two options:
> 
> 1) rename database, update change in all dblists and config, update apache
> config (like new wiki
> 
> 2) create new project in the proper space, copy over old database, ensure it
> works.  read only old project, redump/import, launch new project, pull old
> project offline and remove old databases

Did you see Brion's notes on the tracking bug? (bug 19986)  We should probably
put these there if they're not the same.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15892] Use of temporary tables in parser tests broken by r40209

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

--- Comment #8 from Brion Vibber  2011-04-06 21:42:25 UTC 
---
This still happens intermittently for me, though I'm uncertain the immediate
cause.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28432] mobile-l archives should be public

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

Casey Brown  changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #1 from Casey Brown  2011-04-06 21:32:19 UTC 
---
(In reply to comment #0)
> There is no reason to have this discussion list archive closed. Please open it
> to have it at the same level than foundation-l etc. Thanks!

There actually is a reason.  This list was originally used for feedback on
m.wikipedia.org, so it has a lot of stuff in the archive from non-Wikimedians
who might not want their e-mails exposed to the entire Internet.  This does not
necessarily mean we shouldn't open up the archives, but there definitely isn't
"no reason". :-)

-- 
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 23215] Rename the als.*.org projects to gsw.*.org

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

--- Comment #3 from Simon Hess  2011-04-06 21:29:55 UTC ---
I believe we should take option 1. Unfortunately I do not know exactly how to
do that, but I think that the option 2 requires more effort.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

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

Bug 26676 depends on bug 27473, which changed state.

Bug 27473 Summary: Apostrophe in linktrail breaks bolded links
https://bugzilla.wikimedia.org/show_bug.cgi?id=27473

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 27473] Apostrophe in linktrail breaks bolded links

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

Brion Vibber  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Brion Vibber  2011-04-06 21:18:29 UTC 
---
For the moment I think I prefer the alt linktrails to the explicit check in
splitTrail. Longer term we should consider a genericization of linktrails so we
don't need the language-specific checks though, and should then consider
apostrophes more generally if they're needed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 27473] Apostrophe in linktrail breaks bolded links

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

--- Comment #4 from Brion Vibber  2011-04-06 21:14:01 UTC 
---
I've committed the fix for the ca & kaa linktrails as r85573, including parser
test cases and a fix to Linker::splitTrail() for a bug that caused it to fail
to actually test linktrails properly when $wgContLang changes over the course
of a run.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23772] Link to search the keyword after redirect from GO

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

--- Comment #6 from Bawolff  2011-04-06 21:13:59 UTC ---
(In reply to comment #5)
> hmh, but normal redirects are displayed the same way as i request.

Normal Redirects use different urls (relative to the canonical version), which
makes the caching point a non-issue ( When you look at [[WW2]] which is a
redirect, the url still shows the version of the page name before redirecting -
http://en.wikipedia.org/wiki/WW2 instead of
http://en.wikipedia.org/wiki/World_War_II ).

-- 
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 27891] Old version seen immediately after edit

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

--- Comment #22 from SlimVirgin  2011-04-06 21:02:16 UTC 
---
It has started happening for me again too. It stopped when Tim made his fix of
March 14. But in the last few days it has happened a few times, particularly
with page creation.

-- 
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 23772] Link to search the keyword after redirect from GO

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

--- Comment #5 from Subfader  2011-04-06 20:45:51 UTC ---
hmh, but normal redirects are displayed the same way as i request.

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

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

Bug 27339 depends on bug 27891, which changed state.

Bug 27891 Summary: Old version seen immediately after edit
https://bugzilla.wikimedia.org/show_bug.cgi?id=27891

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
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 27891] Old version seen immediately after edit

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

msh210  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||m.ham...@alumni.nyu.edu
 Resolution|FIXED   |

--- Comment #21 from msh210  2011-04-06 20:44:17 UTC 
---
I haven't counted my edits, but they are certainly fewer than 10,000 since
March 14. This bug has happened to me several times since then, generally
(maybe even _only_) on page creation, including most recently when I created
http://en.wiktionary.org/w/index.php?title=%D7%90%D7%9C%D7%99%D7%9B%D7%9D&oldid=12752869

Due to Comment 19 by Tim Starling (q.v.), Comment 20 by Lars Aronsson, and my
own comment here, I'm reopening.

-- 
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 28445] pop up for definition of terms when reading an article

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

--- Comment #2 from Kshitiz Sethia  2011-04-06 
20:38:42 UTC ---
No, I have no idea, can you please provide me with the name of the gadget and
how to add it?

-- 
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 28445] pop up for definition of terms when reading an article

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

--- Comment #1 from Reedy  2011-04-06 20:26:24 UTC ---
You realise there is a Gadget/user side JS to do this?

-- 
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 28445] New: pop up for definition of terms when reading an article

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

 Bug #: 28445
   Summary: pop up for definition of terms when reading an article
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kshitizset...@gmail.com
Classification: Unclassified


When reading an article on wikipedia one mostly comes across terms which he has
never heard of. At that time it is more necessary to keep reading on the
article just by knowing the partial meaning of the term.

Currently, I click the hyperlink to the bigger article describing the term,
read its introduction and come back. This is a big effort on my side IF I AM
OFTEN BUMPING INTO UNKNOWN TERMS.

A SOLUTION to this could be a pop-up which has the introduction part of the
article to which the hyperlink points. The pop-up would fire only if there is
mouseOver for more than half or one second over the hyperlink. It would give
the user a chance to keep his attention on the main article as well as explain
the term to him.

Along with the pop-up we can have three more options:
 - If user clicks on the hyperlink, go to the article (obvious)
 - The user can add this article to a readQueue so that after he has finished
reading the main article  he can go on and understand the finer details of the
terms just read in brief.
 - hit 'Esc' key or hover mouse away to remove the pop-up.

IMPACT
 - Higher attention to the main article being read
 - More organized discovery of a new field. Let's say I'm a computer science
student exploring Acturial Science, so it'll be easier for me to get brief
definitions right now and add articles to my queue to read later on.

READ-QUEUE
 - A functionality which lets you decide the next article you want to read.
Can be session (cookie) based and/or account based (persistence accross
sessions)

EXAMPLE
 If you have used Eclipse or NetBeans then you tend to get pop-ups for classes
and functions documentation when you hover above the code ( or press 'F2')
which lets you concentrate more on the current context rather than going into
the definition of the function or class.

-- 
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 28420] Re-factor upload tests to support extensions extending upload test case

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Mark A. Hershberger  2011-04-06 
19:51:45 UTC ---
r85566

-- 
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 28425] MediaWiki 1.18 (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||15472

-- 
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 15472] Feed content missing when restricted access

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Blocks||28425

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh) (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

Summary|Language code of|Language code of
   |Taiwanese/Holo, Cantonese,  |Taiwanese/Holo, Cantonese,
   |Classical Chinese   |Classical Chinese
   |Wikipedias (nan, yue, lzh)  |Wikipedias (nan, yue, lzh)
   ||(tracking)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15607] Implement the Interlanguage extension in Wikipedia

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

--- Comment #77 from Nikola Smolenski  2011-04-06 18:48:15 
UTC ---
It does point there, I just haven't advertised it ;)

-- 
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 18840] RevDelete/HideUser (tracking)

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

Bug 18840 depends on bug 28372, which changed state.

Bug 28372 Summary: Do not link to shared revision deleted file
https://bugzilla.wikimedia.org/show_bug.cgi?id=28372

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28372] Do not link to shared revision deleted file

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber  2011-04-06 18:46:18 UTC 
---
Committed variant as r85560; patch didn't apply on trunk as-is but moved the
same stuff around. (Didn't copy through the extra variable, but it's all the
same stuff for now.)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15472] Feed content missing when restricted access

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |Highest

--- Comment #5 from Mark A. Hershberger  2011-04-06 
18:43:07 UTC ---
(In reply to comment #4)
> Does anyone have an idea of the evolution of this bug ?

I'll bring it up in our next bug triage.

-- 
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 18840] RevDelete/HideUser (tracking)

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

Bug 18840 depends on bug 28306, which changed state.

Bug 28306 Summary: RevDel: Suppressed username in file history is leaked in 
case of file transclusion (InstantCommons / $wgForeignFileRepos)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28306

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28306] RevDel: Suppressed username in file history is leaked in case of file transclusion (InstantCommons / $wgForeignFileRepos)

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brion Vibber  2011-04-06 18:23:30 UTC 
---
Patch looks good; didn't apply (whitespace?) but doing the same switcharoo
seems to do the job in my local testing, using ForeignDBRepo (same as the local
configuration for Commons on the other Wikimedia sites).

ForeignAPIRepo doesn't expose the suppressed info through the API, so folks
using the InstantCommons setup won't be affected.

Committed on trunk in r8; should be merged down to 1.17 and production
deployment as well.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 19986] Wikis waiting to be renamed (Tracking)

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

Bug 19986 depends on bug 8217, which changed state.

Bug 8217 Summary: Language code of Taiwanese/Holo, Cantonese, Classical Chinese 
Wikipedias (nan, yue, lzh)
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

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

Philippe Verdy  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #34 from Philippe Verdy  2011-04-06 18:22:14 
UTC ---
Yes but now, you cannot mark as resolved a bug that depends on the three
unresolved issues. This is an incorrect state for this bug that should remain
open and shown in that state in each separate bug that are blocking this one.
And You should have never marked this bug as invalid, when it was perfectly
valid since long before you started splitting it...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21022] Change patrol log view options in the Hebrew Wikipedia

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

Rob Halsell  changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org

-- 
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 28139] Create the Greek Wikinews

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

--- Comment #2 from Gerard Meijssen  2011-04-06 
18:09:31 UTC ---
Yes, that would be "Europe/Athens".
Thanks,
 GerardM

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23287] Problems after setting $wgCategoryPrefixedDefaultSortkey on Swedish Wikisource

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

Rob Halsell  changed:

   What|Removed |Added

 Blocks|23331   |

-- 
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 23331] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikisource

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

Rob Halsell  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Rob Halsell  2011-04-06 18:05:43 
UTC ---
wgCategoryPrefixedDefaultSortkey set to false as requested

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23331] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikisource

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

Rob Halsell  changed:

   What|Removed |Added

 Depends on|23287   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23287] Problems after setting $wgCategoryPrefixedDefaultSortkey on Swedish Wikisource

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

Rob Halsell  changed:

   What|Removed |Added

 Blocks|23649   |

-- 
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 23649] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikipedia

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

Rob Halsell  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Depends on|23287   |
 Resolution||FIXED

--- Comment #5 from Rob Halsell  2011-04-06 18:05:10 
UTC ---
wgCategoryPrefixedDefaultSortkey set to false as requested

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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


  1   2   >