[Bug 41864] Some PHP Warnings in /scripts/processMessageChanges.php

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41864

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

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

--- Comment #2 from Siebrand s.mazel...@xs4all.nl ---
Issue has been resolved AFAIK.

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


[Bug 39480] Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking)

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39480

Bug 39480 depends on bug 41864, which changed state.

Bug 41864 Summary: Some PHP Warnings in /scripts/processMessageChanges.php
https://bugzilla.wikimedia.org/show_bug.cgi?id=41864

   What|Removed |Added

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

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


[Bug 46744] ULS front-end should not appear by default and should instead detect for the intended use cases

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46744

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

--- Comment #7 from Nemo federicol...@tiscali.it ---
(In reply to comment #3)
 ULS shouldn't be on by default for everyone in the first place, and instead
 detect for the intended use cases.

It already does. The use cases are more than you appear to know, though; have
you read bug 46306?


(In reply to comment #6)
 As someone who has absolutely no need for a different input method (my
 keyboard works just fine), I don't see why I'm being presented with such a
 drop-down menu. Something seems amiss here.

 
 Generally, UniversalLanguageSelector's scope and purpose is unclear to me. As
 someone who writes and reads in English, I have no need for this drop-down
 menu
 or the english link in the personal tools section. 

Right: your keyboard, you don't see, to you, you. Not valid as general
assumptions.

 It'd be nice to not add
 clutter to the interface for users like me.

It's quite normal for websites to have such clutter.

 It also seems that UniversalLanguageSelector's scope has increased from
 being a
 universal language selector to also providing display preferences (e.g., I
 can
 select OpenDyslexic as my display font via ULS). It doesn't seem like a
 great
 idea to mix purposes like this.

It can seem a purpose mixing only to you who have decided it can't be
useful/used for English speakers; but it's just your wrong premise. It was a
rather trivial extension of functionality for ULS.

In general: 1) ULS is meant to be useful for all users, including English
speakers blabla, although some obviously benefit from it more than others (but
think of language selection for an article, replacing interlanguage links); 2)
in the current state of technology, there is no way at all to reliably
mind-read the user to know what sort of language options are best in all the
use cases, which is why selectors are needed in the first place.
Therefore, with the current summary, this bug is invalid.
I suggest you to read [[mw:ULS]] completely; for instance the user profile
https://www.mediawiki.org/wiki/Universal_Language_Selector/Interaction_Design_Framework#Rakha
directly addressed some of the questions.

As for the personal tools, it was found to be the best location for this tool;
the fact that all the preferences related to ULS are available there, instead
of cluttering Special:Preferences with another section of little
discoverability, is something that addresses the concerns about preferences
bloat you mentioned, rather than ignoring them. Anyway, this part is duplicate
of bug 46306.
Of course there are separate bugs for specific tweaks like adjustment of timing
for IME icon, settings from the IME icon itself, some sort of link from
Special:Preferences to the ULS settings; and more tweaks are surely possible.

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


[Bug 46750] New: Listing subpages action=info

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46750

   Web browser: ---
Bug ID: 46750
   Summary: Listing subpages  action=info
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: ltrlg...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

We are talking on frwiki about how to list subpages
(https://fr.wikipedia.org/wiki/Discussion_Projet:JavaScript/Rapport_de_bug#MediaWiki:Gadget-SousPages.js).

We looked how action=info do and found there is a bug:

You can create a subpage of User:Foo called User:Foo_/_bar (see for example
https://fr.wikipedia.org/wiki/Special:PrefixIndex/Utilisateur:Polmars).

But the link provided by action=info to list subpages is
Special:PrefixIndex/User:Foo/, which don’t list User:Foo_/_bar.

Furthermore, these subpages are not counted in action=info. In this example,
there are 94 subpages, but only 49 without space ; action=info says 49
subpages.

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


[Bug 40479] File extensions should be automatically decided by MIME type at upload

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40479

--- Comment #13 from johnnymrni...@gmail.com ---
Just to summarize (got a bit off-track up there):

1.We would maintain a list of accepted mime types and their preferred file
extension.
2.Files would automatically receive an extension based on their mime type.
3.Files that are uploaded with known extensions that do no match would be
renamed after a prompt (Renaming to 'Dog.gif'. Do you wish to continue?)
4.File names would not be otherwise modified. If a file is named dog.gif.png
and it is a JPEG, it would be renamed dog.gif.jpg. If it was named
dog.gif.cat, it would be uploaded as dog.gif.cat.jpg.

For the purposes of this bug, the only things that would have to be modified
are the file uploader, and file renaming/moving. This would not change how
files are displayed or used, or even the nature of the filename. File redirects
could still be manually created at these other extensions. It would just reduce
the options at the time of upload, and potentially make other bugs easier to
fix in the future.

Is there anyone willing to theorize on how doable this is as a bug?

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


[Bug 41492] Steward, global sysop and SWMT tasks bugs (tracking)

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41492

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 Blocks|46746   |
 Depends on||46746

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


[Bug 46746] CentralAuth wikiset manager complains about pa_uswikimedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46746

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 Blocks||41492
 Depends on|41492   |

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


[Bug 46746] CentralAuth wikiset manager complains about pa_uswikimedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46746

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||19986

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


[Bug 19986] Wikis waiting to be renamed (tracking)

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||46746

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


[Bug 46746] CentralAuth wikiset manager complains about pa_uswikimedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46746

jeremyb bugzilla+org.wikime...@tuxmachine.com changed:

   What|Removed |Added

 CC||bugzilla+org.wikimedia@tuxm
   ||achine.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44210] Translation notifications should always be delivered via Translation Notification Bot, including at Meta

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44210

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

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #5 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Patch:
https://gerrit.wikimedia.org/r/#/c/56896/

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46751] New: Name-space Translations in bxr.wikipedia.org

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46751

   Web browser: ---
