[Bug 68196] HHVM crash loading San Francisco page

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68196

--- Comment #11 from Tim Starling tstarl...@wikimedia.org ---
Nice work.  A Lua error in an unprotected function like lua_pushcclosure()
could indeed cause a longjmp to unwind HHVM's stack. If Lua was not in the
stack when this happened, it would call the panic hook (luasandbox_panic) and
we would get an informative error message, like bug 59130. But it is in the
stack, so it tries to longjmp back to the last lua_pcall().

-- 
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 28419] Replace MD5 password hashing with more secure hash

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28419

--- Comment #103 from Liangent liang...@gmail.com ---
(In reply to scott from comment #102)
 (In reply to Liangent from comment #99)
  Bug 68389 is still a security bug. Does duping it to a public one mean it's
  actually not something sensitive?
 
 It's not sensitive at all. It's literally a duplicate of the issue here,
 because I failed to locate the existing bug report and fired off a patch.

Well putting a bug in the Security product hides it from public view.

-- 
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 62598] Filter for New User uploads in Mobile Web

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62598

--- Comment #121 from Lupo lupo.bugzi...@gmail.com ---
(In reply to Maryana Pinchuk from comment #114)
 @Lupo, I'm getting the numbers directly from the Commons database. Here's my
 SQL if anyone with access to the database wants to double-check: 
 
 select fa_name, log_timestamp, fa_deleted_timestamp from filearchive,
 logging where fa_name = log_title and log_action = upload and
 log_timestamp = '2014070100' 
 
 
 If you really feel that I'm misrepresenting the numbers, I'm afraid we can't
 continue this discussion productively.

@Maryana: I wrote in comment 113 that you were presenting fake or wrong
numbers. I did *not* say you faked the numbers. Small but important
grammatical difference. I just pointed out that the numbers you were using have
nothing to do with reality. I didn't say you were misrepresenting your numbers;
I said your numbers were bad to begin with.

Besides, from the fact that you kept using and defending these numbers it's
evident that you didn't read comment 95 and comment 97 and following, where I
pointed out this discrepancy already.

It is not helpful to ignore bug reporters' comments.

-- 
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 66143] ?embedplayer=yes videos broken (again)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66143

--- Comment #22 from Bawolff (Brian Wolff) bawolff...@gmail.com ---

 This might be more appropriate for a separate bug - in that case, sorry for
 the offtopic discussion.

Yeah it is kind of something that should be a separate bug.

I started on I6f3316477175634a to fix the issue. Basically currently we order
the versions of the video file smallest bitrate first. My change would be to
have it be smallest bitrate first only for versions with a higher resolution
than the player size.

-- 
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 68419] New: Flow: localization of NS_TOPIC

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68419

Bug ID: 68419
   Summary: Flow: localization of NS_TOPIC
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
CC: dh...@wikimedia.org, ebernhard...@wikimedia.org,
mpinc...@wikimedia.org, pandiculat...@gmail.com,
sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I'm not sure NS_TOPIC is localizing properly.  I switched my local wiki to
$wgLanguageCode = fr and restarted memcached but:
* Sujet:topicUUID didn't work, it's just a regular page.
* Permalinks still use Topic:Nnnn.
* advanced search shows Topic not Sujet

Also
* Talk:Flow_QA redirects to Discussion:Flow_QA but then shows Action inconnue
flow-action-unsupported

When we get serious about localizing Flow we should enable it on beta labs in
other languages: http://de.wikipedia.beta.wmflabs.org , he-labs, ja-labs, etc.

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


[Bug 68349] populateBacklinkNamespace script causing massive slave lag on beta

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68349

--- Comment #19 from Antoine hashar Musso has...@free.fr ---
I am also wondering how we are going to handle that update in production. 
Might end up taking a long time 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 68349] populateBacklinkNamespace script causing massive slave lag on beta

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68349

--- Comment #20 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
(In reply to Antoine hashar Musso from comment #19)
 I am also wondering how we are going to handle that update in production. 
 Might end up taking a long time as well.

Towards the end, beta was updating about 200 rows every 30 seconds. enwiki's
page_ids go up to 43371588, which gives ((30/200)*43371588)/(60*60*24) = 75.2

So 75 days to update enwiki (assuming similar performance, which is
questionable. enwiki has much more powerful db so can probably do the update
faster. OTOH, it should probably have a much smaller batchsize, which could
potentially slow down the update. So who knows). Anyways, taking that very
rough guess at face value, if the update takes 2.5 months, I don't see any
problem. There's no deadline for when the update has to finish by.

-- 
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 68196] HHVM crash loading San Francisco page

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68196

--- Comment #12 from Tim Starling tstarl...@wikimedia.org ---
Also, because Lua is in the stack, the in_lua flag is set, so slop is zero.
That is to say, the hack intended to fix bug 59130 is disabled. The Lua
userspace takes the usage to within 36 bytes of the limit, and
lua_pushcclosure() tries to allocate 40, so after the error is handled, it's
assured that re-entering the same state will cause an unprotected OOM.

