[Bug 32819] Deploy InteractiveBlockMessage on enwiki

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

--- Comment #14 from Peter Bena benap...@gmail.com ---
(In reply to comment #12)
 I think this small (~30 lines) obscure templating feature should just be in
 the
 core.

I would prefer to have core as small as possible and as fast as possible. But
given the amount of mess that is already in core, I think that inserting some
30 lines more wouldn't hurt. So... I don't have problem with that.

-- 
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 32819] Add USERBLOCKED magic word to MediaWiki core

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||easy
Summary|Deploy  |Add USERBLOCKED magic
   |InteractiveBlockMessage on  |word to MediaWiki core
   |enwiki  |

--- Comment #15 from MZMcBride b...@mzmcbride.com ---
Updating the bug summary to reflect the shift from deploying a particular
MediaWiki extension (InteractiveBlockMessage) to Wikimedia wikis to putting
this feature/functionality in MediaWiki core.

Marking this bug as easy as most of the code is already written, I believe,
it just needs to be put into MediaWiki core in a Gerrit changeset.

-- 
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 32819] Add USERBLOCKED magic word to MediaWiki core

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

--- Comment #16 from Peter Bena benap...@gmail.com ---
(In reply to comment #3)
 Thought I'd look over this extension and give some thoughts:
 
 
 Line 28 of InteractiveBlockedMessage.php:
 $wgAutoloadClasses['InteractiveBlockMessage'] =
 $dir/InteractiveBlockMessage.php;
 
 I'm not sure what that's about (It won't hurt anything, but there is no such
 class, so it probably shouldn't be there)
 

if it's not there, be bold and fix it. I am sure it was there in past.

 *LanguageGetMagic hook usage - That's probably ok, but if you use a
 .magic.i18n.php file, the magic word name can be translated at translatewiki
 (I
 think anyways)
 

translating magic words? No please :) keep it compatible cross-language
(magic words are already translated in Microsoft Excel and it's pain in the
arse)

 *MagicWord id being all capitalized - Doesn't really matter, but the magic
 word
 id (not the actual magic word, just its internal id) are all lowercase for
 all
 the magic words in core
 
 *$user-isBlocked() call - should perhaps pass a true to explicitly ask the
 result to come from slave (doesn't really matter though, since slave is
 default, but good to be explicit)
 

so fix it.

 *Doesn't work on anon user pages (not sure if intentional or not. if it's
 wanted, all that needs to be done is pass false as second argument to
 user::newFromName) if it did work for anons, there might be security
 implications in revealing auto-blocks (As mentioned on the en wp page,
 although
 given the number of autoblocks in place at one time, it'd be difficult to
 glean
 much from this, but still not a good thing)
 

well, the original purpose was to make block messages on anon pages less
confusing. But given the incredible amount of bureaucracy on english wikipedia,
who knows if it's even possible since the question am I even allowed to edit
wikipedia is TOP SECRET now.

 *If the user causes their own user page to be rendered, the magic word will
 report true if the user is blocked via auto-blocks, proxy auto-blocker, or
 DNSBL block (although I don't think the last two are used by wikimedia). This
 is inconsistent (Compared to other people rendering the page), and probably a
 bad thing (Although not horrible). Perhaps better to use Block::newFromTarget
 directly, in which case it would only look at explicit blocks (and could also
 be used on anon user pages without leaking auto-blocks).
 
 *We should perhaps add a hook to SpecialUnblock::processUnblock so that this
 extension could explicitly purge user pages on an explicit unblock.
 

let's fix it

 --
 Cheers
 
 ---
 btw, does this extension still need review by the senior dev cabal? (I know
 there is a mailing list thread about that) if so, it should have the keyword
 need-review and be blocking bug 31235.

-- 
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 36270] Format=sum, result on screen different from result as property

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

Ad Strack van Schijndel ad.strackvanschijn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 45347] New: Wikipedia sites have missing humans.txt file

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

   Web browser: ---
Bug ID: 45347
   Summary: Wikipedia sites have missing humans.txt file
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mathias.schind...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
wikibugs-l@lists.wikimedia.org,
wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

http://en.wikipedia.org/wiki/Humans.txt is the equivalent to robots.txt, both
are not defined by a standard.

The to be created file en.wikipedia.org/humans.txt should briefly describe the
page and invite contributors.

