| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add lots of missing return statements, or remove incorrect doc blocks.
Change-Id: I0881e98fbb9d0d4cf79ecc824064d24538055d3f
|
|
|
|
|
|
|
| |
In phpcs.xml rename renamed sniffs and add the failing sniffs,
because now the whole sniff is no longer excluded.
Change-Id: If5b0bd16028761abc2c47ace9e97d37ad14bb36f
|
|
|
|
| |
Change-Id: I6b2c9c7af9a281fe457099cc3a336a60a25e74aa
|
|
|
|
|
|
|
| |
Only @inheritDoc works for the Sniff
MediaWiki.Commenting.FunctionComment
Change-Id: I91fc02cda6701d790e4334fc2bc47f230955545c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allows search engine clients that implement custom definitions
to pass engine hints used at index time.
Hints are a way to fine tune the behavior of the search engine
when handling a particular field.
As of now this is introduced for CirrusSearch to let SearchIndexField
implementations to control how the noop script is configured.
The noop hint with CirrusSearch allows to (for example):
- ignore an update if a numeric value does not change for more than X%
- control the merge strategy of complex fields
Bug: T166589
Change-Id: Ia560e41d33013c30ac47e5a60543f8cb133e61fb
|
|
Change-Id: Ia1738803c42f6114575587c1c838fec62b6f54aa
Bug: T89733
|