[Bug 29639] New Logo For Myanmar Wikipedia

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||bawolff...@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 29638] Send commit notifications for wikimedia repo to mailing list when it's setup

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

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-06-29 
06:05:32 UTC ---
Mailing list is now set up - see
https://bugzilla.wikimedia.org/show_bug.cgi?id=29637

-- 
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 29639] New Logo For Myanmar Wikipedia

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

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-06-29 06:07:29 UTC ---
Note, you can just do it yourself by uploading the new version to
http://my.wikipedia.org/wiki/File:Wiki.png (Which will also probably be faster
then waiting for a shell to change what image it is, and also gives you the
added benefit of keeping local control of your logo file).

-- 
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 29639] New Logo For Myanmar Wikipedia

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

--- Comment #2 from Maung Maung San slayerofl...@gmail.com 2011-06-29 
06:21:39 UTC ---
Thanks. I will ask local sysop to upload the file.

-- 
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 29640] New: need an easy way to see if a filename is in use via the API (including InstantCommons)

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

   Web browser: ---
 Bug #: 29640
   Summary: need an easy way to see if a filename is in use via
the API (including InstantCommons)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rkald...@wikimedia.org
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


Right now, it seems that the only way to check if a file name is already in use
on Wikipedia is to do api.php?action=querytitles=imageTitleprop=imageinfo

Then you have to do the following awkward test on the results:
if ( !data.query.pages[-1] || data.query.pages[-1].imageinfo) { // image exists

The reason for this is that the API returns a page id for a local image, or -1
for no image. However, it also returns -1 if it finds an image through
InstantCommons.

It would be nice if there was a simpler way to do this. Maybe
prop=filenameinuse that just returns true or false. There are two uses for
this: 1) Making sure that an image someone wants to use for something on-wiki
actually exists before they use it. 2) Making sure that uploading scripts don't
upload over other files.

-- 
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 29639] New Logo For Myanmar Wikipedia

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

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||WONTFIX

--- Comment #3 from JeLuF je...@gmx.de 2011-06-29 06:28:23 UTC ---
Can be handled locally = closed.

-- 
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 28862] Javascript not working for blackberry show/hide section collapse disabled

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

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2011-06-29 07:17:27 
UTC ---
Only Blackberry OS 6 uses Webkit as far as I know.

-- 
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 6100] Allow different directionality (rtl/ltr) for user interface and wiki content

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

--- Comment #54 from Derk-Jan Hartman hart...@videolan.org 2011-06-29 
07:23:37 UTC ---
@Siebrand, new version of the spec was published 2 days ago, see link. And both
webkit and mozilla engines have prefix (-moz -webkit) support for it now. Still
badly broken, but progress is finally being made. We should be able to at least
make design choices that don't require total rework once writing-mode is more
widely available.

-- 
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 29021] Anonymous users can edit page protected with [edit=autoconfirmed]

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

--- Comment #10 from matanya matanya.mo...@gmail.com 2011-06-29 07:27:58 UTC 
---
Bawolff, you are right, I missed that. only comment 0 is the 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 28626] JS syntax errors should not affect other modules in a load.php request

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

--- Comment #19 from P.Copp paul.copper...@gmail.com 2011-06-29 07:28:12 UTC 
---
(In reply to comment #18)
 Since I'm brushing up on my low-level parsing skills anyway ;) I'm making a
 quick stab at building a PHP-based recursive-descent parser following the
 lexical  syntactical grammars in the ECMAScript standard -- this should be
 able to determine pretty cleanly what does/doesn't parse, and could be invoked
 at page save time to give feedback on identifying syntax errors in editable 
 .js
 pages.
Just to save you a bit of work, note that there is already JSMinPlus [1][2],
which is pretty much a JS parser, written in pure PHP. It should be easy to
adapt it a bit to make it a syntax checker.

[1] Desription: http://crisp.tweakblogs.net/blog/1856/jsmin+-version-13.html
[2] Source: http://files.tweakers.net/jsminplus/jsminplus.zip

-- 
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 29615] WikiLove preview doesn't render link color properly

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

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

   What|Removed |Added

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

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-29 
07:30:23 UTC ---
It seems to be the same bug, but blue links instead of black. I don't know
where that comes from.

