[Bug 25595] Add e-mail capability to the AbuseFilter extension

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
Summary|Cron script to check|Add e-mail capability to
   |enWikipedia pages and alert |the AbuseFilter extension
   |staff on certain phrases|

-- 
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 25595] Add e-mail capability to the AbuseFilter extension

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

Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org

--- Comment #4 from Andrew Garrett agarr...@wikimedia.org 2011-04-26 07:04:01 
UTC ---
It might be possible to add an email action.

-- 
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 28706] Allow post-parsed documents to be available offline and saved into IndexedDB and made queryable

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

--- Comment #2 from Brett Zamir bret...@yahoo.com 2011-04-26 07:13:36 UTC ---
And probably needless to say, having a mechanism to optionally auto-update (if
not provide a local history) the local storage when a new version becomes
available online would be ideal.

-- 
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 28692] Allow image contents to be deliverable by API

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

--- Comment #4 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-04-26 
08:03:57 UTC ---
There is a maximum result size configuration variable for the API, we can use
that as a limit to the files that can be served. (sum of file size * base64
magic factor  $wgAPIMaxResultSize)

-- 
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 28076] Thumbnail feature in Special:listfiles doesn't handle very narrow images well.

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

--- Comment #11 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-04-26 
08:07:11 UTC ---
(In reply to comment #10)
 This patch seems to have two parts:
 * fix Special:Listfiles specifically to use a maximum box height (easy 
 one-line
 fix)
Correct, that is indeed only the one line change to SpecialListfiles.php

 * a general change to thumbnailing box sizing
Correct, that should fix the bug that is present on
http://test.wikipedia.org/wiki/Bug_28076

 Is that general change to ensure to that we have a minimum width and height of
 1? Will it affect anything else? Does our resizing code that tries to match
 ImageMagick need adjusting?
The change ensures a minimum width of 1 pixel. As for ImageMagick, we specify
the exact size, not the shrink factor, so that should not be a problem. 

I just ran parserTests and it appears that some errors appear which may be due
to this patch.

I could just commit the SpecialListfiles.php patch and open a new bug for the
thumbnail sizing bug... They are two only indirectly related bugs.

-- 
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 28188] Can't upload PDF / ODF Hybrid

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

--- Comment #6 from fun-st...@gmx.net 2011-04-26 09:14:24 UTC ---
Thanks for the comments.

I can imagine that deciding whether this is an 'OK' PDF file saved as hybrid
ODF or not is difficult to code. However, I think it would be a great loss if
this wasn't implemented as this format is so versatile.

-- 
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 28681] Native editButtons can't be removed or reordered through rev:86603

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

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from DieBuche diebu...@gmail.com 2011-04-26 10:13:07 UTC ---
Fixed in r86942.
mw.toolbar.buttons can be modified to your heart's content, it's written out on
document.ready.
mw.toolbar.buttons is filled immediately, so you don't need to wait for it.
If addButton is called after doc.ready, the button is *immidiately* added to
the DOM

-- 
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 28707] New: $namespaceNames does not work with language fallback

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

 Bug #: 28707
   Summary: $namespaceNames does not work with language fallback
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
Classification: Unclassified


In .i18n.php files,

$namespaceNames['zh-hans'] does not work for zh-cn.

-- 
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 28707] $namespaceNames does not work with language fallback

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

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Low
 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-26 
10:33:41 UTC ---
Maybe Tim could have a quick look at this. If not maybe I have time later.
Fallback merging should happen for almost all keys.

-- 
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 28699] Some small improvements for the mw.log() box

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

Bergi a.d.be...@web.de changed:

   What|Removed |Added

 CC||a.d.be...@web.de

--- Comment #2 from Bergi a.d.be...@web.de 2011-04-26 12:28:59 UTC ---
IE 9 works for me, I can't test version 8.*.

For browsers with a console try javascript:void(console.log=); before some
javascript:void(mw.log(Hallo\n Welt));

-- 
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 28030] Add RLM before the username on every line in the page history view in RTL wikis

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 CC||jp.po...@gmail.com