-- 
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 45347] Wikipedia sites have missing humans.txt file

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.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 43516] Exception from line 357 of MessageCache.php: Could not acquire 'mediawiki-bw_:messages:en:status' lock

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||ro...@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 45347] Wikimedia sites have missing humans.txt file

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

Summary|Wikipedia sites have|Wikimedia sites have
   |missing humans.txt file |missing humans.txt file

--- Comment #1 from MZMcBride b...@mzmcbride.com ---
[[wikitech:robots.txt]] explains how https://en.wikipedia.org/robots.txt and
others are currently generated. A similar approach here may make sense.

The relevant script (robots.php) is here:
https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=blob;f=live-1.5/robots.php;hb=HEAD.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
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 45325] Loading of a Wikidata entry hangs while waiting for something and sometimes crashes

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

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to comment #2)
 Wild guess, soomething goes wrong in decoding the data urls. How dos it
 crashes? A sigsegv?

I don't know, I just saw the whoops page Chromium uses; Chromium is more
picky than Firefox, so it might just have got sick of waiting.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||ops
 CC||p858sn...@gmail.com

--- Comment #2 from p858snake p858sn...@gmail.com ---
Developers are free to include whatever content they wish. The primary goal is
to acknowledge contributors to a site.

I don't really see a point for us to even have this file? Care to provide some
more context?

-- 
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 45348] New: moving a page with suppressredirect produces a misleading message

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

   Web browser: ---
Bug ID: 45348
   Summary: moving a page with suppressredirect produces a
misleading message
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Interface
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: graha...@jazi.net
CC: krinklem...@gmail.com, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

While doing a history merge of the article Extreme programming on the English
Wikipedia, I had to use the suppress redirect right often while moving the
page. However, when I did so (for example while moving the page from Extreme
programming/Temp2 to Extreme programming, I got the message that said A
redirect has been created rather than the normal message that says The
creation of a redirect has been suppressed. This was extremely confusing. I
also got the same incorrect message when moving my sandbox at
User:Graham87/sandbox. I presume this bug is fairly recent because I have
never encountered it before.

-- 
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 24494] 404 error (File not found) when clicking from Special:NewMessages the header/title of a thread marked as read with some unescaped characters

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

--- Comment #4 from Nemo federicol...@tiscali.it ---
(In reply to comment #3)
 Is this still an issue?

I tried by adding another thread to Philippe's talk and I couldn't reproduce.
The URL wasn't escaped in the same way.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

--- Comment #3 from Dereckson dereck...@espace-win.org ---
[ humans.txt standard ]

First, humans.txt HAS a proposed standard whcih matches this presentation:
http://humanstxt.org/humans.txt

Some sites doesn't respect it, e.g. http://www.google.com/humans.txt

It's documented on http://humanstxt.org/Standard.html (scroll down).


[ robots.txt standard ]

There is a de facto standard, to be understood by crawler and bots visiting
your site. See http://en.wikipedia.org/wiki/Robots_exclusion_standard


[ Is humans.txt an equivalent to robots.txt? ]

The robots.txt file is useful and needed by the community to tell the general
search engines not to index some sensitive pages (e.g. deletion votes) or some
specific engines not to crawl the site.

See http://en.wikipedia.org/robots.txt for the list

The humans.txt file contains arbitrary information, already offered and better
updated on project pages. I mainly fear the humans.txt update is complicated or
neglected.


[ Goal ]

You offer to describe the page and invite contributors.

First, visitors shouldn't need to read humans.txt to be invited to contribute.
It's rather dubious this outreach strategy would work.

Finally, you seem to have missed the goal of the humans.txt specification
authors: they don't want as much to provide a text file to humans than to
provide a file describing the humans behind the site (like a colophon).


[ Content if we follow the standard ]

Credits (team or thanks) would be too large to mention. There are too many
active contributors. A generic mention like See pages history won't really be
useful.

The tools used to build the sites are very various. Sure, we use MediaWiki. But
then, every article editor has their favorite tools, every developer their
favorite environment, there are the bots, the external tools, etc.


[ Technical implementation ]

The humans.txt file should also be considered for localization in every
language we support. The solution offered should contain a l10n effort. This
localization should be compatible with the standard, which is currently English
only.

Note we have a robots.txt generation code from the MediaWiki:Robots.txt system
message, so technically this is fairly simple to implement.


[ Next steps ]

Per the analysis I gave and the dubious benefits we could get, I recommend a
WONTFIX resolution.

If you really want to go on this proposal, please submit a humans.txt sample
content, so we'll have a basis for discussion. I will then give you some
technical notes about how to generate this content if there are fields to
automate. Then, you'll be able to launch a discussion with the community on en.
or meta.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

   Priority|Normal  |Low
URL||http://humanstxt.org/Standa
   ||rd.html#modelo

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||easy

--- Comment #4 from MZMcBride b...@mzmcbride.com ---
(In reply to comment #3)
 Note we have a robots.txt generation code from the MediaWiki:Robots.txt
 system message, so technically this is fairly simple to implement.

Trivial, even.

 If you really want to go on this proposal, please submit a humans.txt sample
 content, so we'll have a basis for discussion. I will then give you some
 technical notes about how to generate this content if there are fields to
 automate. Then, you'll be able to launch a discussion with the community on
 en. or meta.

I'm not sure a sample humans.txt file is needed. Project autonomy and
sovereignty can probably guide us here. We could easily implement the ability
to output a 404 error at /humans.txt unless a domain's [[MediaWiki:humans.txt]]
page exists. For example, [[MediaWiki:humans.txt]] would control
https://en.wikipedia.org/humans.txt. This approach would allow projects to
decide for themselves whether to have a file like this (if no MediaWiki page
exists -- no file exists) and what the file should contain if it's to exist,
based on local community consensus.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

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

   What|Removed |Added

   Keywords|easy|
 Status|NEW |RESOLVED
 CC||maxsem.w...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #5 from Max Semenik maxsem.w...@gmail.com ---
Go to http://en.wikipedia.org

You will see:

Welcome to Wikipedia,
the free encyclopedia that anyone can edit.
4,172,968 articles in English

-that's the best description.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

--- Comment #6 from Dereckson dereck...@espace-win.org ---
MaxSem  This humans.txt goal isn't to describe a site.

-- 
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 45347] Wikimedia sites have missing humans.txt file

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||easy
 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #7 from MZMcBride b...@mzmcbride.com ---
Let's please not be so quick to shoot down bugs.

-- 
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 13249] Create MediaWiki:Robots.txt

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #8 from MZMcBride b...@mzmcbride.com ---
This was resolved on Wikimedia wikis by bug 15601 (cf.
[[wikitech:robots.txt]]).