-- 
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 29615] WikiLove preview doesn't render link color properly

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

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from Ryan Kaldari rkald...@wikimedia.org 2011-06-29 07:58:26 
UTC ---
We overrode the black to blue in the WikiLove CSS. I'm going to go ahead and
mark this as a duplicate, but we need to remember to remove the override after
28690 is fixed.

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

-- 
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 28690] Vector dialog styling causes problems with links

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

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #19 from Ryan Kaldari rkald...@wikimedia.org 2011-06-29 07:58:26 
UTC ---
*** Bug 29615 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 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 29615] WikiLove preview doesn't render link color properly

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

--- Comment #5 from Jan Paul Posma jp.po...@gmail.com 2011-06-29 08:00:18 UTC 
---
Yes, I added a CSS line to at least make links blue, otherwise things looked
really weird. But that's a crappy fix, obviously, the real solution is to fix
bug 28690 by removing the link colour inside dialogs, and then fix stuff that
gets broken by that. After that the CSS line making stuff blue can be removed
from WikiLove.

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||volker.h...@pediapress.com
   Severity|normal  |enhancement

-- 
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 28056] Collection extension should let users to add pages using [[Special:Book]]

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

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||volker.h...@pediapress.com

-- 
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 28055] Collection extension parses [[/subpage links like this/]] incorrectly

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

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||volker.h...@pediapress.com

-- 
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 26533] Collection extension should accept lists of chapters generated by templates (e.g. expanding templates of a collection page before loading the collection)

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

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||volker.h...@pediapress.com
   Severity|normal  |enhancement

-- 
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 29640] need an easy way to see if a filename is in use via the API (including InstantCommons)

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

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

   What|Removed |Added

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

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-06-29 09:05:52 
UTC ---
I don't fully understand the feature request here. According to your own
comment checking for image existence is kind of counter-intuitive, but it
really only requires two tests. In fact, you can do it with one:

* append indexpageids=1 to the URL
* Use something like if ( 'imageinfo' in
data.query.pages[data.query.pageids[0]] )

The reason here is because the image can either have its real page ID if the
description page exists, or -1 if the description page doesn't exist. It's
perfectly possible (but atypical) to have an orphaned ocal image with no
description page, in which case you'll also get the -1 behavior.

The indexpageids=1 trick adds data.query.pageids as an array of page IDs used
(specifically for the benefit of JS users), which allows you to be agnostic as
to whether you get a real or a fake page ID. It will always be present in the
result (even if you passed an invalid title) and it will always contain exactly
one element if you ask for exactly one page.

IMO this is a WONTFIX.

-- 
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 22386] Maintaince Script to Check if Revision User exists

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

DaSch da...@dasch-tour.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #6 from DaSch da...@dasch-tour.de 2011-06-29 09:33:00 UTC ---
Seems like I have to care about this 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 22386] Maintaince Script to Check if Revision User exists

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

DaSch da...@dasch-tour.de changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |da...@dasch-tour.de
   |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 29641] New: Create Appendix: namespace on the Chinese Wiktionary

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

   Web browser: ---
 Bug #: 29641
   Summary: Create Appendix: namespace on the Chinese Wiktionary
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cho...@hotmail.com
Classification: Unclassified


Hello,

Could someone please open two new namespaces on zh.wiktionary.org? I think they
should be:

ns:16  Appendix (附录), and
ns:17  Appendix talk (附录讨论).

The community consensus can be found here:
http://zh.wiktionary.org/w/index.php?title=Wiktionary:%E5%95%A4%E9%85%92%E9%A6%86oldid=2897826

Thank you in advance.

[[:wikt:zh:User:Wjcd|User:Wjcd]] on zh.wiktionary.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 29641] Create Appendix: namespace on the Chinese Wiktionary

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||shell
 CC||b...@mzmcbride.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 29642] New: Wikipedia-integrated live chat?

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

   Web browser: ---
 Bug #: 29642
   Summary: Wikipedia-integrated live chat?
   Product: Wikimedia
   Version: unspecified
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: j...@ksu.edu
Classification: Unclassified