in_lua and in_php are both flags indicating the contents of the stack, not the
immediate caller. Maybe we need a third flag which indicates that the immediate
caller is unprotected. 

Also, I think the 1 MB slop might be a bit too conservative. Since the result
of an OOM is a crash, we should probably just disable the memory limit entirely
for unprotected calls.

A third thing we should do is to compile our own Lua library in C++. This might
not be convenient for all reusers, but it causes Lua to use exceptions for
error propagation, instead of setjmp/longjmp, which should be safer.

#if defined(__cplusplus)
/* C++ exceptions */
#define LUAI_THROW(L,c)throw(c)
#define LUAI_TRY(L,c,a)try { a } catch(...) \
{ if ((c)-status == 0) (c)-status = -1; }

Note that it does catch and discard all exceptions, even ones from HHVM -- I
noticed this during design work for https://github.com/facebook/hhvm/pull/1986
. The Lua VM is not exception-safe, so it has a choice between discarding
exceptions or crashing. That's one of the reasons why EZC catches and saves
exceptions: to prevent them from breaking Lua. If we were integrating Lua as a
non-EZC HHVM extension, we would still need that catch and save layer,
equivalent to PR 1986.

-- 
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 68414] Lazy-loaded pages are not enforcing upload restrictions on mobile

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68414

Lupo lupo.bugzi...@gmail.com changed:

   What|Removed |Added

 CC||lupo.bugzi...@gmail.com

--- Comment #5 from Lupo lupo.bugzi...@gmail.com ---
@Ryan: when will this be live?

-- 
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 68420] New: Fallback to English Wikipedia:Translation link if page in target wiki doesn't exists

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68420

Bug ID: 68420
   Summary: Fallback to English Wikipedia:Translation link if page
in target wiki doesn't exists
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentTranslation
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kartik.mis...@gmail.com
CC: amir.ahar...@mail.huji.ac.il, asha...@wikimedia.org,
da...@sheetmusic.org.uk, kartik.mis...@gmail.com,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Steps to reproduce:
1. Go to: http://es.wikipedia.beta.wmflabs.org/wiki/Especial:ContentTranslation
2. Start translating any article.
3. Open,
http://ca.wikipedia.org/w/index.php?title=Project:Translation%23How_to_translate
4. Page doesn't exists.

Expected: Help for translation should be there or fallback to English page at,
https://en.wikipedia.org/wiki/Wikipedia:Translation#How_to_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 68414] Lazy-loaded pages are not enforcing upload restrictions on mobile

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68414

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148605 had a related patch set uploaded by Florianschmidtwelzow:
Making sure that upload rights are enforced on lazy-loaded pages

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

-- 
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 68414] Lazy-loaded pages are not enforcing upload restrictions on mobile

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68414

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|FIXED   |---

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


[Bug 68414] Lazy-loaded pages are not enforcing upload restrictions on mobile

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68414

--- Comment #7 from Florian florian.schmidt.wel...@t-online.de ---
 when will this be live?

In actual status: on Commons with release of MW1.24wmf15, which will be
deployed on at July, 29 2014. Maybe earlier if it will be deployed out of MW
deployment, see: https://wikitech.wikimedia.org/wiki/SWAT_deploys.

-- 
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 68396] Add index on event_action, event_isAnon and event_namespaceId to NavigationTiming tables

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68396

--- Comment #2 from Sean Pringle sprin...@wikimedia.org ---
The eventlogging slaves (analytics-store and s1-analytics-slave) already have
indexes on (wiki, timestamp) for all tables, plus the optimizer chooses to
automatically index the derived tables generated by the subqueries.

The result isn't terrible: ~4m for wiki = 'enwiki' and ~1m for dewiki.

How frequently will the queries run?

-- 
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 68396] Add index on event_action, event_isAnon and event_namespaceId to NavigationTiming tables

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68396

--- Comment #3 from Tisza Gergő gti...@wikimedia.org ---
Once a day per wiki.

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


[Bug 68396] Add index on event_action, event_isAnon and event_namespaceId to NavigationTiming tables

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68396

--- Comment #4 from Tisza Gergő gti...@wikimedia.org ---
event_action is probably not useful since we are filtering on view events,
which are the majority, so it's unlikely that index would end up being used.
event_namespaceId on the other hand should have pretty high selectivity.

-- 
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 68397] Add index on event_type to MultimediaViewerDuration tables.

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68397

--- Comment #1 from Tisza Gergő gti...@wikimedia.org ---
On second thought, not sure if this is worth it. We only have three types, with
about the same frequency, so an index might not help much there.

-- 
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 68421] New: Parsoid is not graceful about an empty template call {{ }}

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68421