-- 
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 15601] robots.txt should be split to common and localisable parts

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #4 from MZMcBride b...@mzmcbride.com ---
For reference, this is documented at [[wikitech:robots.txt]].

-- 
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 45349] New: Incorrect Android app icon title

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

   Web browser: ---
Bug ID: 45349
   Summary: Incorrect Android app icon title
   Product: Wikipedia App
   Version: Unspecified
  Hardware: Smartphone
OS: other
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Localization/Translation/Language
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: simon.s...@wikimedia.hk
CC: mgro...@wikimedia.org, yuvipa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Wikipedia Android (v. 1.3.4 and beta) app icon title is not correct.
It's showing 維琪百科 for zh-hant. The correct title for Wikipedia in zh-hant
should be 維基百科, zh-hans should be 维基百科.

-- 
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 45349] Incorrect Android app icon title

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

Simon Shek simon.s...@wikimedia.hk changed:

   What|Removed |Added

   Keywords||i18n
 CC||simon.s...@wikimedia.hk
Mobile Platform|--- |Android

-- 
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 28550] Logged out user gets Special:NewMessages

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

--- Comment #7 from Mormegil morme...@centrum.cz ---
(In reply to comment #6)
 So, the only remaining explanation was an IP user watching the page or the
 thread.

IP users cannot watch pages, right?

I am not sure if this should be here at this specific bug, or at Bug 40089, or
maybe a completely new one. But if I open an InPrivate browsing session and
visit http://www.mediawiki.org/wiki/Special:NewMessages (as an IP user), I see
dunnohowmany pages of threads from all over the wiki. I’m quite sure nobody
from this IP address has ever visited those talkpages. And I am able to click
Mark as Read on the threads.

This just does not seem right.

-- 
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 45282] SiteLinkTable should normalize titles before saving and lookup

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

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #1 from jeb...@gmail.com ---
..storing the? Them or something else?

-- 
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 45282] SiteLinkTable should normalize titles before saving and lookup

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

--- Comment #2 from jeb...@gmail.com ---
I don't think this class is the correct place to do such rewrite, this class
should use whatever string is passed to it or throw an 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 45111] For some pages, Wikidata doesn't accept fa.wikipedia pages and shows The specified article could not be found

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