Bug ID: 46751
   Summary: Name-space Translations in bxr.wikipedia.org
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Language setup
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: grazero...@rambler.ru
Classification: Unclassified
   Mobile Platform: ---

Hello, I am temporary administraor @ Buryat Wikipedia (bxr.wikipedia.org) Soul
Train. I see that after the years almost all the Progect name-spaces are still
in English Wikipedia. Here is the translation of name-spaces in Buryat languge
done by native speakers. Fist of all we can be sure in the quality of these
translation because of user http://translatewiki.net/wiki/User:Bjargal -
current, but inactive bxr.wikipedia sysop (Jargal). That is all that I can give
in this request. No other discussions I can find. Buryat Wikipedia is very
small project with small Community. I don't know Buryat language, so we have to
trust in Jargal's translation (he teaches mongolic languages and mongolistics
at the Buryad State University). And these translations are better that
nothing.
So, I request to fix next name-spaces in bxr.wikipedia.org:
Media → Меди
Special → Тусхай
Talk → Хэлэлсэхэ
User → Хэрэглэгшэ
User_talk → Хэрэглэгшые_хэлэлсэхэ
$1_talk → $1_тухай_хэлэлсэхэ
File → Файл
File_talk → Файл_хэлэлсэхэ
MediaWiki → Викимеди
MediaWiki_talk → Викимеди_хэлэлсэхэ
Template → Загбар
Template_talk → Загбар_хэлэлсэхэ
Help → Туһаламжа
Help_talk → Туһаламжа_хэлэлсэл
Category → Категори
Category_talk → Категори_хэлэлсэхэ

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


[Bug 46740] [TUX] Opening of translation editor on message click in proofread mode

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46740

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

Summary|[TUX] Restore opening of|[TUX] Opening of
   |translation editor on   |translation editor on
   |double click|message click in proofread
   ||mode

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to comment #2)
 Or are you referring to the proofread mode specifically?

Yes. I see that click works in page mode, so I guess it's an oversight;
changing summary.

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


[Bug 46117] [TUX] Special:SearchTranslations should be case insensitive

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46117

--- Comment #3 from Nemo federicol...@tiscali.it ---
The index rebuild may have failed on TWN: tradotti finds Non tradotti but
not Tradotti. 
https://translatewiki.net/w/i.php?title=Special:SearchTranslationsquery=tradottigroup=mediawikigrouppath=mediawiki

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46751] Name-space Translations in bxr.wikipedia.org

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46751

Oleg grazero...@rambler.ru changed:

   What|Removed |Added

URL||http://bxr.wikipedia.org

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


[Bug 46750] Listing subpages action=info

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46750

julioprayer0...@gmail.com changed:

   What|Removed |Added

 CC||julioprayer0...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
URL||https://tr.wikipedia.org/w/
   ||index.php?title=Vikipedi:K%
   ||C3%B6y_%C3%A7e%C5%9Fmesi_%2
   ||8teklifler%29oldid=1279756
   ||2#Teklif
 Resolution|--- |WONTFIX

--- Comment #22 from Nemo federicol...@tiscali.it ---
As already said elsewhere, per
https://meta.wikimedia.org/wiki/Limits_to_configuration_changes etc., it's
now an established praxis that we're not going to further restrict page
creation on any project.

I see that the discussion has had very limited participation and length, so I
also suggest you to look into other options for patrolling that don't make
tr.wiki more sclerotic, like for instance extending patrolling right/usage
(currently very limited compared to e.g. it.wiki or fr.wiki). 

We can also working on an internationalisation for [[mw:Extension:PageTriage]]
which was made to address similar issues on en.wiki. 
The WMF may be more or less interested in making PageTriage a proper
localisable extension but finding out what are the needs for it is a first
start (which we can all help with, by studying it); accidents like current
development deficiencies must not force you in permanent and actual evils that
can kill your wiki.

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


[Bug 46752] New: Key 'wikibase-unconnectedpages-format-row' needs plural support

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46752

   Web browser: ---
Bug ID: 46752
   Summary: Key 'wikibase-unconnectedpages-format-row' needs
plural support
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: s.mazel...@xs4all.nl
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The message key 'Wikibase-unconnectedpages-format-row' needs plural support.

Current message contents are:

($1 interlanguagelinks on the page)

This should be:

($1 interlanguagelink{{PLURAL:$1||s}} on the page)

The case of $1 being 1 seems grammatically incorrect in English, but not
explicitly adding plural support confuses translators. Having No interlanguage
links on the page could also be added in the same message (MediaWiki 1.21 and
later required). In that case, you could consider using the following:

({{PLURAL:$1|$1 interlanguagelink|$1 interlanguagelinks|0=no $1
interlanguagelinks}} on the page)

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