--- Comment #7 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 12:40:10 UTC 
---
Can you please give an example of incorrect behaviour (i.e. an url)? I cannot
find this problem on some of the wikis I looked at (ar, he, yi Wikipedias).

-- 
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 28030] LTR usernames are aligned incorrectly in RTL wikis when the date preference is yyyy-mm-ddThh:mm:ss

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

Summary|Add RLM before the username |LTR usernames are aligned
   |on every line in the page   |incorrectly in RTL wikis
   |history view in RTL wikis   |when the date preference is
   ||-mm-ddThh:mm:ss

--- Comment #8 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-26 
12:46:48 UTC ---
I see - that's because i have funny preferences :)

My date preference is 2011-04-26T12:42:09 and not the default. That format is
all LTR, and that causes wrong alignment of the username.

I changed the description accordingly.

-- 
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 10542] CLI setup script

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 AssignedTo|innocentkil...@gmail.com|m...@everybody.org

--- Comment #4 from Chad H. innocentkil...@gmail.com 2011-04-26 12:47:38 UTC 
---
Assigning to Mark, since he was the one doing this.

-- 
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 18752] Show categorization on shared repository on local file page.

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 AssignedTo|innocentkil...@gmail.com|wikibugs-l@lists.wikimedia.
   ||org

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-04-26 12:49:54 UTC 
---
Unassigning myself.

-- 
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 22231] Table updaters should warn (and offer deletion) of empty image.img_name or image.img_size rows

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 AssignedTo|innocentkil...@gmail.com|wikibugs-l@lists.wikimedia.
   ||org

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-04-26 12:51:10 UTC 
---
Unassigning myself.

-- 
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 28223] iPhone Native Crash with UTF-8

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-26 
12:58:02 UTC ---
On the page about this app in iTunes (
http://itunes.apple.com/il/app/wikipedia-mobile/id324715238?mt=8 ) i see three
customer reviews in Hebrew saying that searching in Hebrew crashes the app.
This is probably caused by the same bug.

The app is not so new; is this new behavior? Could it change because of some
server-side change?

-- 
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 22753] update.php should make things it actually changed stand out better in its report

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

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-04-26 13:02:16 UTC 
---
At this point, all update steps that do nothing have been updated to begin with
...

I suppose you still want a message at the top saying what ... means?

-- 
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 26689] UI issue in the 'Your name' and 'Password' fields in the 'Name' page - IE8

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 AssignedTo|innocentkil...@gmail.com|wikibugs-l@lists.wikimedia.
   ||org

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-04-26 13:04:35 UTC 
---
Unassigning myself.

-- 
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 26712] Branch MediaWiki docs

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low

-- 
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 26172] Create pre-commit PHP lint test

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |High

-- 
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 26140] Remove Wikimedia specific stuff from Maintenance/doMaintenance

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Lowest

-- 
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 15690] More efficient batch lookups in foreign repos

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low

-- 
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 12415] BiDi problem at section editing

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Blocks||28708

-- 
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 28411] titles of articles with LTR titles in RTL wikis may be displayed incorrectly in categories and special pages

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Blocks||28708

-- 
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 28030] LTR usernames are aligned incorrectly in RTL wikis when the date preference is yyyy-mm-ddThh:mm:ss

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Blocks||28708

-- 
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 28349] Number of pages in a category is displayed incorrectly after an LTR char in an RTL wiki

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Blocks||28708

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Blocks||745

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-26 
14:43:55 UTC ---
Added Blocks Bug 745 for easier structure and less bugspam.

-- 
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 745] RTL/bidirectional issues (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on||28708

-- 
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 28411] titles of articles with LTR titles in RTL wikis may be displayed incorrectly in categories and special pages

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Blocks|745 |

-- 
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 745] RTL/bidirectional issues (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on|28411   |

-- 
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 28349] Number of pages in a category is displayed incorrectly after an LTR char in an RTL wiki

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Blocks|745 |

-- 
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 745] RTL/bidirectional issues (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on|28349   |

-- 
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 28030] LTR usernames are aligned incorrectly in RTL wikis when the date preference is yyyy-mm-ddThh:mm:ss

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Blocks|745 |