jeb...@gmail.com changed:

   What|Removed |Added

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

-- 
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 45282] SiteLinkTable should normalize titles before saving and lookup

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

jeb...@gmail.com changed:

   What|Removed |Added

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

-- 
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 45111] For some sitelinks Wikidata shows The specified article could not be found

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

jeb...@gmail.com changed:

   What|Removed |Added

Summary|For some pages, Wikidata|For some sitelinks Wikidata
   |doesn't accept fa.wikipedia |shows The specified
   |pages and shows The|article could not be found
   |specified article could not |
   |be found   |

-- 
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 45106] wikidata Converts ZWNJ to Space in Item's Label

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

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

   What|Removed |Added

   Priority|Normal  |High
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |major

-- 
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 45106] wikidata Converts ZWNJ to Space in Item's Label

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

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

   What|Removed |Added

  Component|WikidataClient  |WikidataRepo

-- 
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 45111] For some sitelinks Wikidata shows The specified article could not be found

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

jeb...@gmail.com changed:

   What|Removed |Added

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

-- 
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 45106] wikidata Converts ZWNJ to Space in Item's Label

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

jeb...@gmail.com changed:

   What|Removed |Added

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

-- 
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 45106] wikidata Converts ZWNJ to Space in Item's Label

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

--- Comment #3 from jeb...@gmail.com ---
This has the same fix as in
https://bugzilla.wikimedia.org/show_bug.cgi?id=45111

I'm going to close this as a duplicate.

-- 
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 45106] wikidata Converts ZWNJ to Space in Item's Label

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

jeb...@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from jeb...@gmail.com ---


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

-- 
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 45111] For some sitelinks Wikidata shows The specified article could not be found

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

--- Comment #8 from jeb...@gmail.com ---
*** Bug 45106 has been marked as a duplicate of this bug. ***

-- 
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 44763] duplicate values

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

jeb...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from jeb...@gmail.com ---
Closing as wontfix, this is the expected behavior.

-- 
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 45111] For some sitelinks Wikidata shows The specified article could not be found

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

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

   What|Removed |Added

 CC||razima...@gmail.com,
   ||santhosh.thottingal@gmail.c
   ||om

-- 
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 40274] Line breaks changes behavior of # inside of tables: it generates bulleted lists instead of an ordered one

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

--- Comment #3 from Helder mybugs.m...@gmail.com ---
(In reply to comment #2)
 Raised by [[User:Edokter]] at 
Permanent link:
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)?oldid=540225657#Old_parser_bug.3F

-- 
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 44092] Add See also field to wikidata pages

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

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #4 from jeb...@gmail.com ---
Most of what is discussed here is simply a disambiguation page, but as the
existing disambiguation page should use alias (it only uses labels now) that
page will provide solution for most (all?) of the example problems provided
here.

I think this can be closed as wontfix unless use cases can be provided that can
not be solved with the disambiguation 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 45350] New: IP address publicly visible when requesting shell access

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

   Web browser: ---
Bug ID: 45350
   Summary: IP address publicly visible when requesting shell
access
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Infrastructure
  Assignee: rlan...@gmail.com
  Reporter: silke.me...@wikimedia.de
CC: abog...@wikimedia.org, fai...@wikimedia.org,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Someone reported this to me:

After having requested shell access, your request is displayed in the table of
completed requests. In the history of an entry the IP address from which the
account was requested is visible to the world. Please avoid this to protect the
users' privacy.

Can the page / table entry be created after the user account has been created?
Other ways?

-- 
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 45333] New namespaces at uk.wikinews.org

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

--- Comment #3 from Dereckson dereck...@espace-win.org ---
Gerrit change 50742.

-- 
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 45351] New: improve sort order in entity selector

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

   Web browser: ---
Bug ID: 45351
   Summary: improve sort order in entity selector
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

It'd be great if we could be smarter about the order of items/properties in the
entity selector and put the ones at the top that are likely to be relevant for
the current statement.

-- 
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 45079] Set up P as an alias for Property namespace

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

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |legoktm.wikipe...@gmail.com
   |org |

--- Comment #3 from Dereckson dereck...@espace-win.org ---
Bug assigned to code submitter.

Please assign yourself to any bug you handle to avoid duplicate work.

