[Bug 28206] PDF generation does not support Complex Script Wikis (e.g. Indic languages) and needs to be re-written

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28206

--- Comment #12 from Rahmanuddin Shaik nani1o...@gmail.com ---
Any update on this?

-- 
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 48798] Customise linktrail for Gujarati (gu)

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48798

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #2 from Nemo federicol...@tiscali.it ---
(In reply to comment #0)
 same as many other language wikis (Bug 2981 for example), Gujarati wiki has
 the
 same problem. can entire set of Gujarati alphabets
 (http://www.unicode.org/charts/PDF/U0A80.pdf) added to linktrail?

Entire set? Even digits? Surely not punctuation, except perhaps hyphen. If you
attach a txt list it's easy; that PDF contains some characters I'm unsure
about.

Do you want the same for linkprefix?

-- 
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 31261] {{#language:}} is outdated, add more ISO 639-3 codes

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31261

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||alolita.sha...@gmail.com,
   ||asha...@wikimedia.org,
   ||federicol...@tiscali.it,
   ||niklas.laxst...@gmail.com,
   ||run...@gmail.com,
   ||s.mazel...@xs4all.nl
  Component|Parser  |Internationalization
 Resolution|--- |WONTFIX

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to comment #1)
 I think #language just uses the list of language codes mediawiki knows about
 from the things its translated into.

Yes. Install CLDR extension if you want more.

-- 
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 45096] Add way to transclude template or other page in the correct language, e.g. with Special:MyLanguage

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45096

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Depends on||41476

--- Comment #3 from Nemo federicol...@tiscali.it ---
Using bug 41476, guillom created the Lua module
https://meta.wikimedia.org/wiki/Module:Template_translation to
replace/streamline {{Translatable navigation template}} created by jsoby and
adapted by Kaganer, already in use on several Wikimedia wikis.

There is also a bug about adding a magic word/parser function to identify valid
language codes, but I can't find it (or it was just my wish).

-- 
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 41476] [Language validation] Implement Language::isKnownLanguageTag()

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41476

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||45096

-- 
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 46797] There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46797

--- Comment #19 from Matthias Mullie mmul...@wikimedia.org ---
TMg - just want to confirm (now that the fix should've been deployed on dewiki
already): did this accurately fix the problem for you?

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


[Bug 48626] Provide wiki metadata in the databases similar to toolserver.wiki

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48626