-- 
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 745] RTL/bidirectional issues (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on|28030   |

-- 
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 745] RTL/bidirectional issues (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on|12415   |

-- 
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 12415] BiDi problem at section editing

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Blocks|745 |

-- 
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 12406] Pages with names in RTL scripts are not listed correctly in Special:Whatlinkshere

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Blocks|745 |

-- 
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 745] RTL/bidirectional issues (tracking)

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

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on|12406   |

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |jp.po...@gmail.com
   |org |

--- Comment #2 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 14:47:17 UTC 
---
Created attachment 8463
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8463
Bidi fixing effort

This patch supplies some fixes and shows how this can be used to fix many more
BiDi bugs.

By wrapping text in span class=unicode-embed/span a new embedding level
is created, which allows for different text direction inside without breaking
surrounding text.

This can be done in MediaWiki by using the Sanitizer::safeBiDi() function.

This patch already fixes bug 28030, bug 12415, bug 12406, bug 28411, and bug
28349.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

URL||i18n, 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 4050] BiDi: orientation and numbering inside a TOC should be left aligned if placed in a LTR block and RTL if not

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 CC||jp.po...@gmail.com
 Blocks|745 |28708

-- 
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 745] RTL/bidirectional issues (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Depends on|4050|

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Depends on||4050

-- 
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 12079] BiDi problem at History/Diffs

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 CC||jp.po...@gmail.com
 Blocks|745 |28708

-- 
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 745] RTL/bidirectional issues (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Depends on|12079   |

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Depends on||12151

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-26 
14:59:30 UTC ---
a { unicode-bidi: embed } could already fix some things.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #4 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 15:01:57 UTC 
---
No, unfortunately this also breaks a lot, for example pieces of LTR text with
links on a RTL wiki. I don't have an example right now but you can try it out
for yourself (e.g. set a test-wiki with English texts to language ar)

-- 
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 12243] « main.css » ( and « rtl.css » ) should use the directionality « inherit? » for « non-textual entities »

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jp.po...@gmail.com
 Resolution||FIXED

--- Comment #3 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 15:07:04 UTC 
---
This has been fixed when CSSJanus was introduced.

-- 
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 745] RTL/bidirectional issues (tracking)

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

Bug 745 depends on bug 12243, which changed state.

Bug 12243 Summary: « main.css » ( and « rtl.css » ) should use the 
directionality « inherit? » for « non-textual entities »
https://bugzilla.wikimedia.org/show_bug.cgi?id=12243

   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 12788] CSS (tracking)

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

Bug 12788 depends on bug 12243, which changed state.

Bug 12243 Summary: « main.css » ( and « rtl.css » ) should use the 
directionality « inherit? » for « non-textual entities »
https://bugzilla.wikimedia.org/show_bug.cgi?id=12243

   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 12225] influencing the BiDi algorithm to clearly distinguish between the signature and the date and time

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 CC||jp.po...@gmail.com
 Blocks|745 |28708

-- 
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 745] RTL/bidirectional issues (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Depends on|12225   |

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Depends on||12225

-- 
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 4715] Allow comments longer than 255 bytes

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

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

   What|Removed |Added

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

--- Comment #54 from Roan Kattouw roan.katt...@gmail.com 2011-04-26 15:13:57 
UTC ---
(In reply to comment #53)
  Why would we want to index the summaries?
 
 To allow covering index reads for features like 'user contributions'

To clarify: one thing that is not in the default MW schema but is on the WMF
databases is an extended usertext_timestamp index on the revision table that
covers all fields selected by the user contributions query. This allows faster
retrieval of the results: the database doesn't have to look at the actual row
because all of the data is already in the index.

Vanilla MW:
KEY `usertext_timestamp` (`rev_user_text`, `rev_timestamp`)

WMF:
KEY `usertext_timestamp` (`rev_user_text`, `rev_timestamp`, `rev_user`,
`rev_deleted`, `rev_minor_edit`, `rev_text_id`, `rev_comment`)

-- 
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 28626] JS syntax errors affect other modules in ResourceLoader

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

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2011-04-26 15:14:47 
UTC ---
(In reply to comment #3)
 Are there any JS syntax checkers out there that are GPL compatible? It would 
 be
 nice if we could add one into ResourceLoader's minifier. Unfortunately, most 
 of
 them seem to be forks of JSLint which isn't GPL-compat.

The current minifier essentially parses JS, it may be possible to tweak it to
validate the syntax too.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #5 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-26 
15:17:36 UTC ---
Please give examples, nobody has complained in twn yet :)

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #6 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-26 
15:23:50 UTC ---
Niklas, it's quite possible that nobody complained, because RTL at twn was so
broken that i switched to English ;)

