Page MenuHomePhabricator
Feed Advanced Search

Jun 18 2019

Arlolra closed T225235: Hybrid testing should use the JS mock API on the PHP side, for files at least as Resolved.
Jun 18 2019, 6:11 PM · Parsoid-PHP
Arlolra closed T211251: Cannot read property 'nodeName' of undefined as Resolved.
Jun 18 2019, 12:24 AM · Parsoid

Jun 17 2019

Arlolra created T225974: RangeError: Maximum call stack size exceeded.
Jun 17 2019, 10:19 PM · Parsoid
Arlolra claimed T211251: Cannot read property 'nodeName' of undefined.
Jun 17 2019, 10:18 PM · Parsoid
Arlolra closed T225217: VE is removing spaces (dirty diffs) on some wikis (wikitech, officewiki) as Resolved.
Jun 17 2019, 8:55 PM · Parsoid, User-Ryasmeen, VisualEditor
Arlolra added a comment to T225217: VE is removing spaces (dirty diffs) on some wikis (wikitech, officewiki).

A post-deploy test seems to preserve headline spacing,
https://office.wikimedia.org/w/index.php?title=User:ABreault_(WMF)/sandbox&type=revision&diff=253119&oldid=253118&diffmode=source

Jun 17 2019, 8:55 PM · Parsoid, User-Ryasmeen, VisualEditor

Jun 12 2019

Arlolra updated subscribers of T225235: Hybrid testing should use the JS mock API on the PHP side, for files at least.

As @cscott says,

Jun 12 2019, 4:15 PM · Parsoid-PHP

Jun 11 2019

Arlolra added a comment to T225235: Hybrid testing should use the JS mock API on the PHP side, for files at least.

The JS mock API and the ApiHelper.php don't exactly play nice together, in that they have different ideas of which formatversion to use. There's also some redundancy with the JS baseconfigs and the ApiHelper.php cached data.

Jun 11 2019, 10:51 PM · Parsoid-PHP

Jun 7 2019

Arlolra added a comment to T225217: VE is removing spaces (dirty diffs) on some wikis (wikitech, officewiki).

Only on private wikis.

Jun 7 2019, 4:42 PM · Parsoid, User-Ryasmeen, VisualEditor

Jun 6 2019

Arlolra created T225235: Hybrid testing should use the JS mock API on the PHP side, for files at least.
Jun 6 2019, 5:04 PM · Parsoid-PHP

May 29 2019

Arlolra closed T219927: Move parsoid logging to new logging pipeline, a subtask of T211125: Move service-runner to new logging infrastructure, as Resolved.
May 29 2019, 8:40 PM · observability, Platform Team Legacy (Watching / External), service-runner, Wikimedia-Logstash, SRE
Arlolra closed T219927: Move parsoid logging to new logging pipeline as Resolved.
May 29 2019, 8:40 PM · observability, Parsoid, Platform Team Legacy (Watching / External), Services (watching), service-runner, Wikimedia-Logstash, SRE

May 23 2019

Arlolra added a comment to T224241: Generate ids based on dsr info.

Since templated regions might expand or contract between parses, the encoding should probably include both dsr[0] and dsr[1]. Contractions that expose nodes could result in additional dirty diff'ing, but shouldn't produce corruption.

May 23 2019, 8:24 PM · Parsoid
Arlolra added a comment to T224241: Generate ids based on dsr info.

I guess the next steps are,

May 23 2019, 8:08 PM · Parsoid
Arlolra added a comment to T224241: Generate ids based on dsr info.

Right, I think I've exhausted my usefulness here, thanks.

May 23 2019, 7:49 PM · Parsoid
Arlolra added a comment to T224241: Generate ids based on dsr info.

If there's a solution to assign stable ids to the nested content, why not just use that for the entire page?

May 23 2019, 7:38 PM · Parsoid
Arlolra added a comment to T224241: Generate ids based on dsr info.

dsr isn't applied in templated regions (all data-parsoid is dropped in there as is), it only corresponds to the top-level page.

May 23 2019, 6:45 PM · Parsoid
Arlolra added a comment to T224241: Generate ids based on dsr info.

Basically, this amounts to, if we have valid dsr info, use that for generating an id. If not, discard data-parsoid for that node.

May 23 2019, 6:28 PM · Parsoid
Arlolra added a comment to T224241: Generate ids based on dsr info.

For the most part, this corresponds with the code here,
https://github.com/wikimedia/parsoid/blob/master/lib/wt2html/pp/handlers/CleanUp.js#L194-L214

