[Bug 40219] Mechanism to add new update jobs to a client

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

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

   What|Removed |Added

 Status|NEW |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 55471] New: PHP Fatal error: Call to a member function getParserOutput() on a non-object in FlaggedRevs.class.php on line 575

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

   Web browser: ---
Bug ID: 55471
   Summary: PHP Fatal error:  Call to a member function
getParserOutput() on a non-object in
FlaggedRevs.class.php on line 575
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: s...@reedyboy.net
CC: aschulz4...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

[08-Oct-2013 18:24:10] Fatal error: Call to a member function getParserOutput()
on a non-object at
/usr/local/apache/common-local/php-1.22wmf19/extensions/FlaggedRevs/backend/FlaggedRevs.class.php
on line 575
Server: mw1028
Method: GET
URL: http://pl.wikipedia.org/wiki/Nie_mam_nic,_prócz_Ciebie_(Lady)
Backtrace:
#0
/usr/local/apache/common-local/php-1.22wmf19/extensions/FlaggedRevs/backend/FlaggedRevs.class.php(575):
FlaggedRevs::parseStableRevision()
#1
/usr/local/apache/common-local/php-1.22wmf19/extensions/FlaggedRevs/frontend/FlaggablePageView.php(697):
FlaggedRevs::parseStableRevision(Object(FlaggedRevision),
Object(ParserOptions))
#2
/usr/local/apache/common-local/php-1.22wmf19/extensions/FlaggedRevs/frontend/FlaggablePageView.php(354):
FlaggablePageView-showStableVersion(Object(FlaggedRevision), '', '')
#3
/usr/local/apache/common-local/php-1.22wmf19/extensions/FlaggedRevs/frontend/FlaggedRevsUI.hooks.php(194):
FlaggablePageView-setPageContent(false, true)
#4 [internal function]:
FlaggedRevsUIHooks::onArticleViewHeader(Object(Article), false, true)
#5 /usr/local/apache/common-local/php-1.22wmf19/includes/Hooks.php(199):
call_user_func_array('FlaggedRevsUIHo...', Array)
#6
/usr/local/apache/common-local/php-1.22wmf19/includes/GlobalFunctions.php(3898):
Hooks::run('ArticleViewHead...', Array)
#7 /usr/local/apache/common-local/php-1.22wmf19/includes/Article.php(615):
wfRunHooks('ArticleViewHead...', Array)
#8
/usr/local/apache/common-local/php-1.22wmf19/includes/actions/ViewAction.php(44):
Article-view()
#9 /usr/local/apache/common-local/php-1.22wmf19/includes/Wiki.php(441):
ViewAction-show()
#10 /usr/local/apache/common-local/php-1.22wmf19/includes/Wiki.php(305):
MediaWiki-performAction(Object(Article), Object(Title))
#11 /usr/local/apache/common-local/php-1.22wmf19/includes/Wiki.php(591):
MediaWiki-performRequest()
#12 /usr/local/apache/common-local/php-1.22wmf19/includes/Wiki.php(460):
MediaWiki-main()
#13 /usr/local/apache/common-local/php-1.22wmf19/index.php(55):
MediaWiki-run()
#14 /usr/local/apache/common-local/w/index.php(3):
require('/usr/local/apac...')
#15 {main}

-- 
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 40549] Highlight first suggestion when auto-completing

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

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

   What|Removed |Added

 Status|NEW |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 53241] Use Map and Set instead of plain objects / ES6 shim cleanup

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

--- Comment #15 from C. Scott Ananian canan...@wikimedia.org ---
OK.  I suggest moving to es6-shim.  The codebase is much simpler.

Things left to do:

a) profile our code and figure out why we are creating so many different Set
objects during a parserTests run.  Possible we can hoist many of them out (into
mediawiki.wikitext.constants.js) which would greatly reduce the speed penalty
from using es6-shim.

b) (possibly) hack es6-shim to lazy-initialize the Map objects.  Only create
the backing linked-list if non-string keys are ever used.  [gwicke suggests
that numeric keys could also be sped up, by prefixing string keys with '$'
instead of testing against '__proto__']

c) (possibly) add a FastStringSet to JSUtils (along the lines of
https://gerrit.wikimedia.org/r/88148 ).

c2) figure out what the hotspots are for Set.has() -- possibly only a few sites
actually need to use FastStringSet.

d) subbu has also requested re-doing some of the performance comparisons above
using a single (large) article as a benchmark, instead of ParserTests.  This
would help determine whether the performance loss was significant in real use
(as opposed to just in parserTests).

Arlo: I'm moving on to other tasks right now.  Go ahead and tackle any of the
above that you like.

-- 
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 55467] UnavailableShardsException

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

Nik Everett neverett+bugzi...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Nik Everett neverett+bugzi...@wikimedia.org ---
I've got it!

A few weeks ago we changed the default number of replicas from 1 to 2 so we
could have more redundancy during updates.  Which is cool and all, but when you
have a single node elasticsearch you can't have _any_replicas.

The reason it was working before is that we are using elasticsearch's default
write consistency: quorum.  My guess is quorum let the write through when the
master was up but the other shards weren't.

You can work around this by adding this to your LocalSettings:
$wgCirrusSearchContentReplicaCount = array( 'content' = 0, 'general' = 0 );


We're going to make that the default and add a note to the readme about
changing it for production use.  That commit will go in later on today.

I'm going to usurp this bug to make the error message better.

