Page MenuHomePhabricator

bzimport (bugzilla import bot)
DisabledBot

Projects

User does not belong to any projects.

User Details

User Since
Nov 20 2014, 1:51 AM (577 w, 2 d)
Roles
Disabled, Bot
LDAP User
Unknown
MediaWiki User
Unknown

Recent Activity

Mar 2 2019

mmodell updated bzimport.
Mar 2 2019, 9:03 AM

Nov 22 2014

Legoktm added a comment to T74935: New component of MediaWiki for mediawiki/vendor git repository.

(In reply to Bryan Davis from comment #0)

Default CC: bdavis@wikimedia.org

Nov 22 2014, 4:01 AM · Wikimedia-Bugzilla
Aklapper added a comment to T74935: New component of MediaWiki for mediawiki/vendor git repository.

Done

Nov 22 2014, 4:01 AM · Wikimedia-Bugzilla
bzimport added a project to T74935: New component of MediaWiki for mediawiki/vendor git repository: Wikimedia-Bugzilla.
Nov 22 2014, 4:01 AM · Wikimedia-Bugzilla
Springle added a comment to T74934: Add two new columns to flow_revision table.

Both done.

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
bzimport added a project to T74934: Add two new columns to flow_revision table: WMF-General-or-Unknown.
Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
Catrope added a comment to T74933: OOjs: v8 warns it won't optimize oo.Factory.create or oo.EventEmitter.emit.

For oo.Factory.create, my version of Chrome tells me "Not optimized: Bad value context for arguments value" which seems to be a consequence of doing args = Array.prototype.slice.call( arguments, 1 ); . I don't really see a way around that, unless there's some way of making the arguments list a real array that V8 is able to optimize.

Nov 22 2014, 4:01 AM · WMF-deploy-2015-02-04_(1.25wmf16), Performance Issue, OOjs core
Catrope added a comment to T74933: OOjs: v8 warns it won't optimize oo.Factory.create or oo.EventEmitter.emit.

EventEmitter.emit also seems to be because of arguments. I checked, though, and there's very little "self" time spent in EventEmitter.emit and Factory.create: 25ms and 53ms respectively for Obama. But I'll see what that drops to after optimizing them.

Nov 22 2014, 4:01 AM · WMF-deploy-2015-02-04_(1.25wmf16), Performance Issue, OOjs core
bzimport added projects to T74933: OOjs: v8 warns it won't optimize oo.Factory.create or oo.EventEmitter.emit: OOjs core, Performance Issue.
Nov 22 2014, 4:01 AM · WMF-deploy-2015-02-04_(1.25wmf16), Performance Issue, OOjs core
kaldari added a comment to T74932: PHP Fatal error: Interface 'Psr\Log\LoggerInterface' not found in Logger.php.

Reedy: Thanks that fixed it.

Nov 22 2014, 4:01 AM · MediaWiki-Debug-Logger
Reedy added a comment to T74932: PHP Fatal error: Interface 'Psr\Log\LoggerInterface' not found in Logger.php.

You need to clone our vendor repo, or run composer

Nov 22 2014, 4:01 AM · MediaWiki-Debug-Logger
Reedy added a comment to T74932: PHP Fatal error: Interface 'Psr\Log\LoggerInterface' not found in Logger.php.
  • This bug has been marked as a duplicate of bug 72777 ***
Nov 22 2014, 4:01 AM · MediaWiki-Debug-Logger
Legoktm added a comment to T74932: PHP Fatal error: Interface 'Psr\Log\LoggerInterface' not found in Logger.php.

https://lists.wikimedia.org/pipermail/wikitech-l/2014-October/079232.html

Nov 22 2014, 4:01 AM · MediaWiki-Debug-Logger
bzimport added a project to T74932: PHP Fatal error: Interface 'Psr\Log\LoggerInterface' not found in Logger.php: MediaWiki-Logevents.
Nov 22 2014, 4:01 AM · MediaWiki-Debug-Logger
Reedy added a comment to T74931: Add el_timestamp to the externallinks table.

(In reply to Marc A. Pelletier from comment #1)

Sounds sane; the actual cost of adding a timestamp should be essentially
nil, and I can think of a couple use cases when patrolling for spam links
that make it easier than trawling the RC.

That said, the column would be nearly useless without an index and I know
there's a cost for /that/, so someone more versed in performance will need
to chime in.

Nov 22 2014, 4:01 AM · MediaWiki-Special-pages, MediaWiki-Page-derived-data, Schema-change
coren added a comment to T74931: Add el_timestamp to the externallinks table.

Sounds sane; the actual cost of adding a timestamp should be essentially nil, and I can think of a couple use cases when patrolling for spam links that make it easier than trawling the RC.

Nov 22 2014, 4:01 AM · MediaWiki-Special-pages, MediaWiki-Page-derived-data, Schema-change
bzimport added projects to T74931: Add el_timestamp to the externallinks table: MediaWiki-libs-Rdbms, good first task, Schema-change.
Nov 22 2014, 4:01 AM · MediaWiki-Special-pages, MediaWiki-Page-derived-data, Schema-change
bzimport added a project to T74930: Update puppet managed copy of elasticsearch template: Wikimedia-Logstash.
Nov 22 2014, 4:01 AM · observability, Patch-For-Review, User-bd808, Wikimedia-Logstash
bzimport added projects to T74929: VisualEditor: Using browser native interactive spell-check when the changed word in the only item in the paragraph causes endless insertions in Firefox: Browser-Support-Firefox, VE-deploy-nextup, VisualEditor-ContentEditable.
Nov 22 2014, 4:01 AM · VisualEditor 2014/15 Q3 blockers, VisualEditor, VisualEditor-ContentEditable, Browser-Support-Firefox
bzimport added a comment to T74928: Unparsed wikitext on [[Special:ApiSandbox]].

Change 168761 had a related patch set uploaded by Umherirrender:
Use html helpformat for paraminfo

Nov 22 2014, 4:01 AM · Regression, Patch-For-Review, MediaWiki-extensions-ApiSandbox
bzimport added a project to T74928: Unparsed wikitext on [[Special:ApiSandbox]]: MediaWiki-extensions-ApiSandbox.
Nov 22 2014, 4:01 AM · Regression, Patch-For-Review, MediaWiki-extensions-ApiSandbox
Anomie added a comment to T74928: Unparsed wikitext on [[Special:ApiSandbox]].

Note that ApiSandbox never had *parsed* wikitext. Before recent changes it was trying to pretty-print the plain text that was handed to it. Unfortunately the pretty-printing isn't handling the wikitext in a sensible way.

Nov 22 2014, 4:01 AM · Regression, Patch-For-Review, MediaWiki-extensions-ApiSandbox
Legoktm added a comment to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage.

Written, and run on the cluster.

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
gerritbot added a comment to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage.

Change 173088 abandoned by Legoktm:
Add scripts to cleanup LocalPageMoveJob breakage

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
gerritbot added a comment to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage.

Change 173088 had a related patch set uploaded by Legoktm:
Add scripts to cleanup LocalPageMoveJob breakage

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
MZMcBride added a comment to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage.

Context might help resolve this bug... at the moment, the barrier to entry is pretty steep!

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
Legoktm added a comment to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage.

Script is written, but I'm waiting for my internet connection to stop flaking on me before running it...probably tonight.

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
hoo added a comment to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage.

People are getting annoyed waiting for this...

Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
bzimport added a project to T74927: Write a maint. script to queue failed page moves due to LocalPageMoveJob breakage: WMF-General-or-Unknown.
Nov 22 2014, 4:01 AM · WMF-General-or-Unknown
Seb35 added a comment to T75199: PhpHttpRequest should not check host against CN x509 attribute.

Adding this as a (soft) blocker of bug 53131 since it will lead to problems for people without CURL.

Nov 22 2014, 4:01 AM · MW-1.24-release, MW-1.25-release, MW-1.23-release, MW-1.26-release, WMF-deploy-2015-09-01_(1.26wmf21), Patch-For-Review, HTTPS, Multimedia, MediaWiki-General
bzimport added a project to T75199: PhpHttpRequest should not check host against CN x509 attribute: MediaWiki-General.
Nov 22 2014, 4:01 AM · MW-1.24-release, MW-1.25-release, MW-1.23-release, MW-1.26-release, WMF-deploy-2015-09-01_(1.26wmf21), Patch-For-Review, HTTPS, Multimedia, MediaWiki-General
bzimport added a project to T74926: User should be warned if moving a page to a title on the titleblacklist: TitleBlacklist.
Nov 22 2014, 4:01 AM · TitleBlacklist
gerritbot added a comment to T75198: Notices and Warnings in mobile view.

Change 172113 merged by jenkins-bot:
Be consistent in "modules-to-load" declaration

Nov 22 2014, 4:01 AM · MobileFrontend-stable
gerritbot added a comment to T75198: Notices and Warnings in mobile view.

Change 172006 merged by jenkins-bot:
Ensure notifications overlay code runs

Nov 22 2014, 4:00 AM · MobileFrontend-stable
gerritbot added a comment to T75198: Notices and Warnings in mobile view.

Change 172006 had a related patch set uploaded by Phuedx:
Ensure notifications overlay code runs

Nov 22 2014, 4:00 AM · MobileFrontend-stable
hashar added a comment to T74925: mwext-browsertests-UniversalLanguageSelector-phantomjs job failing due to missing Psr\Log dependency.

The mwext-browsertests-* jobs were meant to be triggered on patchset proposals. Apparently this tests has been failing for quite a while and I am really tempted to remove it entirely.

Nov 22 2014, 4:00 AM · Browser-Tests-Infrastructure, Continuous-Integration-Infrastructure
bzimport added a project to T74925: mwext-browsertests-UniversalLanguageSelector-phantomjs job failing due to missing Psr\Log dependency: Continuous-Integration-Infrastructure.
Nov 22 2014, 4:00 AM · Browser-Tests-Infrastructure, Continuous-Integration-Infrastructure
bzimport added a comment to T75198: Notices and Warnings in mobile view.

Prioritization and scheduling of this bug is tracked on Trello card https://trello.com/c/lEVOChJe

Nov 22 2014, 4:00 AM · MobileFrontend-stable
gerritbot added a comment to T75198: Notices and Warnings in mobile view.

Change 172113 had a related patch set uploaded by Florianschmidtwelzow:
Fix Notices and Warnings in SkinMinerva (through OutputPage)

Nov 22 2014, 4:00 AM · MobileFrontend-stable
bzimport added a project to T75198: Notices and Warnings in mobile view: MobileFrontend-stable.
Nov 22 2014, 4:00 AM · MobileFrontend-stable
gerritbot added a comment to T74924: Add irc:// support to URL datatype.

Change 172545 merged by jenkins-bot:
Add irc to the allowed URL schemas

Nov 22 2014, 4:00 AM · Wikidata.org
gerritbot added a comment to T75197: enable Patrolled edits on Hebrew Wiktionary.

Change 172663 merged by jenkins-bot:
(bug 73197) allow admins to give patroller right on Hebrew Wiktionary

Nov 22 2014, 4:00 AM · Wikimedia-Site-requests
gerritbot added a comment to T74924: Add irc:// support to URL datatype.

Change 172545 had a related patch set uploaded by Thiemo Mättig (WMDE):
Add irc to the allowed URL schemas

Nov 22 2014, 4:00 AM · Wikidata.org
gerritbot added a comment to T75197: enable Patrolled edits on Hebrew Wiktionary.

Change 172663 had a related patch set uploaded by Matanya:
(bug 73197) allow admins to give patroller right on Hebrew Wiktionary

Nov 22 2014, 4:00 AM · Wikimedia-Site-requests
Lydia_Pintscher added a comment to T74924: Add irc:// support to URL datatype.

Ah no please create one.

Nov 22 2014, 4:00 AM · Wikidata.org
thiemowmde added a comment to T74924: Add irc:// support to URL datatype.

Is there a depending bug report for adding 'irc' to the configuration? Without a configuration change users won't be able to use the new code.

Nov 22 2014, 4:00 AM · Wikidata.org
Matanya added a comment to T75197: enable Patrolled edits on Hebrew Wiktionary.

https://he.wiktionary.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%9E%D7%99%D7%9C%D7%95%D7%9F:%D7%9E%D7%96%D7%A0%D7%95%D7%9F#.D7.94.D7.A4.D7.A2.D7.9C.D7.AA_.D7.9E.D7.A2.D7.A8.D7.9B.D7.AA_.D7.91.D7.A7.D7.A8.D7.AA_.D7.94.D7.A9.D7.99.D7.A0.D7.95.D7.99.D7.99.D7.9D

Nov 22 2014, 4:00 AM · Wikimedia-Site-requests
bzimport added a project to T74924: Add irc:// support to URL datatype: Wikidata.org.
Nov 22 2014, 4:00 AM · Wikidata.org
gerritbot added a comment to T75197: enable Patrolled edits on Hebrew Wiktionary.

Change 172112 had a related patch set uploaded by Matanya:
(bug 73197) enable Patrolled edits on Hebrew Wiktionary

Nov 22 2014, 4:00 AM · Wikimedia-Site-requests
gerritbot added a comment to T74924: Add irc:// support to URL datatype.

Change 170906 had a related patch set uploaded by Thiemo Mättig (WMDE):
Refactor UrlSchemeValidators and allow more schemes

Nov 22 2014, 4:00 AM · Wikidata.org
gerritbot added a comment to T74924: Add irc:// support to URL datatype.

Change 170906 merged by jenkins-bot:
Refactor UrlSchemeValidators and allow more schemes

Nov 22 2014, 4:00 AM · Wikidata.org
gerritbot added a comment to T75197: enable Patrolled edits on Hebrew Wiktionary.

Change 172112 merged by jenkins-bot:
(bug 73197) enable Patrolled edits on Hebrew Wiktionary

Nov 22 2014, 4:00 AM · Wikimedia-Site-requests
bzimport added projects to T75197: enable Patrolled edits on Hebrew Wiktionary: Wikimedia-Site-requests, Shell.
Nov 22 2014, 4:00 AM · Wikimedia-Site-requests
bzimport added a project to T75196: category.py more - add "-noredirect" option: Pywikibot-category.py.
Nov 22 2014, 4:00 AM · TestMe, good first task, Pywikibot, Pywikibot-category.py
Krenair added a comment to T74923: "User exists" not messaged in account creation.

Sounds fixed

Nov 22 2014, 4:00 AM · Wikipedia-Android-App-Backlog
bzimport added a comment to T74923: "User exists" not messaged in account creation.

Change 171149 merged by Dbrant:
Make error messages in account creation slightly more prominent.

Nov 22 2014, 4:00 AM · Wikipedia-Android-App-Backlog
JKatzWMF added a comment to T74923: "User exists" not messaged in account creation.

Created attachment 17007
after clicking exclamation point

Nov 22 2014, 4:00 AM · Wikipedia-Android-App-Backlog
JKatzWMF added a comment to T74923: "User exists" not messaged in account creation.

The error text should show without click being necessary.

Nov 22 2014, 4:00 AM · Wikipedia-Android-App-Backlog
bzimport added a comment to T74923: "User exists" not messaged in account creation.

Change 171149 had a related patch set uploaded by Deskana:
Make "userexists" message in account creation slightly more prominent.

Nov 22 2014, 4:00 AM · Wikipedia-Android-App-Backlog
bzimport added a project to T74923: "User exists" not messaged in account creation: Wikipedia-Android-App-Backlog.
Nov 22 2014, 4:00 AM · Wikipedia-Android-App-Backlog
matmarex added a comment to T75195: VisualEditor: [regression] Inserting new internal link inserts text, but doesn't linkify it, if you complete the dialog before page title suggestions appear.

Seems that you need to complete the dialog before page title suggestions appear, so just press Enter really quickly after typing.

Nov 22 2014, 4:00 AM · VisualEditor pre-2015 work, VisualEditor, VisualEditor-MediaWiki
bzimport added a project to T75195: VisualEditor: [regression] Inserting new internal link inserts text, but doesn't linkify it, if you complete the dialog before page title suggestions appear: VisualEditor-MediaWiki.
Nov 22 2014, 4:00 AM · VisualEditor pre-2015 work, VisualEditor, VisualEditor-MediaWiki
gerritbot added a comment to T74922: reset called on null in getCreatorsFromPostIDs because post not found, in Thanks tests.

Change 170819 had a related patch set uploaded by EBernhardson:
Clear DeferredUpdates state via setUp()

Nov 22 2014, 4:00 AM · StructuredDiscussions
gerritbot added a comment to T74922: reset called on null in getCreatorsFromPostIDs because post not found, in Thanks tests.

Change 170819 merged by jenkins-bot:
Clear DeferredUpdates state via setUp()

Nov 22 2014, 4:00 AM · StructuredDiscussions
bzimport added a project to T74922: reset called on null in getCreatorsFromPostIDs because post not found, in Thanks tests: StructuredDiscussions.
Nov 22 2014, 4:00 AM · StructuredDiscussions
TheDJ added a comment to T75194: api-unknown-error when uploading with an invalid name.

Same for me, I also cannot reproduce this. Perhaps a broken user script that is interfering...

Nov 22 2014, 4:00 AM · Multimedia, UploadWizard, Browser-Support-Google-Chrome
bzimport added projects to T75194: api-unknown-error when uploading with an invalid name: Browser-Support-Google-Chrome, UploadWizard.
Nov 22 2014, 4:00 AM · Multimedia, UploadWizard, Browser-Support-Google-Chrome
gerritbot added a comment to T75463: VisualEditor: Undefined index: newtimestamp in …/ApiVisualEditorEdit.php.

Change 173747 merged by jenkins-bot:
Don't try to get newtimestamp from edit if no change was made

Nov 22 2014, 4:00 AM · VisualEditor, VisualEditor-MediaWiki, VE-deploy-2014-11-19 (1.25wmf9)
Gilles added a comment to T75194: api-unknown-error when uploading with an invalid name.

I can't repro.

Nov 22 2014, 4:00 AM · Multimedia, UploadWizard, Browser-Support-Google-Chrome
EBernhardson added a comment to T74922: reset called on null in getCreatorsFromPostIDs because post not found, in Thanks tests.

Best guess is that state is being held inside the DeferredUpdates class between tests. For now the thanks test runs DeferredUpdates::clearPendingUpdates() via its setUp method and everything works. I wonder if MediaWikiTestCase::setUp() should be clearing DeferredUpdates instead?

Nov 22 2014, 4:00 AM · StructuredDiscussions
bzimport added projects to T75463: VisualEditor: Undefined index: newtimestamp in …/ApiVisualEditorEdit.php: VE-deploy-2014-11-19 (1.25wmf9), VisualEditor-MediaWiki.
Nov 22 2014, 4:00 AM · VisualEditor, VisualEditor-MediaWiki, VE-deploy-2014-11-19 (1.25wmf9)
gerritbot added a comment to T75463: VisualEditor: Undefined index: newtimestamp in …/ApiVisualEditorEdit.php.

Change 173747 had a related patch set uploaded by Alex Monk:
Don't try to get newtimestamp from edit if no change was made

Nov 22 2014, 4:00 AM · VisualEditor, VisualEditor-MediaWiki, VE-deploy-2014-11-19 (1.25wmf9)
Reedy added a comment to T74921: wikigender.org is no longer blacklisted but is still blocked..

I don't see anything in those history pages though. My quick guess is some cache wasn't invalidated when the page was saved.

Nov 22 2014, 4:00 AM · WMF-General-or-Unknown
gerritbot added a comment to T75193: Add featured portal badge.

Change 172580 merged by jenkins-bot:
Add "featured portal" badge (Q17580674)

Nov 22 2014, 4:00 AM · Wikidata.org
hoo added a comment to T75193: Add featured portal badge.

Change has been deployed, the CSS for the icon will follow with the next Wikidata deploy (should be next week).

Nov 22 2014, 4:00 AM · Wikidata.org
Reedy added a comment to T74921: wikigender.org is no longer blacklisted but is still blocked..

(In reply to Andre Klapper from comment #1)

(In reply to richshup from comment #0)

  1. I verified that wikigender.org is no longer blacklisted, in the Wikimedia

blacklist (or whatever the correct name is).

Where could I check/verify this if I wanted?

Nov 22 2014, 4:00 AM · WMF-General-or-Unknown
Aklapper added a comment to T74921: wikigender.org is no longer blacklisted but is still blocked..

(In reply to richshup from comment #0)

  1. I verified that wikigender.org is no longer blacklisted, in the Wikimedia

blacklist (or whatever the correct name is).

Nov 22 2014, 4:00 AM · WMF-General-or-Unknown
Orlodrim added a comment to T75193: Add featured portal badge.

Thanks Marius!

Nov 22 2014, 4:00 AM · Wikidata.org
Aklapper added a comment to T75462: Certain users are unable to log into their account (HTTP 503 upon login attempt).

Cannot reproduce with Firefox 33 on Fedora 20 - no problems logging in on https://gu.wikipedia.org . Cannot see anything suspicious on https://wikitech.wikimedia.org/w/index.php?title=Server_Admin_Log either.

Nov 22 2014, 4:00 AM · Patch-For-Review, MediaWiki-Core-Team, Shell, WMF-General-or-Unknown
bzimport added a project to T75462: Certain users are unable to log into their account (HTTP 503 upon login attempt): WMF-General-or-Unknown.
Nov 22 2014, 4:00 AM · Patch-For-Review, MediaWiki-Core-Team, Shell, WMF-General-or-Unknown
hoo added a comment to T75193: Add featured portal badge.

Related CSS changes: https://github.com/wmde/Wikidata.org/pull/17 and https://github.com/wmde/WikimediaBadges/pull/15

Nov 22 2014, 4:00 AM · Wikidata.org
bzimport added a project to T75193: Add featured portal badge: Wikidata.org.
Nov 22 2014, 4:00 AM · Wikidata.org
gerritbot added a comment to T75193: Add featured portal badge.

Change 172580 had a related patch set uploaded by Hoo man:
Add "featured portal" badge (Q17580674)

Nov 22 2014, 4:00 AM · Wikidata.org
bzimport added a project to T74921: wikigender.org is no longer blacklisted but is still blocked.: WMF-General-or-Unknown.
Nov 22 2014, 4:00 AM · WMF-General-or-Unknown
bzimport added a project to T74920: {{!}} always treated as literal instead of separator when the template is transcluded: MediaWiki-Parser.
Nov 22 2014, 4:00 AM · MediaWiki-Parser
matej_suchanek added a comment to T73615: Add grammatical cases of Wikidata for Czech.

Eh, those forms do work on Wikipedia etc. but they don't do on the translatewiki.net repository. I should have checked both.

Nov 22 2014, 4:00 AM · Wikimedia-Language-setup
Glaisher added a comment to T73615: Add grammatical cases of Wikidata for Czech.

wgGrammarForms for cs is quite different from other languages. It uses "sg"s and "pl"s. It looks like these have been already added (gerrit 61779) although "sg"s and "pl"s have been used. So can this be marked as resolved?

Nov 22 2014, 4:00 AM · Wikimedia-Language-setup
Mpaa added a comment to T75461: preloading using multiple properties does not work.

Support for multiple continuation has been added here:
https://bugzilla.wikimedia.org/show_bug.cgi?id=55193

Nov 22 2014, 4:00 AM · Pywikibot, Performance Issue, Pywikibot-network
bzimport added a project to T73615: Add grammatical cases of Wikidata for Czech: Wikimedia-Language-setup.
Nov 22 2014, 4:00 AM · Wikimedia-Language-setup
Rubin16 added a comment to T75192: search isn't working.

Can't reproduce it myself now... maybe it was a bad time of the server :)
Closing the ticket, if it would be possible to reproduce, I will reopen it with details.

Nov 22 2014, 4:00 AM · Znuny, Browser-Support-Google-Chrome
pajz added a comment to T75192: search isn't working.

I cannot reproduce the report. Searching for "Wikimedia" using the "Ticket#" box (QuickSearch) does take a considerable amount of time but brings up >2000 search results. I'm also using Chrome.

Nov 22 2014, 4:00 AM · Znuny, Browser-Support-Google-Chrome
Aklapper added a comment to T75192: search isn't working.

Could you open "Developer Tools > Network" (see https://developers.google.com/chrome-developer-tools/ ) if any file takes a long time to load?

Nov 22 2014, 4:00 AM · Znuny, Browser-Support-Google-Chrome
jayvdb added a comment to T75461: preloading using multiple properties does not work.

As far as I can see, only interwiki uses this.
This bug is not causing errors, but langlinks & templates are not being preloaded, so interwiki is operating much slower than it would in compat.

Nov 22 2014, 4:00 AM · Pywikibot, Performance Issue, Pywikibot-network
gerritbot added a comment to T75461: preloading using multiple properties does not work.

Change 173499 merged by jenkins-bot:
Preloading tests

Nov 22 2014, 4:00 AM · Pywikibot, Performance Issue, Pywikibot-network
bzimport added projects to T75192: search isn't working: Browser-Support-Google-Chrome, Znuny.
Nov 22 2014, 4:00 AM · Znuny, Browser-Support-Google-Chrome
bzimport added projects to T75461: preloading using multiple properties does not work: Pywikibot-network, Performance Issue.
Nov 22 2014, 4:00 AM · Pywikibot, Performance Issue, Pywikibot-network
pajz added a comment to T75192: search isn't working.

Can you describe where you enter the search term? In the "Ticket#" box on top of the page or via the regular search form (Tickets > Search)? If the latter, do you enter it next to "Full text:"?

Nov 22 2014, 4:00 AM · Znuny, Browser-Support-Google-Chrome
Rubin16 added a comment to T75192: search isn't working.

In the "ticket #" box on the top, if nothing is wrong with my memory, it worked as a search field before, too.

Nov 22 2014, 4:00 AM · Znuny, Browser-Support-Google-Chrome
AxelBoldt added a comment to T74919: [Regression] Scroll into view of section on section edit link click has stopped working.

I'm seeing the following behavior on Chrome 38, Windows 7:

Nov 22 2014, 4:00 AM · VisualEditor pre-2015 work, VisualEditor, VisualEditor-MediaWiki
AxelBoldt added a comment to T74919: [Regression] Scroll into view of section on section edit link click has stopped working.

The VE version on mediawiki shows slightly different behavior, for instance on https://www.mediawiki.org/w/index.php?title=Markup_spec&veaction=edit&vesection=3

Nov 22 2014, 4:00 AM · VisualEditor pre-2015 work, VisualEditor, VisualEditor-MediaWiki