[Bug 46752] Key 'wikibase-unconnectedpages-format-row' needs plural support

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46752

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #1 from Siebrand s.mazel...@xs4all.nl ---
Originally reported by Toliño on
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Wikibase-unconnectedpages-format-row/en

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #23 from Oliver Keyes oke...@wikimedia.org ---
Agreed with everything Nemo said. In addition; how is tr.wiki using the
abusefilter and spam blacklist extensions? They're eminently helpful for this
kind of thing, if you have users who can write regular expressions.

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #24 from Nemo federicol...@tiscali.it ---
tr.wiki is already using extremely restrictive AbuseFilters; I don't know about
SpamBlackList. They've also just enabled/expanded FlaggedRevisions (bug 44587),
so the project surely needs more time to assess the results of the recent
initiatives.

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #25 from Oliver Keyes oke...@wikimedia.org ---
Makes sense! Perhaps indirect mechanisms would help as well; localising
GuidedTours so that newcomers can be directed to activities like anti-vandalism
work and patrolling.

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


[Bug 46740] [TUX] Opening of translation editor on message click in proofread mode

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46740

--- Comment #4 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
In proofread mode, default action is proofread. I am not sure whether clicking
on message row should open an editor. Leaving this to Pau's comments.

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


[Bug 46753] New: Bug in syntaxhighlight for lang=lua

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46753

   Web browser: ---
Bug ID: 46753
   Summary: Bug in syntaxhighlight for lang=lua
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Scribunto
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yper...@in2p3.fr
CC: bjor...@wikimedia.org, tstarl...@wikimedia.org,
vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

It seems that the syntax highlighter fails to handle long tables definitions.
In case of long tables the printed code is croped: the long table is not
printed at all and the code that follows is not printed.

It is visible in standard wikitext using syntaxhighlight tag (with lang=lua)
and when reading a module code.

You can see the problem here:
http://fr.wikipedia.org/w/index.php?title=Module:Lambdacoloroldid=91562322

Look that the printed code starts in the middle of a code, but if you try to
edit it the code is same.
Adding newlines in the tables definition don't helps:
http://fr.wikipedia.org/w/index.php?title=Module:Lambdacoloroldid=91564566

It seems that inserting a comment helps to reset the rendering: the comment
is printed and the following code is printed in the right way (but the tables
are still not printed):
http://fr.wikipedia.org/w/index.php?title=Module:Lambdacoloroldid=91564683

Regards,
--
Y.

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


[Bug 46740] [TUX] Opening of translation editor on message click in proofread mode

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46740

Pau Giner pgi...@wikimedia.org changed:

   What|Removed |Added

 CC||pgi...@wikimedia.org

--- Comment #5 from Pau Giner pgi...@wikimedia.org ---
As Santhosh commented, editing a message is the main action in list and
page views, but it is not on proofread.

For profreading we don't want to interfer with actions such as direct text
selection, or the editor to distract from the main task.

The fact that both actions (accept translation and edit) are on the same
column, should avoid excesive mouse movements in regular use.

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


[Bug 46740] [TUX] Opening of translation editor on message click in proofread mode

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46740