I would really like to see a Wikipedia addition of live chat, sort of in the
same vein as Facebook chat. Having worked as a copy editor and as a reporter, I
know that the most effective copy editors will talk directly with article
authors to clarify any ambiguities. Although that is possible with the way that
the Wiki system currently works, live chat would make the process much more
efficient, and it would make collaboration much easier. And sometimes, you just
need to have a live conversation. I know there have been several edits where I
needed more information before I made the change, but I opted not to touch it
for fear of introducing an error because it wasn't worth the effort to hunt
down the information.

I also think the increased interaction would help to stem some of the
snarkiness, which seems to be featured as a prominent theme in complaints about
Wikipedia. Interaction builds relationships, which builds respect (usually and
ideally).

Just my thoughts. Not sure how practical the suggestion is, but it sure would
be handy.

-- 
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 29643] New: Improved copy editing?

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

   Web browser: ---
 Bug #: 29643
   Summary: Improved copy editing?
   Product: Wikimedia
   Version: unspecified
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: j...@ksu.edu
Classification: Unclassified


I'm in the midst of editing a document, and I feel like this process would be
much easier if Wiki formatting could be made invisible while editing. It is
very difficult to find my place on the page when I transition from the article
to the editing screen, and all of the punctuation in the Wiki formatting kind
of causes some headaches. I think people would be more patient editors and more
successful editors (i.e. they would overlook fewer problems) if Wiki formatting
could be made invisible during the editing process.

I fully understand the formatting, but when I'm looking exclusively for
logical/grammatical/syntactical/punctuation problems, the formatting really
poses an unnecessary obstacle.

This would also make editing much more approachable for new Wikipedians, who
are not yet familiar with the formatting. I think best case scenario would be
to default to plain-text editing with a checkbox to turn on Wiki formatting. Is
this practical?

-- 
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 29642] Wikipedia-integrated live chat?

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Platonides platoni...@gmail.com 2011-06-29 13:28:23 UTC 
---
You can leave messages to the editors in their talk pages. That's the way to
contact the other editors in the wiki.
You can of course join to the multiple chat channels in freenode, but how
likely do you find it is that the person you want to talk to is connected at
that same time?

This has been proposed before [1], and is not going to happen.

1- http://strategy.wikimedia.org/wiki/Proposal:Real-time_chat

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

-- 
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 11190] Chat rooms for individual pages

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||j...@ksu.edu

--- Comment #11 from Platonides platoni...@gmail.com 2011-06-29 13:28:23 UTC 
---
*** Bug 29642 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 29643] Improved copy editing?

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
  Component|Site requests   |Page editing
   Platform|PC  |All
Product|Wikimedia   |MediaWiki
 OS/Version|Windows 7   |All

-- 
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 23962] Special characters undefined

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

tagishsimon si...@tagish.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from tagishsimon si...@tagish.co.uk 2011-06-29 13:30:36 UTC ---
I'm withdrawing this bug since, a year or so from posting it, I can no longer
reproduce 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 29644] New: Calling unserialize(-1)

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

   Web browser: ---
 Bug #: 29644
   Summary: Calling unserialize(-1)
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Images and files
AssignedTo: bawolff...@gmail.com
ReportedBy: platoni...@gmail.com
CC: bryan.tongm...@gmail.com
Classification: Unclassified


This can be reproduced with tests/phpunit/includes/media/FormatMetadataTest.php

ExifBitmap.php uses two variables BROKEN_FILE and OLD_BROKEN_FILE. If $metadata
is ExifBitmapHandler::BROKEN_FILE isMetadataValid() considers it METADATA_GOOD.
However, formatMetadata() would try to unserialize( -1 ) which is an error.

-- 
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 27478] Enable $wgHtml5 on Wikimedia wikis

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