--- Comment #2 from Liangent liang...@gmail.com ---
(In reply to comment #1)
 Played around with:
 
 | include ($MediaWikiRepoPath . /includes/Defines.php);
 | include ($WmfConfigRepoPath . /wmf-config/InitialiseSettings.php);
 | var_dump ($wgConf-settings);
 
 but it doesn't yield for example information about de.wikipedia.org.

Some experiments:

$ php maintenance/eval.php 
 $wgDBname='zhwiki';

 $wmfRealm='production';

 $mwConfigDir=$IP/../operations/mediawiki-config;

 $wmfConfigDir=$mwConfigDir/wmf-config;

 function getRealmSpecificFilename($p){global $IP,$wmfConfigDir;return 
 str_replace($p,$IP,$wmfConfigDir);}

 function wmfLoadInitialiseSettings($c){global 
 $wmfConfigDir;require($wmfConfigDir/InitialiseSettings.php);}

 require($wmfConfigDir/wgConf.php);

 list($site,$lang)=$wgConf-siteFromDB($wgDBname);

 $wikiTags=array();

 $mwConfigDirHandle=opendir($mwConfigDir);

 while(($f=readdir($mwConfigDirHandle))!==false){if(pathinfo($f,PATHINFO_EXTENSION)==='dblist'in_array($wgDBname,array_map('trim',file($mwConfigDir/$f{$wikiTags[]=pathinfo($f,PATHINFO_FILENAME);}}

 $dbSuffix = ( $site === 'wikipedia' ) ? 'wiki' : $site;

 $wgConf-loadFullData();

 $globals = $wgConf-getAll( $wgDBname, $dbSuffix,array('lang'= 
 $lang,'site'= $site,'stdlogo' = 
 //upload.wikimedia.org/$site/$lang/b/bc/Wiki.png), $wikiTags );

 print_r($globals);
Array
(
[wgLegacyEncoding] = 
[wgCapitalLinks] = 1
...
)



-- 
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 48660] Refactor blocks into separate metrics

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48660

--- Comment #4 from Oliver Keyes oke...@wikimedia.org ---
Actually it's pretty simple, he says after ~20 hours of work on the ipblocks
table. logging WHERE log_type = 'block' will be more fun.

-- 
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 48781] Recognise wikidata {{#property:…}} parser functions

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48781

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org ---
All preprocessor constructs are treated as transclusions in Parsoid, but you
can get the type in the target attribute if you would like to provide a special
interface.

-- 
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 48663] Parsoid: DOM for template objects should expose template name

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48663

--- Comment #6 from Gabriel Wicke gwi...@wikimedia.org ---
This looks sane to me, and won't change much with the url patch. Transclusions
are all treated the same in Parsoid. Would you like us to split on the colon
and provide a special-case 0th parameter if something looks like a parser
function?

-- 
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 47544] references/ list item must not wrap the text in span

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47544

--- Comment #5 from TMg mr.h...@gmx.de ---
I'm sorry but it seems we are not talking about the same. When I enter this:

ref name=t
{|
|t
|}/ref
references /

in a local MediaWiki with Tidy disabled I get this:

ol class=references
li id=cite_note-t-1span class=mw-cite-backlinka
href=#cite_ref-t_1-0↑/a/span span class=reference-text
table
tr
tdt
/td/tr/table/span
/li
/ol

This HTML is wrongly nested. Because of this Tidy tries to fix it. It becomes:

ol class=references
li id=cite_note-t-1span class=mw-cite-backlinka
href=#cite_ref-t_1-0↑/a/span
table
tr
tdt/td
/tr
/table
/li
/ol

As you can see the class=reference-text is simply deleted. This is not good.
The class should be there no matter what is inside of the reference.

-- 
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 48781] Recognise wikidata {{#property:…}} parser functions

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48781

--- Comment #2 from ssas...@wikimedia.org ---
See Bug 48663 for related discussion.

-- 
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 48654] Unwanted categories reappear

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48654

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 48654] Unwanted categories reappear

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48654

--- Comment #6 from Derk-Jan Hartman hartman.w...@gmail.com ---
@Nischay: Not really, that was never yet merged:
https://gerrit.wikimedia.org/r/#/c/9141/

-- 
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 48280] Change the default value for the concurrent uploads limit to be named default

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48280

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #1 from Derk-Jan Hartman hartman.w...@gmail.com ---
@Mark, can you be more specific, because I know this code quite well, and with
the above description I still don't know how to pinpoint the piece of code you
are discussing :D

-- 
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 46470] Parsoid: Make {{DEFAULTSORT}} editable

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46470

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

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


[Bug 47544] references/ list item must not wrap the text in span

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47544

--- Comment #6 from TMg mr.h...@gmx.de ---
(In reply to comment #0)
 The easiest solution is to remove the span class=reference-text wrapper.

I was playing around with different possible solutions (switching to a DIV
depending on the text, adding default styles) and I agree. The wrapper should
simply be removed.

-- 
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 48663] Parsoid: DOM for template objects should expose template name

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48663

--- Comment #7 from ssas...@wikimedia.org ---
We were just looking at the wiki config to see if we can recognize something as
a parser function (instead of a template) and ran into trouble:

* Looks like parser functions usage comes in 2 flavours: (a) with the #-prefix:
ex: {{#if ..}}, etc. (b) without the #-prefix: ex: {{lc:...}}
* config.functionhooks provides a list of parser functions, but that list
doesn't distinguish between (a) and (b) above.  So, the functionhooks list has
an entry for lc and an entry of if (not #if).

So, ostensibly we could have tested if (a) the name starts with a # in which
case it is a parser function; OR (b) the name (lc/if/padleft) is present in
config.functionhooks.

But (b) gets us into trouble because you also have templates like if.  So,
{{if...}} ought to be treated as a template and not a parser function.

We could then use an additional check to see if there is a : in the name to
distinguish between {{lc:foo}} and {{lc|foo}}.

This could work, but seems a bit hacky and maybe fragile wrt edge cases. If
knowing that something is a parser function is essential for VE, then we could
implement this check and maybe add a flag in data-mw or add some other way of
marking up a parser function.  data-mw.target.isPF = true possibly?

-- 
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 46797] There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46797

TMg mr.h...@gmx.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #20 from TMg mr.h...@gmx.de ---
I can't reproduce this any more with Internet Explorer 9. Thanks for asking.
This crazy bug was really annoying and I'm a bit sad it took sooo long to get
it fixed in the Wikipedia projects. That time the tool was almost completely
useless for some users. :-(

-- 
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 48418] api.php?action=querymeta=siteinfosiprop=extensions should print extension last commit information

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48418

Matt Walker mwal...@wikimedia.org changed:

   What|Removed |Added

 CC||mwal...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |mwal...@wikimedia.org
   |org |

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


[Bug 48448] Add Tunisia to the monuments database

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48448

Effeietsanders effeietsand...@wikipedia.be changed:

   What|Removed |Added

 CC||effeietsand...@wikipedia.be

--- Comment #2 from Effeietsanders effeietsand...@wikipedia.be ---
All ready to be added to the database now:
https://fr.wikipedia.org/wiki/Liste_des_monuments_class%C3%A9s_de_Tunisie

-- 
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 47726] add link to corresponding item to action=info of article

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47726

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

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


[Bug 45602] [TUX] Browser support matrix

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45602

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com ---
Runa: this has been assigned you a month ago. Could you provide a status
updated and whether you are currently working on this?

-- 
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 47446] [TUX] Text in tooltip of group selector is not parsed

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47446

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

   What|Removed |Added

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

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


[Bug 48418] api.php?action=querymeta=siteinfosiprop=extensions should print extension last commit information

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48418

Matt Walker mwal...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #2 from Matt Walker mwal...@wikimedia.org ---
Hurm... I guess the gerrit bot isn't on today or something:
https://gerrit.wikimedia.org/r/#/c/65299/

-- 
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 47923] [TUX] No details provided for message check failures

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47923

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

   What|Removed |Added

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

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


[Bug 47038] [TUX] [IE10] X in filter field is duplicated when text is entered

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47038

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

   What|Removed |Added

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

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


[Bug 48580] Update Ruby to 2.0.0-p195

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48580

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 48225] Write tests for expanding and collapsing Print/export section

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48225

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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