May 23 2019, 6:27 PM · Parsoid
Arlolra triaged T224241: Generate ids based on dsr info as Medium priority.
May 23 2019, 6:23 PM · Parsoid
Arlolra created T224241: Generate ids based on dsr info.
May 23 2019, 6:23 PM · Parsoid

May 21 2019

Arlolra updated the task description for T214651: The extension api seems to want a dom-diff-handler.
May 21 2019, 3:37 PM · Patch-For-Review, Parsoid

May 1 2019

Arlolra claimed T221988: Spec a PHP interface that will serve as an entry point into the Parsoid-PHP composer lib.
May 1 2019, 2:47 AM · Parsoid-PHP

Apr 29 2019

Arlolra placed T211161: Tweaks to genTest option in parse.js up for grabs.
Apr 29 2019, 10:38 PM · Parsoid-PHP

Apr 26 2019

Arlolra closed T205338: Extract and use a DOMHandler interface (API) for HTML -> wt handlers defined on DOM nodes as Resolved.
Apr 26 2019, 11:05 PM · Parsoid-PHP
Arlolra created T221988: Spec a PHP interface that will serve as an entry point into the Parsoid-PHP composer lib.
Apr 26 2019, 7:07 PM · Parsoid-PHP

Apr 24 2019

Arlolra claimed T205338: Extract and use a DOMHandler interface (API) for HTML -> wt handlers defined on DOM nodes.
Apr 24 2019, 6:40 PM · Parsoid-PHP
Arlolra added a parent task for T221790: Parsoid extension API should use DOM fragments, not documents: T179082: Use one ownerDocument for the entire parse.
Apr 24 2019, 5:52 PM · Patch-For-Review, Parsoid
Arlolra added a subtask for T179082: Use one ownerDocument for the entire parse: T221790: Parsoid extension API should use DOM fragments, not documents.
Apr 24 2019, 5:52 PM · Patch-For-Review, Parsoid

Apr 9 2019

Arlolra added a comment to T110961: Error handling in Parsoid.

See T123446#5098558

Apr 9 2019, 5:55 PM · Parsoid-Robustness, Parsoid
Arlolra added a comment to T123446: Bring back the req. timeouts without cancelling the cpu timeout.

Is the process.exit going to be removed? It's causing issues in MWOffliner

Apr 9 2019, 5:54 PM · Patch-For-Review, Parsoid-Web-API, Parsoid

Mar 26 2019

Arlolra added a comment to T219023: Source editor and VisualEditor force piped-link creation for links when using lower-case first character and more than one word.

Post deploy testing,
https://en.wikipedia.org/w/index.php?title=User:Arlolra/sandbox&type=revision&diff=889591137&oldid=884316233&diffmode=source

Mar 26 2019, 5:41 PM · User-Ryasmeen, Patch-For-Review, Parsoid, Regression, VisualEditor, MediaWiki-Page-editing

Mar 25 2019

Arlolra committed rELINTbdb69813e761: Remove Column 'Nested wikilinks in external links that need to be fixed' (authored by farida29).
Remove Column 'Nested wikilinks in external links that need to be fixed'
Mar 25 2019, 10:22 PM
Arlolra committed rELINT9ce3988ec3af: Remove Column 'Nested wikilinks in external links that need to be fixed' (authored by farida29).
Remove Column 'Nested wikilinks in external links that need to be fixed'
Mar 25 2019, 10:05 PM
Arlolra added a comment to T219023: Source editor and VisualEditor force piped-link creation for links when using lower-case first character and more than one word.

Since about a week ago, ...

Mar 25 2019, 6:49 PM · User-Ryasmeen, Patch-For-Review, Parsoid, Regression, VisualEditor, MediaWiki-Page-editing

Mar 21 2019

Arlolra closed T218702: ParserIntegrationTest for Scribunto failing in Wikibase CI as Resolved.
Mar 21 2019, 4:39 PM · MW-1.33-notes (1.33.0-wmf.23; 2019-03-26), SyntaxHighlight, User-Addshore, Wikimedia-production-error (ARCHIVED -- Shared Build Failure), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata, Scribunto, MediaWiki-Core-Tests
Arlolra committed rEGRE7b47704e9ecd: Make cta the same size in reading and edit modes (authored by SBisson).
Make cta the same size in reading and edit modes
Mar 21 2019, 4:12 PM
Arlolra closed T218817: PHP Warning: count(): Parameter must be an array or an object that implements Countable as Resolved.