--- Comment #18 from Roan Kattouw roan.katt...@gmail.com 2011-06-29 14:38:15 
UTC ---
(In reply to comment #16)
 The best summary of the remaining issues (and a path for re-deployment) can be
 found here:
 http://lists.wikimedia.org/pipermail/wikitech-l/2011-June/053775.html.

Some clarifications on the deployment plan, after talking to Aryeh on IRC:

Stage 1: Set the doctype to HTML 4.01 strict. This is done by setting
$wgDocType = '-//W3C//DTD HTML 4.01//EN'; and $wgDTD =
'http://www.w3.org/TR/html4/strict.dtd'; . Per Aryeh's post this should only
cause minor layout issues (category 1 in Aryeh's post).

Stage 2: Once any issues from stage 1 are fixed, set an HTML5 doctype without
enabling $wgHtml5. Because the doctype tag is structured differently, you can't
use $wgDocType / $wgDTD but you have to live hack it in. In Html::htmlHeader(),
change the if ( $wgHtml5 ) test to something like if ( $wgHtml5 ||
$wgSomethingElse ) or if ( $wgHtml5 || true ) or whatever you like. This may
and probably will lead to category 2 breakage.

Stage 3: Once that's working, actually set $wgHtml5 = true; . Category 3
breakage possible.

Once everything has been running smoothly for a couple of days, take out the
live hack and the $wgDocType / $wgDTD settings.

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

Summary|Bugs that should be fixed   |Milestone: 1.18 WMF
   |for 1.18 WMF deployment |deployment (tracking)
   |(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 29645] New: no way to use 3D WebGL content

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

   Web browser: ---
 Bug #: 29645
   Summary: no way to use 3D WebGL content
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: r...@ark.in-berlin.de
CC: bryan.tongm...@gmail.com
Classification: Unclassified


As of 2011-Jun-30, there exists in all major browsers either native support or
3rd-party plugins to display 3D content in WebGL format which is an ISO
standard. To include rudimentary but sufficient functionality, and to open no
security holes, for encyclopedic presentation purposes it suffices to define a
HTML header and footer framing an actual filename in the x3d format, and to
define a restricted subset of the WebGL language that will be understood. Then
please allow the X3D file format on Commons. The HTML frame ensures the 3d
object can be rotated with a mouse. A Commons file format ensures media is
created and collected.

Background: I am a maintainer of bio-/chemical content in the German language
Wikipedia, and molecules cannot be understood if you cannot grab and rotate
them. Surely, this is not the only application for 3D presentation.

Thanks for your time.

-- 
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 27849] API: add normalized info also for unicode normalization of titles

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

--- Comment #19 from Mark A. Hershberger m...@everybody.org 2011-06-29 
16:42:09 UTC ---
Bryan, Bawolff,

Could one of you take this and make the necessary changes to close the bug?

-- 
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 27849] API: add normalized info also for unicode normalization of titles

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

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

   What|Removed |Added

 Blocks||29068

--- Comment #20 from Mark A. Hershberger m...@everybody.org 2011-06-29 
16:50:45 UTC ---
leaving this as a deployment blocker since all that seems to be needed here is
a SMOP.

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Depends on||27849

-- 
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 29645] no way to use 3D WebGL content

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

Chad H. innocentkil...@gmail.com 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 28543] Article::updateCategoryCounts 1213 Deadlock found when trying to get lock

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

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

   What|Removed |Added

 Blocks|29068   |

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Depends on|28543   |

-- 
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 28485] Block::purgeExpired giving Lock wait timeout exceeded;/Deadlock

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

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

   What|Removed |Added

 Blocks|29068   |

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Depends on|28485   |

-- 
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 25404] lucene search for simple text misses some results

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

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

   What|Removed |Added

 Blocks|29068   |

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Depends on|25404   |

-- 
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 18861] Search should index template expansion

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

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

   What|Removed |Added

 Blocks|29068   |

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Depends on|18861   |

-- 
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 28052] Deploy Gender Namespaces on all relevant wikis (tracking)

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

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

   What|Removed |Added

 Blocks|29068   |
 Depends on||29068

-- 
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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Blocks||28052
 Depends on|28052   |

-- 
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 29624] WikiLove should remember input when changing type selection

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|WikiLove extension user |WikiLove should remember
   |input doesn't persist   |input when changing type
   |through selection changes   |selection

-- 
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 29553] Cross wiki sign-in and sign-out

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

Lejonel lejo...@telia.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lejo...@telia.com
 Resolution||DUPLICATE

--- Comment #1 from Lejonel lejo...@telia.com 2011-06-29 17:48:46 UTC ---
This is probably because global login requires third party cookies enabled in
the web browser, but logging out does not.

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

-- 
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 27498] Global login inop

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

Lejonel lejo...@telia.com changed:

   What|Removed |Added

 CC||cs...@hotmail.com