(And it's really not TWN's fault, but a general problem in MediaWiki.)

I switched to Hebrew now. Where is it used in twn?

-- 
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 28700] Make upload.wikimedia.org Cross Origin compatible (CORS)

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

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2011-04-26 15:24:54 
UTC ---
(In reply to comment #3)
 I would think this bug would ideally be expanded to allow CORS for the API 
 page
 itself as well--that would allow JavaScript applications to access the API
 without the GET limitations of JSONP and also avoids its security problems (a
 site can execute arbitrary JavaScript based on JSONP's current lack of a
 specific content-type in browsers (its not JSON, nor should it be JavaScript),
 not merely the callback requested by the user). 
 
 Besides that, my impression as a web developer is that JSONP is a lesser-known
 technique than Ajax, so I think you'd also be promoting the API usage more
 widely.
The API already supports CORS, see bug 19907. This code is live on Wikimedia
wikis already, but it's not configured, so no CORS headers are actually served
right now.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #7 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 15:28:12 UTC 
---
Created attachment 8464
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8464
Problem with applying this to all links

When applying this to all links (a { unicode-bidi: embed; }), you get problems
when a piece of LTR text in an RTL wiki contains a link. See the screenshot.

-- 
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 28354] Edit tab is shown as view source for blocked users, which breaks squid caching

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

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

   What|Removed |Added

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

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2011-04-26 15:30:10 
UTC ---
(In reply to comment #2)
 Comment from triage: should be fixed if it is breaking caching, but the right
 thing may be to disable general caching if we find that you (user) are
 blocked?
 
And how would we do that? The caching happens on the Squid level and only looks
at login cookies to let stuff through.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #8 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-26 
15:33:57 UTC ---
(In reply to comment #6)
 Niklas, it's quite possible that nobody complained, because RTL at twn was so
 broken that i switched to English ;)
 
 (And it's really not TWN's fault, but a general problem in MediaWiki.)

I know it's horrible :/

 I switched to Hebrew now. Where is it used in twn?

Everywhere :)

(In reply to comment #7)
 Created attachment 8464 [details]
 Problem with applying this to all links
 
 When applying this to all links (a { unicode-bidi: embed; }), you get problems
 when a piece of LTR text in an RTL wiki contains a link. See the screenshot.

Well, you're not supposed to have LTR text in RTL wiki (unless tagged as such).

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #9 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-26 
15:39:01 UTC ---
It's easy to tag LTR text in an RTL wiki when it's a part of an article. It's
next to impossible to tag names of pages and users as having different
directionality: HTML and CSS cannot be applied to specific names and LRM/RLM
characters are filtered out, too.

For usernames filtering out LRM/RLM is probably a Good Thing, because they are
supposed to be as simple as possible. But for page titles it is sometimes
needed (Bug 28411). I tried solving it using unicode-bidi: embed and failed,
but maybe i didn't try hard enough.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #10 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 15:39:50 
UTC ---
Well, that is the entire point of this bug: to fix occurrences of LTR text in
an RTL wiki and vice versa. Setting unicode-bidi: embed; to all links doesn't
make it better, it makes it worse. Or am I missing something?

-- 
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 28692] Allow image contents to be deliverable by API

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

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-04-26 15:40:49 
UTC ---
(In reply to comment #4)
 There is a maximum result size configuration variable for the API, we can use
 that as a limit to the files that can be served. (sum of file size * base64
 magic factor  $wgAPIMaxResultSize)
IE8 has a maximum data URL length, so the ResourceLoader component that does
data URL embedding will skip images larger than 24K (the data URL length limit
is 32K). That could be a sane limit.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #11 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-26 
15:44:46 UTC ---
The fix for that is very easy div lang=en dir=ltr../div. Like Amir said
problem are different kind of listings which can contain mixed directionality
items.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #13 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 16:03:54 
UTC ---
This would indeed mean that many things would be fixed automatically, although
we would still need to manually wrap using safeBiDi() for bugs that have
nothing to do with links, such as bug 12415. 

If you guys as i18n experts say its safe to apply unicode-bidi: embed; to all
links by default, then we should do it. ;)