--- Comment #6 from Nemo federicol...@tiscali.it ---
(In reply to comment #5)
 As Santhosh commented, editing a message is the main action in list and
 page views, but it is not on proofread.
 
 For profreading we don't want to interfer with actions such as direct text
 selection, or the editor to distract from the main task.

Then why not double click as I originally asked?

 The fact that both actions (accept translation and edit) are on the same
 column, should avoid excesive mouse movements in regular use.

That's only part of the problem, though.

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

Vito Genovese vitome...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #26 from Vito Genovese vitome...@gmail.com ---
*sigh*

If you were going to reject this outright, then why the heck did you waste our
time with gerrit this, and gerrit that non-sense?

What we are asking is exactly what ckb.wiki, en.wiki, es.wikibooks, fa.wiki,
id.wiki, and ta.wiki have (not to mention a few wikimania wikis). This is not
unprecedented. This is *not* createpage, and it certainly does not conflict
with our philosophy. You are obligated to provide something that has precedent
to a community that has reached a clear consensus.

As I've mentioned before, Turkish Wikipedia is one of the most vandalized wikis
of the WMF. Its established users to all users ratio is incredibly low, and
frankly, all we do sometimes is to deal with the FlaggedRevs reviews. For a
wiki that has such a ratio, the job becomes instantly overwhelming, and most of
the problematic edits that is reverted / has to be fixed are the kind that
could not be prevented with abuse filters (By the way we have no filter-savvy
users who can write one from scratch). We are understaffed, frustrated, and
working quite unefficiently, which is a notion that is supported by the whole
community.

By the way, if you do not believe any of this, just check out the internet
usage statistics in Turkey. 

You seem to ignore the fact that cultural differences and societal habits tend
to influence the editing behavior, and the anonymous userbase of one wiki may
be constructive, while in another wiki they may resort to vandalism way too
often. I did not ask you to ban IP editing altogether, I merely asked you to
disallow article creation, and I clearly explained that due processes such as
Articles for Creation, and Article Wizard were to be implemented with crystal
clear instructions, which would improve the quality of the prospective content.

If you require more support and opinions from the community, fine, I'll try to
make it happen; but just don't waste our time.

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC|federicol...@tiscali.it |

--- Comment #27 from Nemo federicol...@tiscali.it ---
(In reply to comment #26)
 If you were going to reject this outright, then why the heck did you waste
 our
 time with gerrit this, and gerrit that non-sense?

Not my fault.

 If you require more support and opinions from the community, fine, I'll try
 to
 make it happen; but just don't waste our time.

My suggestion to avoid wasting time was closing this bug; if you want to
continue wasting your time, fine with me; I'm just a volunteer and nobody
forced me to help you (removing myself from cc).

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #28 from Dereckson dereck...@espace-win.org ---
Nemo is right and we warned you about community objection to this kind of
requests before a Gerrit mention in comments 1, 8  for example.

You can't hide yourself behind the fact Andre didn't see this is a blur policy
issue, and offered a technical track with Gerrit explanations: you are as an
experienced member involved in meta stuff and so had all the capabilities to
see this were a social problem too. When Snowolf, Nemo and me raise questions
about the sanity of your proposals, maybe it's because your proposal is a bit
extreme. Sure, you gave good arguments to justify them. But this need further
discussion.

If you want to further advance on this request, I guess you should initiate a
new debate on meta. to get a policy about How projects can request to restrict
page creation.

With no such community éclairage, I don't think we could go further. If you
don't want to start such a discussion, I offer you resolve again this bug back
to the WONTFIX.

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


[Bug 41329] Add edit history graph(s) to MediaWiki's info action

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41329

Tyler Romeo tylerro...@gmail.com changed:

   What|Removed |Added

   Assignee|tylerro...@gmail.com|wikibugs-l@lists.wikimedia.
   ||org

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #29 from Vito Genovese vitome...@gmail.com ---
Could you please tell me, Sébastien, how Comment 2 is related to what we are
discussing right now?

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #30 from Dereckson dereck...@espace-win.org ---
(In reply to comment #12)
 Dereckson: I didn't understand your comment 8, could you elaborate / clarify
 what you'd like to see / which concerns you expressed?

The logical steps to allow a very restrictive editing measure is:

(1) try with existing installed tools to fight vandalism

(2) if that doesn't work, see if we can't use a combo of the existing tools to
fight against vandalism (extensions like AbuseFilter, bots like Salebot on fr.
or Cluebot on en.)

(3) if that doesn't work, see if there are possibilities to develop or adapt
something new (as we're neither on fr. or en., ask the bots owner if it's
possible to port them for a new wiki for example)

(4) if that doesn't work, restrict editing more.

These steps are needed because the natural wiki way is to let anyone make
contributions. Each time we restrict that, we go against this natural way. So
we've to be very careful and evaluate cost/benefits of such measures.

My comment were a question to get more community feedback to determine if we
were in such a situation. Vito replied with an explanation some steps from 2
were tried and 3 pending.

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


[Bug 45066] Disable anonymous page creation at tr.wikipedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45066

--- Comment #31 from Vito Genovese vitome...@gmail.com ---
Would you like me to invite the community to add comments here? I barely have
time to edit my own wiki these days (I will remain so at least until the end of
June), and there are brilliant users who'd be willing to provide assurance for
your concerns. My current frustration (which has occurred not more than once or
twice until today; ask anyone!) could be irritating for some, and perhaps I
should withdraw from discussions.

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


[Bug 46746] CentralAuth wikiset manager complains about pa_uswikimedia

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46746

Trijnstel trijns...@hotmail.com changed:

   What|Removed |Added

 CC||trijns...@hotmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46753] Bug in syntaxhighlight for lang=lua

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46753

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Brad Jorsch bjor...@wikimedia.org ---


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

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


[Bug 45669] GeSHi uses a highly recursive regex for number highlighting

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45669

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

 CC||yper...@in2p3.fr

--- Comment #2 from Brad Jorsch bjor...@wikimedia.org ---
*** Bug 46753 has been marked as a duplicate of this bug. ***

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


[Bug 36839] Problem with non-ASCII characters and long requests

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36839

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=45669

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


[Bug 45669] GeSHi uses a highly recursive regex for number highlighting

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45669

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=36839

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


[Bug 45766] [TUX] Expired edit token is not refreshed

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45766

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

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46062] [TUX] Units still labelled Unsaved at the end of page translation

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46062

Bug 46062 depends on bug 45766, which changed state.

Bug 45766 Summary: [TUX] Expired edit token is not refreshed
https://bugzilla.wikimedia.org/show_bug.cgi?id=45766

   What|Removed |Added

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

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


[Bug 46570] [TUX] Editor width is very limited in page view mode

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46570

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

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46622] Include Divehi fonts

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46622

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

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

--- Comment #2 from Siebrand s.mazel...@xs4all.nl ---
Merged.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42812] Find and add Divehi font

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42812

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

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

--- Comment #21 from Siebrand s.mazel...@xs4all.nl ---
Merged.

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


[Bug 42812] Find and add Divehi font

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42812

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Keywords||i18n

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


[Bug 39075] Notify translators page should force preview

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39075

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

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #3 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Patch:
https://gerrit.wikimedia.org/r/#/c/56914/

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46754] New: Enable ULS/WebFonts on Dhivehi projects (dv.wikipedia and dv.wiktionary)

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46754

   Web browser: ---