--- Comment #19 from Lejonel lejo...@telia.com 2011-06-29 17:48:46 UTC ---
*** Bug 29553 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 28700] Make upload.wikimedia.org Cross Origin compatible (CORS)

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

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

   What|Removed |Added

 Blocks|29068   |

--- Comment #9 from Mark A. Hershberger m...@everybody.org 2011-06-29 
17:57:35 UTC ---
Is anything else in MW needed before we can just DO this?

Ariel, are you the right person to do it, or would there be someone more
suitable for 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 29068] Milestone: 1.18 WMF deployment (tracking)

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

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

   What|Removed |Added

 Depends on|28700   |

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

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

--- Comment #10 from Mark A. Hershberger m...@everybody.org 2011-06-29 
18:15:06 UTC ---
Ariel will probably have time to rebuild squid (ugh!) on the week of
Jul 11, 2011.  Check back then.

-- 
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-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28700

--- Comment #11 from Brion Vibber br...@wikimedia.org 2011-06-29 18:19:07 UTC 
---
Nothing in MediaWiki at all is needed for this to happen -- it's purely a web
server configuration issue.


What's needed is:

1) configuration of the backend web servers for upload.wikimedia.org to add
headers on newly-served files

2) configuration of the frontend squid servers for upload.wikimedia.org to add
headers on already-cached files (optional: if we'd done #1 months ago the old
entries would have long expired by 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 29585] maintenance script edit.php doesn't update link tables properly (sometimes)

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

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

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |bawolff...@gmail.com
   |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 29645] no way to use 3D WebGL content

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

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-06-29 18:55:54 UTC 
---
WebGL isn't a format or a language at all -- it's a low-level 3d graphics
drawing API.

What you're thinking of sounds along the lines of bug 1790 -- allowing uploads
of some particular 3d model file format and offering some kind of embedded
viewer.

-- 
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 29641] Create Appendix: namespace on the Chinese Wiktionary

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

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

   What|Removed |Added

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

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-06-29 18:58:09 
UTC ---
(In reply to comment #0)
 Hello,
 
 Could someone please open two new namespaces on zh.wiktionary.org? I think 
 they
 should be:
 
 ns:16  Appendix (附录), and
 ns:17  Appendix talk (附录讨论).
 
We use namespace numbers 100 and above for custom namespaces. Namespaces below
100 are reserved for MediaWiki core.

-- 
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 29640] need an easy way to see if a filename is in use via the API (including InstantCommons)

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

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-06-29 19:09:52 UTC 
---
I think the issue here is that imageinfo results shouldn't really be returned
associated with a *page id* to begin with, as there may or may not be a local
wiki page associated with the file.

When querying info on multiple images at once, you seem to end up with a series
of negative indexes -1, -2, etc:

http://en.wikipedia.org/w/api.php?action=querytitles=File:North_Caucasus_topographic_map-fr.svg|File:Caucasus_Region_26-08-08.PNGprop=imageinfoformat=jsonfm

Now there may just not be a good alternate way to fit this into the output
format of the highly page-centric query actions, but it feels kinda awkward.

The advantage of it is that you *can* extend it easily from querying one file
to querying multiple files since you can iterate over the same structure; but
you need to know that the returned page ids will often be useless (for instance
you can't save that -2 page id and use it in another lookup to get other info
about the image, you need to use the title).

What I usually do rather than hardcoding a -1 check (unsafe!) is to simply
iterate over the collection, knowing it may contain either 0 or 1 items, and
that the 1 item may or may not actually have image info to return:

var imageinfo = false;
if (data  data.pages) {
  $.each(data.pages, function(i, page) {
if ('imageinfo' in page) {
  imageinfo = page.imageinfo;
}
  });
}
if (imageinfo) {
  // do something with it
} else {
  // didn't find a matching image
}

This is then fairly easy to extend to handle multiple lookups; as you go
through each row check its title to know which one you're dealing with.

-- 
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 6100] Allow different directionality (rtl/ltr) for user interface and wiki content

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

--- Comment #55 from Mark A. Hershberger m...@everybody.org 2011-06-29 
19:15:00 UTC ---
Created attachment 8718
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8718
deonstration of LTR preferences on RTL wiki

Just want to make sure this problem that I just saw on hewiki will be addressed
by SPQRobin's work.