-- 
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 40703] Divide Wikibase CSS into shared CSS and Vector (skin) specific CSS

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |INVALID

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Closing this as we really need to get down the number of Wikidata bugs and this
doesn't seem very useful to keep around atm.

-- 
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 44881] Vector skin extension issues (tracking)

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

Bug 44881 depends on bug 40703, which changed state.

Bug 40703 Summary: Divide Wikibase CSS into shared CSS and Vector (skin) 
specific CSS
https://bugzilla.wikimedia.org/show_bug.cgi?id=40703

   What|Removed |Added

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

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


[Bug 40704] Style Wikibase entity views for monobook skin

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

Bug 40704 depends on bug 40703, which changed state.

Bug 40703 Summary: Divide Wikibase CSS into shared CSS and Vector (skin) 
specific CSS
https://bugzilla.wikimedia.org/show_bug.cgi?id=40703

   What|Removed |Added

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

-- 
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 40704] Style Wikibase entity views for monobook skin

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

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

   What|Removed |Added

   Priority|Normal  |Lowest
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

-- 
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 40948] Confirmation dialog after setting a language link

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

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

   What|Removed |Added

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

-- 
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 40705] Style Wikibase entity views for other skins than vector (tracking)

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

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

   What|Removed |Added

   Priority|Normal  |Lowest
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

-- 
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 55472] New: Add support for editing global abusefilters from local wikis

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

   Web browser: ---
Bug ID: 55472
   Summary: Add support for editing global abusefilters from local
wikis
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: AbuseFilter
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zhoris...@gmail.com
CC: agarr...@wikimedia.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Any abusefilter pulling from a central wiki has two databases it uses, but
there's no way to edit the global ones from secondary ones (or even view them,
from what I can tell). 

There should be support for that for secondary wikis, such that anyone can see
the full list of what affects their wiki, and any users with the correct rights
can also add/remove from either the local or the global abusefilter as needed.

This way hassle would be removed for local admins who find something that works
and want to share it, or stewards who happen to be testing on an affected wiki
(especially when the central wiki isn't affected, but several others are) - one
box check there and the extension moves it to the appropriate database
(although it might need an extra confirmation to make sure folks don't
accidentally remove global ones from everyone else unless they really mean to,
and such).

-- 
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 40975] ObjectComparer::dataEquals needs more tests

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

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

   What|Removed |Added

   Priority|Normal  |High

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Still the case?

-- 
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 43025] All API modules should return pageinfo consistently

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

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Addshore addshorew...@gmail.com ---
I suspect not, There is a bug on the board that is related to this *adds a see
also*
We just need to consistently return stuff in the same way everywhere :

-- 
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 55472] Add support for editing global abusefilters from local wikis

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

--- Comment #1 from Isarra zhoris...@gmail.com ---
Oh, I see, it does show the global ones on all of them, just not by default.
Tab functionality, eh.

-- 
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 48501] [OPS] beta: get SSL certificates

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

--- Comment #45 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87045 merged by jenkins-bot:
Labs: Turn off secure login on loginwiki due to untrusted SSL

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

-- 
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 54267] The data structure representing an entity's claims differs betweeen wbgetentities and wbsetclaim

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

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

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

-- 
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 41106] Tests for PropertyDiff etc need refactoring

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

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Still the case?

-- 
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 41588] Item kidnapped after creation

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

Bug 41588 depends on bug 41495, which changed state.

Bug 41495 Summary: Hard to tell whether an item has any content.
https://bugzilla.wikimedia.org/show_bug.cgi?id=41495

   What|Removed |Added

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

-- 
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 53241] Use Map and Set instead of plain objects / ES6 shim cleanup

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

--- Comment #16 from ssas...@wikimedia.org ---
Regarding (d), here is one possible page:
fr:Coupe_du_pays_de_Galles_de_football
See https://gist.github.com/subbuss/6876447 for some tests I did y'day morning.

-- 
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 41495] Hard to tell whether an item has any content.

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |DUPLICATE

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Marking as a dupe of language fallback as we really need to get down the number
of bugs and this one isn't useful to keep around.

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

-- 
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 36430] Specify language fallback

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

--- Comment #23 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*** Bug 41495 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 43069] wbsearchentities should return the datatype for properties

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

--- Comment #2 from Addshore addshorew...@gmail.com ---
No

http://www.wikidata.org/w/api.php?action=wbsearchentitiessearch=foolanguage=entype=property

-- 
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 41529] Special page and/or parser function to check quotations from references

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |WONTFIX

--- Comment #4 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
I don't see us doing this. Let's close it to get the number of bugs down.

-- 
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 41571] Translation memory for phrases like in description

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |WONTFIX

--- Comment #6 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
This is a task for a bot.

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


[Bug 41572] Wikilink to a repo item by sitelink

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

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

   What|Removed |Added

   Priority|Normal  |Lowest
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

-- 
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 53498] Auto-log-in redirecting you to Special:AbuseFilter

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

--- Comment #15 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88508 had a related patch set uploaded by Reedy:
Move forceHTTPS check until after wgTitle is setup

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

-- 
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 55435] AbuseFilter: PHP Catchable fatal error: Argument 1 passed to RequestContext::setTitle() must be an instance of Title, null given, called in AbuseFilter.class.php on

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

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88508 had a related patch set uploaded by Reedy:
Move forceHTTPS check until after wgTitle is setup

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

-- 
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 43069] wbsearchentities should return the datatype for properties

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

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

   What|Removed |Added

   Priority|High|Normal

-- 
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 41571] Translation memory for phrases like in description

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