Another option would be to by default have Linker::link add
class=unicode-embed and add a parameter to remove this class.

-- 
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 28706] Allow post-parsed documents to be available offline and saved into IndexedDB and made queryable

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

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 22753] update.php should make things it actually changed stand out better in its report

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

--- Comment #2 from jida...@jidanni.org 2011-04-26 18:09:46 UTC ---
Yeah. Or trade you the three dots for three other ASCIIs, like
# apt-get update
Ign http://emacs.naquadah.org unstable/ InRelease
Hit http://emacs.naquadah.org unstable/ Release.gpg
Hit http://ftp.us.debian.org experimental/contrib i386 Packages/DiffIndex
Get:1 http://ftp.us.debian.org unstable/main i386 Packages [7,250 kB]
Ign http://mozilla.debian.net experimental/iceweasel-4.0 Translation-en

which is somewhat better.

-- 
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 18912] latex and spanish projects (sine function wrongly displayed)

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

Nicholas Longo nmich...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Nicholas Longo nmich...@gmail.com 2011-04-26 18:24:34 UTC 
---
A patch has been added that defines \sen and the spacing of \operatorname has
been corrected.

-- 
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 24298] Vector skin's dropdown action list troubles users without mice

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|1.17|1.18-svn

-- 
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 26380] Add support for \widetilde.

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

Nicholas Longo nmich...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||nmich...@gmail.com
 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 18682] Add alt= parameter support for files in a gallery

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

--- Comment #18 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 18:52:29 
UTC ---
Committed by DieBuche in r86859.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #14 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-26 
19:21:26 UTC ---
I'm not 100% sure a{embed} it works without issues, otherwise I would have
already applied 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 4715] Allow comments longer than 255 bytes

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

--- Comment #55 from MZMcBride b...@mzmcbride.com 2011-04-26 19:27:59 UTC ---
(In reply to comment #54)
 To clarify: one thing that is not in the default MW schema but is on the WMF
 databases is an extended usertext_timestamp index on the revision table that
 covers all fields selected by the user contributions query. This allows faster
 retrieval of the results: the database doesn't have to look at the actual row
 because all of the data is already in the index.
 
 Vanilla MW:
 KEY `usertext_timestamp` (`rev_user_text`, `rev_timestamp`)
 
 WMF:
 KEY `usertext_timestamp` (`rev_user_text`, `rev_timestamp`, `rev_user`,
 `rev_deleted`, `rev_minor_edit`, `rev_text_id`, `rev_comment`)

Thank you for the clarification, Roan. Much appreciated.

Domas also pointed me toward this old blog post of his that explains the
reasoning for a broader index:
http://dom.as/2007/01/26/mysql-covering-index-performance/.

-- 
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 28708] BiDi: LTR and RTL mixed up (tracking)

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

--- Comment #15 from Jan Paul Posma jp.po...@gmail.com 2011-04-26 19:37:44 
UTC ---
(In reply to comment #14)
 I'm not 100% sure a{embed} it works without issues, otherwise I would have
 already applied it.

I guess we can try it out on a RTL wiki by asking an admin to add the rule to
the wiki CSS?

-- 
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 18912] latex and spanish projects (sine function wrongly displayed)

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

Pedro Sánchez pdsanc...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||tf...@wikimedia.org
  Component|texvc   |General
Version|any |unspecified
 Resolution|FIXED   |
 AssignedTo|wikibugs-l@lists.wikimedia. |ar...@wikimedia.org
   |org |
Product|MediaWiki extensions|XML Snapshots

--- Comment #7 from Pedro Sánchez pdsanc...@gmail.com 2011-04-26 19:39:29 UTC 
---
This needs to be reopened as it doesn't seem to do what it says on the closing:

http://es.wikipedia.org/wiki/Usuario:Magister_Mathematicae/seno

using said  \sen  causes math errors (undefined function)

-- 
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 21962] Run refreshLinks.php --redirects-only on all wikis

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

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||pdha...@wikimedia.org
 AssignedTo|wikibugs-l@lists.wikimedia. |pdha...@wikimedia.org
   |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 18682] Add alt= parameter support for files in a gallery

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

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|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 28709] New: create Wikimedia-US-OH mailing list

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

 Bug #: 28709
   Summary: create Wikimedia-US-OH mailing list
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dave.mennin...@gmail.com
Classification: Unclassified


Create a mailing list for Ohio Wikipedians.  For use by Wikimedia Ohio Chapter
currently being formed (
http://meta.wikimedia.org/wiki/Wikimedia_United_States_Chapters_Council ).

-- 
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 28709] create Wikimedia-US-OH mailing list

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
 AssignedTo|wikibugs-l@lists.wikimedia. |b...@caseybrown.org
   |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 28709] create Wikimedia-US-OH mailing list

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

Pharos pharosofalexand...@gmail.com changed:

   What|Removed |Added

 CC||pharosofalexand...@gmail.co
   ||m

--- Comment #1 from Pharos pharosofalexand...@gmail.com 2011-04-26 19:59:42 
UTC ---
Dave has organized a few events in Cincinatti already, and I think he'll do a
great job in expanding outreach throughout the Buckeye State.

-- 
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 28710] New: enhancement request: make frequently update special pages update themselves automatically

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

 Bug #: 28710
   Summary: enhancement request: make frequently update special
pages update themselves automatically
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
Classification: Unclassified


It would be nice it frequently updated special pages, such as Recent Changes,
Watchlist, Block log, Page creation log, page history and possibly others,
would live-update themselves frequently, in the style of identi.ca. RC
patrollers would probably appreciate 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 28701] Run script on all wikis to mark revisions older than Apr 2008 as new when they are

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com
 Blocks||16660

-- 
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 16660] Database table cleanup (tracking)

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||28701

-- 
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 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

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

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-04-26 20:53:10 UTC 
---
There are two remaining installer bugs (bug 28039, bug 28375). Are these
currently blocking the 1.17 release, or is there anything else keeping it from
going 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 18559] Right-hand-sidein message may be wrong in RTL wikis.

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

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||28174

-- 
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 28174] top left corner in message may be wrong in RTL wikis.

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

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Depends on||18559

-- 
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 28626] JS syntax errors affect other modules in ResourceLoader

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #5 from Krinkle krinklem...@gmail.com 2011-04-26 20:56:07 UTC ---
(In reply to comment #1)
 Would minified CSS run into the same problem?

Except for core modules, CSS isn't combi-minified. Each module has an
mw.loader.implement()-call with an argument for the module javascript context,
and an argument with the CSS. The CSS is unable to infect/mess up other CSS.

-- 
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 28709] create Wikimedia-US-OH mailing list

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

Casey Brown b...@caseybrown.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Casey Brown b...@caseybrown.org 2011-04-26 21:01:11 UTC 
---
Mailing list Wikimedia-US-OH created and password sent to Dave.

-- 
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 28698] Set $wgLogAutocreatedAccounts to true for all wikis

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||krinklem...@gmail.com

-- 
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 18912] latex and spanish projects (sine function wrongly displayed)

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

--- Comment #8 from Ariel T. Glenn ar...@wikimedia.org 2011-04-26 21:11:25 
UTC ---
What does this have to do with XML snapshots?

-- 
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 28693] Implement context sensitive rtl command for resource loader

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

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-04-26 21:13:39 UTC ---
Sounds like a plausible situation.

Do we haved such a scenario currently somewhere and/or is it blocking near
development that needs this ? (trying to determine a priority)

-- 
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 26865] API resolved redirects to special pages (wgDisableHardRedirects / wgInvalidRedirectTargets)

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|API resolved redirects to   |API resolved redirects to
   |special pages   |special pages
   ||(wgDisableHardRedirects /
   ||wgInvalidRedirectTargets)

