[Bug 49198] Add Primary Key to archive and logging tables

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49198

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |afeld...@wikimedia.org
   |org |

--- Comment #2 from MZMcBride b...@mzmcbride.com ---
Assigning to Asher. As far as I know, he's the only one doing large database
schema changes like this at the Wikimedia Foundation currently. Though I think
there may be a new Wikimedia Foundation DBA?

-- 
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 47832] Force all Wikimedia cluster traffic to be over SSL for all users (logged-in and anon)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47832

--- Comment #23 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
(In reply to comment #22)
 Interesting! I didn't know this RFC existed.

That's probably because its not an RFC (yet) :P

-- 
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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

--- Comment #6 from kipod fur.hew...@gmail.com ---
i think you missed the main point: when we call load with a font family such
that this.getCSS() returns false (e.g. sans-serif on my browser), we do not
cache the result. calling getCSS() is orders of magnitude more expensive than
the search, regardless of whether the search is done the right way (through
hash) or the wrong way (through $.inArray).

as to profiling: the real test is to have ~20 entries in the font table (like
in [[en:Japan]]), and then measure how long does it take to look for a font
_which is not in the list_, which is what happens today, thanks to the problem
mentioned above. you'll see that the search takes significantly longer than it
should.

still, the main problem is not the inefficient search, but rather calling
getCSS thousands (or tens of thousands - depends on the page content) of times
instead of once per each font family present on the page.

as to why we call load so many times: easy. set a breakpoint, and follow the
call stack upward until you'll find the call that's inside an .each() loop.


peace.

-- 
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 51019] Disable ULS by default on all ml wiki projects.

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51019

--- Comment #22 from Erik Moeller e...@wikimedia.org ---
Dear vssun,

I understand that you feel that improvements still need to be made to the ULS
IME, and that's fair. The language engineering team will surely continue to
improve them. The most critical issue of the ones you mention seems to be the
one related to preferences, which already has a patch in progress.

Please help us make sure that all the issues above are tracked so we have clean
steps to reproduce and assess them. Please remember that we have to support
many different browsers and operating systems and it can take a while to iron
out the kinks in all combinations.

However, restoring Narayam is not an option -- we're not going to maintain it
any longer. In fact it's already been removed from the supported extensions on
the cluster. While the ULS IME will surely benefit from further improvement, we
depend on continued feedback from the community to prioritize improvements.

So we could potentially disable the input methods by default, but based on the
severity of the bugs you're describing I would suggest starting by 

- re-enabling ULS
- setting the default font for Malayalam to system font
- re-enabling input methods and working through remaining issues in coming
days.

Note that enabling input methods still means you only actually see them if you
select an input method other than native keyboard.

Erik

-- 
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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

--- Comment #7 from kipod fur.hew...@gmail.com ---
(In reply to comment #5)
 ULS contains quite a lot of new JavaScript and CSS code, so it is reasonable
 to
 expect that a close scrutiny of the code will reveal some measure of
 duplicate
 work and various other performance problems. It's good that you've dug into
 the
 code and pinpointed some specific problems, but please be less adversarial.
 Measuring and optimizing client-side performance is hard enough to do when
 you
 aren't under attack; calling a developer's code asinine or disgusting is
 not likely to make it any easier.

you are correct that my style is/was a bit abrasive, and for this i apologize.
however, the ULS team demonstrated pretty bad behavior of its own: please
review the way Siebard responded on bug 49935 .
in addition, turning it on on many wikis before cleaning the very serious
performance issues (and causing browsers to freeze _is_ very serious issue),
and then arguing that this thing should not have a disable switch in user
preference is just wrong.

peace.

-- 
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 51068] ganglia.wmflabs.org is missing most projects

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51068

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #2 from Ariel T. Glenn ar...@wikimedia.org ---
Output from the cron job trying to run on aggregator1:
-
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service ganglia-monitor restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart
ganglia-monitor
/etc/init.d/ganglia-monitor: 73: start: not found
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service ganglia-monitor restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart
ganglia-monitor
/etc/init.d/ganglia-monitor: 73: start: not found
-

In the meantime new members of the project can't get onto the instance because
it can't create their home directories (likely it's using the gluster home dir
and that's read-only).

-- 
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 43793] Change name of Neapolitan language from Nnapulitano to Napulitano

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43793

--- Comment #8 from Chelin maximeemer...@hotmail.ch ---
(In reply to comment #7)
 Confirmed both for adjective and noun on: Dizionario napoletano :
 italiano-napoletano, napoletano-italiano / [a cura di Bruno Amato e Anna
 Pardo]. - Rist. - Milano : Vallardi, 2009. - 293 p. ; 15 cm.
 
 It's just a small dictionary they have in the closest local library, but
 should
 be enough: 1) it's common behaviour in Italian language(s),
 [[w:it:Raddoppiamento fonosintattico]]; 2) usage confirms,
 https://www.google.it/search?tbm=bksq=%22Napulitano%22 vs.
 https://www.google.it/search?tbm=bksq=%22Nnapulitano%22 containing only
 occurrences preceded by vowel or from pseudo-Latin texts of 18th century or
 earlier.

You can see that there are much more results for Napulitano than
Nnapulitano and that the results with Nnapulitano, except the first, makes
no sense (if you read the sentence in which it is).

-- 
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 48646] Some users get unwantedly logged out on it.wikivoyage

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48646

--- Comment #14 from Andyrom75 andyro...@hotmail.com ---
In Saved Searches  My Bugs I can only see the pending bugs, but not the
closed ones. How can I see them all?

-- 
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 43793] Change name of Neapolitan language from Nnapulitano to Napulitano

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43793

