[Bug 49218] Previews with references show ugly error message

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49218

--- Comment #4 from Jon jrob...@wikimedia.org ---
As suspected bug closed WONTFIX. \o/ to another API hacky workaround coming to
you soon.

-- 
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 47960] wfDebugLog should bypass wfIsDebugRawPage() filter

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47960

--- Comment #1 from Tim Starling tstarl...@wikimedia.org ---
It seems that it already does bypass wfIsDebugRawPage(), if the relevant key in
$wgDebugLogGroups is set. That's all I thought you were asking for: you don't
want it to put debug lines from RL into $wgDebugLogFile when $wgDebugRawPage is
false, do you?

-- 
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 49113] Bug in showing Arabic scripts content

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49113

--- Comment #7 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
I am not able to reproduce this with the steps given. The screenshots attached
is very small and not at all readable for me.

-- 
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 49136] expose revisions.rev_sha1 as query field

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49136

Asher Feldman afeld...@wikimedia.org changed:

   What|Removed |Added

 CC||afeld...@wikimedia.org

--- Comment #5 from Asher Feldman afeld...@wikimedia.org ---
If rev_sha1 will always be queried with a page id, a (rev_page, rev_sha1(5))
index should be fine, even on enwiki.

-- 
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 37209] LinkCache doesn't currently know about this title

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #45 from Tim Starling tstarl...@wikimedia.org ---
Regarding Title::getLatestRevID(): getArticleID(0) will get the article ID
cached in the object, it won't necessarily be from the same transaction as the
page row used in LinkCache. But staleness is expected with $flags=0 so it
wouldn't be harmful to just pick a winner. I don't understand why an exception
needs to be thrown.

With $flags=GAID_FOR_UPDATE, maybe there is a greater need for freshness, but
in that case, LinkCache::addLinkObj() is done unconditionally by getArticleID()
against the master, which should make absence from LinkCache impossible.

-- 
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 37209] LinkCache doesn't currently know about this title

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

--- Comment #46 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67235 (Gerrit Change
I0add48463341e56fe8c155b1007487278ad2705d)

-- 
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 49232] New: $wgWellFormedXml = false; breaks our EditPage broken bot protection in edittoken

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49232

   Web browser: ---
Bug ID: 49232
   Summary: $wgWellFormedXml = false; breaks our EditPage broken
bot protection in edittoken
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mediawiki-b...@nadir-seen-fire.com
Classification: Unclassified
   Mobile Platform: ---

When `$wgWellFormedXml = false;` is set our edittoken changes to:
input type=hidden value=+\ name=wpEditToken

The purpose of the \ is to protect against broken bots that mistreat the \
sequence treating it like a character escape.

We probably need to update Html.php so that it double quotes strings that end
in a \.

-- 
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 47281] dumpBackup.php error with --uploads --include-files options: Unable to find the wrapper mwstore

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47281

--- Comment #3 from Witzman witz...@witzman.de ---
Same Behaviour in 1.21.1

-- 
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 33878] [Regression] HTML dump is missing all images due to new FileBackend code

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33878

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Aaron Schulz aschulz4...@gmail.com ---
(In reply to comment #7)
 You can checkout https://gerrit.wikimedia.org/r/#/c/17697/, which fixes this
 bug and a bunch of other issues with the DumpHTML extension. The change is
 not
 yet merged into the DumpHTML master branch, because it needs review by
 someone
 else than me (the author of the change).

This was merged.

-- 
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 49233] New: Visual Editor breaks with Unicode Combining diacritics

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49233

   Web browser: ---
Bug ID: 49233
   Summary: Visual Editor breaks with Unicode Combining diacritics
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: moy...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Visual Editor doesn't behave correctly when editing and adding text with
combining diacritics.

For example insert the text ɛ́ (ɛ is character U+025B, combining acute is
U+0301).
When the cursor is behind ɛ́:
- pushing the left arrow doesn't move the cursor
- adding text like ɛ́abcdef is fine but:
  - pushing backspace gives ɛ́abcda instead of expected ɛ́abcde
  - pushing return ives ɛ́abcde\na

Some languages require combining diacritics, many keyboard layouts allow their
input or user can insert them by copying and pasting from somewhere else.

-- 
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 47801] [New UserLogin] Convert Wikimedia-specific messages to be blank in core by default

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47801