[Bug 48663] Parsoid: DOM for template objects should expose template name

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48663

--- Comment #8 from Roan Kattouw roan.katt...@gmail.com ---
(In reply to comment #7)
 We were just looking at the wiki config to see if we can recognize something
 as
 a parser function (instead of a template) and ran into trouble:
 
 * Looks like parser functions usage comes in 2 flavours: (a) with the
 #-prefix:
 ex: {{#if ..}}, etc. (b) without the #-prefix: ex: {{lc:...}}
 * config.functionhooks provides a list of parser functions, but that list
 doesn't distinguish between (a) and (b) above.  So, the functionhooks list
 has
 an entry for lc and an entry of if (not #if).
 
This is controlled by the SFH_NO_HASH flag in CoreParserFunctions.php. Is this
flag not exposed in config.functionhooks?

 If
 knowing that something is a parser function is essential for VE, then we
 could
 implement this check and maybe add a flag in data-mw or add some other way of
 marking up a parser function.  data-mw.target.isPF = true possibly?
It's not essential for July, but it's required in order to be able to support
Wikidata editing. For that purpose, we'd like for parserfunctions to be marked
as something like typeof=mw:Object/ParserFunction/#if , as opposed as a
template with a special data-mw bit (we could deal with the latter too, but the
former would be much more convenient).

-- 
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 48802] New: formatNum output should be escaped

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48802

   Web browser: ---
Bug ID: 48802
   Summary: formatNum output should be escaped
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: Unprioritized
 Component: Internationalization
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mic...@zielinscy.org.pl
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
niklas.laxst...@gmail.com, run...@gmail.com,
s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---

formatNum output is not escaped in many places in MediaWiki, but as Nikerabbit
suggested formatNum doesn't necessarily return escaped string. Although there
is no language that uses ,  or  as digit or digit separator, we should
either escape formatNum or check if there are no special characters in language
file (separatorTransformTable, digitTransformTable).

-- 
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 48802] formatNum output should be escaped

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48802

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com ---
Regarding the process, we need a clear criteria when this bug can be closed,
for example a list of all offending cases (keeping in mind that not all
formatNum calls are for html output).

-- 
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 48802] formatNum output should be escaped

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48802

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

   What|Removed |Added

  Component|Internationalization|General/Unknown

-- 
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 48803] New: Can't add lyrics

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48803

   Web browser: ---
Bug ID: 48803
   Summary: Can't add lyrics
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Score
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: learnrussianspeakruss...@gmail.com
CC: jger...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