--- Comment #9 from Nemo federicol...@tiscali.it ---
(In reply to comment #8)
 You can see that there are much more results for Napulitano than
 Nnapulitano and that the results with Nnapulitano, except the first,
 makes
 no sense (if you read the sentence in which it is).

Indeed, and the first result you mention is not a reliable source (student
thesis).

-- 
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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

SpeedyGonsales s...@vip.hr changed:

   What|Removed |Added

 CC||s...@vip.hr

--- Comment #8 from SpeedyGonsales s...@vip.hr ---
If you ask me having disable switch (kill switch) in user preferences is a
must for almost any new things in MediaWiki UI.

If we are unable to alter closed OS (e.g. Windows or Mac) but are able to alter 
open source one (Linux), MediaWiki should be smart and offer disable switches 
for new things. ULS is a good idea, but the same way I like to have kill 
switch for VisualEditor :) (Remove VisualEditor from the user interface in
Gadgets), I agree there should be one for ULS, period.

-- 
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 50848] VisualEditor/Parsoid: Beta release to en.wp IP users - blocking issues (tracking)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50848

Bug 50848 depends on bug 50120, which changed state.

Bug 50120 Summary: Faulty(?) PERSONDATA block is causing duplicated 
categories/default sort and subst:'ed PERSONDATA block - DSR issue?
https://bugzilla.wikimedia.org/show_bug.cgi?id=50120

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 51070] Disable ULS on english Wikipedia until the problem is fixed

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51070

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com ---
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Heavy_Javascript_load_after_loading_some_articles.

And several Helpdesk reports, as well as multiple people complaining about VE,
while probably the ULS is causing the slowness.

-- 
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 51096] New: HTTP request timeout

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51096

   Web browser: ---
Bug ID: 51096
   Summary: HTTP request timeout
   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: juandevojni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I dont know wheter this is a bug on Wikimedia side or on my side, but recently
at Wikimedia projects I get sometimes following statment when browsing:

Při hledání došlo k chybě: Čas pro HTTP požadavek vypršel.

It sais that during search the bug was detected: HTTP request timeout.

-- 
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 50120] Faulty(?) PERSONDATA block is causing duplicated categories/default sort and subst:'ed PERSONDATA block - DSR issue?

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50120

Erik Moeller e...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #10 from Erik Moeller e...@wikimedia.org ---
Nope, still occurring.
https://en.wikipedia.org/w/index.php?title=Ma_Huatengcurid=6152047diff=563628488oldid=555028382

-- 
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 50120] Faulty(?) PERSONDATA block is causing duplicated categories/default sort and subst:'ed PERSONDATA block - DSR issue?

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50120

--- Comment #11 from Erik Moeller e...@wikimedia.org ---
Another one:
https://en.wikipedia.org/w/index.php?title=Rick_DePirocurid=29139774diff=563628155oldid=560712931

-- 
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 50120] Faulty(?) PERSONDATA block is causing duplicated categories/default sort and subst:'ed PERSONDATA block - DSR issue?

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50120

--- Comment #12 from Erik Moeller e...@wikimedia.org ---
Note the additional table screw-up in that one. We may need some cross-browser
hammering on those revs to see if it's a browser-specific issue.

-- 
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 51019] Disable ULS by default on all ml wiki projects.

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51019

--- Comment #23 from Viswaprabha viswapra...@gmail.com ---
Dear Eric,

Thank you for your latest comment and the compassionate and receptive response.

Personally myself (and possibly many among us) feel that this could be the way
to go, as it will remove the impasse we have all come to. While many of the
community members may still have various technical hitches to deal with the ULS
interface, I am sure we can all work together and get rid of such issues in the
forthcoming days. Certainly, our community never wanted to go astray or rebel
away from the main stream goals and visions of Wikimedia ventures.

We shall discuss on the above suggestions within our community and come back in
due time with an amicable and collective feedback. Until then, I request
everyone to restrain from further discussions or changing bug status etc.

Thank you all!

-- 
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 50182] VisualEditor: Support DOM (visual, wysiwig) editing of nested templates

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50182

--- Comment #8 from pamdavi...@yahoo.co.uk ---
We also need to be able to add the template {{tl|multiple issues}} around
existing tags: when editing [[Dadloi]] I wanted to add a second maintenance tag
and then tidy them up into {{tl|mi}}, but of course had to do the latter in
Edit Source after my VE edit.

-- 
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 49818] VisualEditor: Top left corner of the window shows blue rectangle when selecting templates in Firefox

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49818

--- Comment #6 from Elitre elitr...@gmail.com ---
Created attachment 12812
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12812action=edit
Light blue bar issue still occurring

-- 
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 51097] New: Entering ZWJ in Kannada

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51097

   Web browser: ---
Bug ID: 51097
   Summary: Entering ZWJ in Kannada
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pavan...@vishvakannada.com
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: ---

Kannada layouts given in ULS don't have any method to enter Zero Width Joiner
(ZWJ), U+200D. This is a special character needed as per Unicode PR-37
(http://www.unicode.org/review/pr-37.pdf). Please make it available for all
Kannada input layouts in ULS

-- 
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 49818] VisualEditor: Top left corner of the window shows blue rectangle when selecting templates in Firefox

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49818

Elitre elitr...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||elitr...@gmail.com
 Resolution|FIXED   |---

--- Comment #7 from Elitre elitr...@gmail.com ---
As noted by JamesF in 50161, this still occurs (Vector, Chrome, Win 7).
Screenshot while editing ref. #6 in
http://it.wikipedia.org/wiki/Utente:Syrio/Bozzoli , you need to click at least
a few times on the sentence before the puzzle piece pops up. It will allow you
to edit the reference and save the page as usual. It might be worth noting that
the page features a page title and a magic word. Thanks.

-- 
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 51097] Entering ZWJ in Kannada

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51097