--- Comment #23 from Mormegil morme...@centrum.cz ---
Great. So that I need to go and copy/paste the messages on TranslateWiki.net
just because they were movedrenamed to be prefixed with “wmf-” (and in case
this wouldn’t be enough unnecessary work,
http://translatewiki.net/wiki/MediaWiki:Createacct-imgcaptcha-help/cs was
deleted, so that I couldn’t even copypaste (since I cannot view deleted
revisions) and had to translate it once more from scratch). Couldn’t the
existing translations have been moved as well? Just saying.

-- 
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 47827] beta: Setup a Wikidata wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47827

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
I have sent an announcement on wikitech-l and qa lists.

-- 
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 41961] Write redirect rules for GitBlit

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41961

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Normal  |High
   Assignee|wikibugs-l@lists.wikimedia. |innocentkil...@gmail.com
   |org |

--- Comment #1 from Nemo federicol...@tiscali.it ---
Chad said on bug 38383 that he's working on this.

I've updated links on the most important templates:
https://www.mediawiki.org/w/index.php?title=Special:Contributions/Nemo_bisdir=prevoffset=20130605202439limit=4target=Nemo+bis

Example patterns to cover, from current links:
https://www.mediawiki.org/w/index.php?title=Special%3ALinkSearchtarget=https%3A%2F%2Fgerrit.wikimedia.org%2Fr%2Fgitweblimit=5000
https://www.mediawiki.org/w/index.php?title=Special%3ALinkSearchtarget=http%3A%2F%2Fgerrit.wikimedia.org%2Fr%2Fgitweblimit=5000
http://markmail.org/search/?q=gitweb+list%3Aorg.wikimedia

-- 
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 41961] Write redirect rules for GitBlit

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41961

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 49171] I see [object Object] in copyright bubble

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49171

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/67104 (Gerrit Change
I772242fa3e68c32398f36e446bc669e221d81c95) | change APPROVED and MERGED [by
jenkins-bot]

-- 
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 49171] I see [object Object] in copyright bubble

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49171

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/67241 (Gerrit Change
I772242fa3e68c32398f36e446bc669e221d81c95) | change APPROVED and MERGED [by
Tobias Gritschacher]

-- 
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 49171] I see [object Object] in copyright bubble

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49171

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67241 (Gerrit Change
I772242fa3e68c32398f36e446bc669e221d81c95)

-- 
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 47827] beta: Setup a Wikidata wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47827

--- Comment #6 from Aude aude.w...@gmail.com ---
you did the right thing :)  The default main page is wikitext and we set the
main namespace to be entity content.

The entity content handler chokes on wikitext content.  The other thing to do
would be temporarily disable wikibase and delete the page. Then re-enable
Wikibase.

We will need to have the populateSitesTable maintenance script run via puppet,
in order to add items.

-- 
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 47801] [New UserLogin] Convert Wikimedia-specific messages to be blank in core by default

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47801

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||raimond.spekk...@gmail.com

--- Comment #24 from Nemo federicol...@tiscali.it ---
(In reply to comment #23)
 Great. So that I need to go and copy/paste the messages on TranslateWiki.net
 just because they were movedrenamed to be prefixed with “wmf-” (and in case
 this wouldn’t be enough unnecessary work,
 http://translatewiki.net/wiki/MediaWiki:Createacct-imgcaptcha-help/cs was
 deleted, so that I couldn’t even copypaste (since I cannot view deleted
 revisions) and had to translate it once more from scratch). Couldn’t the
 existing translations have been moved as well? Just saying.

Well, in theory a Wikimedia-specific message doesn't have the same meaning and
content as a core one, so reusing core translations would defeat the purpose
(not polluting core). I don't know what the status here was exactly; cc'ing
Raymond who deleted them.

-- 
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 47750] Jenkins: should run tests/AutoLoaderTest.php

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47750

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
We should test it out one last time to make sure it is working properly.

Ideally I would want that to be backported in the release branches as well,
though we usually do not introduce new classes in release branches post
release.

-- 
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 41285] foreachwiki on beta use all.dblist instead of all-wmflabs.dblist

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41285

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Mailed Brad and Sam to make sure it is not going to cause any trouble.  We want
to get this merged and tested out  :)