Bug ID: 46754
   Summary: Enable ULS/WebFonts on Dhivehi projects (dv.wikipedia
and dv.wiktionary)
   Product: Wikimedia
   Version: unspecified
  Hardware: All
   URL: http://article.gmane.org/gmane.science.linguistics.wik
ipedia.technical/67179
OS: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Unprioritized
 Component: Extension setup
  Assignee: niklas.laxst...@gmail.com
  Reporter: federicol...@tiscali.it
CC: aklap...@wikimedia.org, aloli...@gmail.com,
amir.ahar...@mail.huji.ac.il, asha...@wikimedia.org,
dereck...@espace-win.org, federicol...@tiscali.it,
mv.cr...@gmail.com, niklas.laxst...@gmail.com,
no_one...@hotmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com, srik@gmail.com,
vituzzu.w...@gmail.com,
wikibugs-l@lists.wikimedia.org, y.1...@hotmail.com
Depends on: 42812
Classification: Unclassified
   Mobile Platform: ---

+++ This bug was initially created as a clone of Bug #42812 +++

Support for the font was added and community has clearly and repeatedly
expressed its will, as per URL.

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


[Bug 42812] Find and add Divehi font

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42812

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||46754

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


[Bug 44210] Translation notifications should always be delivered via Translation Notification Bot, including at Meta

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44210

--- Comment #6 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Merged. Will be deployed some time soon.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43740] IcuCollation doesn't prune first letter elements that duplicate a prefix of another first letter's sortkey

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43740

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||federicol...@tiscali.it
   Target Milestone|--- |1.21.0 release

--- Comment #9 from Nemo federicol...@tiscali.it ---
Setting milestone and raising priority per
https://www.mediawiki.org/w/index.php?title=MediaWiki_1.21diff=666996oldid=666981

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


[Bug 40617] Installer doesn't change $wgLogo URL

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40617

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||m...@everybody.org
 Resolution|--- |FIXED

--- Comment #4 from Mark A. Hershberger m...@everybody.org ---
merged.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46744] ULS front-end should not appear by default and should instead detect for the intended use cases

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46744

Isarra zhoris...@gmail.com changed:

   What|Removed |Added

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

--- Comment #8 from Isarra zhoris...@gmail.com ---
Please stop closing this, Nemo.

Arguing that a bug is invalid does not make it so. There is clearly at least
some backing for this bug, so trying to make the discussion go away is not
going to convince anyone.

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


[Bug 46744] ULS front-end should not appear by default and should instead detect for the intended use cases

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46744

--- Comment #9 from Nemo federicol...@tiscali.it ---
Discussion can continue anyway, it's just helpful if the bug status makes it
clear that the request won't be fulfilled. :)

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


[Bug 29866] Using || returns different results than when using OR

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29866

Cindy Cicalese cical...@mitre.org changed:

   What|Removed |Added

 CC||cical...@mitre.org

--- Comment #4 from Cindy Cicalese cical...@mitre.org ---
I believe I have found a similar problem. In my case, the query

{{#ask:[[Full Title::+]][[Full Title::~a*||~A*]] . . .

gives the correct results (a case-insensitive search for items with Full Title
starting with the letter 'A'). However, the following query

{{#ask:[[Full Title::+]][[Full Title::~A*||~a*]] . . .

seems to ignore the second query term completely, returning all items with a
value for the Full Title property regardless of what letter they begin with. I
did a little bit more digging and discovered that in my case, there were no
items with a Full Title that begin with lowercase a. For another data set that
had Full Title starting with both uppercase A and lowercase a, both queries
returned the correct resuts. So, it appears that if the condition after the ||
returns no results, the entire query term is ignored.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46744] ULS front-end should not appear by default and should instead detect for the intended use cases

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46744

--- Comment #10 from Isarra zhoris...@gmail.com ---
That sort of dismissive attitude and lack of engagement are not helpful in what
it otherwise a collaborative environment and I would urge you to please
reconsider your standpoint. 

If the reasons for having ULS the way it is are compelling, then this bug will
close on its own, but otherwise the request damn well should be fulfilled, even
if it isn't at a particularly high priority.

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


[Bug 46744] ULS front-end should not appear by default and should instead detect for the intended use cases

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46744

--- Comment #11 from Nemo federicol...@tiscali.it ---
As you know very well, I'm just a random volunteer who happens to have read
more on the topic; it's possible that some revolution of ULS way forward
suddenly happens, but I can't do anything about it, so I only inform on the
current status (which is very clear).

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


[Bug 43065] WikibaseRepo to be mobile friendly (tracking)

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43065

saxena.u...@gmail.com changed:

   What|Removed |Added

 CC||saxena.u...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41329] Add edit history graph(s) to MediaWiki's info action

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41329

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 CC|s.mazel...@xs4all.nl|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44210] Translation notifications should always be delivered via Translation Notification Bot, including at Meta

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44210

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35820] [CSS] Some CSS stripped by MediaWiki parser CSS sanitizer

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35820

shondhi...@rocketmail.com changed:

   What|Removed |Added

 CC||shondhi...@rocketmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46555] Entity suggester for Wikidata

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46555

shondhi...@rocketmail.com changed:

   What|Removed |Added

 CC||shondhi...@rocketmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46645] Tools for mass migration of legacy translated wiki content

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46645

