Parsoid/Deployments/2017
Appearance
< Parsoid | Deployments
Thursday, Dec. 14, 2017 around 11:41 am PT:
Deployed ca20680
[edit]- T182793: Handle extension <-> section boundary conflicts
- Make the log levels configurable for the initial logger
- Add some metrics to the http api to count the original version
- Restore location data to start/complete parse logs
- T182774: Pseudo-section marker takes precedence over uneditable marker
Tuesday, Dec. 12, 2017 around 11:45 am PT:
Deployed 741fc5d
[edit]- Bump Parsoid HTML version to 1.6.0
- Section wrappers:
- Headings:
- T97093: Use mw:WikiLink/Interwiki for interwiki links
- T118520: Use figure-inline instead of span for inline media
- T181229: Stop adding packing wrappers for last nodes
- T182338: Abort on invalid chars in interwiki links
- T65370: Use a map for namespaceIds
- Prefer wiki.mainpage to defaultPageName
- Linter:
- T182170: Linter: Detect multiple-unclosed-formatting-tags lint errors
- Two new tidy replacement issues
- Enable missing-end-tag detection for quotes
- HTTP API:
- Slowly start to wean us off using parser env in http api routes
- Reject lint requests if linting isn't enabled
- Remove unreachable page name clear
- T66003: Make strictSSL configurable per wiki as well
- Fix accepting a posted original title
- T169006: Preserve request method when redirecting to oldid
- Remove the `bodyOnly` spelling for the API parameter
Wednesday, Dec. 6, 2017 around 1:34 pm PT:
Deployed 01c1fc3 (deploy-2017-12-06 branch)
[edit]- T178253: Permit table rows from templates in figure captions
- Stop rewriting html escaping everywhere
- Move expansion reuse to the env so cpu workers can partake
- T61840: Remove top level dependence on jsDiff
- Strip [[ ]] from parser tests options in the parser
- Use lib/parse.js in api/routes.js
- lib/parse.js: Move env initializations to relevant parsing paths
- lib/parse.js: Make wt2html and html2wt methods do what they say
- Move out internal routes
- T180930: Selser shouldn't reuse orig sep for autoinserted tags
- T179259: Preserve original transclusion's parameter order
- Improve parameter aliases handling when ordering template parameters
Tuesday, Nov. 14, 2017 around 10:15 am PT:
Deployed e71937d0
[edit]- Bump to mediawiki-title@0.6.5
- Sync parserTests with core + code fixes to pass updated tests
- T178253: Handle pipe ending table attributes in figure captions
- Rename stx_v data-parsoid flag to stx
Thursday, Nov. 9, 2017 around 10:28 am PT:
Deployed 2887b5ad
[edit]- Separate command line arg parsing from job execution
- Git rid of unused brokenHTMLTag data-parsoid attribute
- T178253: Parse nested tables in figure captions
- T173643: Update sitematrix
- Deps:
- T176728: Bump to domino@2.0.0 (improves DOM performance and expect improvements in parse latencies in production).
- Bump to service-runner@2.4.0
- html -> wt:
- T180010: Broken wikitext for link inside square brackets
- No trailing newline required between <p> and <body>
- Linter:
Monday, Nov. 6, 2017 around 1:42 pm PT:
Deployed 6cb77104
[edit]- Fix page title normalization when oldid is supplied
- T179579: Fix nowiki in LC markup tokenizing
- T175792: Fix infinite template name expanding
- Shift newly parsed KVs by the old attribute offset
- Linter: Image captions are not affected by tidy-font-bug
- Refactoring:
- Use scriptpath instead of wgScriptPath
- Rename property s/str/html/ in xmlserializer return value
- Be explicit about returning contentmodel
- Move some env properties to the prototype
Monday, Oct. 30, 2017 around 1:26 pm PT:
Deployed 292633c4
[edit]- T133334: Ref marker in caption in data-mw
- Remove unnecessary serialize/parse of references content
- Avoid serialize/parse of mw:dom-fragment-token content
- Code cleanup:
- There's only one refInRefProcessor
- Refactor and document seperator serialization
Thursday, Oct. 26, 2017 around 10:30 am PT:
Deployed 8e99708a
[edit]- Bump to domino@1.0.30
- Performance optimizations based on DOM access:
- Add DOMUtils.hasNChildren() for quickly testing # of child nodes
- Only use our hacked Node#normalize if domino is old
- Remove unnecessary calls to Node#childNodes
- Remove unnecessary calls to Node#childNodes.length
- T176728: Use replaceChild instead of insertBefore
Tuesday, Oct. 24, 2017 around 10:30 am PT:
Deployed a3be9cfc
[edit]- T96923: Remove further access to src when not in selserMode
- T177784: Update reverse interwiki map to prefer language prefixes over others
- Consolidate separator handling when emitting text
- T176568, T25467: Linter: Add tidy-font-bug category
Monday, Oct. 23, 2017 around 1:25 pm PT:
Deployed 1cefef12
[edit]- New run of fetch-sitematrix
- Improve perf by removing calls to Date.now() when not profiling
- Limit core-js shimming to what we need
- Use resource loader path for html5shiv
- Avoid creating an array slice for every token in _getTransforms
- Linter: Provide accurate DSR offsets for issues in extension content
Wednesday, Oct 11, 2017 around 1:18 pm PT:
Deployed ddf7b293
[edit]- T138492, T135667: Use improved format specifier for TemplateData
- T177612 Useless p-wrapper stripping shouldn't get tripped by tpl meta tags
- Linter: Suppress more false positives for html5-misnesting
- Linter: Suppress html5-misnesting false positives due to Tidy weirdness
Friday, Oct 6, 2017 around 11:25 pm PT:
Deployed 772e11bf (deploy-2017-10-06 branch)
[edit]- Linter: Suppress html5-misnesting false positives due to Tidy weirdness
Wednesday, Oct 4, 2017 around 2:03 pm PT:
Deployed 477942c3
[edit]- T177115: P-wrapper: Generalize removal of useless p-wrappers
- Linter: Improve detection of html5-misnesting issues to remove false positives
- html2wt: Code cleanup and tweaks to handling of inter-element separator around text nodes
Thursday, September 28, 2017 around 10:45 am PT:
Deployed 2f4b9a8c
[edit]- Updates to several node module dependencies based on security advisories
- Suppress logspam in production logs
- Pass revid to parse request
- Fix further crashes from non-string template targets
- Linter:
- T176363: Flag misnested tags with different behavior in HTML5 vs Tidy
- Lint multiple colon escaped links
- Tweak tidy-whitespace-bug detection to handle br,hr,wbrs
- T176151: Handle linting in the presence of fostering and templating
- T170832: Don't emit template info in lint for extension tags
- Turn off ignored-table-attr output
- Move linter config properties to the linter config object
- Fill in defaults for linting configs
Monday, September 25, 2017 around 1:30 pm PT:
Deployed 4230c27b
[edit]Tuesday, September 19, 2017 around 11:00 am PT:
Deployed 05a0965
[edit]- T122965: Support HTML5 elements in older browsers
- T175101: Remove excessive HTML entity encoding
- T173384: Improve handling of tokens in pf targets
- T173061: Caption splitting on pipe entity
- T172896: Add mw-empty-elt class to empty li items that can't be deleted
- T174977: Pass revid to batcher for preprocessing
- T159894: Add support for Cite's `responsive` parameter
- Add 'references' class to reflist node
Wednesday, September 6, 2017 around 1:27 pm PT:
Deployed f9d367ea
[edit]- Remove inline styling for vertical alignment in traditional galleries
- T169342: Render missing gallery images the same as plain
- Accept figure-inline wrapper for inline images
Thursday, August 24, 2017 around 10:33 am PT:
Deployed 538dad7f
[edit]- Linter: Tweak tidy-whitespace-bug output
- All media should scale in gallery
- Rename bidir/unidir => twoway/oneway in LC markup.
Monday, August 21, 2017 around 2:00 pm PT:
Deployed 28a9a22b
[edit]- Update sitematrix for bawikibooks
Wednesday, August 16, 2017 around 1:45 pm PT:
Deployed 1832a78e
[edit]- Match php parser's attribute sanitizer
- Support gradual migration to oneway/twoway in LC markup.
- Linter: Add tidy-whitespace-bug linter category
Thursday, August 3, 2017 around 11:52 am PT:
Deployed 6e1a20d5
[edit]Thursday, August 3, 2017 around 10:51 am PT:
Deployed 651f12c2
[edit]- T119802: Fix parse of empty param in link in template param
- T73386: Allow attribute names to use any Unicode "Letter" or "Number"
- T170289: Accept url in wikilink target position while tokenizing
Monday, July 31, 2017 around 1:00 pm PT:
Deployed 08114f35
[edit]- T166413: Piped link with unclosed extlink-like text
- T154718: Aliases get the same sort order as paramOrder
- T43716: LanguageConverter support in Parsoid
Thursday, July 20, 2017 around 11:48 am PT:
Deployed a89a9cc4
[edit]- Make multiple colons escaping interlanguage links invalid
- Make sanitizer independent of the manager (step toward T54941)
- Set the modified flag consistently for attrs w/o shadow info
- T169293: Colon prefixed media links still point to media
- Simplify wikilink validation logic
Thursday, July 13, 2017 around 11:23 am PT:
Deployed 71c07681
[edit]- T169293: Media links should point to url not thumb
- Update sitematrix.json for Thuɔŋjäŋ and Kabɩyɛ
Thursday, June 29, 2017 around 10:21 am PT:
Deployed b4187f18
[edit]- T168404, T153203: More permissive attribute name parsing
- T168675: Permit empty param in final position of template arg
- Bump mediawiki-title to 0.6.3
- Add a workaround to try all user namespace aliases
- T168900: Linter: Log error when DSR is missing
Monday, June 26, 2017 around 11:20 am PT:
Deployed b59045f2
[edit]- Bump HTML version to 1.5.0
- Bump mediawiki-title to 0.6.1
- T39902, T149794 Implement rendering of redlinks, etc. as a post-processor
- Followup on
f171985: Don't buffer redirect text in start of file posn - Require some form of whitespace after serializing redirects
Wednesday, June 21, 2017 around 1:15 pm PT:
Deployed 881ade32
[edit]- Parse block line syntax on the same line as redirects
- T127421: Hoist redirect to the top of the wikitext
- Use case-insensitive regexps for detecting interwiki prefixes in link hrefs
- T167933: Use mediawiki-title to resolve the template namespace
- T167714: Add atjwiki
- Suppress warnings for "proofread-index" contentmodel
Tuesday, June 20, 2017 around 10:30 am PT: e2e2b5f6 to be deployed Cancelled because of a problem noticed in canaries during deploy
[edit]- Bump HTML version to 1.5.0
- T39902, T149794 Implement rendering of redlinks, etc. as a post-processor
- Parse block line syntax on the same line as redirects
- T127421: Hoist redirect to the top of the wikitext
- Use case-insensitive regexps for detecting interwiki prefixes in link hrefs
- T167933: Use mediawiki-title to resolve the template namespace
- T167714: Add atjwiki
- Suppress warnings for "proofread-index" contentmodel
Thursday, June 8, 2017 around 10:30 am PT:
Deployed 108eed81
[edit]- T136653: Handle VE-style interwiki shortcuts
- T167081: Use non-greedy comment-stripping regexp in the sanitizer
- Use wikilinkHandler to escape wikilink fragments.
Monday, June 5, 2017 around 1:11 pm PT:
Deployed 141fc07d
[edit]- Fix html2wt of new transclusion/extension added after a list
- T166655: Use generalized concept of lintable content models
Tuesday, May 30, 2017 around 10:17 am PT:
Deployed d07dfe1a
[edit]- Moving setting env properties closer to where they're used
- Don't modify passed in apiConf
- T161151: Use already resolved href when available
- T136653: Handle interwiki shortcuts
- WikitextSerializer: Handle new TemplateData API option
- Stop using usePHPPreProcessor as a proxy for an existing mw api to parse extensions
Thursday, May 25, 2017 around 2:15 pm PT:
Deployed 5b52d07b
[edit]- Revert "T161151: Linter: Emit fully resolved template names"
Monday, May 22, 2017 around 1:15 pm PT:
Deployed ebac1890
[edit]- Remove dependence on native parser functions
- Only skip to the phase end in native template expansion
- Preprocessor precedence: rightmost-opening/"broken-link"/"broken-template"
- T165139: Prevent <div> wrapping of action=parse output
Monday, May 15, 2017 around 1:12pm PT:
Deployed a182c227f
[edit]wt2html:
- T141226: Fix logic when unpacking dom fragments
- T164792, T37247: Add mw-parser-output class to Parsoid's output
- Refactor the pipetrick handler to avoid using `text()`
html2wt:
- T153107: Fix unhandled detection of modified link content
- Fix bugs serializing modified content in simple wikilink form
- html2wt: Reconfigure checks in getRoundTripData for links
- Fix typo introduced in f051b262
- Return to previous modified state
Linter:
- T163091, T164006: Add an API endpoint to get lint errors for wikitext
- T161151: Linter: Emit fully resolved template names
- T162920: Linter: Add a flag to templateInfo for multi-part templated blocks
- T163549: Only lint pages that have wikitext contentmodel
API:
- Assert valid get formats in http api
- Assert valid transformations between formats in the http api
Tuesday, May 9, 2017 around 11:22 am PT:
Deployed 9d8badc8
[edit]- Remove support for pb2html in the http api
- T151277: Render [[Media:..]] wikitext as media links
Monday, May 8, 2017 around 1:15 pm PT: 9d8badc8 to be deployed Postponed due to etcd failures
[edit]- Remove support for pb2html in the http api
- T151277: Render [[Media:..]] wikitext as media links
Wednesday, April 26, 2017 around 1:55 pm PT:
Deployed 4949857a
[edit]- T116508: Remove .mw-body from Parsoid content
- Bump the content version to 1.4.0 for a/v
- Remove non-actionable warnings about stripped empty elements
- Remove advanced PDoc usage from the jsapi
- Fetch LanguageConverter status as part of wiki configuration
- T64270: Support video and audio content
- T133673: Set default dimensions for audio files
Tuesday, April 25, 2017 around 10:17 am PT:
Deployed 55b90511
[edit]- Added fallback for
general.legaltitlechars - Update site matrix for dtywiki
- T153885: Handle templated template names
- Don't recognize invalid template targets
- Factor out common encapsulation pattern
- T163330: Fix regression from
906375b - File handling:
- Linter:
Wednesday, April 12, 2017 around 1:12 pm PT:
Deployed 75debae3
[edit]- Lint misnested tags for better accuracy
- Address edge case in DSR code that affects lint output in some cases
- Add linter detection for T161341
Thursday, April 6, 2017 around 10:19 am PT:
Deployed 56ae82bb
[edit]- Upgrade service-runner, and various other deps
Wednesday, April 5, 2017 around 1:18 pm PT:
Deployed 32b7c677
[edit]- T112043: Handle anchors without hrefs
- Add additional options to slideshow gallery
- Slideshow does not support per row option
- T161936: Apply all the valid gallery attributes
Wednesday, Mar 29, 2017 around 1:21 pm PT:
Deployed b1b27146
[edit]- T161558: Only send lints for full parse
- Fixup redirect-detecting regular expressions in multiple places
- T160207: Fix serializing multi-line indent-pre w/ sol wt syntax
- T153798: Lower heap limit to 600m
Monday, Mar 27, 2017 around 1:21 pm PT:
Deployed 6eaad376
[edit]- T160599: Ignore thumbtime linter errors temporarily
- Add follow_redirects query param to the wt2html endpoint in dev API
- T161178: Apply defined classes to galleries
- T133267: Escape extlink content when containing ] anywhere
Wednesday, Mar 8, 2017 around 1:19 pm PT:
Deployed dec47257
[edit]- Enable linting in production
- Automatically detect whether Linter extension is installed
- T59603: Implement {{PAGELANGUAGE}}; fix language code in HTML <body>
- ParserTests
- Add an option to force strong normalization of parser tests
- Fix bin/parserTests.js --help
- Clean up parserTests output
- Collect and print summary information at end of parser tests
Wednesday, Mar 1, 2017 around 1:45 pm PT:
Deployed 9f96b2a0
[edit]- Fix namespace bug exposed by
ae90e7cd - Update CSS modules added to header
- Use videoinfo if it's available
- useVideoInfo is only for legacy requests
- T50900: Set mw:Error and provide error info in data-mw for ext/tpl
- Bug fix in Async Token Transform Manager
- Refactor in link handler
- Refactor file handling a bit
- Break img element handling out to its own func
- Refactor figure html2wt to be a little more elt agnostic
- Remove unused PrefixOptionsReverseMap
- Pass dataMw to the media handlers
- Fetch link info from data-mw even when no link is present
- ParserTests, and bunch of fixes and refactors, including:
- Pull out a parserTests.utils.js
- Use sync-parserTests.js with other targets
- T114256: Run tests against the Cite parserTests
- Move parsoid's ref tests to citeParserTests.txt
- Avoid max callstack size exceeded in parserTests
- Add TimedMediaHandler parserTests.txt
- Get rid of PARSOID_MOCKAPI_URL env var
- T156295: Make <indicator> tests php only
- T156296: Update baseconfigs, this time including enwiki
Tuesday, Feb 14, 2017 around 10:15 am PT:
Deployed 79ccfb93
[edit]Tuesday, Feb 7, 2017 around 10:15 am PT:
Deployed f0732260
[edit]- Code refactoring in TemplateHandler
- Don't count known images as errors
- T109897: Remove implicit_table_data_tag rule
- Remove special-case non-void semantics for <source>
Tuesday, Jan 31, 2017 around 10:50 am PT:
Deployed 734dc996
[edit]- T98960: Accept entities in extlink href and url links
- Stop normalizing hrefs by stripping "./" in html/parsoid sections
- T155070: Set relativeLinkPrefix before setting titlePageURI
- Fallback to mw:Error for missing images
- Get wfIsBadImage() information in API requests
- Shadow href w/ the original value, not the current one
- API improvements needed for ProofreadPage extension
- Set src as the original value when using title as href
- Use onAnchor for sanitizing link href's as well
- Bump to domino@1.0.28
- Fix to resolveTemplateTarget to better handle magic word aliases
Tuesday, Jan 24, 2017 around 10:45 am PT:
Deployed d000fdb4
[edit]- T58846: Port sanitizer changes from core commit feb23b46
- Switch to npm@3
- Bump service-runner to 2.1.13 and various deps minor versions
- Frame args is expected to be an array
- Don't accept pipe unconditionally in extlink
- T154804: Serialize gallery without attrs in data-mw
- T152633: Fix crasher from ConstrainedText
- flow-board is a known contentmodel
Wednesday, Jan 18, 2017 - Thursday, Jan 19, 2017:
Upgrading Parsoid cluster to node v6.9.1
[edit]- T149331: Upgrading nodejs to v6
Thursday, Jan 5, 2017 around 10:16 am PT:
Deployed 974dd5b3
[edit]wt2html tokenizer
- Make the tplarg rule resemble template
- tplargs don't have k=v pairs, only values
- Give a chance to break on | in element attribute name in template
- Suppress breaking on table pipe in tags
- Suppress breaking on tableCellArg in block tags too
- Remove unreachable action
- T143183: Extensions take precedence over templates
- Get rid of the generic_tag rule
Other wt2html
- Escape cite ids with Sanitizer.escapeId
- T102134: Fix cite hrefs to render properly
- Percent-encode | char in the stylesheet link tag in <head>
- Percent-encode the entire thing
- Get rid of BehaviorSwitchPreprocessor
- T113044: Complete templatearg representation in spec
Linter (not yet enabled in production)
- Fix obsolete tags linting + ignore BIG
- Cleanup and add tests for multi-template
Code cleanup
- Code cleanup in MWParserEnvironment.js
- ApiRequest.js.request: Add comment to clarify intent