-- 
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 49206] Cannot use {{#property}} for dates

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49206

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |DUPLICATE

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---


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

-- 
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 48937] Implement value formatter for time data type

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48937

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 CC||valhall...@arctus.nl

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*** Bug 49206 has been marked as a duplicate of this bug. ***

-- 
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 49234] [selenium] tests for coordinate datatype UI

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49234

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 46644] set up redis on the wikibase test instances on labs

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46644

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
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 47827] beta: Setup a Wikidata wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47827

--- Comment #7 from Antoine hashar Musso has...@free.fr ---
On beta I ran:

$ mwscript extensions/Wikibase/lib/maintenance/populateSitesTable.php
--wiki=wikidatawiki
done.
$

The maintenance script is hardcoded for production:

 $wiki = $this-getOption( 'load-from', 'https://meta.wikimedia.org/w/api.php'
);

Need to pass a different --load-from :D

-- 
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 49109] Can't upload 49 png files with firefox

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49109

Marco maic...@yahoo.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Marco maic...@yahoo.com ---
(In reply to comment #3)
 Did it crash for you too? what was the memory usage?
I tried to reproduce this today to have a closer look at the point when the
upload stops but I was unable to reproduce this. Please let me know if it is
still there for you.
 I am using Win 7
Ubuntu 12_04  Win Vista

-- 
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 47827] beta: Setup a Wikidata wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47827

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
The api URL should be http://deployment.wikimedia.beta.wmflabs.org/w/api.php .
Due to labs instance running behind a NAT, they can not access the FQDN (bug
45868).  On deployment-bastion I have setup a hack to rewrite the IP packet to
points directly to the instance cache:

 root@deployment-bastion:~# iptables -t nat -I OUTPUT --dest 208.80.153.219 -j
DNAT --to-dest 10.4.0.17

Then reran the command with the proper URL:

$ mwscript extensions/Wikibase/lib/maintenance/populateSitesTable.php
--wiki=wikidatawiki
--load-from=http://deployment.wikimedia.beta.wmflabs.org/w/api.php
done.
$

-- 
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 47827] beta: Setup a Wikidata wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47827

--- Comment #9 from Antoine hashar Musso has...@free.fr ---
Following a discussion with Aude on IRC, I truncated the wikidatawiki tables
sites and sites_identifiers which were containing production information then
reran the populateSitesTable.php script.

Result:


(mw@deployment-sql02) [wikidatawiki] select * from site_identifiers;
+-++---+
| si_site | si_type| si_key|
+-++---+
|   1 | equivalent | aa|
|   1 | interwiki  | aa|
|   2 | equivalent | de|
|   2 | interwiki  | de|
|   3 | equivalent | dewikivoyage  |
|   3 | interwiki  | dewikivoyage  |
|   4 | equivalent | en|
|   4 | interwiki  | en|
|   5 | equivalent | enwiktionary  |
|   5 | interwiki  | enwiktionary  |
|   6 | equivalent | enwikibooks   |
|   6 | interwiki  | enwikibooks   |
|   7 | equivalent | enwikinews|
|   7 | interwiki  | enwikinews|
|   8 | equivalent | enwikiquote   |
|   8 | interwiki  | enwikiquote   |
|   9 | equivalent | enwikisource  |
|   9 | interwiki  | enwikisource  |
|  10 | equivalent | enwikiversity |
|  10 | interwiki  | enwikiversity |
|  11 | equivalent | enwikivoyage  |
|  11 | interwiki  | enwikivoyage  |
|  12 | equivalent | eo|
|  12 | interwiki  | eo|
|  13 | equivalent | he|
|  13 | interwiki  | he|
|  14 | equivalent | simple|
|  14 | interwiki  | simple|
|  15 | equivalent | sq|
|  15 | interwiki  | sq|
+-++---+
30 rows in set (0.00 sec)



(mw@deployment-sql02) [wikidatawiki] select site_global_key,
REVERSE(site_domain) from sites;
+-++
| site_global_key | REVERSE(site_domain)   |
+-++
| aawiki  | .aa.wikipedia.beta.wmflabs.org |
| dewiki  | .de.wikipedia.beta.wmflabs.org |
| dewikivoyage| .de.wikivoyage.beta.wmflabs.org|
| enwiki  | .en.wikipedia.beta.wmflabs.org |
| enwiktionary| .en.wiktionary.beta.wmflabs.org|
| enwikibooks | .en.wikibooks.beta.wmflabs.org |
| enwikinews  | .en.wikinews.beta.wmflabs.org  |
| enwikiquote | .en.wikiquote.beta.wmflabs.org |
| enwikisource| .en.wikisource.beta.wmflabs.org|
| enwikiversity   | .en.wikiversity.beta.wmflabs.org   |
| enwikivoyage| .en.wikivoyage.beta.wmflabs.org|
| eowiki  | .eo.wikipedia.beta.wmflabs.org |
| hewiki  | .he.wikipedia.beta.wmflabs.org |
| simplewiki  | .simple.wikipedia.beta.wmflabs.org |
| sqwiki  | .sq.wikipedia.beta.wmflabs.org |
+-++
15 rows in set (0.00 sec)