-- 
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 6100] Allow different directionality (rtl/ltr) for user interface and wiki content

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

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

   What|Removed |Added

 AssignedTo|tpars...@wikimedia.org  |robinp.1...@gmail.com

--- Comment #56 from Mark A. Hershberger m...@everybody.org 2011-06-29 
19:16:17 UTC ---
Assigning this to SPQRobin since he has done most of the work.

(In reply to comment #52)
 FYI, rtl and ltr are fun, but are we also at least design wise preparing a bit
 for the next storm, which would be writing-mode ?
 
 http://dev.w3.org/csswg/css3-writing-modes/
 
 Needed for traditional Mongolian for instance which uses: top to bottom , left
 to right.

Could you open a separate bug to track this issue?

-- 
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 29636] Create an easy way to update CodeReview

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

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-06-29 19:23:12 UTC 
---
svnImport.php is mainly intended to be run for initial setup, and grabs batches
of $wgCodeReviewImportBatchSize (default 400) revisions starting from #1.

If you ask for too many, the entire fetch request fails and it backs off (400
= 100 = 25 = 6 = 1) until it finds a small enough number to complete the
last batches. This is probably not super efficient for the case where usually
there will be 0 or a handful of new commits.

Need to either add some kind of logic to request the current HEAD revision from
the repository, or consider ways to have it ramp _up_ from one or two commits
at a time to larger chunks if it turns out we're way behind (if we have 1
revs to catch up on, we don't want to do 10k server round-trips in series!)

-- 
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 28466] Extension:TitleBlacklist doesn't seem to work on Commons

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

--- Comment #18 from Neil Kandalgaonkar ne...@wikimedia.org 2011-06-29 
19:27:30 UTC ---
This works for me too, and removing the fix in r90737 will cause the error to
happen again, at least locally. Great.

-- 
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 9436] Vertical writing support in MediaWiki

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

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2011-06-29 19:29:04 
UTC ---
Some progress is being made on this:

http://dev.w3.org/csswg/css3-writing-modes/

And webkit and firefox have prefix support for it, but i checked for mongolian
on webkit, and it seems the glyphs are rotated, so it's still in very early
stages it seems.

-- 
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 9436] Vertical writing support in MediaWiki

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

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

   What|Removed |Added

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

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-29 
19:31:14 UTC ---
Are there any examples files or test cases for testing browser support for
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 9436] Vertical writing support in MediaWiki

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

--- Comment #7 from Derk-Jan Hartman hart...@videolan.org 2011-06-29 19:45:10 
UTC ---
Created attachment 8719
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8719
Example HTML for mongol script and writing-mode

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #8 from Derk-Jan Hartman hart...@videolan.org 2011-06-29 19:45:34 
UTC ---
Created attachment 8720
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8720
Example image of the Mongol text in the Example HTML

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #9 from Brion Vibber br...@wikimedia.org 2011-06-29 19:50:18 UTC 
---
Created attachment 8721
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8721
Super-simple vertical text example (Japanese text)

Here's an HTML file with a few paragraphs of Japanese text and the body set to
top-to-bottom  right-to-left (as is suitable for Japanese, Chinese, etc)

At least the basic vertical layout seems to work in IE 8+ (using a non-standard
variant of the writing-mode value) and Chrome 12 (didn't test earlier versions;
using -webkit-writing-mode). Firefox doesn't currently seem to recognize it;
there's a bugzilla entry and somebody seems to have been working on patches a
couple years ago but I don't think it's being actively worked on.

Actually maintaining the skins, editing etc in a vertical world could be
interesting. :)

Being able to make use of the vertical layout for formatting of individual
chunks of text -- such as in a Wikisource -- might actually be easier and more
likely to be handlable than doing the whole UI.

IE info:
http://blogs.msdn.com/b/ie/archive/2009/05/29/the-css-corner-writing-mode.aspx

Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=145503

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #10 from Brion Vibber br...@wikimedia.org 2011-06-29 19:58:28 UTC 
---
(In reply to comment #7)
 Created attachment 8719 [details]
 Example HTML for mongol script and writing-mode

Loading that up in Chrome 12 on Ubuntu 11.04 with language-support-fonts-mn
extra fonts packages installed -- for me it rotates the glyphs correctly for
vertical view, but neither horizontal nor vertical text seems to have
shaping/ligatures applied so I'm pretty sure the result is illegible both ways.
:P :)