shondhi...@rocketmail.com changed:

   What|Removed |Added

 CC||shondhi...@rocketmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46755] New: Javascript error in Catalan Wikisource

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46755

   Web browser: ---
Bug ID: 46755
   Summary: Javascript error in Catalan Wikisource
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aleator_w...@yahoo.es
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Hello! Since 1 April one javascript error appear at ca.wikisource.org that
doesn't allow to work with Proofread pages.

It happens with Mozilla Firefox 19.0.2 and IE 8, when browsing any page.

Recent changes on Mediawikis in local wiki seems irrelevant and/or too previous
to the problem appearing.

At 9:00 UTC one user made good contributions and there was no problem. So
something happened after 9:00.
==
Details from IE:

Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET4.0C; .NET4.0E;
.NET CLR 3.5.30729)
Fecha: Mon, 1 Apr 2013 15:17:26 UTC

Mensaje: Expected ';'
Línea: 172
Carácter: 150
Código: 0
URI:
http://bits.wikimedia.org/ca.wikisource.org/load.php?debug=falselang=camodules=jquery%2Cmediawiki%2CSpinner%7Cjquery.triggerQueueCallback%2CloadingSpinner%2CmwEmbedUtil%7Cmw.MwEmbedSupportonly=scriptsskin=vectorversion=20130326T181133Z

Mensaje: 'mw' is undefined
Línea: 269
Carácter: 1
Código: 0
URI: http://ca.wikisource.org/wiki/P%C3%A0gina:Iliada_%281879%29.djvu/54

Mensaje: Object expected
Línea: 2
Carácter: 84
Código: 0
URI:
http://bits.wikimedia.org/ca.wikisource.org/load.php?debug=falselang=camodules=siteonly=scriptsskin=vector*

==
I show the code line that brings the problem:

(function($){
 $.uniqueArray=function(arr){
  if(arr.length==0||!!arr[0].nodeType){
   return $.unique attrs)this,arguments);} //Line 172-150 is between unique
and attrs
  else{...

==
http://urlquery.net/report.php?id=1734551 shows all javascripts loaded and they
all seem OK.

I don't know what else to look at. Any help will be wellcomed! Thanks.

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


[Bug 46755] Javascript error in Catalan Wikisource

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46755

Aleator aleator_w...@yahoo.es changed:

   What|Removed |Added

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

--- Comment #1 from Aleator aleator_w...@yahoo.es ---
Well. I don't understand it. I've closed Firefox, opened, and then it works.
ANd the same for IE! Sorry. That's all OK. :S Let's close the bug, please.

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


[Bug 46755] Javascript error in Catalan Wikisource

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46755

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

   What|Removed |Added

 CC||kren...@gmail.com
 Resolution|FIXED   |WORKSFORME

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


[Bug 39503] TranslatorSignup: please create a current settings form in the page as well as an unsubscribe button

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39503

--- Comment #3 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Patch:
https://gerrit.wikimedia.org/r/#/c/56922/

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46756] New: Move skins in extensions/skins.git to their own repos

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46756

   Web browser: ---
Bug ID: 46756
   Summary: Move skins in extensions/skins.git to their own repos
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

extensions/skins was somewhat of a hack from the SVN days.

They should really be moved to their own repo (or at least, some of them to
their own repo, the rest maybe kept together due to FR stuffs) in the skins
subdirectory

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


[Bug 27001] MW Bugzilla integration extension

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27001

--- Comment #31 from Quim Gil q...@wikimedia.org ---
Thank you for testing and for the patches!

Question: is the extension supporting lists of bugs related to a specific 
keyword? For instance, imagine that we want to show all the open reports marked
as EASY.

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


[Bug 27001] MW Bugzilla integration extension

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27001

--- Comment #32 from Sam Reed (reedy) s...@reedyboy.net ---
(In reply to comment #31)
 Thank you for testing and for the patches!
 
 Question: is the extension supporting lists of bugs related to a specific 
 keyword? For instance, imagine that we want to show all the open reports
 marked
 as EASY.

Presumably something like the following should be enough:
bugzilla
{
keyword: easy
}
/bugzilla

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


[Bug 35534] Free-form tagging in gerrit

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35534

--- Comment #14 from Quim Gil q...@wikimedia.org ---
It would be useful to associate gerrit changesets to tags / keywords and then
be able to retrieve that information in MediaWiki pages.

See the concept of Nodes at
https://www.mediawiki.org/wiki/User:Qgil/Contributors#Nodes

and the Patches box in this sketch
https://www.mediawiki.org/wiki/File:Wikitech_node_concept.jpg

If you don't see this happening anytime soon then maybe an option would be to
get the list of Patches based on Bugzilla keywords + patch-in-gerrit...

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


[Bug 30818] Special:FundraiserStatistics should display selected years and localizable by timezone

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30818

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

   What|Removed |Added

 CC||kren...@gmail.com
Summary|Special:FundraisingStatisti |Special:FundraiserStatistic
   |cs should display selected  |s should display selected
   |years and localizable by|years and localizable by
   |timezone|timezone

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


[Bug 36195] refreshLinks.php --dfn-only can't reliably make it through a full enwiki run

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36195

Greg Grossmeier g...@wikimedia.org changed:

   What|Removed |Added

 CC||g...@wikimedia.org

--- Comment #3 from Greg Grossmeier g...@wikimedia.org ---
Daniel: Is this the script that powers the wikidata cronjob (at least
partially)? If so, is this bug resolved (enough)?

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


[Bug 33292] Number of files in an inconsistent deletion state

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33292

Greg Grossmeier g...@wikimedia.org changed:

   What|Removed |Added

 CC||g...@wikimedia.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43544] Should return error message (rather than zero results) when search fails

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43544

Greg Grossmeier g...@wikimedia.org changed:

   What|Removed |Added

 CC||g...@wikimedia.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46632] Add statistics variant by word/character count

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46632

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

   What|Removed |Added

   Priority|Unprioritized   |Low

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