--- Comment #1 from Pavanaja U B pavan...@vishvakannada.com ---
This ZWJ is needed for other Indian languages also. Please make it available in
ULS for all Indian languages.

-- 
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 50120] Faulty(?) PERSONDATA block is causing duplicated categories/default sort and subst:'ed PERSONDATA block - DSR issue?

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50120

--- Comment #13 from Erik Moeller e...@wikimedia.org ---
Couple more:
https://en.wikipedia.org/w/index.php?title=Peter_Biddlediff=563624872oldid=563623995
https://en.wikipedia.org/w/index.php?title=Jayaprakash_Narayandiff=563627722oldid=563627392

Based on inspection of recent diffs, I'd call this the single most prevalent
and most problematic content corruption issue at this point.

-- 
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 49935] Browser freezes on loading a large page with UniversalLanguageSelector (ULS)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49935

Strainu crangasi2...@yahoo.com changed:

   What|Removed |Added

 CC||crangasi2...@yahoo.com

--- Comment #37 from Strainu crangasi2...@yahoo.com ---
(In reply to comment #36)
 
 if the people who reported the freeze can confirm they see high cpu usage
 during the time the browser is frozen, i think it would mean that you were
 right, and the two reports are actually duplicates. 
 Either way, the profiling information definitely fits bug 50836 .

I can confirm that. High CPU usage is present even without the freeze. On a
Quad Core@3GHz, Firefox does not freeze, but one of the cores is 100% busy. On
a Dual Core@2.40GHz, Firefox freezes and again, one core is at 100%.

-- 
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 50623] Entering AFTv5 feedback causes error

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50623

--- Comment #9 from Ariel T. Glenn ar...@wikimedia.org ---
As a logged in user I was able to post an update; as an anonymous user, even
after page purge, I saw the error Chris mentions.

-- 
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 43793] Change name of Neapolitan language from Nnapulitano to Napulitano

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43793

--- Comment #10 from Chelin maximeemer...@hotmail.ch ---
(In reply to comment #9)
 (In reply to comment #8)
  You can see that there are much more results for Napulitano than
  Nnapulitano and that the results with Nnapulitano, except the first,
  makes
  no sense (if you read the sentence in which it is).
 
 Indeed, and the first result you mention is not a reliable source (student
 thesis).

So, can we change Nnapulitano to Napulitano or we need more sources (I
think that we can clearly see that the good one is Napulitano...

-- 
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 51019] Disable ULS by default on all ml wiki projects.

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51019

--- Comment #24 from vssun vss...@gmail.com ---
(In reply to comment #22)
 Dear vssun,
 
 I understand that you feel that improvements still need to be made to the ULS
 IME, and that's fair. The language engineering team will surely continue to
 improve them. The most critical issue of the ones you mention seems to be the
 one related to preferences, which already has a patch in progress.
 
 Please help us make sure that all the issues above are tracked so we have
 clean
 steps to reproduce and assess them. Please remember that we have to support
 many different browsers and operating systems and it can take a while to iron
 out the kinks in all combinations.
 
 However, restoring Narayam is not an option -- we're not going to maintain it
 any longer. In fact it's already been removed from the supported extensions
 on
 the cluster. While the ULS IME will surely benefit from further improvement,
 we
 depend on continued feedback from the community to prioritize improvements.
 
 So we could potentially disable the input methods by default, but based on
 the
 severity of the bugs you're describing I would suggest starting by 
 
 - re-enabling ULS
 - setting the default font for Malayalam to system font
 - re-enabling input methods and working through remaining issues in coming
 days.
 
 Note that enabling input methods still means you only actually see them if
 you
 select an input method other than native keyboard.
 
 Erik

I personally agree with your suggestion.

-- 
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 50058] VisualEditor: Honey, I Shrunk The Save Dialogue (in Monobook)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50058

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 CC||intra...@gmail.com

--- Comment #4 from This, that and the other at.li...@live.com.au ---
*** Bug 51034 has been marked as a duplicate of this bug. ***

-- 
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 51034] save dialog has unreadably small font

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51034

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |DUPLICATE

--- Comment #1 from This, that and the other at.li...@live.com.au ---
You're using Monobook, right?

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

-- 
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 51030] Edit link for lead section no longer works

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51030

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |INVALID

--- Comment #1 from This, that and the other at.li...@live.com.au ---
(In reply to comment #0)
 The edit link for the lead section (edit section 0) launches VisEd for the
 whole page.  An edit source link should pop up on mouseover, same as for a
 regular section link.

This feature is a local gadget and is not supported by the developers. Someone
will need to try to fix that gadget on the local wiki.

-- 
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 49023] in Page namespace, provide link(s) to ns0 page(s) which transclude the current Page:

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49023

--- Comment #2 from Candalua lacrymarum.va...@gmail.com ---
(In reply to comment #1)
 Isn't 'What links here' sufficient ?

No, absolutely. 'What links here' takes you to a *separate* page, where you see
links, transclusions, redirect, all together. My proposal is to have a *direct*
link to only the pages of ns0 that transcludes the current page, excluding
links and other stuff that one doesn't really need to see. On it.source this
has proved to be really useful, you can quickly and easily check whether a Page
is transcluded or not and where, and check how it looks when it's transcluded,
without losing any time searching in the 'What links here' page.

-- 
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 49470] rebuild the upload cache

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49470

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 72900 had a related patch set uploaded by Hashar:
beta: upload cache rebuild to use varnish

https://gerrit.wikimedia.org/r/72900

-- 
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 49470] rebuild the upload cache

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49470

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 72900 merged by jenkins-bot:
beta: upload cache rebuild to use varnish

https://gerrit.wikimedia.org/r/72900