(mw@deployment-sql02) [wikidatawiki] 


So I guess it is running fine now.

-- 
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 49235] New: Show descriptions on Special:ItemDisambiguation

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49235

   Web browser: ---
Bug ID: 49235
   Summary: Show descriptions on Special:ItemDisambiguation
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Special:ItemDisambiguation should show item descriptions (disambiguation is
their purpose, after all). As it is now, Special:ItemDisambiguation is quite
useless, compare 

https://www.wikidata.org/wiki/Special:ItemDisambiguation?language=enlabel=Chinatownsubmit=Suchen

with

http://tools.wmflabs.org/wikidata-terminator/?lang=enterm=Chinatowndoit=Do+it

(also, the search seems to be case sensitive, which should at least be
optional).

-- 
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 49236] New: populateSitesTable.php load-from should be configurable via a $wg setting

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49236

   Web browser: ---
Bug ID: 49236
   Summary: populateSitesTable.php load-from should be
configurable via a $wg setting
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: has...@free.fr
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The populateSitesTable.php will, by default, hit meta.wikimedia.org API to
fetch the site Matrix.  When setting up Wikidata for beta (bug 47827), that
populate the sites and site_identifiers tables with production data which was
not really what we wanted there.

I had to truncate the database tables then rerun the script using --load-from.

To make it easier to populate the tables, it would be nice to be able to set
the site matrix remote URL via a $wg setting ( $wgWikibaseSiteMatrixUrl ? ). 
This way we will not have to remember about using --load-from on beta.

-- 
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 49237] New: Refactor EntityData code

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49237

   Web browser: ---
Bug ID: 49237
   Summary: Refactor EntityData code
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The code used by SpecialEditEntityData needs to be refactored for reusability
and testability.

-- 
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 49237] Refactor EntityData code

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49237

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||daniel.kinz...@wikimedia.de

-- 
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 49237] Refactor EntityData code

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49237

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Assignee|wikidata-bugs@lists.wikimed |daniel.kinz...@wikimedia.de
   |ia.org  |

-- 
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 49238] New: addWiki.php should have some hooks

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49238

   Web browser: ---
Bug ID: 49238
   Summary: addWiki.php should have some hooks
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikimediaMaintenance
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
Classification: Unclassified
   Mobile Platform: ---

Some extensions might need to run some code whenever a new wiki is added. A use
case is the Wikibase populateSitesTable.php which need to be run to refresh the
list of sites known to wikidata.

That would be very useful on beta, where we will most probably never remember
we have to run populateSitesTables.php after a wiki addition.  Had to be done
manually when I have setup wikidata on beta (which was bug 47827).

-- 
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 49218] Previews with references show ugly error message

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49218

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Depends on||49239

-- 
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 49218] Previews with references show ugly error message

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49218

--- Comment #5 from Max Semenik maxsem.w...@gmail.com ---
See bug 49239 for proper solution.

-- 
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 49239] New: action=parse should allow to set preview mode

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49239

   Web browser: ---
Bug ID: 49239
   Summary: action=parse should allow to set preview mode
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: maxsem.w...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Blocks: 49218
Classification: Unclassified
   Mobile Platform: ---

To resolve bug 49218 properly, we need a way to set preview mode
(ParserOptions::setIsSectionPreview()) in API.

-- 
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 49239] action=parse should allow to set preview mode

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49239

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |maxsem.w...@gmail.com
   |org |

-- 
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 49240] New: populateSitesTables.php should be run automatically on new wiki addition

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49240

   Web browser: ---
Bug ID: 49240
   Summary: populateSitesTables.php should be run automatically on
new wiki addition
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: has...@free.fr
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Whenever the addWiki.php script (from WikimediaMaintenance) starts being
hookable, it would be nice to trigger a run of populateSitesTables.php when a
new wiki is created.