-- 
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 45314] Add support for interwiki links (sitelinks) which points to sections instead of whole article

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

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com
Summary|Add support for interwiki   |Add support for interwiki
   |links which points to   |links (sitelinks) which
   |sections instead of whole   |points to sections instead
   |article |of whole article

-- 
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 45224] Allow detailed summaries for link removals

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

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #1 from jeb...@gmail.com ---
In my opinion this is a wrong approach, the user should never write edit
summaries manually.

-- 
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 45314] Add support for interwiki links (sitelinks) which points to sections instead of whole article

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

--- Comment #3 from jeb...@gmail.com ---
This would create sitelinks that goes to pages that does not describe single
entities, thereby violating the basic premise for Wikidata - a one-to-one
mapping between items in Wikidata and pages describing the same entity on the
external site.

-- 
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 25480] Javascript error in lqt.js

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

--- Comment #3 from Helder mybugs.m...@gmail.com ---
I don't remember seeing this again since I reported it, so I can't provide more
specific steps to reproduce this.


Anyway, it still seems fragile to access .content without checking if
data.query.threads[threadId] is defined.

-- 
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 44766] show number of property-values

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

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #1 from jeb...@gmail.com ---
I assume this is about a group of statements using the same property in an
item? That is in Washington, D.C. (http://www.wikidata.org/wiki/Q61?uselang=en)
there is a shares border with and that has two entries, while country has
one entry. What would be the use case for this except nice to have?

-- 
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 41680] Improve translation docs for claims

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

--- Comment #3 from jeb...@gmail.com ---
Is there an official translation of the word claim in other languages? Is it
possible to have an explanation of the word novalue and somevalue? Thanks

The official translation is in the glossary
(http://www.wikidata.org/wiki/Wikidata:Glossary) and from that Claim (also
called fact or statement, although this is not entirely correct) is the part of
a statement without the references.

-- 
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 30154] Uncaught TypeError: Cannot read property 'query' of null

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

--- Comment #3 from Helder mybugs.m...@gmail.com ---
Not really. But since there are only 5 occurrences of .query at
http://pt.wikibooks.org/w/extensions/LiquidThreads/lqt.js
and all of them occur in a code of the form
-
$j.get( mw.util.wikiScript( 'api' ), ...,
function(data) {
...
data.query.threads
...
}, 'json' );
-
I think this would probably not happen if the 'mediawiki.api' module was used
to handle the API requests. Indeed, that module has checks for 'data' being
undefined and API errors:
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=resources/mediawiki.api/mediawiki.api.js;h=cf7443f3b3bfa35e6c52a7043e76a2f17c52adf8;hb=HEAD#l160

This would probably help with bug 28132 as well.

-- 
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 45352] New: add Special:ItemByTitle to Special:Special:SpecialPages

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

   Web browser: ---
Bug ID: 45352
   Summary: add Special:ItemByTitle to
Special:Special:SpecialPages
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Special:ItemByTitle doesn't seem to be listed there.

-- 
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 45353] New: add Special:ItemDisambiguation to Special:Special:SpecialPages

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

   Web browser: ---
Bug ID: 45353
   Summary: add Special:ItemDisambiguation to
Special:Special:SpecialPages
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Special:ItemDisambiguation doesn't seem to be listed there.

-- 
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 34613] Pipe escape enhancement

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

Al Johnson alj62...@yahoo.com changed:

   What|Removed |Added

 CC||alj62...@yahoo.com

--- Comment #6 from Al Johnson alj62...@yahoo.com ---
I have properties that hold full text in it's values and has to handle any
character.  This is not just a pretty formatting issue; one single character
that is inaccurate to what the user intends will break my process. I vote for
this to be resolved.

-- 
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 45354] New: Translate XML for Android export does not escape ' and

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

   Web browser: ---
Bug ID: 45354
   Summary: Translate XML for Android export does not escape ' and

   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yuvipa...@gmail.com
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

According to
https://developer.android.com/guide/topics/resources/string-resource.html#FormattingAndStyling
' and  in the content of messages must be escaped with a \. Failing to do this
breaks the build.

-- 
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 45224] Allow detailed summaries for link removals

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

Beta16 l.rabinelli+bugzi...@gmail.com changed:

   What|Removed |Added

 CC||l.rabinelli+bugzilla@gmail.
   ||com

--- Comment #2 from Beta16 l.rabinelli+bugzi...@gmail.com ---
Maybe a drop-down menu with predefinite reasons. In this way is also
translatable.