-- 
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 29640] need an easy way to see if a filename is in use via the API (including InstantCommons)

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

--- Comment #3 from Ryan Kaldari rkald...@wikimedia.org 2011-06-29 20:00:42 
UTC ---
Yeah, the problem is that action=query is really designed to work with local
pages, not transcluded files. I agree that there are ways to accomplish the
goal, but none of them take less than half an hour to figure out (unless you
happen to be Roan or Brion). If a volunteer is just coding something for fun,
they may not have the patience to work it out. Most likely, they will write a
test that doesn't cover all of the cases and they'll end up with a buggy tool.

While researching this, I learned that a lot of people still use an old pre-API
AJAX method to accomplish this task:
sajax_do_call( 'SpecialUpload::ajaxGetExistsWarning', $filename, function() );

It would be nice if these old ajax.js methods were rewritten into API calls
that were just as easy to use. Is it even safe to keep using the ajax.js
methods or will they be deprecated at some point?

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #11 from Derk-Jan Hartman hart...@videolan.org 2011-06-29 
20:08:55 UTC ---
Created attachment 8722
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8722
Screenshot of Webkit NB (6533.21.1, r88432) Mac OS X 10.6.8

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #12 from Brion Vibber br...@wikimedia.org 2011-06-29 20:09:51 UTC 
---
Created attachment 8723
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8723
Screenshot of Mongolian test page in Chrome 12/Ubuntu 11.04

-webkit-writing-mode chunk is correctly rotated, but none of the variants are
being properly shaped/ligatured here. (Bug could be in the font itself, the
font libraries on my system, or WebKit.)

-- 
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 29640] need an easy way to see if a filename is in use via the API (including InstantCommons)

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

--- Comment #4 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-06-29 
20:26:13 UTC ---
No, you should not rely on the continuing existance of action=ajax. I think
ajaxGetExistsWarning is the last thing that prevents us from killing it all
together.

-- 
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 29640] need an easy way to see if a filename is in use via the API (including InstantCommons)

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

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

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #5 from Chad H. innocentkil...@gmail.com 2011-06-29 20:30:58 UTC 
---
(In reply to comment #4)
 No, you should not rely on the continuing existance of action=ajax. I think
 ajaxGetExistsWarning is the last thing that prevents us from killing it all
 together.

Nothing in core still uses action=ajax at all...we're only hanging on to it due
to the plethora of extensions that still use it. However you're rightunder
NO CIRCUMSTANCES WHATSOEVER should you continue to use action=ajax.

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #13 from Brion Vibber br...@wikimedia.org 2011-06-29 20:34:47 UTC 
---
Created attachment 8724
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8724
Japanese rendering inconsistency in Chrome Mac  Linux

Even for the Japanese example there are rendering inconsistencies; in Chrome 12
on Mac OS X 10.6, ideographic punctuation shows correctly in vertical forms (eg
parentheses open on the top/bottom instead of left/right, comma  period are
aligned on the top-right instead of on the bottom-left) whereas in Chrome 12 on
Ubuntu 11.04, these all remain in their horizontal-layout forms.

On the other hand, katakana long vowel marks do correctly show vertically
elsewhere in the text, indicating that something is recognizing verticalness
variants... So this again could be a difference in the font or the libraries
(the fonts that Ubuntu ships might just not be specifying all the variants they
should, or the font rendering libraries might be failing to apply the checks
correctly to those characters).

-- 
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 28656] the top cited papers in the world aren't summarized on acawiki

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

Christopher Adams christop...@fabricatorz.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID

--- Comment #4 from Christopher Adams christop...@fabricatorz.com 2011-06-29 
20:35:26 UTC ---
All moved to http://acawiki.org/AcaWiki:Top_100_Papers

-- 
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 28975] Quality control lists for AcaWiki content

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

Christopher Adams christop...@fabricatorz.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Christopher Adams christop...@fabricatorz.com 2011-06-29 
20:36:22 UTC ---
By Bugzilla request we are keeping non-software problems off the tracker.

-- 
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 15308] Review Babel extension for deployment on Wikimedia Wikis

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #21 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:04 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 14207] Install the Babel extension on nds.wikipedia.org

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