-- 
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 49470] rebuild the upload cache

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49470

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
Switched upload.beta.wmflabs.org from 10.4.0.214 (deployment-cache-upload03) to
10.4.0.211 (deployment-cache-upload04).

So we are now serving upload out of a varnish instance :-]

-- 
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 50947] VisualEditor: Blanking the page using Ctrl-A and Delete keys prevents further editing

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50947

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

   What|Removed |Added

Web browser|--- |Firefox

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Yes.

In RL debug mode I got this:

--
[11:13:55.789] TypeError: node.getParent(...) is null @
https://bits.wikimedia.org/static-1.22wmf8/extensions/VisualEditor/modules/ve/ce/ve.ce.Surface.js:1265

It only happens in Firefox.

-- 
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 50928] TinyMCE_MW Extension don't handle headings with php 5.5, if the headings don't stand alone

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50928

--- Comment #1 from schon...@gmx.de ---
Created attachment 12813
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12813action=edit
malfunction in the ParserAfterTidy Hook

The member, who developed the workaround has debugged the problem deep in the
MediaWiki code. She said the following things:

1.) The malfunction is appeared at the ParserAfterTidy hook from the MediaWiki
code.
2.) The hook calls two things. One of this things is the TinyMCE.
3.) After the call from TinyMCE the MediaWiki heading tags are switched in the
HTML-Tags.
4.) After the call of the ParserAfterTidy hook the text has no changes.

In her opinion the out-parameter doesn't work correctly. In the attachment is
an logfile names Fehlverhalten-im-Hook.txt, where an example is debugged for
the malfunction without the workaround.

We hope, that u can fix 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 51098] New: Enable Kulmus fonts for Hebrew

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51098

   Web browser: ---
Bug ID: 51098
   Summary: Enable Kulmus fonts for Hebrew
   Product: MediaWiki extensions
   Version: REL1_18 branch
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dovijac...@yahoo.com
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: ---

Universal Language Selector has been enabled now on our wiki (he.wikisource),
and it is a great step forward for correctly displaying complicated texts. Amir
Aharoni (who notified us) and the other people who worked on this deserve great
credit!

At Amir's advice, I am filing a bug request that additional open software fonts
be enabled for languages hbo and he, because major text projects at
he.wikisource do not necessarily employ the same font that was selected as
default.

Specifically, it would be beneficial to enable the entire collection of fonts
at the Culmus project:
http://culmus.sourceforge.net/

Of the Culmus fonts, the most important one to enable is Keter YG (which is
used extensively on hundreds of pages):
http://culmus.sourceforge.net/taamim/index.html

-- 
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 49470] rebuild the upload cache

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49470

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
The HTTPS version works as well, I had to restart nginx to make it load the
stars.wmflabs.org chained certificate.

-- 
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 51097] Entering ZWJ in Kannada

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51097

--- Comment #2 from Pavanaja U B pavan...@vishvakannada.com ---
In Microsoft Windows, the built-in IME in Inscript layout, pressing Ctrl-Shit-1
is the method for entering in ZWJ. You may also do so in the Inscript layouts.
In other layouts, there is defined standard.

-- 
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 45122] migrate all beta instance from Lucid to Precise

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45122

Bug 45122 depends on bug 49470, which changed state.

Bug 49470 Summary: rebuild the upload cache
https://bugzilla.wikimedia.org/show_bug.cgi?id=49470

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 49470] rebuild the upload cache

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49470

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

   What|Removed |Added

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

--- Comment #7 from Antoine hashar Musso has...@free.fr ---
So that is working for me 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 17616] Enhanced recent changes JavaScript: clicking arrow should keep it in focus, keyboard accessibility

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17616

--- Comment #21 from Dan Wolff 326...@gmail.com ---
(In reply to comment #20)
I tested it again in Firefox 24 (Linux) and Chromium 28 (Linux) and it does
work (using the deployed version at
http://users.v-lo.krakow.pl/~matmarex/testwiki/).

I'd say that that commit resolves this bug. Thanks!

-- 
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 48963] mark $wgUser as deprecated using DeprecatedGlobals.php

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48963

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

   What|Removed |Added

 Status|ASSIGNED|NEW
  Component|Continuous integration  |General/Unknown
Version|wmf-deployment  |1.22-git
   Assignee|has...@free.fr  |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia   |MediaWiki
Summary|Jenkins: Write a phpcs  |mark $wgUser as deprecated
   |sniff to deprecate use of   |using DeprecatedGlobals.php
   |$wgUser |

--- Comment #7 from Antoine hashar Musso has...@free.fr ---
Umherirrender notified on the change:
-
There is a DeprecatedGlobals.php to get deprecation warnings on a global (used
for $wgArticle), but $wgUser is not deprecated at the moment, so this is only
for a hint to the developer and should not be a blocking sniff.
-

So I guess that needs to be done directly in core instead of phpcs as Timo
pointed out.  Moving bugs under MediaWiki product.

-- 
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 48963] mark $wgUser as deprecated using DeprecatedGlobals.php

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48963

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 69090 abandoned by Hashar:
Implement DeprecatedGlobalSniff for $wgUser

Reason:
I do not knew about DeprecatedGlobals.php seems it would get the job done.  I
have moved the bug report https://bugzilla.wikimedia.org/show_bug.cgi?id=48963
under MediaWiki product.

https://gerrit.wikimedia.org/r/69090

-- 
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 51099] New: Client fails with fatal error: Argument 1 passed to Wikibase\TermSqlIndex::__construct() must be an instance of Wikibase\StringNormalizer, string given

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51099

   Web browser: ---
Bug ID: 51099
   Summary: Client fails with fatal error: Argument 1 passed to
Wikibase\TermSqlIndex::__construct() must be an
instance of  Wikibase\StringNormalizer, string given
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The client fails with a fatal error (at least) when rendering a page that uses
item labels or accesses properties by label:

Catchable fatal error: Argument 1 passed to 
Wikibase\TermSqlIndex::__construct() must be an instance of 
Wikibase\StringNormalizer, string given

This is caused by a change in TermSqlIndex's constructor and my failure to
update DirectSqlStore accordingly.

-- 
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 51101] New: Checkmark icon for IME repeated behind menu

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51101

   Web browser: ---
Bug ID: 51101
   Summary: Checkmark icon for IME repeated behind menu
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
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: ---

Created attachment 12814
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12814action=edit
Screenshot (FF10, Wikidata)

In FF10 (no, I can't update) and IE9 in quirks mode the checkmark icon is
repeated in both directions behind the menu.

-- 
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 51092] VisualEditor: Linked external images are fully displayed during edit

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51092

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

 CC||cmcke...@sucs.org

--- Comment #1 from Chris McKenna cmcke...@sucs.org ---
Confirmed in Firefox 22 for JPG, PNG and SVG files but not for GIF or TIF files 

https://en.wikipedia.org/w/index.php?title=User:Thryduulf/sandbox2oldid=563640804

-- 
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 51073] ULS loads many webfonts needlessly on page load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51073

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #0)
 Actually the language names are shown fine without the need for 
 additional fonts, that's how it worked for years now.

I can imagine that this would be the statement to be challenged - I always had
some squares etc. displayed for some rather exotic languages/scripts, so I'm
not sure if the loading is really needless if those are now displayed
correctly.

If I get you correctly, I'm tempted to change the bug summary from ULS loads
many webfonts needlessly on page load to ULS should not load webfonts only
because of entries in the 'Other languages' list (which would enhance
funtionality and turn this into an enhancement request).

-- 
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 17616] Enhanced recent changes JavaScript: clicking arrow should keep it in focus, keyboard accessibility

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17616

Derk-Jan Hartman hartman.w...@gmail.com 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 35785] Make enhanced recentchanges the default

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35785

Bug 35785 depends on bug 17616, which changed state.

Bug 17616 Summary: Enhanced recent changes JavaScript: clicking arrow should 
keep it in focus, keyboard accessibility
https://bugzilla.wikimedia.org/show_bug.cgi?id=17616

   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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

--- Comment #10 from Eduard Braun eduard.bra...@gmx.de ---
Since one is ignored on some forum or Village Pump (*) one tries other ways
to voice one's opinion. Is it surprising that people then try it on Bugzilla
where one has at least slight chances a dev will peek at one's message an
comment on them?

* e.g.
http://www.mediawiki.org/wiki/Thread:Talk:Universal_Language_Selector/Disabling_ULS
or
http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#.22Opt_out.22_of_VE_needed_under_preferences

-- 
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 51099] Client fails with fatal error: Argument 1 passed to Wikibase\TermSqlIndex::__construct() must be an instance of Wikibase\StringNormalizer, string given

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51099

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 72835 merged by Jeroen De Dauw:
(bug 51099) Fix construction of TermSqlIndex in client.

https://gerrit.wikimedia.org/r/72835

-- 
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 51099] Client fails with fatal error: Argument 1 passed to Wikibase\TermSqlIndex::__construct() must be an instance of Wikibase\StringNormalizer, string given

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51099

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 72843 merged by Jeroen De Dauw:
(bug 51099) Adding tests for DirectSqlStore

https://gerrit.wikimedia.org/r/72843

-- 
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 46867] Incomplete population of wb_terms table

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46867

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 70139 merged by Jeroen De Dauw:
(bug 46867) trim bad utf-8 sequences before normalizing.

https://gerrit.wikimedia.org/r/70139

-- 
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 51102] New: Provide a way to enable/disable web fonts for other languages

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51102

   Web browser: ---
Bug ID: 51102
   Summary: Provide a way to enable/disable web fonts for other
languages
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
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: ---

Currently there are 2 configuration settings in ULS for web fonts:

* You can select the font (including your default font) for navigation etc.
* You can select the font (including your default font) for content (if that's
   in a different language from the navigation)

You currently can't set the fonts for span lang=xy../span (both in
navigation and content), ULS loads a web font and forces you to use it. There
should be a third option to control whether a web font should be loaded and
embeded, or whether the default font should be used.

-- 
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 51073] ULS loads many webfonts needlessly on page load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51073

--- Comment #6 from Eduard Braun eduard.bra...@gmx.de ---
No, I think your proposed summary doesn't fit my concerns well. Actually I have
several reasons for that:
1) As pointed out I'd also be happy (if not happier) with a more general
solution (e.g. turning of usage of webfonts completely as a user setting, or
even solving bug 46306).
2) There are also other cases were loading of webfonts would not be really
necessary, e.g. pages which include many translations (like [1]), which are
hidden from the user anyway but get initially loaded (including webfonts) on
page load.
3) Since this will always delay page load (even after the performance issues
described in the mentioned bugs are solved) and potentially wastes bandwidth
and data volume for many users (as pointed out in comment 3), this is no
enhancement but should be considered a bug.

[1]
http://commons.wikimedia.org/wiki/Commons:Administrators%27_noticeboard/User_problems

-- 
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 51103] New: Visual Editor: Broken URLs to image files display only the filename and cannot be edited

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51103

   Web browser: ---
Bug ID: 51103
   Summary: Visual Editor: Broken URLs to image files display only
the filename and cannot be edited
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: i...@wikia-inc.com
  Reporter: cmcke...@sucs.org
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com
Classification: Unclassified
   Mobile Platform: ---