--- Comment #7 from Nemo federicol...@tiscali.it ---
(In reply to comment #6)
 This is a task for a bot.

Let me note that translation memory is not a task for a bot, it's provided
e.g. by the Translate extension. You're right however that it wasn't clear in
the first place whether that was actually needed here.

-- 
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 41679] Restore should have an option for removing conflicting sitelinks

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

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

   What|Removed |Added

   Priority|Normal  |Low
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

-- 
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 43069] wbsearchentities should return the datatype for properties

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

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

   What|Removed |Added

 CC||daniel.wer...@wikimedia.de

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*** Bug 42323 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 42323] wbsearchentities should return property entities data type or full entity for optimization

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Blocks|44529   |
 Resolution|--- |DUPLICATE

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---


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

-- 
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 44529] Wikidata search problems (tracking)

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

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

   What|Removed |Added

 Depends on|42323   |

-- 
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 42199] Autocomplete interferes with some input methods

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

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

   What|Removed |Added

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

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Closing for lack of reply. Please reopen if it is still an issue.

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


[Bug 42035] right-* messages are undocumented

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

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Still the case?

-- 
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 55469] Extension:Echo problem with update.php

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

--- Comment #1 from bs...@wikimedia.org ---
Hi, could you post more detail on the problem?

Thanks,

-- 
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 55471] PHP Fatal error: Call to a member function getParserOutput() on a non-object in FlaggedRevs.class.php on line 575

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

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 CC||wikidata-bugs@lists.wikimed
   ||ia.org
  Component|FlaggedRevs |ContentHandler
Version|master  |1.22-git
   Assignee|wikibugs-l@lists.wikimedia. |wikidata-bugs@lists.wikimed
   |org |ia.org
Product|MediaWiki extensions|MediaWiki
   Target Milestone|--- |1.22.0 release

--- Comment #1 from Aaron Schulz aschulz4...@gmail.com ---
aaron@terbium:~$ mwscript eval.php plwiki


 $rev = Revision::newFromId( 16265152 );

 var_dump( $rev-getContent() );
NULL

 var_dump( $rev-getText() );
string(0) 

 var_dump( $rev-getSha1() );
string(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 33980] Wikimedia-hosted OpenStreetMap (OSM) / mapnik tileservers wanted for mobile usage

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

kolossos alder_...@hotmail.com changed:

   What|Removed |Added

 CC||alder_...@hotmail.com

--- Comment #17 from kolossos alder_...@hotmail.com ---
For coastlines you should check this:
http://openstreetmapdata.com/data/coastlines
It seems the easier way for me to use already generated coastlines.
Coastlines are really complex:
http://blog.jochentopf.com/2013-03-11-state-of-the-osm-coastline.html 

Other question: Will we have an hstore in the database? Otherwise we are not
flexible enough to render the most important styles, like hikebike-style.

-- 
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 55467] UnavailableShardsException

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

--- Comment #6 from key...@gmail.com ---
This is the LocalSettings.php now:

##Start --- CirrusSearch
require_once( $IP/extensions/Elastica/Elastica.php );
require_once( $IP/extensions/CirrusSearch/CirrusSearch.php );
#$wgDisableSearchUpdate = true;
$wgCirrusSearchServers = array( 'localhost' );
$wgCirrusSearchContentReplicaCount = array( 'content' = 0, 'general' = 0 );
#$wgSearchType = 'CirrusSearch';
##End   --- CirrusSearch

Input:
 php forceSearchIndex.php

Output:
...
...
...
index: /wikidb_mw1_test_general_first/page/499 caused
UnavailableShardsException[[wikidb_mw1_test_general_first][3] [3] shardIt, [1]
active : Timeout waiting for [1m], request:
org.elasticsearch.action.bulk.BulkShardRequest@6a3b300c]

Indexed 475 pages ending at 499 at 4/second
Indexed a total of 475 pages at 4/second

-- 
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 42474] Configuration to use local cache tables

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

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

   What|Removed |Added

   Priority|Normal  |Low
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*poke*?

-- 
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 42478] PropertyContent class not found in PropertyValueSnakTest

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |FIXED

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Closing this assuming this is long changed.

-- 
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 42507] ExternalChangesLine technical debt

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

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Still relevant?

-- 
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 42510] Code coverage extremely low - technical debt

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

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
What is the current status 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 42516] wikidata.org not in the sites table

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

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
What is the status 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 42645] Site link used error is confusing

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

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

   What|Removed |Added

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

--- Comment #4 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
AFAIK this is fixed now.

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


[Bug 42776] tests for experimental features should only run if experimental features are enabled

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e,
   ||tobias.gritschacher@wikimed
   ||ia.de
 Resolution|--- |FIXED

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Assuming this is fixed now.

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


[Bug 55467] UnavailableShardsException

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

--- Comment #7 from Nik Everett neverett+bugzi...@wikimedia.org ---
Sorry, for replica count to take effect you have to rerun
updateSearchIndexConfig.  I'll make sure variables like that are more clearly
marked in future.

-- 
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 42955] API displays html in error messages

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

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

   What|Removed |Added

 CC||addshorew...@gmail.com,
   ||lydia.pintscher@wikimedia.d
   ||e

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Is this still an issue?

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


[Bug 43044] edit auto summary not substituted in email notification

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

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

   What|Removed |Added

   Keywords|easy|

-- 
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 43134] UI: add error notice if adding label/alias/description fails because of invalid characters

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

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

   What|Removed |Added

   Priority|Normal  |Low
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

-- 
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 43134] UI: add error notice if adding label/alias/description fails because of invalid characters

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

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

   What|Removed |Added

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

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Closing this as the real fix is fixing bug 43136.