It works without lyrics, but not with it as in
http://wikitranslate.org/wiki/User:Natbrown/sandbox

It's http://en.wikisource.org/wiki/Page:National_Anthems_of_the_Allies.djvu/16
:(

Unable to compile LilyPond input file:

Processing `/tmp/MWLP.8bcb7ceb46efdcd9ec32000ef3d81de3/file.ly'
Parsing...
Interpreting music... [8][16]
/tmp/MWLP.8bcb7ceb46efdcd9ec32000ef3d81de3/file.ly:41:31: warning: unterminated
hyphen; removing
  Bò -- she zar -- ia chra 
   -- ni!
/tmp/MWLP.8bcb7ceb46efdcd9ec32000ef3d81de3/file.ly:51:13: warning: unterminated
hyphen; removing
  Our no 
 -- ble Tsar!
Preprocessing graphical objects...
Interpreting music... 
MIDI output to `file.midi'...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `file.ps'...
Converting to PNG...GS exited with status: 9ERROR: In procedure delete-file:
ERROR: No such file or directory

exited with status: 1

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


[Bug 48803] Can't add lyrics

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48803

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


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

-- 
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 48779] Using \addlyrics creates error: ERROR: In procedure delete-file: ERROR: No such file or directory

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48779

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

   What|Removed |Added

 CC||learnrussianspeakrussian@gm
   ||ail.com

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

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


[Bug 47580] Allow adding message documentation when translation is restricted

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47580

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

   What|Removed |Added

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

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


[Bug 48804] New: [TUX] Editor does not handle restricted languages properly

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48804

   Web browser: ---
Bug ID: 48804
   Summary: [TUX] Editor does not handle restricted languages
properly
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: https://dev.translatewiki.net/w/i.php?title=Special:Tr
anslategroup=page-Ugwaegfilter=%21translatedaction=
translatelanguage=ru
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
niklas.laxst...@gmail.com, run...@gmail.com,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

1) Make part for translation with forced restricted languages
2) Open page in some other language for translation (or use the url)
3) Open a message and do a translation

Observed: The editor allows you to do a translation
Observed: The Saving... gets stuck

Expected: The save button cannot be used
Expected: Handling like {error:{code:unknownerror,info:Unknown error:
\tpt-translation-restricted\}} is detected and indicated in the normal ways
in the UI.

-- 
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-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48646

--- Comment #9 from Andyrom75 andyro...@hotmail.com ---
Personally I use Chorme last version (frequently updated by the embedded
feature).  But, as stated in my first post, I've ask to other user about their
browser, and they use different ones, so I've assumed that the browser it's not
relevant.

-- 
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 39068] Fuzzied optional messages should be considered untranslated

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39068

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
Summary|All fuzzied messages should |Fuzzied optional messages
   |be considered untranslated  |should be considered
   ||untranslated

-- 
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 45694] Android export should name region variants appropriately

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45694

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com ---
Siebrand: this issue has been assigned to you over a month ago. Could you
provide a status update and whether you are still working on this?

-- 
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 39655] Scribunto should expose a version and Lua version on Special:Version

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39655

Matt Walker mwal...@wikimedia.org changed:

   What|Removed |Added

 CC||mwal...@wikimedia.org

--- Comment #11 from Matt Walker mwal...@wikimedia.org ---
This should be at least slightly fixed by
https://gerrit.wikimedia.org/r/#/c/65409/1 because then we will at least get
the deployed git treeish information in Special:Version

-- 
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 39000] no normalizing translations for wikimarkup

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39000

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

   What|Removed |Added

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

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com ---
Oren: are you still planning to work on 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 48663] Parsoid: DOM for template objects should expose template name

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48663

--- Comment #9 from ssas...@wikimedia.org ---
https://en.wikipedia.org/w/api.php?action=querymeta=siteinfoformat=jsonfmsiprop=functionhooks
doesn't expose the flag.

We were thinking of replacing mw:Object/Template with mw:Object/Transclusion to
make it clear that the object being annotated is a transclusion.  We want to
retain a Transclusion type so all transclusions can be recognized for those
cases where you dont need to distinguish between types.  But, I suppose we
could make this: mw:Object/Transclusion/Template or
mw:Object/Tranclusion/ParserFunction.  Right now, the target is not part of
this, since this is a type but we are being inconsistent since extensions
provide the target name as part of the typeof.  So, we should probably make all
those typeofs consistent in some way.

Since this is not necessary for July, let us take a bit more time to work
through these (and any other) details rather than make a quick fix.