It would be a good idea to add some parser tests which exercise both modes of StringUtils::explode

Mar 21 2019, 1:07 AM · MW-1.33-notes (1.33.0-wmf.22; 2019-03-19), User-zeljkofilipin, Patch-For-Review, Platform Engineering, Parsing-Team--ARCHIVED, MediaWiki-Parser, Wikimedia-production-error
Arlolra closed T218817: PHP Warning: count(): Parameter must be an array or an object that implements Countable, a subtask of T206676: 1.33.0-wmf.22 deployment blockers, as Resolved.
Mar 21 2019, 1:07 AM · Release-Engineering-Team (Kanban), User-zeljkofilipin, Release, Train Deployments

Mar 20 2019

Arlolra triaged T218834: Write a test that exercises the ExplodeIterator in BlockLevelPass as Medium priority.
Mar 20 2019, 11:02 PM · MediaWiki-Parser
Arlolra created T218834: Write a test that exercises the ExplodeIterator in BlockLevelPass.
Mar 20 2019, 11:02 PM · MediaWiki-Parser
Arlolra added a comment to T218817: PHP Warning: count(): Parameter must be an array or an object that implements Countable.

The final result, I41a45266d266195aa6002d3854e018cacf052ca6, is the one we want but since they all stack on top of each other, you might have to do all three. It's fine to just rebase the last one though.

Mar 20 2019, 10:40 PM · MW-1.33-notes (1.33.0-wmf.22; 2019-03-19), User-zeljkofilipin, Patch-For-Review, Platform Engineering, Parsing-Team--ARCHIVED, MediaWiki-Parser, Wikimedia-production-error
Arlolra added a comment to T218817: PHP Warning: count(): Parameter must be an array or an object that implements Countable.

Hold up, there's another bug here with ExplodeIterator we're discussing.

Mar 20 2019, 8:59 PM · MW-1.33-notes (1.33.0-wmf.22; 2019-03-19), User-zeljkofilipin, Patch-For-Review, Platform Engineering, Parsing-Team--ARCHIVED, MediaWiki-Parser, Wikimedia-production-error
Arlolra added a comment to T218817: PHP Warning: count(): Parameter must be an array or an object that implements Countable.

@zeljkofilipin Looking, thanks. Maybe it should be an iterator_count ...

Mar 20 2019, 8:22 PM · MW-1.33-notes (1.33.0-wmf.22; 2019-03-19), User-zeljkofilipin, Patch-For-Review, Platform Engineering, Parsing-Team--ARCHIVED, MediaWiki-Parser, Wikimedia-production-error

Mar 19 2019

Arlolra closed T218702: ParserIntegrationTest for Scribunto failing in Wikibase CI as Resolved.

Since https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/497320 merged, I'm going to assume this is done.

Mar 19 2019, 6:58 PM · MW-1.33-notes (1.33.0-wmf.23; 2019-03-26), SyntaxHighlight, User-Addshore, Wikimedia-production-error (ARCHIVED -- Shared Build Failure), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata, Scribunto, MediaWiki-Core-Tests
Arlolra closed T208070: Parse requests return gratuitous newlines as Resolved.
Mar 19 2019, 2:59 PM · MW-1.33-notes (1.33.0-wmf.23; 2019-03-26), Patch-For-Review, MediaWiki-Parser, Parsoid

Mar 14 2019

Arlolra added a comment to T217867: Port domino (or another spec-compliant DOM library) to PHP.

We've been looking for alternate DOM libraries and they don't seem to be common, alas.

Mar 14 2019, 6:48 PM · Parsoid

Mar 13 2019

Arlolra closed T213950: Links: External links with special characters, and surrounded by square brakets, are not rendered properly as Resolved.
Mar 13 2019, 10:44 PM · Parsoid, User-Ryasmeen, Patch-For-Review, VisualEditor-MediaWiki-Links, VisualEditor

Mar 4 2019

Arlolra added a comment to T202905: Outreach-17 Project: Add a new Linter Category: Links-in-Links.

We should remove the column that says "Nested wikilinks in external links that need to be fixed" since it doesn't seem to be used.

Mar 4 2019, 10:36 PM · Parsoid, MW-1.33-notes (1.33.0-wmf.19; 2019-02-26), Outreach-Programs-Projects, Outreachy (Round 17), MediaWiki-extensions-Linter
Arlolra added a comment to T202905: Outreach-17 Project: Add a new Linter Category: Links-in-Links.

but there doesn't appear to be good dsr info to act on,