-- 
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 43136] | (vertical bar) character is not accepted in aliases

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

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

   What|Removed |Added

   Priority|Normal  |Low
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|normal  |minor

-- 
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 42955] API displays html in error messages

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

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from Addshore addshorew...@gmail.com ---
As far as I am aware this is resolved fixed.
Please reopen if I am wrong.

-- 
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 39174] Wikidata repo MW API (tracking)

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

Bug 39174 depends on bug 42955, which changed state.

Bug 42955 Summary: API displays html in error messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=42955

   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 55467] UnavailableShardsException

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

key...@gmail.com changed:

   What|Removed |Added

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

--- Comment #8 from key...@gmail.com ---
now it only took 10 seconds. :-)
you are the BEST!!!

php forceSearchIndex.php

Indexed 475 pages ending at 499 at 106/second
Indexed a total of 475 pages at 106/second

-- 
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 55463] Live preview of a reply doesn't work anymore

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

--- Comment #1 from Krinkle krinklem...@gmail.com ---
This is because LiquidThreads is relying on core edit.preview.js to bind the
click handler on the document.body.

I'll undo that part of the optimisation for now but this is really something
that LQT should fix.

A click handler on an element by the ID of '#wpPreview' is not a public API and
LQT has no business in trying to hijack that click.

The reason LQT could do this until now is because it basically reproduces most
of the EditPage HTML (including the exact HTML IDs and classes on buttons and
other form fields), except for the 'id=editform' attribute on the form
element.

At first I thought adding that ID wouldn't help (since LQT creates it
dynamically and the core js would've already run) but actually it would fix it
because LQT loads the core javascript manually. It does need to take care to
re-use that element once bound, but that shouldn't be a problem.

In the short to medium term LQT developers should either not re-use this core
javascript file and just write a few lines that do the same, or write a patch
in core to make it a proper javascript interface.

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


[Bug 53904] Point local sidebars to UploadWizard rather than old Commons upload

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

Rainer Rillke @commons.wikimedia rainerril...@hotmail.com changed:

   What|Removed |Added

   Keywords|shell   |shellpolicy
 CC||rainerril...@hotmail.com

--- Comment #8 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
UploadWizard is broken most of the time, at least for some users. And when you
submit patches, you have to depend on the good-will of their developer to get
it merged; you have to amend perfectly valid patches just because we use
anonymous functions and not $.proxy, for example.

I wish such changes would be more carefully evaluated.

``$wmgAltUploadForm`` does not help if UploadWizard's JS breaks before it was
able to display that link. One of it's most stupid design errors.

-- 
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 55457] mediawiki.notification: div#mw-notification-area remains visible and steals events after dismissing notification

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
All you VE guys really should start looking through bugs that are already
reported instead of adding more copies.

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

-- 
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 52659] [Regression]: mw-notification-area makes vector-hover-dropdown closing

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #3 from Bartosz Dziewoński matma@gmail.com ---
*** Bug 55457 has been marked as a duplicate of this bug. ***

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


[Bug 53904] Point local sidebars to UploadWizard rather than old Commons upload

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

--- Comment #9 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
o_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 48689] mw.notify places notifications at the top of the page, rather than fixed to the top of the screen

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords|easy|
 Status|NEW |RESOLVED
 CC||matma@gmail.com
 Resolution|--- |DUPLICATE
   Assignee|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |org |
   Target Milestone|--- |1.22.0 release

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
Fixed by Timo in Icb7cd68f (https://gerrit.wikimedia.org/r/#/c/72322/) two
months ago.

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

-- 
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 33980] Wikimedia-hosted OpenStreetMap (OSM) / mapnik tileservers wanted for mobile usage

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

--- Comment #18 from Brandon Black bbl...@wikimedia.org ---
Generating coastline data from source is also a bit too complex for what we
want to do here.  As far as we're concerned, source is the upstream
pre-generated stuff.  Kai's openstreetmap-mapnik-stylesheet-data package (here:
https://launchpad.net/~kakrueger/+archive/openstreetmap/+packages )
encapsulates (aside from basic style/symbol stuff) the coastline data
conceptually, but obviously he doesn't package 688MB of binary data in the
.deb.  Instead, it includes a script which (by default) is run at package
postinst time to download and unpack these (which is 5 compressed files from
two different sites - tile.openstreetmap.org and www.naturalearthdata.com).

When I last talked this over with Faidon, we both agreed we didn't like the
idea of downloading huge data from the public internet as part of an automated,
puppet-driven package install to set up a render node in the general case. 
Ideally we'd have some other fancy local solution to store this data (and
update it once in a blue moon as necessary), and we'd rsync it (or whatever)
within our infrastructure.  Kai's package allows for this already (via a
debconf option to skip the download).

I'm still pondering this bit.  Part of me really just wants to say, Look, any
other solution is even more of a pain in the ass, let's just set up an outbound
HTTP proxy on these machines at install time [by default, they don't have
access to the outside world, but we have proxies avail...] and let them pull it
from the primary upstream sources via the package default.  Then we can move
on with other challenges, and if it really bothers some enterprising individual
down the road when we have more renderer machines to care about, they're free
to remedy the situation at that time.

hstore: I haven't reached a point where I'm fully aware of the tradeoffs on
hstore.  If it's relatively cheap to do hstore during osm2pgsql (and ongoing
updates), we may as well put it in from the get-go.  On the other hand, this
first deployment isn't intended to support things like hikebike.  We're just
trying to get basic world map tiles out the door, and then based on production
experience with that we can decide what else to support and what that will
require in terms of hardware and software resources.