Bug 14207 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   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 18461] Install the Babel extension on fi.wikipedia.org and fi.wikinews.org

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

Bug 18461 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   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 15165] Install the Babel extension on sv.wikipedia.org

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

Bug 15165 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   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 23268] Install the Babel extension on strategy.wikimedia.org

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

Bug 23268 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   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 23268] Install the Babel extension on strategy.wikimedia.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rob...@rhl.me.uk
 Resolution||WONTFIX

Bug 23268 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #2 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:07 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 25817] Install the Babel extension on ko.wikinews.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

Bug 25817 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #2 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:05 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 15165] Install the Babel extension on sv.wikipedia.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #3 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:08 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 18461] Install the Babel extension on fi.wikipedia.org and fi.wikinews.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #4 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:08 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 14207] Install the Babel extension on nds.wikipedia.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #16 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:07 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 25817] Install the Babel extension on ko.wikinews.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

Bug 25817 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #2 from Robert Leverington rob...@rhl.me.uk 2011-06-29 20:56:05 
UTC ---
Closing as WONTFIX, this will be obsoleted by the planned structured profiles
feature (which is arguably a better implementation of the concept).

-- 
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 15308] Review Babel extension for deployment on Wikimedia Wikis

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

--- Comment #22 from mybugs.m...@gmail.com 2011-06-29 20:59:05 UTC ---
(In reply to comment #21)
 Closing as WONTFIX, this will be obsoleted by the planned structured 
 profiles
 feature (which is arguably a better implementation of the concept).

For the record:
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/StructuredProfile

-- 
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 29646] New: inconsistent date display

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

   Web browser: ---
 Bug #: 29646
   Summary: inconsistent date display
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://he.wikipedia.org/w/index.php?title=%D7%9E%D7%99
%D7%95%D7%97%D7%93%3A%D7%99%D7%95%D7%9E%D7%A0%D7%99%D7
%9Dtype=user=page=%D7%9B%22%D7%9Ayear=2011month=5
tagfilter=uselang=en
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Classification: Unclassified


Created attachment 8725
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8725
highlighted month name mixing

In the Special:Log page in the attached URL, the month names are not
consistently given in the language specified by the uselang parameter.  The
month shown is part of a patrol setting.

-- 
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 15308] Review Babel extension for deployment on Wikimedia Wikis

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #23 from Robert Leverington rob...@rhl.me.uk 2011-06-29 21:01:16 
UTC ---
Jumped the gun, sorry.

-- 
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 14207] Install the Babel extension on nds.wikipedia.org

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

Bug 14207 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 15165] Install the Babel extension on sv.wikipedia.org

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

Bug 15165 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 18461] Install the Babel extension on fi.wikipedia.org and fi.wikinews.org

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

Bug 18461 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 23268] Install the Babel extension on strategy.wikimedia.org

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

Bug 23268 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 25817] Install the Babel extension on ko.wikinews.org

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

Bug 25817 depends on bug 15308, which changed state.

Bug 15308 Summary: Review Babel extension for deployment on Wikimedia Wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 25817] Install the Babel extension on ko.wikinews.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #3 from Robert Leverington rob...@rhl.me.uk 2011-06-29 21:01:20 
UTC ---
Jumped the gun, sorry.

-- 
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 23268] Install the Babel extension on strategy.wikimedia.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #3 from Robert Leverington rob...@rhl.me.uk 2011-06-29 21:01:21 
UTC ---
Jumped the gun, sorry.

-- 
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 18461] Install the Babel extension on fi.wikipedia.org and fi.wikinews.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #5 from Robert Leverington rob...@rhl.me.uk 2011-06-29 21:01:21 
UTC ---
Jumped the gun, sorry.

-- 
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 14207] Install the Babel extension on nds.wikipedia.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #17 from Robert Leverington rob...@rhl.me.uk 2011-06-29 21:01:21 
UTC ---
Jumped the gun, sorry.

-- 
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 15165] Install the Babel extension on sv.wikipedia.org

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

Robert Leverington rob...@rhl.me.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #4 from Robert Leverington rob...@rhl.me.uk 2011-06-29 21:01:24 
UTC ---
Jumped the gun, sorry.

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


  1   2   >