-- 
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 49240] populateSitesTables.php should be run automatically on new wiki addition

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49240

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Depends on||49238

-- 
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 49238] addWiki.php should have some hooks

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49238

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Blocks||49240

-- 
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 48930] (Tracking) Database replication services

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48930

Bug 48930 depends on bug 49167, which changed state.

Bug 49167 Summary: Table namespaces only exists in enwiki_p
https://bugzilla.wikimedia.org/show_bug.cgi?id=49167

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 49167] Table namespaces only exists in enwiki_p

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49167

Magnus Manske magnus.man...@web.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Magnus Manske magnus.man...@web.de ---
Thanks, I'll use the API instead.

-- 
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 49241] New: Handle formatting failures gracefully in #property parser function

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49241

   Web browser: ---
Bug ID: 49241
   Summary: Handle formatting failures gracefully in #property
parser function
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The #property parser function needs to handle different error cases gracefully
(malformed value, unknown property, etc). In case of error, it should return an
empty string (so the output can be used in conditionals), but attach a warning
to the ParserOutput object, which can then be rendered somewhere on the page.

-- 
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 48938] RuntimeException for unknown data type id

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48938

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Depends on||49241

-- 
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 49241] Handle formatting failures gracefully in #property parser function

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49241

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
 Blocks||48938

-- 
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 46369] [UI] UI should make use of error messages returned in HTML

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46369

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 46369] [UI] UI should make use of error messages returned in HTML

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46369

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||daniel.kinz...@wikimedia.de
 Resolution|--- |FIXED

-- 
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 47827] beta: Setup a Wikidata wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47827

--- Comment #10 from Antoine hashar Musso has...@free.fr ---
Using:

 Sites::singleton()-getSites( false );

that does show up the beta.* links :-)

-- 
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 49174] Database error when trying to protect a page for creation

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49174

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

-- 
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 49164] Filters don't refresh feedback list any more

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49164

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

-- 
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 41602] Message 'wikibase-error-sitelink-already-used' is not parsed

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41602

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 43889] Article Feedback - Smaller Watchlist Link on Central Feedback Page

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43889

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

--- Comment #1 from Matthias Mullie mmul...@wikimedia.org ---
A couple of relevant things have changed since this report.
* Header UI has changed
* Watchlist is disabled by default

However, I've made it so that, if the watchlist is enabled, it'll add the link
next to the amount of posts, in the same size, so it's relatively subtle

-- 
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 43167] list=articlefeedbackv5-view* should accept page titles as an option

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43167

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 40176] URL parameter for linking to feedback form on article pages

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40176

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

-- 
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 40176] URL parameter for linking to feedback form on article pages

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40176

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 38497] mark as helpful and similar features working in the central page, but not in the individual article view

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38497

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

-- 
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 39043] ArticleFeedbackv5: Phase 1.5 (tracking)

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39043

Bug 39043 depends on bug 38497, which changed state.

Bug 38497 Summary: mark as helpful and similar features working in the 
central page, but not in the individual article view
https://bugzilla.wikimedia.org/show_bug.cgi?id=38497

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 47603] Central feedback page scrolls up when clicking View activity

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47603

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

--- Comment #3 from Matthias Mullie mmul...@wikimedia.org ---
Just re-tested on dewiki, in IE9, and it works now :)

-- 
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 49228] the editwaring lost in mw1.21

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49228

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||aklap...@wikimedia.org
   Target Milestone|1.21.x release  |---
 Whiteboard||aklapper-moreinfo

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Hi sen, 
unfortunately this report is not very useful because it does not describe the
problem well. If you have time and can still reproduce the problem, please read
https://www.mediawiki.org/wiki/How_to_report_a_bug and add a more useful
description to this report by explaining what exactly has happened, and what
should have happened instead. Thanks!

-- 
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 41396] Feedback page: Oversight requested filter includes oversighted posts

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41396

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

--- Comment #2 from Matthias Mullie mmul...@wikimedia.org ---
This was fixed in the refactoring

-- 
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 39390] Problems taking actions on posts

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39390

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |org |

-- 
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 39390] Problems taking actions on posts

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39390

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 40613] Number of posts and percentage of found what they were looking for are off

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40613

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Matthias Mullie mmul...@wikimedia.org ---
This problem has been solved for awhile now :)