-- 
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 43679] mb_check_encoding() change in php 5.4.10

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43679

--- Comment #5 from Jan Zerebecki jan.wikime...@zerebecki.de ---
Found https://gerrit.wikimedia.org/r/#/c/48743/ which also intends to fix this
bug.

-- 
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 48736] Please upgrade the Bugzilla version

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48736

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
Thanks, but I've upgraded a Bugzilla before, so the required steps are known to
me. Comment 5 still stands.

-- 
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 15936] New page's patrol button should always be visible

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15936

Marius Hoch h...@online.de changed:

   What|Removed |Added

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

--- Comment #14 from Marius Hoch h...@online.de ---
Thanks to Tim and the Amsterdam Hackathon we got this one merged :)

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


[Bug 40711] Don't use current translation of a string as a suggestion for it

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40711

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/65415 (Gerrit Change
Iba482a27ffb2cedc46097e6138512701c0e538f9)

-- 
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 40711] Don't use current translation of a string as a suggestion for it

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40711

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

   What|Removed |Added

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

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


[Bug 3311] Automatic category redirects

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3311

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Assignee|wikibugs-l@lists.wikimedia. |tylerro...@gmail.com
   |org |
   Target Milestone|--- |1.22.0 release

-- 
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 35810] !N pages non-patrol-able

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35810

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||h...@online.de
 Resolution|--- |FIXED

--- Comment #8 from Marius Hoch h...@online.de ---
Should be fixed with https://gerrit.wikimedia.org/r/41196 which also removed
the rcid parameters completely.

-- 
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 36641] Patrol page link shows on non-existent revs

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36641

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||matma@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from Bartosz Dziewoński matma@gmail.com ---
I1e24733c was merged which claims to fix this. Marking as resolved.

-- 
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 36641] Patrol page link shows on non-existent revs

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36641

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/30358 (Gerrit Change
I76a9aac5b8fd46d3eda541e220ec15d9aafe70c7) | change ABANDONED [by Hoo man]

-- 
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 35340] Vector skin collapsible section arrow is low-resolution

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35340

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

-- 
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 48805] New: Can mdbtools be installed.

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48805

   Web browser: ---
Bug ID: 48805
   Summary: Can mdbtools be installed.
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: an...@molens.org
Classification: Unclassified
   Mobile Platform: ---

For an import-problem I am doing I need mdbtools 0.7 installed. There is an
ubuntu-package available, can that be installed?

-- 
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 48798] Customise linktrail for Gujarati (gu)

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48798

--- Comment #3 from Dhaval dsv...@gmail.com ---
(In reply to comment #2)
 (In reply to comment #0)
  same as many other language wikis (Bug 2981 for example), Gujarati wiki has
  the
  same problem. can entire set of Gujarati alphabets
  (http://www.unicode.org/charts/PDF/U0A80.pdf) added to linktrail?
 
 Entire set? Even digits? Surely not punctuation, except perhaps hyphen. If
 you
 attach a txt list it's easy; that PDF contains some characters I'm unsure
 about.
 
 Do you want the same for linkprefix?

My bad, you are right, we don't need punctuations, digits, etc. In nutshell, at
least below characters:

ક્ ખ્ ગ્ ઘ્ ચ્ છ્ જ્ ઝ્ ટ્ ઠ્ ડ્ ઢ્ ણ્ ત્ થ્ દ્ ધ્ ન્ પ્ ફ્ બ્ ભ્ મ્ ય્ ર્ લ્
વ્ સ્ શ્ ષ્ હ્ ળ્ ક્ષ્ જ્ઞ્

and additional below 2 sections:
* [[gu:વિકિપીડિયા:ગુજરાતીમાં કેવી રીતે ટાઇપ કરવું#સ્વર]]
* [[gu:વિકિપીડિયા:ગુજરાતીમાં કેવી રીતે ટાઇપ કરવું#વિશેષ_ચિહ્નો]]

And good suggestion, I never thought about linkprefix, Yes please, add the same
set of charqacters for linkprefix as well.

-- 
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 35340] Vector skin collapsible section arrow is low-resolution

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35340

--- Comment #2 from Pau Giner pgi...@wikimedia.org ---
I created vector version of the triangles on Core and Vector Extensions that
should allow SVG-capable devices to use hi-resolution graphics. Related
patchsets are:

* https://gerrit.wikimedia.org/r/#/c/65416/
* https://gerrit.wikimedia.org/r/#/c/65400/

-- 
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 48214] Almost all browsertests Jenkins jobs are failing

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48214

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

-- 
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 48805] Can mdbtools be installed.

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48805

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 48791] XFF ranges needs updating with Opera range

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48791

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 48790] Enable Universal Language Selector at Bangla (bn) Wikipedia

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48790

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 47653] wikimedia.de via HTTPS loads resources over HTTP

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47653

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||federicol...@tiscali.it
 Resolution|--- |DUPLICATE

--- Comment #7 from Nemo federicol...@tiscali.it ---
(In reply to comment #6)
 Patch needs rework.

More than that, Anomie said Your analysis of the problem in the commit summary
is not correct. This bug is indeed misleading and is a duplicate of something
the reporter already reported previously and that I had already clarified as
bug 48133.

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

-- 
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 48133] [InstantCommons] Some hotlinks of Commons files are not protocol-relative

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48133

--- Comment #3 from Nemo federicol...@tiscali.it ---
*** Bug 47653 has been marked as a duplicate of this bug. ***

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


[Bug 48075] Localizing dv.wikipedia namespace and sitename

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48075

Ushau97 y.1...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #6 from Ushau97 y.1...@hotmail.com ---
It's not correct. Please change the spelling of both namespaces.

-- 
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 48806] New: Logo doesn't use $wgScriptPath if you say I'm bored already, just install the wiki

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48806

   Web browser: ---