-- 
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 55463] LiquidThreads: Live preview of a reply doesn't work anymore

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Live preview of a reply |LiquidThreads: Live preview
   |doesn't work anymore|of a reply doesn't work
   ||anymore

-- 
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 50870] mediawiki.notification: Notification area should remain visible when scrolled down

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||rlan...@gmail.com

--- Comment #17 from Bartosz Dziewoński matma@gmail.com ---
*** Bug 48689 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 55473] New: [REGRESSION] License select fallback broken at Commons

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

   Web browser: ---
Bug ID: 55473
   Summary: [REGRESSION] License select fallback broken at Commons
   Product: MediaWiki
   Version: unspecified
  Hardware: All
   URL: https://commons.wikimedia.org/wiki/Commons:Village_pum
p#Can_somebody_help.3F_.22No_license_specified.22
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rainerril...@hotmail.com
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com,
fflo...@wikimedia.org, lupo.bugzi...@gmail.com,
maar...@mdammers.nl, mtrac...@member.fsf.org
Classification: Unclassified
   Mobile Platform: ---

Since some months, the license text selector language fallback is broken at
Commons: 
https://commons.wikimedia.org/wiki/Commons:Village_pump#Can_somebody_help.3F_.22No_license_specified.22
https://commons.wikimedia.org/w/index.php?title=Commons:Village_pumpoldid=106628661#Can_somebody_help.3F_.22No_license_specified.22

It apparently worked before (but I am not sure):
https://commons.wikimedia.org/w/index.php?title=Special%3ALogtype=user=page=MediaWiki%3ALicenses%2Fnnyear=month=-1tagfilter=hide_patrol_log=1
(message deleted because it was redundant to the English version)

How to reproduce:
Go to https://commons.wikimedia.org/wiki/Special:Upload?uselang=de-at
and the Lizenz:-select only contains one entry. This is because
[[MediaWiki:Licenses/de-at]] does not exist. I would, however, expect that in
this case [[MediaWiki:Licenses/de]] is used.

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


[Bug 55474] New: campaign parameter not passed in CTAs when user clicks login

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

   Web browser: ---
Bug ID: 55474
   Summary: campaign parameter not passed in CTAs when user clicks
login
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jrob...@wikimedia.org
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, mgro...@wikimedia.org,
mpinc...@wikimedia.org, rkald...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

It only seems to be passed when you click sign up. What is stranger is if you
inspect the URL of the login link it is there - it somehow gets stripped on
click ing it.

Expected:
Whilst logged out click on edit button
CTA shows with login and sign up buttons
Click login
Address bar URL has campaign=mobile_editPageActionCta in it

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


[Bug 55474] campaign parameter not passed in CTAs when user clicks login

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

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1295

-- 
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 55342] Add namespace aliases on Korean Wikipedia

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

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |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 53227] updateSpecialPages.php not running any more on de.wp

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

--- Comment #15 from Malafaya malaf...@clix.pt ---
Still not running successfully with cron, it seems.
I'm already afraid of asking for yet another manual run... :)

-- 
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 40975] ObjectComparer::dataEquals needs more tests

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

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Yes, this is now one of the highest project risks, as analysed by PHPUnit, in
DataModel.

-- 
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 46785] message Wikibase-unconnectedpages-format-row missing plural

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

Yair Rand yyairr...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yyairr...@gmail.com
 Resolution|--- |FIXED

--- Comment #1 from Yair Rand yyairr...@gmail.com ---
Looks like it was fixed a few months ago.

-- 
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 42507] ExternalChangesLine technical debt

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

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Yes. Looks like this code has not been improved upon. Also still lacks tests
for basically everything.

-- 
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 55342] Add namespace aliases on Korean Wikipedia

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88529 had a related patch set uploaded by Odder:
(bug 55342) Add an alias for NS_USER_TALK on kowiki

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

-- 
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 55342] Add namespace aliases on Korean Wikipedia

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

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 42510] Code coverage extremely low - technical debt

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

--- Comment #3 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Idk, our in-house coverage reporting is broken and I'm not able to run coverage
myself without getting 9000 errors due to the nice spaghetti properties of the
stuff in Wikibase.git. Presumably the coverage is up, though still having
serious gaps.

-- 
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 2007] Tracking bug (tracking)

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

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

   What|Removed |Added

 Depends on||55475

-- 
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 55475] New: Make MediaWiki run on Google's App Engine (tracking)

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

   Web browser: ---
Bug ID: 55475
   Summary: Make MediaWiki run on Google's App Engine (tracking)
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Extensions requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mediawiki-b...@nadir-seen-fire.com
Blocks: 2007
Classification: Unclassified
   Mobile Platform: ---

From the looks of it Google App Engine now supports PHP.
https://developers.google.com/appengine/

An interesting project now might be to get MediaWiki running optimally on it.
(Ok well, I at least find it interesting even if I never have time to actually
dedicate for this kind of stuff.)

I expect there will be three components involved in this:
* An extension (maybe Extension:GAE to avoid name issues) implementing most of
the big stuff needed.
* Perhaps an mw-config/overrides.php file to make the installer more intuitive
on GAE. Likely bundled with the GAE extension and then required from
mw-config/overrides.php by whoever is installing.
* And a tutorial/manual on how to set it all up and do the App Engine project
configuration that can't be done directly in the extension.