When a raw URL with no markup (e.g.
http://www.sucs.org/~cmckenna/photos/quizes/tq2012/July/Jun03key.png ) ends in
.png, .jpg, .svg or .gif [capitalisation variants not tested] but does not work
(e.g. it gives a 404 error) then only the filename portion of the URL
(Jun03key.png in this example) is displayed in the visual editor. Visual editor
cannot then edit this URL to correct it, meaning that typos, etc cannot be
corrected without using the source editor.

Links to other image formats (e.g. tif), html pages, .txt files and pdf files,
and all urls enclosed in single bracket markup work as expected and are
editable in the Visual editor. See
https://en.wikipedia.org/w/index.php?title=User:Thryduulf/sandbox2oldid=563642435
for my sandbox testing.

This is not unlikely related to bug 51092 in some way.

-- 
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 51092] VisualEditor: Linked external images are fully displayed during edit

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51092

--- Comment #2 from Chris McKenna cmcke...@sucs.org ---
See also bug 51103 which is likely related to this one.

-- 
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 51088] Option in ULS to download/save the font to hard drive (to install on OS)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51088

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

   What|Removed |Added

Summary|Provide an option in ULS to |Option in ULS to
   |download the font   |download/save the font to
   ||hard drive (to install on
   ||OS)

-- 
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 49198] Add Primary Key to archive and logging tables

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49198

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

   What|Removed |Added

   Keywords||schema-change

-- 
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 48646] Some users get unwantedly logged out on it.wikivoyage

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48646

--- Comment #15 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #14)
 In Saved Searches  My Bugs I can only see the pending bugs, but not the
 closed ones. How can I see them all?

Create a saved search - wait two more days and I'll have blogged about this:
http://blogs.gnome.org/aklapper/2013/07/12/bugzillatips-saved-searches/

-- 
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 51097] Entering ZWJ (U+200D) in Kannada

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51097

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

   What|Removed |Added

Summary|Entering ZWJ in Kannada |Entering ZWJ (U+200D) in
   ||Kannada

-- 
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 51081] Incorrect handling of nested em and b

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51081

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.22-git

-- 
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 51019] Disable ULS by default on all ml wiki projects.

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51019

--- Comment #25 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #21 by vssun)
 I am just translating the problems shared by users regarding ULS IME on our
 discussion page

This list is very helpful so developers can try to fix those issues and improve
the user experience. Could you make sure that good bug reports (steps to
reproduce, explaining the expected outcome and the current/actual outcome, and
if possible adding screenshots) with one problem per report are created? This
would help developers to keep an overview. 
Also see https://www.mediawiki.org/wiki/How_to_report_a_bug


(In reply to comment #22 by Erik)
 However, restoring Narayam is not an option -- we're not going to maintain it
 any longer.

For the records (not to spark new discussion), this was covered in bug 51021.

 - re-enabling ULS
 - setting the default font for Malayalam to system font

For the records (not to spark new discussion), disabling the default web font
for ml and serving a system font instead was done in bug 49894 /
https://gerrit.wikimedia.org/r/#/c/72690/ but reverted in
https://gerrit.wikimedia.org/r/#/c/72701/ due to this bug 51019.

 - re-enabling input methods and working through remaining issues in coming
 days.

-- 
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 51096] HTTP request timeout

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51096

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
 Whiteboard||aklapper-moreinfo

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Hi Juan, 
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 providing exact steps to reproduce (for example
at Wikimedia projects is too vague).

-- 
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 46867] Incomplete population of wb_terms table

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46867

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 70140 merged by Denny Vrandecic:
(bug 46867) skip bad search keys and report them.

https://gerrit.wikimedia.org/r/70140

-- 
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 46249] Use of undefined constant CONTENT_MODEL_JAVASCRIPT / CONTENT_MODEL_CSS with 1.20 branch of SyntaxHighlight(GeSHi) and MW 1.20

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46249

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #10 from Andre Klapper aklap...@wikimedia.org ---
Oops, I didn't mean to close this again.

-- 
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 49110] Account creation while logged out ends in white page but succeeds

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49110

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

   What|Removed |Added

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

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Some random transient error. I cant reproduce 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 49689] Parsoid provides 200px-width default for sound files, rather than the sound icon at standard size

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49689

Kelson [Emmanuel Engelhart] kel...@kiwix.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||kel...@kiwix.org
 Resolution|FIXED   |---

--- Comment #4 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
Seems to me, this is still buggy !

Have tried the following code at http://parsoid.wmflabs.org/_rtform/:
[[File:La_Marseillaise.ogg]]

This gives:
img resource=./File:La_Marseillaise.ogg
src=//upload.wikimedia.org/wikipedia/commons/3/30/La_Marseillaise.ogg
data-parsoid={quot;aquot;:{quot;resourcequot;:quot;./File:La_Marseillaise.oggquot;},quot;saquot;:{quot;resourcequot;:quot;File:La_Marseillaise.oggquot;}}
width=200

-- 
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 51070] Disable ULS on english Wikipedia until the problem is fixed

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51070

--- Comment #5 from Bartosz Dziewoński matma@gmail.com ---
Also, it's currently deployed globally, not just on en.wp.

-- 
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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

--- Comment #11 from Andre Klapper aklap...@wikimedia.org ---
Eduard: I can understand frustration, but no need for rhetorical questions,
plus I wasn't heard in the right place, so I tried again in some other, wrong
place is not a good argument.
Tools (like bugtrackers, mailing lists, Gerrit) serve purposes and have
dedicated audiences. Bugzilla is a technical bugtracker for bug reports that
refer to specific codebases. It's not for meta-level discussions on development
policies, plus from experience in other open source projects I can assure you
that the more comments unrelated to a bug there are in bug reports, the more
devs will (understandably) also start ignoring bugmail and bug reports. I
assume that's not wanted by anybody, and that's why I explained how to avoid
that.