Bug ID: 48806
   Summary: Logo doesn't use $wgScriptPath if you say I'm bored
already, just install the wiki
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Installer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@everybody.org
CC: innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

As per subject

-- 
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 48663] Parsoid: DOM for template objects should expose template name

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48663

--- Comment #10 from ssas...@wikimedia.org ---
Given that transclusion targets can be dynamic ({{ {{echo|lc}}:FOO}} and such),
it wont be possible to always provide a statically determined tpl/pf target. 
In the general case, the user shouldn't be editing parameters for these dynamic
cases without knowing that the tpl. target is specific to the current editing
session and arbitrary editing of the parameters might break the transclusion in
other scenarios (day-of-week or month-of-year based selection of tpl targets).

So, if we cannot always provide the template or parser function target, it
seems we shouldn't add that to the typeof field and leave the typeof as:
mw:Object/Transclusion/Template or mw:Object/Transclusion/ParserFunction
and rely on the data-mw.target json property to communicate info about the
target (fully resolved url, if static OR html with transclusion wrappers, if
templated).

-- 
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 31533] Check environment and display new results every time when ?page=Welcome is accessed

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31533

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/65427 (Gerrit Change
I2e7e5b4f72e7c11706d491a205e202008e2511da)

-- 
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 48807] New: Scribunto Fatal error Call to a member function pauseUsageTimer() on a non-object in /usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php o

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48807

   Web browser: ---
Bug ID: 48807
   Summary: Scribunto Fatal error Call to a member function
pauseUsageTimer() on a non-object in
/usr/local/apache/common-local/php-1.22wmf4/extensions
/Scribunto/engines/LuaCommon/LuaCommon.php on line 405
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Scribunto
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: s...@reedyboy.net
CC: bjor...@wikimedia.org, tstarl...@wikimedia.org,
vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

[25-May-2013 11:48:27] Fatal error: Call to a member function pauseUsageTimer()
on a non-object at
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php
on line 405
Server: mw1029
Method: GET
URL: http://meta.wikimedia.org/wiki/User:Yerpo
Backtrace:
#0
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(405):
Scribunto_LuaEngine::getExpandedArgument()
#1 [internal function]: Scribunto_LuaEngine-getExpandedArgument('parent',
'group2')
#2
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaSandbox/Engine.php(237):
call_user_func_array(Array, Array)
#3 [internal function]:
Scribunto_LuaSandboxCallback-__call('getExpandedArgu...', Array)
#4 [internal function]:
Scribunto_LuaSandboxCallback-getExpandedArgument('parent', 'group2')
#5 [internal function]: LuaSandboxFunction-call(Object(LuaSandboxFunction))
#6
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaSandbox/Engine.php(158):
call_user_func_array(Array, Array)
#7
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(186):
Scribunto_LuaSandboxInterpreter-callFunction(Object(LuaSandboxFunction),
Object(LuaSandboxFunction))
#8
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(643):
Scribunto_LuaEngine-executeFunctionChunk(Object(LuaSandboxFunction),
Object(PPTemplateFrame_DOM))
#9
/usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/common/Hooks.php(108):
Scribunto_LuaModule-invoke('navbox', Object(PPTemplateFrame_DOM))
#10 [internal function]: ScribuntoHooks::invokeHook(Object(Parser),
Object(PPTemplateFrame_DOM), Array)