Some specifics about the App Engine's environment:
* PHP 5.4 (yay!)
* Some HTTP headers in the request and response are modified/removed but it
shouldn't create any problems. (eg: Gzip is handled by the App Engine itself
and so Accepts-Encoding is stripped)
* No filesystem write
* No direct socket opening
* Requests are not allowed to run for longer than 60s
* Various system calls are not allowed
* Some notable things come installed:
** Various client libraries for services running on Google's App Engine and
relevant Google services.
** Basic stuff: dom, hash, json, libxml, mcrypt, mbstrinug, openssl, session,
SPL, xml*, zlib
** APC
** memcached, memcached; Both of these are configured under the hood to
automatically use the App Engine's memcache service and ignore configuration.
** mysql, mysqli, mysqlnd
* The default php session handler uses Memcache
* A MySQL based database can be provided by the Google Cloud SQL service. Once
permitted an app can access it over a unix socket.

This means a few things:
* ;) the GAE extension gets to use [ 'arrays', 'like', 'this' ]
* Ext: We'll need a file repo for Google's Cloud Storage to do uploads there.
** Google Cloud Storage can do image handling natively so we can skip doing any
thumbnail handling on our own besides making
...\CloudStorageTools::getImageServingUrl calls to get thumbnail urls.
* Ext: We'll likely need an email handler to send emails through the App
Engine's mail system.
* We're still mostly fine for fopen stuff; http:// and https:// have stream
wrappers that make them automatically use the App Engine's URL fetch service
which permits requests to ports 80-90, 440-450, 1024-65535.
* We can't log to file. However using PHP's native syslog will trigger the Log
API that'll log messages that'll be available on the App Engine's console.
* It's optional but there is a built-in handling for Google users that could
easily be used to create an optional mode where logins are done with Google
accounts and App admins are automatically made admin on the wiki.
* Ext: We'll probably want to kill the normal job queue and find a way to
implement it using the App Engine's Task Queues api.
** It is possible to define a cron job that would run runJobs. But Task Queues
are much more intelligent. The service works along with the App Engine's
scaling. If there are no web requests and no tasks the app can theoretically be
scaled down to the point that there are no instances running and costs go down.
While cron would regularly warmup a new instance.
** We'll want to be wary of extensions that add tasks which have job queue
items endlessly add themselves back to the job queue to do cron like things.
* Ext or overrides: Caches should be auto-configured to use Memcache but config
should be ignored/omitted since it's not used.
* We should see which works better; the App Engine's native Memcache sessions
or our Memcache sessions.

The app.yaml contains a handlers: list defining what requests go where. While
it's required to simply define basic functionality. We can also use it to
enable short URLs.
Much of the app.yaml configuration will probably have to be done in a tutorial.
But an includes: list to include some config from other .yaml files is
supported so we could use that to bundle some of the config inside the GAE
extension.

Monitoring our use of SQL queries in simple requests would be a good idea. If
we can find a way to serve simple requests entirely from things like Memcache,
Google Cloud Datastore, and Google Cloud Storage without making a single sql
query (ie: Eliminating the cases when 

[Bug 52659] [Regression]: mediawiki.notification: div#mw-notification-area remains visible and steals events after dismissing notification, interferes with VisualEditor, makes vector-hover-dropdown cl

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

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

   What|Removed |Added

Summary|[Regression]:   |[Regression]:
   |mediawiki.notification: |mediawiki.notification:
   |div#mw-notification-area|div#mw-notification-area
   |remains visible and steals  |remains visible and steals
   |events after dismissing |events after dismissing
   |notification, intereferes   |notification, interferes
   |with VisualEditor, makes|with VisualEditor, makes
   |vector-hover-dropdown   |vector-hover-dropdown
   |closing |closing

-- 
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 55435] AbuseFilter: PHP Catchable fatal error: Argument 1 passed to RequestContext::setTitle() must be an instance of Title, null given, called in AbuseFilter.class.php on

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

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88508 merged by jenkins-bot:
Move forceHTTPS check until after wgTitle is setup

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

-- 
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 53498] Auto-log-in redirecting you to Special:AbuseFilter

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

--- Comment #16 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88508 merged by jenkins-bot:
Move forceHTTPS check until after wgTitle is setup

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

-- 
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 55469] Extension:Echo problem with update.php

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

--- Comment #2 from paladox2015 thomasmulhall...@yahoo.com ---
Well it says error 
Fatal error: Class 'EchoHooks' not found in
/home/randwiki/public_html/extensions/Echo/Echo.php on line 532

-- 
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 52659] [Regression]: mediawiki.notification: div#mw-notification-area remains visible and steals events after dismissing notification, intereferes with VisualEditor, makes vector-hover-dropdown c

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

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

   What|Removed |Added

   Priority|Normal  |High
 CC||jforres...@wikimedia.org
Summary|[Regression]:   |[Regression]:
   |mw-notification-area makes  |mediawiki.notification:
   |vector-hover-dropdown   |div#mw-notification-area
   |closing |remains visible and steals
   ||events after dismissing
   ||notification, intereferes
   ||with VisualEditor, makes
   ||vector-hover-dropdown
   ||closing

--- Comment #4 from James Forrester jforres...@wikimedia.org ---
From bug 55457 comment 0:

| 1. Trigger a notification
| 2. Click on the notification to dismiss it
| 3. The notification area (div id=mw-notification-area) is now empty, but
| still obscures a narrow strip in the top right corner:
| 
|  $('#mw-notification-area').outerHeight()
| 12
|  $('#mw-notification-area').outerWidth()
| 269
|  $('#mw-notification-area').position()
| Object {top: 89.59375, left: 1251.203125}
|  $('#mw-notification-area').css('z-index')
| 1
| 
| This is a problem because the div steals events and mouse interaction from
the
| UI elements below it. For instance, in VisualEditor:
| 1. Open a page in VE
| 2. Type '[['. The wikitext warning appears
| 3. Click the warning to dismiss it
| 4. Reveal #mw-notification-area in the inspector and observe how it's on top
|of part of the save button
| 5. Very carefully move the mouse over the save button, and you'll notice a
|small (12px tall) area where mouse pointer is a normal pointer instead of
a
|hand. Clicking in this area does not press the save button.

-- 
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 55435] AbuseFilter: PHP Catchable fatal error: Argument 1 passed to RequestContext::setTitle() must be an instance of Title, null given, called in AbuseFilter.class.php on

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

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88189 merged by jenkins-bot:
Allow $context-setTitle( null )

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

-- 
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 55476] New: MultimediaViewer lightbox appears at top of document instead of viewport

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

   Web browser: ---
Bug ID: 55476
   Summary: MultimediaViewer lightbox appears at top of document
instead of viewport
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: br...@wikimedia.org
CC: fflo...@wikimedia.org, mtrac...@member.fsf.org
Classification: Unclassified
   Mobile Platform: ---

(Jotting down some issues noted while testing, things that aren't directly
related to the commits.)


If you're scrolled down somewhere on a page, the viewer lightbox pops up waaay
up at the top of the document, and you have to go scrolling up to find your
image and the close box.

The lightbox should be positioned to the viewport (probably use CSS
position:fixed) so no scrolling is needed.

-- 
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 52659] [Regression]: mediawiki.notification: div#mw-notification-area remains visible and steals events after dismissing notification, interferes with VisualEditor, makes vector-hover-dropdown cl

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

--- Comment #6 from James Forrester jforres...@wikimedia.org ---
(In reply to comment #5)
 So I was right that VE is *pushed* by the Wikimedia Foundation:
 https://bugzilla.wikimedia.org/show_activity.cgi?id=52659

I'm confused. What are you saying?

-- 
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 52659] [Regression]: mediawiki.notification: div#mw-notification-area remains visible and steals events after dismissing notification, interferes with VisualEditor, makes vector-hover-dropdown cl

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

--- Comment #5 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
So I was right that VE is *pushed* by the Wikimedia Foundation:
https://bugzilla.wikimedia.org/show_activity.cgi?id=52659

-- 
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 55427] DatabaseMysqlBase::addIdentifierQuotes does not properly escape

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

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 55427] DatabaseMysqlBase::addIdentifierQuotes does not properly escape

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88533 had a related patch set uploaded by BryanDavis:
Escape backticks when quoting MySQL identifiers

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

-- 
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 9436] Vertical writing support in MediaWiki

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

--- Comment #20 from Yair Rand yyairr...@gmail.com ---
https://www.mediawiki.org/wiki/Requests_for_comment/Vertical_writing_support

-- 
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 48389] login issue with add language links widget

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

--- Comment #6 from Tristan Miller psychon...@nothingisreal.com ---
No, I'm logged in via my global account on both wikis via https.  Here's the
exact series of steps which reproduces this problem:

0. Assume at the beginning I have just started my browser and am logged in on
neither wikipedia-en nor wikidata.

1. I visit https://en.wikipedia.org/wiki/Special:UserLogin.  According to the
top of the page I am not yet logged in.

2. I enter my username and password and click on Log in.  I get logged in and
redirected to the main page.

3. I visit https://en.wikipedia.org/wiki/Smriti_Irani or any other article
which doesn't have any interwiki links.

4. I click on Add links in the Languages section of the left bar.  A dialog
appears which says You need to be logged in. You need to be logged in on this
wiki and in the central data repository to use this feature.

5. I click on central data repository which takes me to a login page at
https://www.wikidata.org/wiki/Special:UserLogin.  According to the top of the
page I am not yet logged in.

6. I enter my username and password and click on Log in.  I get logged in and
redirected to the main page.

7. I visit https://en.wikipedia.org/wiki/Smriti_Irani again and click on Add
links in the Languages section of the left bar.  A dialog appears which says
You need to be logged in. You need to be logged in on this wiki and in the
central data repository to use this feature.

8. I click on central data repository which takes me to a login page at
https://www.wikidata.org/wiki/Special:UserLogin.  This time according to the
top of the page I am already logged in.


So it seems that the Add links function *always* tells me I am not logged in,
whether or not I really am logged in.

-- 
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 55477] New: MultimediaViewer should support hi-DPI ('Retina') displays

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

   Web browser: ---
Bug ID: 55477
   Summary: MultimediaViewer should support hi-DPI ('Retina')
displays
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: br...@wikimedia.org
CC: fflo...@wikimedia.org, mtrac...@member.fsf.org
Blocks: 32101
Classification: Unclassified
   Mobile Platform: ---

(Jotting down some issues noted while testing, things that aren't directly
related to the commits.)

Currently the viewer doesn't have any handling for high-DPI/Retina displays --
the image loaded will be sized for 1x density only, and may appear blurry on
sharper displays.

Simplest way to handle this in near future would be something like:

* get the display density with $.devicePixelRatio() -- this will return a
number like 1, 1.5, 2, or another number depending on the display density
and/or browser zoom level. (This is a polyfill for the window.devicePixelRatio
property which adds support for IE; don't forget to include the 'jquery.hidpi'
module in your dependencies if using it.)