-- 
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 51073] ULS loads many webfonts needlessly on page load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51073

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
I see. Would the proposal in bug 51102 tackle most of this 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 50623] Entering AFTv5 feedback causes error

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50623

--- Comment #10 from Ariel T. Glenn ar...@wikimedia.org ---
And now as an anonymous user it is working for me. Can you say if it's
consistent for you and if it's both logged in and logged out that you have the
problem?

-- 
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 51104] New: Some icons are not embedded

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51104

   Web browser: ---
Bug ID: 51104
   Summary: Some icons are not embedded
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: foma...@googlemail.com
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: ---

The file resources/images/cog-sprite.png in resources/css/ext.uls.css get
embedded in line 12 but not in the lines 13 to 15:

https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FUniversalLanguageSelector.git/8dc2816c779739610c00be7419da2888fa5a134c/resources%2Fcss%2Fext.uls.css#L10

10 #p-lang .uls-settings-trigger {
11   /* @embed */
12   background: transparent url('../images/cog-sprite.png') right top
no-repeat;
13   background-image: -webkit-linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
14   background-image: -moz-linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
15   background-image: linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');

-- 
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 50622] Special:NewPagesFeed error

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50622

--- Comment #7 from Antoine hashar Musso has...@free.fr ---
Safari 6.0.5, empty cache : it works fine.

Firefox 18, empty cache : I get a JSON.parse error. An API post is made with
the parameters:

actionpagetriagetemplate
formatjson
templatelistItem.html
viewlist

In ApiSandbox that is:

http://en.wikipedia.beta.wmflabs.org/wiki/Special:ApiSandbox#action=pagetriagetemplateformat=jsonview=listtemplate=listItem.html

The related GET request is
http://en.wikipedia.beta.wmflabs.org/w/api.php?mainmodule=1modules=queryformat=jsonaction=paraminfo
 

So maybe it is broken under firefox when using a POST ?

-- 
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 49088] archive table not accessible

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49088

--- Comment #5 from Marc A. Pelletier m...@uberbox.org ---
No, the table will be generally available and won't require extra hoops. Also,
the schema will be identical to production's; we have chosen to null columns
rather than elide them entirely for the labs DB (makes some tools easier).

-- 
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 46867] Incomplete population of wb_terms table

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46867

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

   What|Removed |Added

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

--- Comment #10 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Sam: please confirm that the issue is now solved, so we can set this to
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 51073] ULS loads many webfonts needlessly on page load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51073

--- Comment #8 from Eduard Braun eduard.bra...@gmx.de ---
If it was implemented in a way that webfonts can be disabled for all languages
at the same time this would be an appropriate solution I assume.

Since I'm not familiar with the implementation details of ULS:
Would the proposed solution in bug 51102 (allow to select if and what webfont
is used for HTML elements with lang=xy attribute set) disable webfonts
everywhere in the UI or are there places webfonts are applied by ULS where this
would not suffice?

-- 
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 50929] User preference to disable VisualEditor

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50929

Richard Morris r...@singsurf.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||r...@singsurf.org

--- Comment #3 from Richard Morris r...@singsurf.org ---
This should be in the obvious place, in the editing tab of user preferences,
not a gadget.

-- 
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 51070] Disable ULS on english Wikipedia until the problem is fixed

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51070

--- Comment #6 from Bartosz Dziewoński matma@gmail.com ---
Also reported at pl.wp:
https://pl.wikipedia.org/wiki/Wikipedia:Kawiarenka/Kwestie_techniczne#Ostrze.C5.BCenie:_Skrypt_nie_odpowiada

-- 
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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

--- Comment #12 from Bartosz Dziewoński matma@gmail.com ---
Also reported at pl.wp:
https://pl.wikipedia.org/wiki/Wikipedia:Kawiarenka/Kwestie_techniczne#Ostrze.C5.BCenie:_Skrypt_nie_odpowiada

-- 
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 50729] Handle exception in LangLinkHandler when sites not found

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50729

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

   What|Removed |Added

   Severity|normal  |major

-- 
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 49198] Add Primary Key to archive and logging tables

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49198

Marc A. Pelletier m...@uberbox.org changed:

   What|Removed |Added

 CC||m...@uberbox.org

--- Comment #3 from Marc A. Pelletier m...@uberbox.org ---
(There is, Sean Pringle, though he is probably still in discovery mode)

-- 
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 51105] New: Notice during xml file import with Special:Import

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51105

   Web browser: ---
Bug ID: 51105
   Summary: Notice during xml file import with Special:Import
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Export/Import
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

After importing Barack Obama form enwiki to my wiki I got.

Notice: LoadBalancer::commitMasterChanges: Flushing an explicit transaction,
getting out of sync! [Called from DatabaseBase::commit in
/www/dev.translatewiki.net/w/includes/db/Database.php at line 3212] in
/www/dev.translatewiki.net/w/includes/debug/Debug.php on line 296

Not sure if relevant: the import failed halfway because some of the pages
require Lua which I don't have.

-- 
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 51070] Disable ULS on english Wikipedia until the problem is fixed

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51070

--- Comment #7 from Bartosz Dziewoński matma@gmail.com ---
Just a note that the Language Engineering team responsible for ULS will be
holding an office hour later today, at 17:00 UTC on
#wikimedia-office (on Freenode):
http://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg69718.html

-- 
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 49935] Browser freezes on loading a large page with UniversalLanguageSelector (ULS)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49935

--- Comment #38 from Bartosz Dziewoński matma@gmail.com ---
Just a note that the Language Engineering team responsible for ULS will be
holding an office hour later today, at 17:00 UTC on
#wikimedia-office (on Freenode):
http://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg69718.html

-- 
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 50836] Loading a page which requires many fonts causes high CPU load

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50836