-- 
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 48807] Scribunto Fatal error Call to a member function pauseUsageTimer() on a non-object in /usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php on lin

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48807

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net ---
https://meta.wikimedia.org/wiki/User:Yerpo?action=edit

-- 
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 48766] being added to a Labs project should give you an Echo notification

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48766

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/65436 (Gerrit Change
Ic114d2bef0bd46d439d369ff6942d079b818d00c)

-- 
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 44293] [BUG] OpenID URLs are invalid when $wgServer is relative

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44293

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/45474 (Gerrit Change
I087a6c1ea2206968e0cabb83b62c4275d570) | change APPROVED and MERGED [by
Wikinaut]

-- 
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 44293] [BUG] OpenID URLs are invalid when $wgServer is relative

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44293

T. Gries m...@tgries.de changed:

   What|Removed |Added

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

--- Comment #11 from T. Gries m...@tgries.de ---
fixed with https://gerrit.wikimedia.org/r/#/c/45474/

-- 
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 9604] Get OpenID extension to a state where it could be used on Wikimedia projects as a provider (tracking)

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9604

Bug 9604 depends on bug 44293, which changed state.

Bug 44293 Summary: [BUG] OpenID URLs are invalid when $wgServer is relative
https://bugzilla.wikimedia.org/show_bug.cgi?id=44293

   What|Removed |Added

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

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


[Bug 48808] New: Parsoid: Reference serialization doesn't work

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48808

   Web browser: ---
Bug ID: 48808
   Summary: Parsoid: Reference serialization doesn't work
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JS/serializer
  Assignee: gwi...@wikimedia.org
  Reporter: roan.katt...@gmail.com
CC: mtrac...@member.fsf.org, ssas...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

1. Feed refFoo/ref to Parsoid
2. In the returned HTML, change data-mw.body to Bar
3. Serialize the modified HTML
4. Output is refFoo/ref, should be refBar/ref

-- 
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 38978] processMessageChanges doesn't detect inline vs. expanded plural

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38978

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

   What|Removed |Added

   Priority|Normal  |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 48786] Labs should not be able to trigger Newprojects announcements

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48786

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

   What|Removed |Added

   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 48808] Parsoid: Reference serialization doesn't work

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48808

--- Comment #1 from ssas...@wikimedia.org ---
Ah, yes.  Extension serialization is not yet implemented -- I just use original
source.  Will fix soon.  Probably a trivial change in an if-condition.

-- 
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 48807] Scribunto Fatal error Call to a member function pauseUsageTimer() on a non-object in /usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php on lin

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48807

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 45924] Special:Translate fetch button is outside the screen on Meta

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45924

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com ---
We are no longer making bug fixes for non-TUX interface.

-- 
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 48806] Logo doesn't use $wgScriptPath if you say I'm bored already, just install the wiki

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48806

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

   What|Removed |Added

   Severity|normal  |minor

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net ---
What is it set to instead?

-- 
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 31695] Support Google Translate V2 API

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31695

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

   What|Removed |Added

   Priority|Low |Lowest
 CC||niklas.laxst...@gmail.com

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


[Bug 45924] Special:Translate fetch button is outside the screen on Meta

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45924

--- Comment #2 from Nemo federicol...@tiscali.it ---
(In reply to comment #1)
 We are no longer making bug fixes for non-TUX interface.

This applies also to MessageGroupStats though.

-- 
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 48790] Enable Universal Language Selector at Bangla (bn) Wikipedia

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48790

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

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 CC||run...@gmail.com

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


[Bug 48075] Localizing dv.wikipedia namespace and sitename

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48075

--- Comment #7 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Goodness gracious, great balls of fire!

-- 
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 48805] Can mdbtools be installed.

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48805

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
http://packages.ubuntu.com/source/precise/mdbtools
https://wikitech.wikimedia.org/wiki/Help:Using_debs_in_labs

-- 
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 48806] Logo doesn't use $wgScriptPath if you say I'm bored already, just install the wiki

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48806

--- Comment #2 from Mark A. Hershberger m...@everybody.org ---
$wgLogo = /wiki/skins/common/images/wiki.png;