The root cause was that only feedback for the latest 30 revisions of the page
was included in calculating the percentage. If there were 50 negative  really
old (older than latest 30 revisions of page) feedbacks, and 2 recent (withing
latest 30 revisions of page) positives, it would say 100% is positive. This was
really confusing.

This has now changed to include all feedback, apart from feedback that is
considered inappropriate (e.g. spam, offensive, ...)

-- 
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 49242] New: populateSitesTable script should cached sites data

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49242

   Web browser: ---
Bug ID: 49242
   Summary: populateSitesTable script should cached sites data
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

the populateSitesTable.php script should clear old sites data in memcached.

-- 
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 49242] populateSitesTable script should cached sites data

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49242

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67243 (Gerrit Change
Ie425bbf2822a6f8daf66e01632d1cec44f401f93)

-- 
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 49243] New: Add links link / Language section not visible on Internet Explorer

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49243

   Web browser: ---
Bug ID: 49243
   Summary: Add links link / Language section not visible on
Internet Explorer
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: edinw...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

The link Add links which is visible on the navigation panel is not visible
when viewing the page with Internet Explorer. More specifically, the entire
Languages section is not visible. This is (of course) the case for categories
which do not have any existing interwiki links. I confirmed this on several
wikis. With Chrome or Firefox the problem is not present.

I should also note that although the entire Languages section in the
navigation panel on the left is not visible (for a (new) category without
interwiki links), it is still present in the html source.

To reproduce the problem you could in principle pick any category without
interwiki links.

The browser versions that are used are the following:
* Chrome 27 (latest)
* Firefox 21 (latest)
* Internet Explorer 9.0

-- 
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 49244] New: Infinite loops/excessive execution time in DairikiDiff.php

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49244

   Web browser: ---
Bug ID: 49244
   Summary: Infinite loops/excessive execution time in
DairikiDiff.php
   Product: MediaWiki
   Version: 1.21.1
  Hardware: All
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: History/Diffs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he...@icesuck.com
Classification: Unclassified
   Mobile Platform: ---

Encountered an issue where MediaWiki exhaust allowed execution time in certain
functions in DairikiDiff.php on a certain fairly large article (~130KB) with a
large table. Triggers at various points in the code, but primarily in
_DiffEngine::_diag