-- 
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 18912] latex and spanish projects (sine function wrongly displayed)

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

--- Comment #9 from Pedro Sánchez pdsanc...@gmail.com 2011-04-26 21:33:09 UTC 
---
I don't know, I just clicked on reopen and pressed OK

-- 
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 18912] latex and spanish projects (sine function wrongly displayed)

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

Pedro Sánchez pdsanc...@gmail.com changed:

   What|Removed |Added

  Component|General |Site requests
 AssignedTo|ar...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
Product|XML Snapshots   |Wikimedia

-- 
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 28711] New: {{#time: B}} is not recognised

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

 Bug #: 28711
   Summary: {{#time: B}} is not recognised
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ParserFunctions
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: douglas.gard...@wikinewsie.org
Classification: Unclassified


?php date('B'); ? returns [[w:Swatch Internet Time]] (e.g. '@973'), but
{{#time:B}} returns 'B'.

Perhaps {{#time: should be bought into sync with date(); a bit more?

MC8

-- 
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 22753] update.php should make things it actually changed stand out better in its report

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

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-04-26 23:22:29 UTC 
---
Na, I don't like that.

-- 
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 28712] New: Odd language mix in lqt notification e-mail from {{SITENAME}}

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

 Bug #: 28712
   Summary: Odd language mix in lqt notification e-mail from
{{SITENAME}}
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: https://translatewiki.net/wiki/Thread:Support/Odd_lang
uage_mix_in_lqt_notification_e-mail_from_translatewiki
.net
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bhar...@wikimedia.org,
bugzilla.wikime...@publi.purodha.net
Classification: Unclassified


See better formatted description of oddities at

-- 
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 28712] Odd language mix in lqt notification e-mail from {{SITENAME}}

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

Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

   Keywords||i18n

--- Comment #1 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 
2011-04-26 23:42:57 UTC ---
https://translatewiki.net/wiki/Thread:Support/Odd_language_mix_in_lqt_notification_e-mail_from_translatewiki.net

I have got a notification e-mail about my altered user_talk page on
translatewiki.net. It is message lqt-enotif-newthread (in version oldid=2836668
of February, 22th)
Here is a copy of the e-mail body:

Leeven Purodha,
dat hee es en Nohreesch translatewiki.net,
dat ene neue Diskussionsstrang zom Teema
„[[StatusNet:Emailsummary-a06ed6130aa26671389f191e1440733bd0c8f3a4-p a href=
1s change your em/en]]“
öm 18:29 Uhr aam 24. Aprel 2011 op dä Sigg User talk:Purodha
dobei jekumme es. Jeschrwevve däd_en dä Metmaacher Giftpflanze

Beloore kanns de dä op
http://translatewiki.net/w/i.php?title=User_talk:Purodhaoffset=20110424182948lqt_mustshow=13018#[[StatusNet:Emailsummary-a06ed6130aa26671389f191e1440733bd0c8f3a4-p_a_href=_1s_change_your_em/en]]_13018

Der Täx es:
Hallo Purodha,

du hast das auf /en übersetzt, das sollte wohl aber auf /ksh, oder?

Ene schööne Jrohß!

This e-mail has oddities:

   1. The result of {{int:lqt-history-thread}} is from the wrong language,
German (de) instead of Colognian (ksh), or 1st fallback language, not the
message language itrself, that is, we read Diskussionsstrang (wrong) not
Jeschprääschßfäddem (right). On the message page,
MediaWiki:Lqt-enotif-newthread/ksh, it appears correct, at least when I am
viewing it. My user language is ksh.
   2. The result of {{GRAMMAR:Genitiv vun|{{SITENAME is wrong. There is no
article+preposition added, as it should be. This appears correct on the message
edit page, and incorrect on the mesage page, which is a known deficiency. In
the e-mail, GRAMMAR could be taken from German (de), but there are many other
explanations as well.
   3. {{GENDER:$8|dä|dat|dä Metmaacher|de|et}} at least was taken from
Colognian (ksh) in the e-mail and appears to be correct.

These oddities are not systematic, though.

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