-- 
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 48715] No search index for newly created el.wikivoyage, vec.wiktionary

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48715

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

   What|Removed |Added

   Keywords|shell   |ops

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---
I opened an RT ticket for this on 16th May

https://rt.wikimedia.org/Ticket/Display.html?id=5162

-- 
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 48807] Scribunto Fatal error Call to a member function pauseUsageTimer() on a non-object in /usr/local/apache/common-local/php-1.22wmf4/extensions/Scribunto/engines/LuaCommon/LuaCommon.php on lin

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48807

Rohan Verma rohan.j.ve...@gmail.com changed:

   What|Removed |Added

 CC||rohan.j.ve...@gmail.com

--- Comment #2 from Rohan Verma rohan.j.ve...@gmail.com ---
Hello Sam,
I was investigating your bug and managed to recreate it when emitting your user
page. I also tried to narrow down what part of your page was causing the error.
However before I completed this it seems I can no longer reproduce the crash.
Is this the same for you?

-- 
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 46470] Parsoid: Preserve HTML entities in {{DEFAULTSORT}} values on round-trip

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46470

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

Summary|Parsoid: Make   |Parsoid: Preserve HTML
   |{{DEFAULTSORT}} editable|entities in {{DEFAULTSORT}}
   ||values on round-trip

--- Comment #9 from Gabriel Wicke gwi...@wikimedia.org ---
The above commit should have fixed this in the first iteration. There are still
issues around HTML entity round-tripping, so I am repurposing this bug to be
about that.

-- 
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 28206] PDF generation does not support Complex Script Wikis (e.g. Indic languages) and needs to be re-written

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28206

--- Comment #13 from Andre Klapper aklap...@wikimedia.org ---
Currently, nobody is actively working on this - See Assigned To: Nobody
above.
In case anybody wants to / is able to help codewise, please check
http://www.mediawiki.org/wiki/Developer_access

-- 
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 48801] Change name of LocalSettings.php to settings.php or WikiSettings.php

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48801

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 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 48800] Narayam switches off on index pages of Proofread extension

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48800

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

   What|Removed |Added

   Priority|Unprioritized   |Low

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Setting low priority as Narayam will be superseded by UniversalLanguageSelector
/ Translate.

-- 
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 45924] Special:Translate fetch button is outside the screen on Meta

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45924

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com ---
...which is not in the scope of this bug.

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


[Bug 48801] Change name of LocalSettings.php to settings.php or WikiSettings.php

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48801

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Brion Vibber br...@wikimedia.org ---
There's also the 'CommonSettings.php' and 'InitialiseSettings.php' convention
for wikifarms used in Wikimedia's installations... so it does make some sense.

But I agree with comment #1 that the main fix is to largely remove the need to
edit it manually; few people will care what it's called when they never have to
touch it.

Bug 26992... let's plan to put this on the table soon.

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


[Bug 48800] Narayam switches off on index pages of Proofread extension

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48800

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
http://blog.wikimedia.org/2013/05/22/getting-ready-for-uls-everywhere-2/

-- 
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 48806] Logo doesn't use $wgScriptPath if you say I'm bored already, just install the wiki

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48806

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

   What|Removed |Added

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

--- Comment #3 from Brion Vibber br...@wikimedia.org ---
Same as bug 48084.

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

-- 
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 48084] Installer sets $wgLogo default path incorrectly

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48084

--- Comment #3 from Brion Vibber br...@wikimedia.org ---
*** Bug 48806 has been marked as a duplicate of this bug. ***

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


[Bug 45924] Special:Translate fetch button is outside the screen on Meta

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45924

--- Comment #4 from Nemo federicol...@tiscali.it ---
(In reply to comment #3)
 ...which is not in the scope of this bug.

Selector is the same, whatever bug summary says. Maybe it will be fixed for bug
48783.

-- 
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 47912] Visiting your own talk page should mark user talk page notifications as read

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47912

--- Comment #9 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #6)
 What are the chances of bringing back the original message notification w/
 the orange banner?

johnnyfitz: Feel free to discuss on
http://en.wikipedia.org/wiki/Wikipedia_talk:Notifications . Your question is
off-topic for this specific bug report which is only about Visiting your own
talk page should mark user talk page notifications as read. Thanks for your
understanding.

-- 
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 45005] Always redirect wikidata.org to www.wikidata.org

2013-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45005

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

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


  1   2   3   >