-- 
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 41680] Improve translation docs for claims

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

jeb...@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from jeb...@gmail.com ---
There are rather extensive template generated docs (qqq messages) for these
system messages.

-- 
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 45350] IP address publicly visible when requesting shell access

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

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

   What|Removed |Added

 CC||m...@uberbox.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 41680] Improve translation docs for claims

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Assignee|wikidata-bugs@lists.wikimed |jeb...@gmail.com
   |ia.org  |

--- Comment #5 from Nemo federicol...@tiscali.it ---
(In reply to comment #4)
 There are rather extensive template generated docs (qqq messages) for these
 system messages.

Indeed, I see you added on 29 December the info required in this bug.
In the meanwhile the Italian terminology is being discussed in the Italian
village pump.
https://www.wikidata.org/w/index.php?title=Wikidata:Baroldid=7703879#Dichiarazioni
 
I suspect that translating from English made early choices of terminology quite
confusing, a lot of care will be needed to revise decisions and ensure
consistency. The glossary probably needs an appendix on how to interpret and
translate the glossary...

-- 
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 45266] Incremental indexing (OAI) randomly skips events

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org

-- 
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 45284] Bad defaults for review radio buttons when commenting on old patchsets

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 45272] Creating new section makes summary inconsistent between testing and real abuse filter application

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

Andre Klapper aklap...@wikimedia.org 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 45290] ext.articleFeedback.dashboard is Not Found

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 45306] New component: MediaWiki extensions CurrentUsers

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 45296] CurrentUsers extension causes fatal error in 1.20.2

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||a...@organicdesign.co.nz

-- 
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 45288] Need to replace mysql_*() functions for PHP 5.5 in favor of mysqli or pdo

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

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

   What|Removed |Added

Summary|Need to replace mysql_*()   |Need to replace mysql_*()
   |functions   |functions for PHP 5.5 in
   ||favor of mysqli or pdo

-- 
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 45301] non-reproducible False positive AbuseFilter bug

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

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest

-- 
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 45267] Opening diff [Working ...] is extremely slow, apparently client-side

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

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

   What|Removed |Added

   Keywords||performance
   Priority|Unprioritized   |Low

-- 
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 1774] Support for q/q quote element

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

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
Summary|Feature request : Adding|Support for q/q quote
   |q/q |element

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #4)
 The q element are correctly supported by all recent browsers now. Moreover,
 it's part of HTML 4, XHTML 1 and future HTML 5 standard.

In general, references (URLs, specs) are highly welcome for statements.

According to https://developer.mozilla.org/en-US/docs/HTML/Element/q :
Specification   Status
HTML5   Candidate Recommendation  
HTML 4.01 SpecRecommendation

-- 
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 45312] Disable etherpad.wikimedia.org

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Basically +1, just wondering if there should be a statement on long-term
availability of services offered on wmflabs, or if the current Etherpad
instance should be replaced by Etherpad Lite.

-- 
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 20545] Add AJAX-triggered inline search for LiquidThreads threads

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

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

   What|Removed |Added

   Priority|Normal  |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 45318] test.wikipedia.beta.wmflabs.org is misconfigured (AFTv5 database tables not set up)

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|test.wikipedia.beta.wmflabs |test.wikipedia.beta.wmflabs
   |.org is misconfigured (AFT  |.org is misconfigured
   |database tables not set up) |(AFTv5 database tables not
   ||set up)
   Severity|normal  |major

-- 
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 45317] Sections generated by tag extension do not show up in TOC

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Hi, without a minimal testcase it's hard to debug or to find out if there is a
bug in the MediaWiki codebase, or in your extension. Also, against which
MediaWiki version do you try this?

-- 
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 45235] Error when upgrading from 1.3: Call to undefined method DatabaseMysql::applyPatch()

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

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
https://svn.wikimedia.org/viewvc/mediawiki?view=revisionrevision=103917 says

Partial revert of r103697 for bug 32508

-- 
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 44776] wgFileExtensions should always be a numerical array without gaps

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

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 23839] Refreshing link tables is confusing

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

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

   What|Removed |Added

Version|1.17|1.21-git
Summary|Refreshing links table.   |Refreshing link tables is
   |is confusing|confusing

-- 
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 45316] Column pp_propname in table PageProps should have an index

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.21-git

-- 
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 45330] mw.Map should not ignore fallback undefined

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

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Priority|Unprioritized   |High