--- Comment #13 from Bartosz Dziewoński matma@gmail.com ---
Just a note that the Language Engineering team responsible for ULS will be
holding an office hour later today, at 17:00 UTC on
#wikimedia-office (on Freenode):
http://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg69718.html

-- 
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 51016] Update e-mailaddress of account CommonsDelinker (on centralauth and/or commonswiki)

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51016

Marc A. Pelletier m...@uberbox.org changed:

   What|Removed |Added

 CC||m...@uberbox.org

--- Comment #2 from Marc A. Pelletier m...@uberbox.org ---
I can't help with the root problem, but this may be a good time to make the
switch to Tool Labs which would solve the issue indirectly.

-- 
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 51106] New: {{{pagenum}}} should be substituted with a Roman number if specified

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51106

   Web browser: ---
Bug ID: 51106
   Summary: {{{pagenum}}} should be substituted with a Roman
number if specified
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ProofreadPage
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dix...@acm.lviv.ua
CC: b...@adres.pl, thoma...@hotmail.fr,
zaran.krl...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

We have an option to use the roman style if the pagelist/ definition. In
this case I would expect {{{pagenum}}} to be substituted with a Roman number
(I, II, III, IV etc).

-- 
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 50789] ULS widget is in wrong location on English Wikipedia

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50789

--- Comment #9 from Pau Giner pgi...@wikimedia.org ---
We tested different locations with users. This is what we learnt:

1. In general, users don't think in terms of content language and UI language
as two separate things. Presenting an explicit selection of UI vs. content at
the same level forces a decision on them which is based on technology terms
instead of user terms.

2. The main use case related to language change is to access information in a
different language. Thus, if a user is reading an article in English and
switches to German he will expect to see content in German (and the UI to be in
German, or even be kept in English), but it will be surprising to just see the
Ui to change and not the content. So in terms of relevance: Content language
change  UI language change.

3. When we placed the language selector at the personal toolbar, many users
were considering it the entry point for language change and expecting the
behaviour described in (2). So this position works if it replaces interlanguage
links (which brings another set of problems), but it does not work if we
provide just UI language change. So for wikis with interlanguage links,
creating two separate language-related areas where the most prominent one does
not solve the main use case was confusing for users.

4. When we integrated the cog icon in the current language area, it was clear
for users that to access content in a different language they had to look for
the language in the language list. Only if they wanted more advanced settings
and tools, they feel the need to access the settings icon. The cog allows for
further adjustment but does not break user expectations.


The idea of the current approach is to avoid introducing a new language-related
area for those wikis for which already one exists, and present the advanced
tools in a way that is less prominent than the content selection scenario which
is covered by the interlanguage links.

In addition, due to the relevance of languages for consuming and contributing
content it was considered to provide tools at hand (instead of hiding them
inside preferences) especially if we want to provide them for anonymous users
for which the preferences view does not exist.

-- 
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 51105] Notice during xml file import with Special:Import

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51105

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #1 from Nemo federicol...@tiscali.it ---
What did the XML contain to start with? 1, 1000 or all revisions?

-- 
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 45167] Don't use a closure in $wgExtensionFunctions

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45167

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |
 CC||krinklem...@gmail.com
   Target Milestone|--- |MW 1.22 version

-- 
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 46263] Jenkins: Set up tests for timeline extension

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46263

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

   What|Removed |Added

Summary|Jenkins: Set up tests for   |Jenkins: Set up tests for
   |Timeline extension  |timeline extension

-- 
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 45668] Position of Search result is wrong hardcoded

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45668

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||matma@gmail.com
 Resolution|--- |INVALID

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
You should be explicitly using a data-searchsuggest-expand-dir=left (for LTR)
or right (for RTL) attribute on your #searchInput. It's positioned in a way
that's throwing off the automatic detection.

Or feel free to reopen this bug and submit a patch that will make it work in
your skin and not break anything in all of the other skins it currently
supports.


(In reply to comment #3)
 It's really sad, that nobody cares about such bad styled things, that prevent
 other developers in creating great new skins for mediawiki.

If by great skins you mean your skin, then let me point out that the linked
website is throwing JS errors as soonas someone visits it. I'm not going to be
fixing it for you for free.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 50805] Search suggestions box is misaligned in Konqueror 4.8.5

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50805

Bug 50805 depends on bug 45668, which changed state.

Bug 45668 Summary: Position of Search result is wrong hardcoded
https://bugzilla.wikimedia.org/show_bug.cgi?id=45668

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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 51106] {{{pagenum}}} should be substituted with a Roman number if specified

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51106

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
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 51104] Some icon filenames are not embedded

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51104

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

   What|Removed |Added

   Keywords||easy
Summary|Some icons are not embedded |Some icon filenames are not
   ||embedded

-- 
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 45668] Position of Search result is wrong hardcoded

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45668

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #5 from Bartosz Dziewoński matma@gmail.com ---
H actually, this might be caused by you using really weird margins on
body and $.suggestions not expecting that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 50805] Search suggestions box is misaligned in Konqueror 4.8.5

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50805

Bug 50805 depends on bug 45668, which changed state.

Bug 45668 Summary: Position of Search result is wrong hardcoded
https://bugzilla.wikimedia.org/show_bug.cgi?id=45668

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

-- 
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 50973] Preview gives fatal exception on Meta page with translate extension and a table

2013-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50973

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||tom...@twkozlowski.net
   Severity|normal  |major

--- Comment #3 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Not sure that's related, but I'm getting the same error when trying to edit
[[m:Tech/News]].

  [9d2201c5] 2013-07-10 12:31:12: Fatal exception of type MWException
  [6b584201] 2013-07-10 12:32:15: Fatal exception of type MWException
  …

Looks like a major bug to me, therefore raising severity.

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