[Thu Jun 06 00:43:42 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 1286
[Thu Jun 06 00:43:56 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 1285
[Thu Jun 06 05:14:31 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 402
[Thu Jun 06 05:16:02 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in
[...]/includes/diff/DairikiDiff.php(399) : assert code on line 1
[Thu Jun 06 05:16:18 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in
[...]/includes/diff/DairikiDiff.php(399) : assert code on line 1
[Thu Jun 06 05:17:29 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 399
[Thu Jun 06 05:17:44 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 397
[Thu Jun 06 05:19:16 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 399
[Thu Jun 06 05:26:13 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in
[...]/includes/diff/DairikiDiff.php(399) : assert code on line 1
[Thu Jun 06 05:26:57 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 399
[Thu Jun 06 05:27:16 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 398
[Thu Jun 06 05:27:21 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 397
[Thu Jun 06 05:35:09 2013] [error] [client 127.0.0.1] PHP Fatal error:  Maximum
execution time of 30 seconds exceeded in [...]/includes/diff/DairikiDiff.php on
line 402

Dumped the local and class variable space in _DiffEngine::_diag on line 375,
right before entering the for-loop. It's found in the attached file.

Presumably this is not intended behavior on encountering a large diff? The
edits themselves are fairly minor, and it doesn't have any issues on different,
much larger (400KB) table.

-- 
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 49244] Infinite loops/excessive execution time in DairikiDiff.php

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49244

--- Comment #1 from he...@icesuck.com ---
Created attachment 12474
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12474action=edit
Local+class variable space

-- 
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 49243] Add links link / Language section not visible on Internet Explorer

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49243

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||aude.w...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Aude aude.w...@gmail.com ---
seems related to bug 49139 - Add links missing for pages with no language
links issue that appeared in testing.

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

-- 
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 49139] Add links missing for pages with no language links

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49139

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||edinw...@gmail.com

--- Comment #6 from Aude aude.w...@gmail.com ---
*** Bug 49243 has been marked as a duplicate of this bug. ***

-- 
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 41772] Checkuser rights not being correctly applied on test.wikipedia.org

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41772

--- Comment #10 from Snowolf wikimedia.b...@snowolf.eu ---
It works for me perfectly at the moment, merely took me a couple of moments
because testwiki seems to lag behind other wikis, somehow.

-- 
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 19592] Two default wording of some revision deletion messages needs changing

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19592

RBang rajiv_b...@yahoo.com changed:

   What|Removed |Added

 CC||rajiv_b...@yahoo.com

--- Comment #2 from RBang rajiv_b...@yahoo.com ---
Hi,

I am new here and trying to help. If you could please confirm the text for the
second place, will go ahead and submit a patch for the changes. Should it be
Show/hide or Change visibility ?

Thanks

-- 
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 49141] Duplicated language buttons in input settings panel

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49141

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67244 (Gerrit Change
Ibf076e6049e87e1398c87d2a264343f32eaddf28)

-- 
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 48814] VisualEditor: List langlinks (readonly) in the meta-data dialog

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48814

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67245 (Gerrit Change
I897da1cf06c79ee40e29fb632d09cddb57144ada)

-- 
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 49244] Infinite loops/excessive execution time in DairikiDiff.php

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49244

Alex Monk (Krenair) kren...@gmail.com changed:

   What|Removed |Added

   Keywords||performance
 CC||kren...@gmail.com

-- 
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 49245] New: Update Solr for Translate to 3.6.2

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49245

   Web browser: ---
Bug ID: 49245
   Summary: Update Solr for Translate to 3.6.2
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: s.mazel...@xs4all.nl
CC: fai...@wikimedia.org, maxsem.w...@gmail.com,
niklas.laxst...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Currently Solr 3.6.0 is being used. Please update to 3.6.2. I think this is
about the package solr-jetty, as is specified in puppet's
modules/solr/manifests/init.pp.

-- 
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 49066] Subpages moves and deletions listed as done by 127.0.0.1 on Meta-Wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49066

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |niklas.laxst...@gmail.com
   |org |
   Severity|critical|major

--- Comment #15 from Niklas Laxström niklas.laxst...@gmail.com ---
Doesn't fit the definition of critical. Will commit a fix for the last file
now.

-- 
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 43977] Grouped edits not patrollable

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43977

--- Comment #23 from Alex Monk (Krenair) kren...@gmail.com ---
(In reply to comment #18)
 To give a little status update on this from my side:
 
 I've hacked a bit on that a few weeks back but decided to not push it for
 review unless https://gerrit.wikimedia.org/r/41196 made it. And the linked
 change desperately wants some attention by someone who's firm with the WMF
 memcached setup...

Could you push the commit for review now, Marius? That change was merged...

-- 
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 35038] Make MathJax menus translatable [upstream]

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35038

--- Comment #48 from Peter Krautzberger peter.krautzber...@mathjax.org ---
I'd second Derk-Jan. The upstream tag seems wrong to me (although technically
correct).

I do understand that the real bug is MathJax doesn't have enough
translations, but that's something that the MediaWiki community can actually
help fix -- and in a real sense we (MathJax) cannot fix this on our own since
we don't have the resources to hire an army of translators. 

So perhaps it should be closed and another bug opened that calls for
translations.

-- 
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 49066] Subpages moves and deletions listed as done by 127.0.0.1 on Meta-Wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49066

--- Comment #16 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67247 (Gerrit Change
I97d680b2bfdad02ce2ca94ffc3caf3ad94898e0f)

-- 
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 49246] New: VisualEditor: [Regression] Arrow keying around multibyte unicode characters fails after an inline node

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49246

   Web browser: ---
Bug ID: 49246
   Summary: VisualEditor: [Regression] Arrow keying around
multibyte unicode characters fails after an inline
node
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

For example in the second line of the multibyte.html test file in the
standalone demo (after 'tt香港/tt' [Hong Kong])

-- 
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 49112] [IE10] Hard to read button text when making a change

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49112

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Assignee|pgi...@wikimedia.org|santhosh.thottingal@gmail.c
   ||om

-- 
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 49112] [IE10] Hard to read button text when making a change

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49112

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67248 (Gerrit Change
Ibc5d144a8fd7ec6e3793bf8d9d6c28748101)

-- 
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 35038] Make MathJax menus translatable [upstream]

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35038