* multiply the target width and height by that ratio and round off to ints;
pass that pixel size into the imageinfo request when asking for a thumbnail.

* don't forget to use the _non-multiplied_ sizes in width/height attributes on
the img

-- 
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 32101] High-density display issues (tracking) xhdpi hdpi Retina high-resolution HiDPI

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

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

   What|Removed |Added

 Depends on||55477

-- 
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 55478] New: AFT: Browser should not make separate request for SVG file

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

   Web browser: ---
Bug ID: 55478
   Summary: AFT: Browser should not make separate request for SVG
file
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedbackv5
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: krinklem...@gmail.com
CC: mmul...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Created attachment 13450
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13450action=edit
Screenshot of network request

Looks like something isn't being embedded when it should.


Request URL:
https://bits.wikimedia.org/static-1.22wmf19/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/toolbox_discuss.svg?2013-09-26T16:46:40Z

-- 
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 46916] Set patch-in-gerrit when notifying of patch set in bugzilla

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||tom...@twkozlowski.net
 Resolution|--- |FIXED

--- Comment #3 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
This was fixed a long time ago; the bot now automatically sets bug status as
PATCH_IN_GERRIT once a patch is available in, well, Gerrit (and linked
properly).

-- 
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 54391] Diff link in bundled message should show all diffs instead of just the last one

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

Fabrice Florin fflo...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||fflo...@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 49494] shellpolicy keyword is badly named

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

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

   What|Removed |Added

 CC||tom...@twkozlowski.net

--- Comment #4 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
(In reply to comment #3)
 What is needed for this to be done?

Just a say so from Andre and his changing the keyword on lots of bugs 
updating documentation on MediaWiki.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 53946] Update default cc for Wikimedia Shop

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

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

   What|Removed |Added

 CC||tom...@twkozlowski.net

--- Comment #7 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
(In reply to comment #6)
 Assigning this to James for the time being (see comment 5).

This is a silly little bug, c'mon James, fix 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 55479] Undefined indexes in MWExceptionHandler::formatRedactedTrace

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

--- Comment #1 from Dereckson dereck...@espace-win.org ---
For reference, the full stracktrace is:
#0 /var/wwwroot/dereckson.be/mediawiki/includes/GlobalFunctions.php(3934):
Hooks::run('PageContentSaveComplete', Array)
#1 /var/wwwroot/dereckson.be/mediawiki/includes/WikiPage.php(1932):
wfRunHooks('PageContentSaveComplete', Array)
#2 (): WikiPage-doEditContent(Object(WikitextContent), '', 98, false, NULL,
'text/x-wiki')
#3 /var/wwwroot/dereckson.be/mediawiki/includes/Article.php(2028):
call_user_func_array(Array, Array)
#4 /var/wwwroot/dereckson.be/mediawiki/includes/EditPage.php(1755):
Article-__call('doEditContent', Array)
#5 /var/wwwroot/dereckson.be/mediawiki/includes/EditPage.php(1755):
Article-doEditContent(Object(WikitextContent), '', 98, false, NULL,
'text/x-wiki')
#6 /var/wwwroot/dereckson.be/mediawiki/includes/EditPage.php(1214):
EditPage-internalAttemptSave(Array, false)
#7 /var/wwwroot/dereckson.be/mediawiki/includes/EditPage.php(416):
EditPage-attemptSave()
#8 /var/wwwroot/dereckson.be/mediawiki/includes/actions/EditAction.php(50):
EditPage-edit()
#9 /var/wwwroot/dereckson.be/mediawiki/includes/actions/EditAction.php(76):
EditAction-show()
#10 /var/wwwroot/dereckson.be/mediawiki/includes/Wiki.php(448):
SubmitAction-show()
#11 /var/wwwroot/dereckson.be/mediawiki/includes/Wiki.php(312):
MediaWiki-performAction(Object(Article), Object(Title))
#12 /var/wwwroot/dereckson.be/mediawiki/includes/Wiki.php(600):
MediaWiki-performRequest()
#13 /var/wwwroot/dereckson.be/mediawiki/includes/Wiki.php(467):
MediaWiki-main()
#14 /var/wwwroot/dereckson.be/mediawiki/index.php(49): MediaWiki-run()
#15 {main}

The no file/line call is the one after a call_user_func_array.

-- 
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 55479] New: Undefined indexes in MWExceptionHandler::formatRedactedTrace

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

   Web browser: ---
Bug ID: 55479
   Summary: Undefined indexes in
MWExceptionHandler::formatRedactedTrace
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: dereck...@espace-win.org
  Reporter: dereck...@espace-win.org
Classification: Unclassified
   Mobile Platform: ---

Notice: Undefined index: file in
/var/wwwroot/dereckson.be/mediawiki/includes/Exception.php on line 740

In an exception stacktrace, I get the following value without file/line value:

Array
(
[function] = doEditContent
[class] = WikiPage
[type] = -
[args] = Array
(
[0] = WikitextContent Object
(
[model_id:protected] = wikitext
[mText] = Lorem ipsum dolor
)

[1] = 
[2] = 98
[3] = 
[4] = 
[5] = text/x-wiki
)

)

This generates a notice as the following debug code always expect these:
File: includes/Exception.php
Method: formatRedactedTrace
Code (around line 740): $finalExceptionText .= #{$i}
{$call['file']}({$call['line']}): ;

To reproduce this bug:
1. $wgHooks['PageContentSaveComplete'][] = 'ANonExistentFunction';
2. edit a page and save 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


<    1   2   3   4   5   6   >