[Bug 36231] table headers get left aligned when you enable Justify paragraphs

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Munaf Assaf mas...@wikimedia.org changed:

   What|Removed |Added

 CC||mas...@wikimedia.org

--- Comment #5 from Munaf Assaf mas...@wikimedia.org ---
Apologies if this sounds silly because it's a simple design change, but would
you mind posting before/after screenshots of the fix?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44208] problems displaying pages and saving edits on http://yi.wikipedia.org

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44208

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
(In reply to comment #1)
 Reminds me of bug 43805.

Looks just like bug 42452, actually.

Is this still happening for you? The bug itself, even if it wasn't properly
fixed (and it was!), was transitive anyway and should disappear entirely after
a month or so.

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


[Bug 46646] Enable GENDER support in MediaWiki:Passwordreset-emailerror-capture

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46646

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

   What|Removed |Added

   Keywords||easy

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com ---
specials/SpecialPasswordReset.php
284:$this-getOutput()-addWikiMsg(
'passwordreset-emailerror-capture', $this-result-getMessage() );

Look as easy as adding the username as parameter to the message and tweaking
source text.

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


[Bug 42892] Create how to add plural support tutorial/manual

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42892

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to comment #2)
 https://www.mediawiki.org/wiki/Manual:Messages_API#Add_PLURAL_support
 satisfies
 the requirements. Thanks for the work.

Btw that was killed but is still available at
https://www.mediawiki.org/w/index.php?title=Manual:Messages_APIoldid=645340#Add_PLURAL_support

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38781] Messages needing PLURAL support (tracking)

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38781

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

URL|https://translatewiki.net/w |https://www.mediawiki.org/w
   |iki/Plural  |/index.php?title=Manual:Mes
   ||sages_APIoldid=645340#Add_
   ||PLURAL_support

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


[Bug 45500] MobileFrontend photo upload doesn't work on Firefox OS (upstream)

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45500

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

   What|Removed |Added

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

--- Comment #4 from Brion Vibber br...@wikimedia.org ---
Can confirm this is fixed on Firefox OS 1.1 beta build 20130328070204. Closing
out. :D

https://commons.wikimedia.org/wiki/File:Ubuntu_phone_on_Galaxy_Nexus_2013-04-01_11-29.jpeg

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


[Bug 44372] Users shouldn't be allowed to flag as abuse more than once

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44372

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

   What|Removed |Added

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

--- Comment #1 from Matthias Mullie mmul...@wikimedia.org ---
It is not possible to reliably check if an anonymous user has not already
flagged something as abuse, and editors now no longer have access to this tool.
I've fixed the javascript for this though. There were issues with it that would
result in flag as abuse still being displayed even though one had already
flagged it. This is no longer the case.

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


[Bug 44373] Flagged as abuse 1 flag becomes Flag as abuse after clicking

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44373

Bug 44373 depends on bug 44372, which changed state.

Bug 44372 Summary: Users shouldn't be allowed to flag as abuse more than once
https://bugzilla.wikimedia.org/show_bug.cgi?id=44372

   What|Removed |Added

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

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


[Bug 46757] New: Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

   Web browser: ---
Bug ID: 46757
   Summary: Use of @embed in css file prevents any later css
rendering on Nokia N95
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ResourceLoader
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jrob...@wikimedia.org
CC: krinklem...@gmail.com, roan.katt...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Through Wikipedia Zero I discovered that the mobile skin was not rendering
correctly on Nokia N95 stock browser and various other older mobile browsers.

It seems that the reason this breaks is due to the following line which uses an
embed url

#mw-mf-menu-main li.icon-home a {
  background-image: /* @embed */ url(images/menu/home.png);
}

Looking closely in includes/CSSMin.php there is the following line which
introduces an IE hack.
$replacement .= {$pre}url({$url}){$post}!ie;;

Is this hack still needed? How can this be worked around? I suspect use of a
conditional stylesheet in Internet Explorer to work around this problem would
be better?

(Note in mobile it is fine for the image in the data uri not to render for a
Nokia N95)

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


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||ab...@wikimedia.org,
   ||d...@wikimedia.org,
   ||jgon...@wikimedia.org,
   ||yu...@wikimedia.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46758] New: Internal error

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46758

   Web browser: ---
Bug ID: 46758
   Summary: Internal error
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: jeb...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Not sure where this originated, it could be the translation extension. Happen
after an attempted save.

Internal error
[2a9040c4] 2013-04-01 18:43:19: Fatal exception of type MWException

Just close it if it seems unrelated.

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


[Bug 46522] Multilingual SemanticMediaWiki

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46522