--- Comment #49 from Nemo federicol...@tiscali.it ---
(In reply to comment #48)
 So perhaps it should be closed and another bug opened that calls for
 translations.

No. This is a MediaWiki extensions and MediaWiki extensions are translated at
translatewiki.net. You won't get help by MediaWiki translators outside of it
and from a Wikimedia perspective the issue is not solved until the translation
doesn't live there. I don't see a reason to separate the two things now.

-- 
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 49228] the editwaring lost in mw1.21

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49228

--- Comment #2 from sen slb...@me.com ---
sorry,i try to say again,the function editwaring in mw1.22 is in the core:
:resources/mediawiki.action/mediawiki.action.edit.editWarning.js

but before 1.22,its not in the core,so it should still be vector,but in branch
v.121 vector,the file is alardy delete

-- 
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 49245] Update Solr for Translate to 3.6.2

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49245

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||ops
 CC||federicol...@tiscali.it

-- 
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 49247] New: Duplicated settings panel when opened from IME menu if already opened

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49247

   Web browser: ---
Bug ID: 49247
   Summary: Duplicated settings panel when opened from IME menu if
already opened
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pgi...@wikimedia.org
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Steps to reproduce:
1. Open language settings panel from the cog or top-right location.
2. Go to an input field and open the IME menu by clicking the keyboard icon.
3. Click the cog icon that appears in the IME menu.
4. Observe that two dialogs are overlapping.

Expected result: the current dialog should be updated to show input settings
without a new dialog appearing.

-- 
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 49248] New: Integrate AbuseFilter and Lua engine

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49248

   Web browser: ---
Bug ID: 49248
   Summary: Integrate AbuseFilter and Lua engine
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: AbuseFilter
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: agarr...@wikimedia.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

This may:

1. Improve performance of filter parsing and evaluation.
2. Reduce the number of (script) languages users have to learn.
3. Allow some more flexible filter to be built.

-- 
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 49244] Infinite loops/excessive execution time in DairikiDiff.php

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49244

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 48164] JobQueue does not scale for TTMServer

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48164

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67249 (Gerrit Change
Ie230f2e40e97fa1fb00f056d4631e64cbcbf9eae)

-- 
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 36471] Gerrit needs a very wide screen or has big horizontal scroll

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36471

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

Summary|Gerrit should have no   |Gerrit needs a very wide
   |horizontal scroll at 1024px |screen or has big
   |wide windows|horizontal scroll

--- Comment #17 from Nemo federicol...@tiscali.it ---
Restoring the original bug summary, with addition of horizontal scroll
specification: the new bug summary doesn't describe a problem but a specific
goal regarding the problem.

-- 
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 19592] Two default wording of some revision deletion messages needs changing

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19592

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
As per Niklas' last comment, let's start with Change visibility.

-- 
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 49246] VisualEditor: [Regression] Arrow keying around multibyte unicode characters fails after an inline node

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49246

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

   Assignee|jforres...@wikimedia.org|esand...@wikimedia.org

-- 
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 49066] Subpages moves and deletions listed as done by 127.0.0.1 on Meta-Wiki

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49066

--- Comment #17 from MZMcBride b...@mzmcbride.com ---
(In reply to comment #15)
 Doesn't fit the definition of critical.

My reading of comment 11 and comment 12 is that deletions (in addition to
moves) are having an issue, possibly involving data loss.

-- 
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 49249] New: VisualEditor: Toolbar button text doesn't line up vertically

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49249

   Web browser: ---
Bug ID: 49249
   Summary: VisualEditor: Toolbar button text doesn't line up
vertically
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: rm...@wikimedia.org
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
rm...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

See http://imgur.com/wmAeHRD

-- 
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 49249] VisualEditor: Toolbar button text doesn't line up vertically

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49249

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

   Assignee|rm...@wikimedia.org |tpars...@wikimedia.org

-- 
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 48164] JobQueue does not scale for TTMServer

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48164

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/67250 (Gerrit Change
I8a54e5dd00d6e6298e59000b8bdeaf4135d3158a)

-- 
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 35038] Make MathJax menus translatable [upstream]

2013-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35038

--- Comment #50 from Peter Krautzberger peter.krautzber...@mathjax.org ---
Just to clarify: MathJax is not a MediaWiki extension, it's a third party
library used by the math-extension. Either way, the MathJax team has no power
over getting MathJax accepted into TranslateWiki, so help is needed on that
end. We'd be thrilled to be there, but since it's by invitation only, all we
can do is ask.

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