Mar 4 2019, 10:35 PM · Parsoid, MW-1.33-notes (1.33.0-wmf.19; 2019-02-26), Outreach-Programs-Projects, Outreachy (Round 17), MediaWiki-extensions-Linter
Arlolra added a comment to T214099: Stress test Parsoid's HTTP API.

For the record, this is what was done from T214099#4981608,

Mar 4 2019, 10:22 PM · Patch-For-Review, Services (watching), Parsoid-Web-API, Parsoid
Arlolra added a comment to T202905: Outreach-17 Project: Add a new Linter Category: Links-in-Links.

This category is now being populated, but there doesn't appear to be good dsr info to act on,
https://en.wikipedia.org/wiki/Special:LintErrors/wikilink-in-extlink

Mar 4 2019, 10:18 PM · Parsoid, MW-1.33-notes (1.33.0-wmf.19; 2019-02-26), Outreach-Programs-Projects, Outreachy (Round 17), MediaWiki-extensions-Linter
Arlolra added a comment to T217604: Could not find config setting ` default_dsh_targets`.

T217597 looks related

Mar 4 2019, 9:25 PM · Release-Engineering-Team, Scap, Parsoid
Arlolra created T217604: Could not find config setting ` default_dsh_targets`.
Mar 4 2019, 9:20 PM · Release-Engineering-Team, Scap, Parsoid
Arlolra added a comment to T217540: Commons should use ChangeProp to inform wikis of renamed images.

Hmm, so the file was renamed recently on 2018-02-10,
https://commons.wikimedia.org/w/index.php?title=File%3ACoat_of_arms_of_Seychelles.svg&type=revision&diff=338463956&oldid=338257332

Mar 4 2019, 7:50 PM · Parsoid (Tracking), affects-Kiwix-and-openZIM, ChangeProp, Product-Infrastructure-Team-Backlog-Deprecated

Feb 28 2019

Arlolra added a comment to T205943: RESTBase hacks for compatibility to Parsoid.

RESTBase provides fake Main_Page title to transform endpoint. I'm not sure if that's even needed any more, but seems like just a workaround of a bug in Parsoid request validation.

Feb 28 2019, 11:37 PM · Platform Team Legacy (Watching / External), Services (watching), Parsoid, RESTBase

Feb 27 2019

Arlolra closed T214099: Stress test Parsoid's HTTP API as Resolved.
Feb 27 2019, 10:39 PM · Patch-For-Review, Services (watching), Parsoid-Web-API, Parsoid

Feb 25 2019

Arlolra closed T217093: Cannot read property 'docId' of undefined as Resolved.
Feb 25 2019, 10:18 PM · Patch-For-Review, Parsoid
Arlolra created T217098: Testing infra that pushes real pages through the language converter endpoint.
Feb 25 2019, 10:18 PM · Parsoid
Arlolra closed T214103: Instrument Parsoid language variant conversions as Resolved.
Feb 25 2019, 10:12 PM · Patch-For-Review, Services (watching), Parsoid
Arlolra added a comment to T217093: Cannot read property 'docId' of undefined.

In any case, @cscott, this is a testing gap currently.

Feb 25 2019, 10:00 PM · Patch-For-Review, Parsoid
Arlolra claimed T217093: Cannot read property 'docId' of undefined.
Feb 25 2019, 9:35 PM · Patch-For-Review, Parsoid
Arlolra created T217095: Aborted deploy does not revert config changes.
Feb 25 2019, 9:34 PM · Release-Engineering-Team (Seen), Parsoid (Tracking), Scap
Arlolra added a project to T217093: Cannot read property 'docId' of undefined: Parsoid.
Feb 25 2019, 9:28 PM · Patch-For-Review, Parsoid
Arlolra created T217093: Cannot read property 'docId' of undefined.
Feb 25 2019, 9:28 PM · Patch-For-Review, Parsoid
Arlolra added a comment to T214099: Stress test Parsoid's HTTP API.

Why is num_workers set to 1 there? I'm reading the git commit message that changed it, but I don't understand the rationale.

Feb 25 2019, 7:34 PM · Patch-For-Review, Services (watching), Parsoid-Web-API, Parsoid
Arlolra closed T216534: Parsoid fails to deploy to beta cluster as Resolved.

This wasn't an issue deployed today.

Feb 25 2019, 6:06 PM · Release-Engineering-Team, Beta-Cluster-Infrastructure, Parsoid
Arlolra added a comment to T214099: Stress test Parsoid's HTTP API.

Pretty sure the following patch is the problem of why Parsoid's maxConcurrentCalls isn't being respected.