-- 
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 45331] mw.Map should not get confused by keys that look like Object.prototype

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

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Priority|Unprioritized   |Normal

-- 
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 45328] Pages accessed from $fallback8bitEncoding should be redirected or have link rel=canonical added

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

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

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Low
URL||https://zh.wikipedia.org/wi
   ||ki/%CC%F5%C4%BF
Version|unspecified |1.21-git

-- 
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 44947] Remove requires JavaScript from preference texts

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

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

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
Rahul: Thanks for the patch!

Betacommand: See comment 0 - it's not consistently used anyway.

-- 
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 16036] PAGESINCATEGORY inaccurate for deletion related categories

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

--- Comment #17 from Andre Klapper aklap...@wikimedia.org ---
Betacommand: No, otherwise it would be mentioned here. :)

-- 
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 45337] Removals/reverts cause series of identical linked from notifications

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

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 watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 45135] # of notifications appearing outside of viewport

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

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 watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 45336] Localize strings in drop down menu

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

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 watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 45317] Sections generated by tag extension do not show up in TOC

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

--- Comment #2 from lord_fa...@proofwiki.org ---
Created attachment 11843
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11843action=edit
Code used for the tag extension

The literal PHP code used, for debugging purposes

-- 
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 45317] Sections generated by tag extension do not show up in TOC

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

--- Comment #3 from lord_fa...@proofwiki.org ---
Created attachment 11844
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11844action=edit
Minimal example exhibiting the issue

-- 
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 33978] FeaturedFeeds extension: Set feed limit for monthly featured articles on la.wikipedia

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

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

   What|Removed |Added

  Component|Site requests   |FeaturedFeeds
Version|wmf-deployment  |unspecified
   Assignee|wikibugs-l@lists.wikimedia. |maxsem.w...@gmail.com
   |org |
Product|Wikimedia   |MediaWiki extensions

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Looking at the patch, I was wrong (sorry). Moving back...

-- 
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 45317] Sections generated by tag extension do not show up in TOC

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

--- Comment #4 from lord_fa...@proofwiki.org ---
The MediaWiki version used is the latest, 1.20.2.

In addition to the minimal example I added as an attachment, a live example is
at http://www.proofwiki.org/wiki/User:Lord_Farin/Sandbox/Help:Wiki_Editing.

-- 
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 43516] Exception from line 357 of MessageCache.php: Could not acquire 'mediawiki-bw_:messages:en:status' lock

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

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

   What|Removed |Added

   Keywords||platformeng
 CC||aklap...@wikimedia.org

-- 
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 43516] Exception from line 357 of MessageCache.php: Could not acquire 'mediawiki-bw_:messages:en:status' lock

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

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 45347] Wikimedia sites have missing humans.txt file

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

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

   What|Removed |Added

   Keywords|ops |
   Priority|Low |Lowest
 CC||aklap...@wikimedia.org

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #0)
 http://en.wikipedia.org/wiki/Humans.txt is the equivalent to robots.txt, both
 are not defined by a standard.

1) Is there any real use? Who would access that file? robots.txt is at least
read by crawlers, but this sounds just like creating yet another file with
duplicated data for no good purpose.

2) What is the scope of who to list in that file? Feels extremely vague to me.
We won't list all Wikipedia editors plus try to keep that updated, would we?

-- 
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 45347] Wikimedia sites should provide humans.txt file

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

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

   What|Removed |Added

Summary|Wikimedia sites have|Wikimedia sites should
   |missing humans.txt file |provide humans.txt file

-- 
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 45111] For some sitelinks Wikidata shows The specified article could not be found

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

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

   What|Removed |Added

   Keywords||patch-in-gerrit

-- 
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 45347] Wikimedia sites should provide humans.txt file

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

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 45333] New namespaces at uk.wikinews.org

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

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
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 24494] 404 error (File not found) when clicking from Special:NewMessages the header/title of a thread marked as read with some unescaped characters

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

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

   What|Removed |Added

   Keywords||testme

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Proposing RESOLVED WORKSFORME if nobody can reproduce.

-- 
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 45333] New namespaces at uk.wikinews.org

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

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 45111] For some sitelinks Wikidata shows The specified article could not be found

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

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 45353] add Special:ItemDisambiguation to Special:Special:SpecialPages

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

jeb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jeb...@gmail.com

--- Comment #1 from jeb...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/50749/

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


  1   2   3   4   5   >