--- Comment #8 from Niklas Laxström niklas.laxst...@gmail.com ---
Translate extension would provide the translation interface. SMW would register
a message group(s) to Translate. One of these groups would contain all the
*name* of the properties known to exist in the wiki.

The above part is easy. The harder part is to use those translations in various
places. Most cases are probably easy to change, but there can be a lot of them
and some of them might be difficult because of caching or other issues.

I would leave inline syntax out of scope. There is enough to do with templates
and forms.

To give you some idea: Something like this but automated and integrated to
Translate (I've spent considerable time doing these by hand):
Forms:
http://tieteentermipankki.fi/mediawiki/index.php?title=Lomake:K%C3%A4siteaction=edit
Templates:
http://tieteentermipankki.fi/mediawiki/index.php?title=Malline:K%C3%A4siteaction=edit
(only partially i18ned)

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


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

--- Comment #1 from Jon jrob...@wikimedia.org ---
For the record I think this sort of thing should be done in javascript.
e.g.
#mw-mf-menu-main li.icon-home a {
  background-image: url(images/menu/home.png);
}
.supportsDataUri #mw-mf-menu-main li.icon-home a {
  background-image: /* @embed */ url(images/menu/home.png);
}


Hacks in the startup module seem very nasty.

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


[Bug 46758] Internal error

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46758

--- Comment #1 from jeb...@gmail.com ---
Fixed, it was a missing translate and it generates an internal error.

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


[Bug 46758] Internal error

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46758

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---


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

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


[Bug 44608] Exception Invalid marker on edit with unbalanced /translate tag count

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44608

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #7 from Sam Reed (reedy) s...@reedyboy.net ---
*** Bug 46758 has been marked as a duplicate of this bug. ***

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


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |jrob...@wikimedia.org
   |org |

--- Comment #2 from Jon jrob...@wikimedia.org ---
https://gerrit.wikimedia.org/r/56948 is one suggested approach.

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


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

--- Comment #3 from Brion Vibber br...@wikimedia.org ---
Unfortunately conditional stylesheets for old-IE is hard; you have to use
conditional comments in the *HTML source* to link or style, or load them
conditionally from JS, and that's all kinda tricky.

But my main concern is just with the embedding syntax. The output _looks wrong_
to me per spec, I'm not sure if it's relying on weird IE bugs instead of using
standard fallback methods or what.

#mw-mf-menu-main li.icon-loginout a{
 
background-image:url(data:image/png;base64,...);url(//bits.wikimedia.org/static-1.21wmf12/extensions/MobileFrontend/stylesheets/common/images/menu/lowres/loginout.png?2013-03-27T22:43:20Z)!ie
}

I can't help but think there should be another 'background-image:' in there for
proper syntax. Are the data: URIs confusing the N95 browser or is it the
missing background-image: or the !ie?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46759] New: difficult to parse or restyle CAPTCHA output

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46759

   Web browser: ---
Bug ID: 46759
   Summary: difficult to parse or restyle CAPTCHA output
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ConfirmEdit (CAPTCHA extension)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

ConfirmEdit adds a blob of plain HTML to the template header in response to the
UserCreateForm hook. It appears at the top of the form and doesn't fit with the
form's layout in divs or table rows. The ACUX experiment and initial version of
the Agora create account form use jQuery to restyle this into more attractive
HTML lower down in the form. Meanwhile the Mobile front end parses the header
HTML in PHP and builds a more attractive input field from it. Both approaches
are fragile and don't work with other CAPTCHA providers.

The create account form could run the proposed APICreateAccountBeforeCreate
hook to get the pieces of the CAPTCHA (gerrit 53793 and gerrit 53794), but then
it would have to discourage ConfirmEdit from responding to UserCreateForm hook
as well. Another possibility is ConfirmEdit could run its own hook within
UserCreateForm handling that supplies structured CAPTCHA data.

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


[Bug 46759] difficult to parse or restyle CAPTCHA output

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46759

sp...@wikimedia.org changed:

   What|Removed |Added

 CC||mflasc...@wikimedia.org,
   ||o...@wikimedia.org,
   ||swall...@wikimedia.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

--- Comment #4 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
This looks completely wrong:
background-image: /* @embed */ url(images/menu/home.png);

@embed is supposed to be before the property. Either on the previous line or
directly before:
/* @embed */ background-image: url(images/menu/home.png);

This is probably why that background-image: is missing.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46757] Use of @embed in css file prevents any later css rendering on Nokia N95

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46757

--- Comment #5 from Bartosz Dziewoński matma@gmail.com ---
(In reply to comment #0)
 #mw-mf-menu-main li.icon-home a {
   background-image: /* @embed */ url(images/menu/home.png);
 }

Shouldn't the @embed be before 'background-image'? That how I've always seen it
used.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 45394] [Android] User Registration should be possible

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45394

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 15886] commonPrint.css breaks subscripts in IE7

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15886

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

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

--- Comment #4 from Christopher Yeleighton giecr...@stegny.2a.pl ---
I do not know about v7 but the subscripts look all right in v8.  Effective
line-height is 1.5em.

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


[Bug 12788] CSS (tracking)

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

Bug 12788 depends on bug 15886, which changed state.

Bug 15886 Summary: commonPrint.css breaks subscripts in IE7
https://bugzilla.wikimedia.org/show_bug.cgi?id=15886

   What|Removed |Added

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

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


  1   2   3   >