Feb 25 2019, 4:50 PM · Patch-For-Review, Services (watching), Parsoid-Web-API, Parsoid

Feb 23 2019

Arlolra added a comment to T214099: Stress test Parsoid's HTTP API.

Pretty sure the following patch is the problem of why Parsoid's maxConcurrentCalls isn't being respected.

Feb 23 2019, 12:32 AM · Patch-For-Review, Services (watching), Parsoid-Web-API, Parsoid

Feb 21 2019

Arlolra closed T204608: Use a bag-on-the-side implementation, rather than an internal .dataobject for node data as Resolved.
Feb 21 2019, 3:36 PM · Parsoid-PHP
Arlolra claimed T214099: Stress test Parsoid's HTTP API.
Feb 21 2019, 3:35 PM · Patch-For-Review, Services (watching), Parsoid-Web-API, Parsoid

Feb 19 2019

Arlolra added projects to T216534: Parsoid fails to deploy to beta cluster: Beta-Cluster-Infrastructure, Release-Engineering-Team.
Feb 19 2019, 6:35 PM · Release-Engineering-Team, Beta-Cluster-Infrastructure, Parsoid
Arlolra created T216534: Parsoid fails to deploy to beta cluster.
Feb 19 2019, 6:33 PM · Release-Engineering-Team, Beta-Cluster-Infrastructure, Parsoid
Arlolra added a comment to T216289: Parsoid is incompatible with node v11 due to about ID nondeterminism.

Is there a phab task somewhere for "Parsoid is nondeterministic" generally? I seem to recall creating one for the "reproducible parses" issue...

Feb 19 2019, 4:26 PM · Parsoid (Third-party)

Feb 15 2019

Arlolra added a comment to T216289: Parsoid is incompatible with node v11 due to about ID nondeterminism.

I think you're confused between the test failure and the blacklist change.

Feb 15 2019, 11:17 PM · Parsoid (Third-party)
Arlolra added a comment to T216289: Parsoid is incompatible with node v11 due to about ID nondeterminism.

From https://github.com/wikimedia/parsoid/commit/05f0f9b92314f64e567ef2fd4a04b4c9e8ee4692 when it was ignored in CI,

Feb 15 2019, 10:47 PM · Parsoid (Third-party)
Arlolra added a comment to T179082: Use one ownerDocument for the entire parse.

That's from T204608

Feb 15 2019, 5:00 PM · Patch-For-Review, Parsoid
Arlolra added a comment to T179082: Use one ownerDocument for the entire parse.

https://gerrit.wikimedia.org/r/c/mediawiki/services/parsoid/+/490654 identifies where all the docs are currently created.

Feb 15 2019, 4:59 PM · Patch-For-Review, Parsoid
Arlolra added a comment to T216203: RESTBase content-negotiation tests are broken.

Tests for content-negotiation rely on Parsoid being able to produce 2 different major content versions. Since a change in Parsoid 1.x content version is not supported anymore.

Feb 15 2019, 4:57 PM · Parsoid (Tracking), RESTBase, Services (later)

Feb 12 2019

Arlolra closed T215824: AddMediaInfo pass isn't robust to link-in-link as Resolved.
Feb 12 2019, 12:22 AM · Patch-For-Review, Parsoid

Feb 11 2019

Arlolra triaged T215824: AddMediaInfo pass isn't robust to link-in-link as Medium priority.
Feb 11 2019, 10:42 PM · Patch-For-Review, Parsoid
Arlolra closed T213468: Parsoid section IDs don't correspond to PHP section IDs when headings are transcluded as Resolved.

https://en.wikipedia.org/api/rest_v1/page/html/User:ESanders_(WMF)%2Fsandbox/877762681 now has,

Feb 11 2019, 9:57 PM · Parsoid
Arlolra updated the task description for T215824: AddMediaInfo pass isn't robust to link-in-link.
Feb 11 2019, 6:23 PM · Patch-For-Review, Parsoid
Arlolra added a comment to T215824: AddMediaInfo pass isn't robust to link-in-link.

http://localhost:8000/nl.wikipedia.org/v3/page/html/De_Meern/53147456 give this example,

Feb 11 2019, 6:23 PM · Patch-For-Review, Parsoid
Arlolra created T215824: AddMediaInfo pass isn't robust to link-in-link.
Feb 11 2019, 5:33 PM · Patch-For-Review, Parsoid

Feb 8 2019