Bug ID: 68421
   Summary: Parsoid is not graceful about an empty template call
{{ }}
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: parsoid-t...@wikimedia.org
  Reporter: mwal...@wikimedia.org
CC: jforres...@wikimedia.org, ssas...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Test case (on any wiki with collection installed) is:

{{int:Coll-attribution-page|{{ }}|images|nothing}}

PHP renders the outer template correctly, using a literal {{ }}. Parsoid
renders the whole template as a literal string.

See https://en.wikipedia.org/wiki/User:Mwalker_(WMF)/ParsoidBug?veaction=edit

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


[Bug 68422] New: FastStringSearch on HHVM: Assertion `!Invalid Cell type' failed.

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68422

Bug ID: 68422
   Summary: FastStringSearch on HHVM: Assertion `!Invalid Cell
type' failed.
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: hiphop
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: o...@wikimedia.org
CC: bsimm...@fb.com, tstarl...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

osmium's HHVM is hhvm/master@f4b9fe9 plus cherry-picks b03beff from
swtaarrs/hhvm and ca5a0db from tstarling/hiphop-php. FastStringSearch is at
9523fc6.

php: /srv/hhvm-dev/hphp/runtime/base/tv-helpers.cpp:72: bool
HPHP::cellIsPlausible(HPHP::Cell): Assertion `!Invalid Cell type' failed.


Host: osmium
ProcessID: 30771
ThreadID: 7f8c0cc5f800
ThreadPID: 30771
Name: /usr/local/bin/php
Type: Aborted
Runtime: hhvm
Version: remotes/origin/HEAD-0-gca5a0dbfbdcc76b6e6830aa827fdf1cde22dabcd
DebuggerCount: 0

Arguments: tests/phpunit/phpunit.php
ThreadType: CLI

# 0  ?? at php:0
# 1  __GI_raise at
/build/buildd/eglibc-2.19/signal/../nptl/sysdeps/unix/sysv/linux/raise.c:56
# 2  __GI_abort at /build/buildd/eglibc-2.19/stdlib/abort.c:91
# 3  __assert_fail_base at /build/buildd/eglibc-2.19/assert/assert.c:92
# 4  __assert_fail at /lib/x86_64-linux-gnu/libc.so.6:0
# 5  HPHP::cellIsPlausible(HPHP::TypedValue) at php:0
# 6  HPHP::tvIsPlausible(HPHP::TypedValue) at php:0
# 7  f_fss_prep_replace at /srv/hhvm-dev/hphp/runtime/base/tv-helpers.h:461
# 8  HPHP::Native::NativeFuncCaller::callInt64() at php:0
# 9  HPHP::Native::callFunc(HPHP::Func const*, void*, HPHP::TypedValue*, int,
HPHP::TypedValue) at php:0
# 10 HPHP::ExecutionContext::iopFCallBuiltin(unsigned char const*) at php:0
# 11 void HPHP::ExecutionContext::dispatchImplfalse() at php:0
# 12 HPHP::ExecutionContext::dispatch() at php:0
# 13 HPHP::ExecutionContext::enterVMAtCurPC() at php:0
# 14 HPHP::ExecutionContext::enterVM(HPHP::ActRec*,
HPHP::ExecutionContext::StackArgsState, HPHP::Resumable*, HPHP::ObjectData*) at
php:0
# 15 HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*,
HPHP::Variant const, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*,
HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) at php:0
# 16 HPHP::ExecutionContext::invokeUnit(HPHP::TypedValue*, HPHP::Unit const*)
at php:0
# 17 ?? at php:0
# 18 ?? at php:0
# 19 HPHP::include_impl_invoke(HPHP::String const, bool, char const*) at php:0
# 20 HPHP::hphp_invoke(HPHP::ExecutionContext*, std::basic_stringchar,
std::char_traitschar, std::allocatorchar  const, bool, HPHP::Array
const, HPHP::VRefParamValue const, std::basic_stringchar,
std::char_traitschar, std::allocatorchar  const, std::basic_stringchar,
std::char_traitschar, std::allocatorchar  const, bool,
std::basic_stringchar, std::char_traitschar, std::allocatorchar , bool,
bool, bool) at php:0
# 21 HPHP::hphp_invoke_simple(std::basic_stringchar, std::char_traitschar,
std::allocatorchar  const, bool) at php:0
# 22 ?? at php:0
# 23 HPHP::execute_program(int, char**) at php:0
# 24 HPHP::emulate_zend(int, char**) at php:0
# 25 main at php:0
# 26 __libc_start_main at /build/buildd/eglibc-2.19/csu/libc-start.c:321
# 27 ?? at php:0

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


[Bug 68423] New: [hhvm] Fatal error: String length exceeded 2^31-2: 2147483647

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68423

Bug ID: 68423
   Summary: [hhvm] Fatal error: String length exceeded 2^31-2:
2147483647
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I am trying to get Wikibase tests to pass on HHVM and got to the point where
the tests actually run.

the tests die with a Fatal error, related to something in HHVM around where
phpunit is running the MultilingualSerializerTest.

Fatal error: String length exceeded 2^31-2: 2147483647 in
/home/travis/build/filbertkm/phase3/extensions/Wikibase/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
on line 1681

https://travis-ci.org/filbertkm/mediawiki-extensions-Wikibase/jobs/30392195
(phpunit in debug mode)

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


[Bug 68423] [hhvm] Fatal error: String length exceeded 2^31-2: 2147483647

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68423

Ori Livneh o...@wikimedia.org changed:

   What|Removed |Added

   Keywords||hiphop
 CC||maxsem.w...@gmail.com,
   ||o...@wikimedia.org

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


[Bug 68419] Flow: localization of NS_TOPIC

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68419

--- Comment #1 from sp...@wikimedia.org ---
From looking at Scribunto which adds Module namespaces that is localized, I
think Flow needs to handle 'CanonicalNamespaces' hook instead of just
$wgExtraNamespaces[NS_TOPIC] = Topic

-- 
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 68419] Flow: localization of NS_TOPIC

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68419

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148612 had a related patch set uploaded by Spage:
Use CanonicalNamespaces hook for NS_TOPIC

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

-- 
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 68419] Flow: localization of NS_TOPIC

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68419

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 68394] Fatal error: Call to a member function getText() on a non-object in php-1.24wmf14/includes/OutputPage.php on line 1296

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68394

db duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution|--- |FIXED

--- Comment #5 from db duplicate...@googlemail.com ---
Status Merged

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


[Bug 61489] normal diff links don't redirect to MobileDiff

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61489

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 61489] normal diff links don't redirect to MobileDiff

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61489

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148613 had a related patch set uploaded by Florianschmidtwelzow:
Redirect to mobile diff page

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

-- 
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 68386] black text on blue background when i keydown on suggestions menu

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68386

Thiemo Mättig thiemo.maet...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||thiemo.maet...@wikimedia.de
 Resolution|--- |FIXED

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


[Bug 40411] Add user right to see logs which are deleted by deletelogentry

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40411

db duplicate...@googlemail.com changed:

   What|Removed |Added

   Priority|Low |Lowest
 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---
   Severity|normal  |enhancement

--- Comment #3 from db duplicate...@googlemail.com ---
Making an enhancement, which can stay open.

-- 
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 18840] RevDelete/HideUser (tracking)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18840
Bug 18840 depends on bug 40411, which changed state.

Bug 40411 Summary: Add user right to see logs which are deleted by 
deletelogentry
https://bugzilla.wikimedia.org/show_bug.cgi?id=40411

   What|Removed |Added

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

-- 
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 68128] Disable TOC for credits and license page

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68128

--- Comment #3 from db duplicate...@googlemail.com ---
A credit page is
http://en.wikipedia.org/wiki/Special:Version/Credits/EventLogging
but I have not found one with more than 3 headers.

-- 
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 68419] Flow: localization of NS_TOPIC

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68419

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148612 merged by jenkins-bot:
Use CanonicalNamespaces hook for NS_TOPIC

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

-- 
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 68424] New: Installed skins on Special:Version does not show a version (from git)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68424

Bug ID: 68424
   Summary: Installed skins on Special:Version does not show a
version (from git)
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: duplicate...@googlemail.com
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

Special:Version shows the git hash and timestamp for all the extensions, but
the installed skins does not have a timestamp, except for CologneBlue and
Modern there should be a git hash. Vector and Monobook can not have one,
because there are part of core.

http://en.wikipedia.org/wiki/Special:Version#mw-version-skin

-- 
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 68426] New: Add plainlinks for headers on Special:Version

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68426

Bug ID: 68426
   Summary: Add plainlinks for headers on Special:Version
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: duplicate...@googlemail.com
   Web browser: ---
   Mobile Platform: ---

The headers Parser extension tags and Parser function hooks on
Special:Version are links to mw.org and should have a class=plainlinks to
suppress the external link symbol.

-- 
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 68425] New: Tooltips for Insert - Special Character

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68425

Bug ID: 68425
   Summary: Tooltips for Insert - Special Character
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: misc2...@danielnaber.de
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

There are at least two dash-like characters in the Special character dialog.
They should have a tooltip describing them, otherwise it won't be obvious to
most users which character is to be used in which situation. Actually, why not
add a descriptive tooltip to all special characters?

-- 
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 67463] UniversalLanguageSelector-tofu logging too much data

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67463

nuria nu...@wikimedia.org changed:

   What|Removed |Added

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

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


[Bug 67463] UniversalLanguageSelector-tofu logging too much data

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67463

--- Comment #2 from nuria nu...@wikimedia.org ---
We have dropped the large table UniversalLanguageSelector-tofu_7629564 and
created a table on staging with data so the i18n team can do the needed
research.

Closing bug as I think all items on analytics side have been addressed.

-- 
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 68127] email address on Credits page strikes following text

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68127

db duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
Summary|Escape special chars on |email address on Credits
   |Credits page|page strikes following text

--- Comment #3 from db duplicate...@googlemail.com ---
When normal wikitext parsing is used here, than this is a duplicate of bug
40670/bug 17663

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

-- 
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 17663] Parser interpretes bXY as b if XY begins with non-ascii character when $wgUseTidy=true

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17663

db duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #13 from db duplicate...@googlemail.com ---
*** Bug 68127 has been marked as a duplicate of this bug. ***

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


[Bug 68427] New: API: Allow enumerate through all categorylinks

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68427

Bug ID: 68427
   Summary: API: Allow enumerate through all categorylinks
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: duplicate...@googlemail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

With module alllinks, alltransclusion and allfileusage it is possible to
enumerate through the pagelinks, templatelinks and imagelinks table, but there
is no way to do that with the categorylinks table.

Please add a module for this. I have no idea about a name, but should start
with 'all'

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


[Bug 68322] JS error when viewing old revision of item

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68322

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148093 merged by jenkins-bot:
Fix triggering of 'restrictEntityPageActions' and 'blockEntityPageActions'

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

-- 
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 68428] New: API: Allow page_id sort order for list=allpages

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68428

Bug ID: 68428
   Summary: API: Allow page_id sort order for list=allpages
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: duplicate...@googlemail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

list=allpages gives pages in order of titles to the given namespace. It should
also be possible to get the pages in page_id order.

This allows getting newer pages easier as with
Special:NewPages/list=recentchanges and over the 30 days.

Maybe add a apsort=title|pageid param
Having the apnamspace param still working would be nice.

-- 
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 64275] configuration variable to turn on or off particular footer links (both on desktop and mobile)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64275

--- Comment #2 from Florian florian.schmidt.wel...@t-online.de ---
@Mobile-Team: Is it still actual, that privacy message must be an own message
key? I ask because for about and disclaimer we use core message key?
https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/master/includes/skins/SkinMinerva.php#L631

-- 
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 68404] Unable to post process an edit that wasn't in processed status

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68404

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

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

--- Comment #2 from Peter Bena benap...@gmail.com ---
https://github.com/huggle/huggle3-qt-lx/commit/d80cb43bb2ea86c22f28d81ec43eeba91325757e

-- 
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 68404] Unable to post process an edit that wasn't in processed status

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68404

--- Comment #3 from Peter Bena benap...@gmail.com ---
Load button is only for page name, so it's expected to do this, but as it's
confusing it may be removed in future

-- 
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 68429] New: Add non-breaking space to the special character dialog

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68429

Bug ID: 68429
   Summary: Add non-breaking space to the special character
dialog
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: misc2...@danielnaber.de
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

The most obvious way to add a non-breaking space (other than typing it, see
#51045) would be the Insert - Special Characters dialog.

-- 
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 67298] Flickr API method=flickr.photos.licenses.getInfo requires SSL, we don't use it

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67298

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 43450] UploadWizard Flickr (tracking)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43450
Bug 43450 depends on bug 67298, which changed state.

Bug 67298 Summary: Flickr API method=flickr.photos.licenses.getInfo requires 
SSL, we don't use it
https://bugzilla.wikimedia.org/show_bug.cgi?id=67298

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 68372] Special characters in target of mmv url are hex encoded in url bar

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68372

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

   What|Removed |Added

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

--- Comment #20 from Andre Klapper aklap...@wikimedia.org ---
I am closing this report again - see comment 8 and comment 17 for reasons to
not change current behavior.

-- 
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 68410] forms module is poorly nested inside controllers

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68410

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148537 merged by jenkins-bot:
Fix bad dependency chains and imports

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

-- 
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 53259] Add Forward Secrecy

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53259

--- Comment #56 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148618 had a related patch set uploaded by Chmarkine:
tendril -- update cipher suite list to support PFS

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

-- 
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 68416] incomplete page title in ApiParse-getSectionContent() error message

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68416

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.24-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 67875] GlobalRename: Page moves are being blocked by local abusefilters

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67875

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 145870 merged by jenkins-bot:
Hack: Prevent AbortMove hook from interfering with GlobalRename page moves

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

-- 
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 67936] Provide a sane way to bypass abuse filters

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67936

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

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

-- 
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 67875] GlobalRename: Page moves are being blocked by local abusefilters

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67875

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
   See Also|https://bugzilla.wikimedia. |
   |org/show_bug.cgi?id=67936   |
 Depends on||67936

--- Comment #8 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Hack is merged, but we still need a proper solution. Setting bug 67936 as a
blocker, since I think that is the best way to move forward here.

-- 
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 68430] New: Internal error in ApiFormatXml exception in centralnoticequerycampaign

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68430

Bug ID: 68430
   Summary: Internal error in ApiFormatXml exception in
centralnoticequerycampaign
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralNotice
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: fr-t...@wikimedia.org, s...@ludd.net
   Web browser: ---
   Mobile Platform: ---

/w/api.php?action=centralnoticequerycampaignamp;format=jsonamp;campaign=Plea_US
  Exception from line 2012 of
/usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiBase.php: Internal
error in ApiFormatXml::recXmlPrint: (centralnoticequerycampaign, ...) has
integer keys without _element value. Use ApiResult::setIndexedTagName().
#0
/usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiFormatXml.php(180):
ApiBase::dieDebug('ApiFormatXml::r...', '(centralnoticeq...')
#1
/usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiFormatXml.php(195):
ApiFormatXml::recXmlPrint('centralnoticequ...', Array, 0)
#2
/usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiFormatXml.php(73):
ApiFormatXml::recXmlPrint('api', Array, -2)
#3 /usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiMain.php(1073):
ApiFormatXml-execute()
#4 /usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiMain.php(919):
ApiMain-printResult(false)
#5 /usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiMain.php(363):
ApiMain-executeAction()
#6 /usr/local/apache/common-local/php-1.24wmf13/includes/api/ApiMain.php(334):
ApiMain-executeActionWithErrorHandling()
#7 /usr/local/apache/common-local/php-1.24wmf13/api.php(85): ApiMain-execute()
#8 /usr/local/apache/common-local/w/api.php(3): require('/usr/local/apac...')

-- 
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 64850] Port commonsdelinker to core, and repackage as separate module

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64850

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148447 had a related patch set uploaded by Krinkle:
[WIP] Port CommonsDelinker from compat as new repository

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

-- 
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 68322] JS error when viewing old revision of item

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68322

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 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 65447] Site was blocked but IP was still able to add links later (due to link already present on the page?)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65447

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

   What|Removed |Added

   Priority|High|Normal
Summary|Spam-blacklist not working  |Site was blocked but IP was
   ||still able to add links
   ||later (due to link already
   ||present on the page?)

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


[Bug 68426] Add plainlinks for headers on Special:Version

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68426

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

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Low
   Severity|normal  |minor

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


[Bug 68428] API: Allow page_id sort order for list=allpages

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68428

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   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 68427] API: Allow enumerate through all categorylinks

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68427

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   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 62598] Filter for New User uploads in Mobile Web

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62598

--- Comment #122 from Lupo lupo.bugzi...@gmail.com ---
BTW, since we're all so focused on statistics right now, a cautionary note:

If the statistics say X% were deleted, that does *not* mean that the remaining
(100-X)% were OK.

I just went over the mobile/web uploads from July 5 and July 6, where already a
lot had been deleted, and I had no trouble at all to find still numerous
copyright violations that had slipped through the first screening. Including
very obvious ones such as [[:commons:File:Photo of Hill 2014-07-06 19-59.jpg]]
(which is a low-res jpg copy of the fair use TV screengrab
https://it.wikipedia.org/wiki/File:Augustus_Hill.png ), or
[[:commons:File:Scott kazmir 2014-07-06 09-52.jpg]], which is an AP photo:
http://www.apimages.com/metadata/Index/Mariners-Athletics-Baseball/e89985f7b99645b48188914a5a60ee7b/47/0
, or [[:commons:File:Perišić with VFL Wolfsburg 2014 2014-07-06 11-54.jpg]],
which is a crop of a Getty photo: http://gty.im/478110559 . 

Take this just as anecdotal evidence that the curators at the Commons _are_
indeed overworked and stretched beyond their limits.

-- 
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 64874] Use ApiErrorReporter for all API errors.

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64874

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 64874] Use ApiErrorReporter for all API errors.

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64874

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148622 had a related patch set uploaded by Hoo man:
Made all API modules use ApiErrorReporter

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

-- 
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 66971] Don't treat referenced entities that are redirects as deleted in the UI

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66971

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW
 CC||tobias.gritschacher@wikimed
   ||ia.de

--- Comment #1 from tobias.gritschac...@wikimedia.de ---
https://gerrit.wikimedia.org/r/#/c/145522/

-- 
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 66971] Don't treat referenced entities that are redirects as deleted in the UI

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66971

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

   What|Removed |Added

 Whiteboard|u=dev c=frontend p=8|u=dev c=frontend p=8
   |s=2014-07-01|s=2014-07-15

-- 
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 68424] Installed skins on Special:Version should show a version (from git)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68424

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Summary|Installed skins on  |Installed skins on
   |Special:Version does not|Special:Version should show
   |show a version (from git)   |a version (from git)
   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 68425] Tooltips for Insert - Special Character

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68425

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

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Daniel Naber from comment #0)
 There are at least two dash-like characters in the Special character
 dialog. They should have a tooltip describing them, otherwise it won't be
 obvious to most users which character is to be used in which situation.

Assuming you refer to − and — : Don't use and situations highly depend on
cultures (and languages) anyway? Wondering if it would be possible to generally
explain at all.  Any citation for won't be obvious to most users?

(In reply to Daniel Naber from comment #0)
 Actually, why not add a descriptive tooltip to all special characters?

I doubt there is a usecase for explaining every single character (and making
translators translate them). Which actual problem to solve?

-- 
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 68402] Move Vector and MonoBook to separate repositories

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68402

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 68431] New: Update lighttpd default settings

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68431

Bug ID: 68431
   Summary: Update lighttpd default settings
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: metat...@online.ms
CC: benap...@gmail.com, t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

According to:
https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Help/Performance#Webservice_stalling.2C_OOM_or_otherwise_unresponsive

I'm going to submit a patch, but would like to test it on one webgrid node in
advance (preferred tools-webgrid-04)
https://tools.wmflabs.org/paste/view/763db0fb

Additional:
Is  /usr/bin/webservice script puppetized?

-- 
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 53259] Add Forward Secrecy

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53259

--- Comment #57 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148624 had a related patch set uploaded by Chmarkine:
planet -- update cipher suite list to support PFS

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

-- 
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 67824] User links keyboard shortcuts do not work.

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67824

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
I still do not know what are steps to reproduce the problem (as a list, step by
step).  Comment 0 does not provide any.

-- 
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 68429] Add non-breaking space to the special character dialog

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68429

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

   What|Removed |Added

 CC||rm...@wikimedia.org,
   ||tpars...@wikimedia.org
  Component|General |Editing Tools
   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 68425] Tooltips for Insert - Special Character

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68425

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

   What|Removed |Added

 CC||rm...@wikimedia.org,
   ||tpars...@wikimedia.org
  Component|General |Editing Tools

-- 
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 62598] Filter for New User uploads in Mobile Web

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62598

--- Comment #123 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
I just want to emphasize that hosting copyright violation is a crime in certain
countries. There were a few bills (DMCA safe harbour) that allows WMF to
operate, though, but this liberal legislation should not be exploited or
overstressed. Not to mention how it harms Commons hosting copyright violations
as it poses threats to re-users. Every single blatant copyright violation is
one too much.

-- 
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 68425] Tooltips for Insert - Special Character

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68425

--- Comment #2 from Daniel Naber misc2...@danielnaber.de ---
(In reply to Andre Klapper from comment #1)

 Assuming you refer to − and — : Don't use and situations highly depend on
 cultures (and languages) anyway?

I guess so (and that's probably why de.wikipedia has a different dialog than
en.wikipedia), but still these characters have names that at least help explain
their meaning and make it possible to tell them apart.

 Any citation for won't be obvious to most users?

I've fixed about 2000 typos in de.wikipedia in the last few months and
typographical problems (although not limited to the dash characters) are very
common.

 I doubt there is a usecase for explaining every single character (and making
 translators translate them). Which actual problem to solve?

It increases confidence in what you're doing if you can see that you are
actually using the right character (instead of one that maybe just looks the
same - this could easily happen with then tens of thousands of unicode
characters available). For translation, either use the Unicode name without
translation, or an official translation (that might be available or not).

-- 
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 66839] Create tests comparing the output of the old and new serializer implementation

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66839

--- Comment #2 from Thiemo Mättig thiemo.maet...@wikimedia.de ---
Testing qualifiers, references and ranks is still missing.

Also test UnDeserializableValue?

-- 
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 67824] User links keyboard shortcuts do not work.

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67824

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

   What|Removed |Added

   Keywords||accessibility
 CC||jforres...@wikimedia.org
  Component|General/Unknown |Page editing
Version|unspecified |1.24-git
Product|MediaWiki extensions|MediaWiki
   Severity|minor   |normal

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Ah. Looks like I hover over a link in the personal top bar with my mouse, see a
keyboard communication in the popup, and try to use that one. :)

-- 
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 66064] ULS: attrName property no longer exposed on jQuery.Event objects in jQuery 1.9

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66064

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

   What|Removed |Added

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

--- Comment #4 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/148608/ added the fix to MW ULS. Closing

-- 
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 65399] Don't use deprecated features removed in jQuery 1.9 (tracking)

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65399
Bug 65399 depends on bug 66064, which changed state.

Bug 66064 Summary: ULS: attrName property no longer exposed on jQuery.Event 
objects in jQuery 1.9
https://bugzilla.wikimedia.org/show_bug.cgi?id=66064

   What|Removed |Added

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

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


[Bug 68423] [hhvm] Fatal error: String length exceeded 2^31-2: 2147483647

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68423

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend p=0

-- 
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 53259] Add Forward Secrecy

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53259

--- Comment #58 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148631 had a related patch set uploaded by Chmarkine:
svn -- update cipher suite list to support PFS

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

-- 
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 68420] Translation guidelines link not configurable per language

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68420

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om
Summary|Fallback to English |Translation guidelines link
   |Wikipedia:Translation link  |not configurable per
   |if page in target wiki  |language
   |doesn't exists  |

--- Comment #1 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
We need to make the link configurable. Best way to do this to keep the URL as a
message to translate. It automatically goes through fallback chain if not
translated. Instead of literally translating, translators need to given link to
translation guidelines the target language. Message documentation should be
clear on that

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


[Bug 68432] New: VisualEditor: Breadcrumb disappears upon saving page

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68432

Bug ID: 68432
   Summary: VisualEditor: Breadcrumb disappears upon saving page
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: at.li...@live.com.au
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

After using VE to edit a subpage in a namespace with subpages enabled, and
saving changes, the breadcrumb link ( ParentPageName) underneath the page
title does not come back.

-- 
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 68420] Translation guidelines link not configurable per language

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68420

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148634 had a related patch set uploaded by Santhosh:
Make the translation guidelines link configurable per language

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

-- 
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 68420] Translation guidelines link not configurable per language

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68420

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 62218] SMWSparqlStore datatype error

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62218

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from MWJames jamesin.hongkon...@gmail.com ---
Solved with [0].

[0] https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/338

-- 
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 68419] Flow: localization of NS_TOPIC

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68419

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||legoktm.wikipe...@gmail.com
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |sp...@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 68431] Update lighttpd default settings

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68431

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148637 had a related patch set uploaded by Hedonil:
lighttpd-starter: Update default settings to oversome some issues. Bug: 68431
hange-Id: I17ef551fd75dabb60c5c47b42eb7644109acad29i

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

-- 
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 68431] Update lighttpd default settings

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68431

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |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 67044] Can't upload SVG because a filter is present on a image

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67044

--- Comment #2 from PRO perheli...@gmail.com ---
Yes, it is displayed on upload.

-- 
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 68428] API: Allow page_id sort order for list=allpages

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68428

--- Comment #1 from Brad Jorsch bjor...@wikimedia.org ---
While this looks easy, anyone attempting this should be sure they are familiar
with MySQL query optimization. The query is currently along the lines of
SELECT ... FROM page WHERE page_namespace = '0' ORDER BY page_title, using
the name_title index on the page table. Be sure your new query is still indexed
and is not filesorting.

-- 
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 54541] When loging in to a site, try the site-configured username if any

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54541

--- Comment #3 from Ricordisamoa ricordisa...@openmailbox.org ---
The patch does not appear to solve anything: site.userinfo holds information
about the currently logged-in user.

-- 
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 64870] Port inline_images.py to core

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64870

--- Comment #1 from Ricordisamoa ricordisa...@openmailbox.org ---
If not in pywikibot/scripts, where to put it?

-- 
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 68416] incomplete page title in ApiParse-getSectionContent() error message

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68416

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 148575 merged by jenkins-bot:
Provide namespace to ApiParse-getSectionContent

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

-- 
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 68297] VisualEditor: Investigate parsing/rendering/behavior of {{MW 1.23}} on mediawiki.org

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68297

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
This is causing breakage in edits (that is not being detected by VE):
https://www.mediawiki.org/w/index.php?title=Manual:Skinningdiff=1074312oldid=1072136

-- 
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 55008] update external links for downloading in copyright.py

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55008

Ricordisamoa ricordisa...@openmailbox.org changed:

   What|Removed |Added

 CC||ricordisa...@openmailbox.or
   ||g
  Component|General |copyright.py
Summary|To update external links|update external links for
   |for downloading in  |downloading in copyright.py
   |copyright.py|

-- 
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 68434] New: Alias for Special:MergeItems

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68434

Bug ID: 68434
   Summary: Alias for Special:MergeItems
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: leon.liese...@wikipedia.de
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Would it be feasible to implement the alias Special:MergeItem for
Special:MergeItems? The page's already been around for a while and I
personally still regularly access it under this invalid name.

-- 
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 62598] Filter for New User uploads in Mobile Web

2014-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62598

--- Comment #124 from Florian florian.schmidt.wel...@t-online.de ---
(In reply to Gerrit Notification Bot from comment #63)
 Change 143822 merged by jenkins-bot:
 Show Uploadbutton only when user has the permission
 
 https://gerrit.wikimedia.org/r/143822

This patch (don't show uploadbutton to users without autoconfirmed status on
special:uploads, e.g. if they navigate directly to the page) was merged at
July, 15. That means that this patch isn't deployed at July 10 with wmf13. It
was deployed yesterday with wmf14 to commons, so that can be a problem, too,
when we discuss the next steps :)

@Mobile-Team: Maybe i overlook something, but in the changelog of MW1.24wmf14
for MobileFrontend isn't this change listed?! Is that only an documentation
error?
https://www.mediawiki.org/wiki/MediaWiki_1.24/wmf14#MobileFrontend

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


  1   2   3   4   5   6   >