Arlolra closed T215638: List tokens use special-cased "bullets" property instead of stuffing it in attribs like other tokens as Resolved.
Feb 8 2019, 11:32 PM · Parsoid-PHP

Feb 7 2019

Arlolra added a comment to T215537: Investigate 500s from batch request failures.

https://logstash.wikimedia.org/app/kibana#/doc/logstash-*/logstash-2019.02.07/parsoid?id=AWjIsGyznlBds_JjA_-S&_g=h@44136fa
http://localhost:8000/fr.wikipedia.org/v3/page/html/Utilisateur%3AChico75%2Fpages_avec_pourcent/156246032

Feb 7 2019, 5:51 PM · Patch-For-Review, Parsoid
Arlolra added a subtask for T215537: Investigate 500s from batch request failures: T215110: ParsoidBatchAPI timeout on frwikisource due to Score extension.
Feb 7 2019, 5:30 PM · Patch-For-Review, Parsoid
Arlolra added a parent task for T215110: ParsoidBatchAPI timeout on frwikisource due to Score extension: T215537: Investigate 500s from batch request failures.
Feb 7 2019, 5:30 PM · Parsoid, MediaWiki-extensions-Score
Arlolra created T215537: Investigate 500s from batch request failures.
Feb 7 2019, 5:30 PM · Patch-For-Review, Parsoid
Arlolra closed T180995: Batch API request error as Resolved.

No longer seems to be an issue with http://localhost:8000/sr.wikisource.org/v3/page/html/%D0%9A%D0%BE%D1%81%D0%BE%D0%B2%D1%81%D0%BA%D0%B8_%D0%B1%D0%BE%D1%98_(%D1%80%D1%83%D0%BA%D0%BE%D0%BF%D0%B8%D1%81)/60110

Feb 7 2019, 5:22 PM · Parsoid

Feb 6 2019

Arlolra added a comment to T215474: Simplify isSolTransparent / isRenderingTransparentNode predicates.

See the review at https://gerrit.wikimedia.org/r/c/mediawiki/services/parsoid/+/488100/6//COMMIT_MSG

Feb 6 2019, 11:31 PM · Technical-Debt, Parsoid
Arlolra added a comment to T214241: data-mw info is clobbered by template annotations.

Note that this also happens when unpacking dom fragments,
https://github.com/wikimedia/parsoid/blob/master/lib/wt2html/pp/handlers/unpackDOMFragments.js#L200-L204

Feb 6 2019, 10:59 PM · MW-1.43-notes (1.43.0-wmf.1; 2024-04-16), MW-1.42-notes (1.42.0-wmf.26; 2024-04-09), Patch-For-Review, Content-Transform-Team-WIP, Parsoid-Rendering, Parsoid
Arlolra closed T169975: Missing images render as broken img tags, not redlinks, a subtask of T39902: RFC: Implement rendering of redlinks in Parsoid HTML as post-processor, as Resolved.
Feb 6 2019, 6:28 PM · TechCom-RFC (TechCom-RFC-Closed), Services (blocked), User-mobrovac, Parsing-Team--ARCHIVED, Parsoid
Arlolra closed T169975: Missing images render as broken img tags, not redlinks as Resolved.
Feb 6 2019, 6:28 PM · Parsoid

Feb 1 2019

Arlolra closed T153080: Parse images synchronously without making imageinfo requests and use a final postprocessing pass to fixup image HTML as Resolved.
Feb 1 2019, 11:26 PM · Parsoid-PHP

Jan 31 2019

Arlolra added a comment to T208901: TemplateStyles breaks a paragraph if a file is inserted inline.

@ssastry Parsoid needs an equivalent patch that removes,
https://github.com/wikimedia/parsoid/blob/master/lib/wt2html/pp/processors/PWrap.js#L35-L36

Jan 31 2019, 12:09 AM · Patch-For-Review, Platform Team Workboards (Done with CPT), MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), Parsoid, TemplateStyles, MediaWiki-Parser

Jan 30 2019

Arlolra created T214994: PP passes that run `atTopLevel` omit HTML stashed in data-mw.
Jan 30 2019, 10:47 PM · Parsoid-Read-Views (Phase 1 - DiscussionTools support), Patch-For-Review, Parsoid

Jan 25 2019

Arlolra created T214725: transformTests CI script isn't aborting on failure.
Jan 25 2019, 8:42 PM · Patch-For-Review, Parsoid
Arlolra placed T207279: Redlinks DOM pass adds mw api + network latency to parse time up for grabs.
Jan 25 2019, 5:21 PM · Parsoid