jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/402044 )
Change subject: [cleanup] remove comp suggest beta feature support
......................................................................
[cleanup] remove comp suggest beta feature support
Change-Id: Iae6f06798cb6a628261f7bbf2532ff4302d260a0
---
M CirrusSearch.php
M docs/settings.txt
M i18n/en.json
M i18n/qqq.json
M includes/CirrusSearch.php
M includes/Hooks.php
D resources/images/cirrus-beta-ltr.svg
D resources/images/cirrus-beta-rtl.svg
8 files changed, 1 insertion(+), 335 deletions(-)
Approvals:
Cindy-the-browser-test-bot: Looks good to me, but someone else must approve
EBernhardson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/CirrusSearch.php b/CirrusSearch.php
index 3357283..5c85acc 100644
--- a/CirrusSearch.php
+++ b/CirrusSearch.php
@@ -931,7 +931,6 @@
* namespace. PrefixSearch will be used in all other cases.
* Valid values, all unknown values map to 'no':
* yes - Use completion suggester as the default
- * beta - Allow users to enable completion suggester as a BetaFeature
* no - Don't use completion suggester
*/
$wgCirrusSearchUseCompletionSuggester = 'no';
@@ -1277,7 +1276,6 @@
$wgHooks[ 'ArticleRevisionVisibilitySet' ][] =
'CirrusSearch\Hooks::onRevisionDelete';
$wgHooks[ 'ArticleUndelete' ][] = 'CirrusSearch\Hooks::onArticleUndelete';
$wgHooks[ 'BeforeInitialize' ][] = 'CirrusSearch\Hooks::onBeforeInitialize';
-$wgHooks[ 'GetBetaFeaturePreferences' ][] =
'CirrusSearch\Hooks::getBetaFeaturePreferences';
$wgHooks[ 'GetPreferences' ][] = 'CirrusSearch\Hooks::onGetPreferences';
$wgHooks[ 'LinksUpdateComplete' ][] =
'CirrusSearch\Hooks::onLinksUpdateCompleted';
$wgHooks[ 'MediaWikiServices' ][] = 'CirrusSearch\Hooks::onMediaWikiServices';
diff --git a/docs/settings.txt b/docs/settings.txt
index ec7db6e..131ad0c 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -1083,7 +1083,6 @@
Valid values, all unknown values map to 'no':
* yes - Use completion suggester as the default
-* beta - Allow users to enable completion suggester as a BetaFeature
* no - Don't use completion suggester
; $wgCirrusSearchCompletionSuggesterSubphrases
diff --git a/i18n/en.json b/i18n/en.json
index 45d4598..9ea12b7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -31,8 +31,6 @@
"cirrussearch-morelikethis-settings": " #<!-- leave this line exactly
as it is --> <pre>\n# This message lets you configure the settings of the
\"more like this\" feature.\n# Changes to this take effect immediately.\n# The
syntax is as follows:\n# * Everything from a \"#\" character to the end of
the line is a comment.\n# * Every non-blank line is the setting name followed
by a \":\" character followed by the setting value\n# The settings are:\n# *
min_doc_freq (integer): Minimum number of documents (per shard) that need a
term for it to be considered.\n# * max_doc_freq (integer): Maximum number of
documents (per shard) that have a term for it to be considered.\n#
High frequency terms are generally \"stop words\".\n# * max_query_terms
(integer): Maximum number of terms to be considered. This value is limited to
$wgCirrusSearchMoreLikeThisMaxQueryTermsLimit (100).\n# * min_term_freq
(integer): Minimum number of times the term appears in the input to doc to be
considered. For small fields (title) this value should be 1.\n# *
minimum_should_match (percentage -100% to 100%, or integer number of terms):
The percentage of terms to match on. Defaults to 30%.\n# * min_word_len
(integer): Minimal length of a term to be considered. Defaults to 0.\n# *
max_word_len (integer): The maximum word length above which words will be
ignored. Defaults to unbounded (0).\n# * fields (comma separated list of
values): These are the fields to use. Allowed fields are title, text,
auxiliary_text, opening_text, headings.\n# Examples of good lines:\n#
min_doc_freq:2\n# max_doc_freq:20000\n# max_query_terms:25\n#
min_term_freq:2\n# minimum_should_match:30%\n# min_word_len:2\n#
max_word_len:40\n# fields:text,opening_text\n# </pre> <!-- leave this line
exactly as it is -->",
"cirrussearch-didyoumean-settings": " #<!-- leave this line exactly as
it is --> <pre>\n# This message lets you configure the settings of the \"Did
you mean\" suggestions.\n# See also
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html\n#
Changes to this take effect immediately.\n# The syntax is as follows:\n# *
Everything from a \"#\" character to the end of the line is a comment.\n# *
Every non-blank line is the setting name followed by a \":\" character followed
by the setting value\n# The settings are :\n# * max_errors (integer): the
maximum number of terms that will be considered misspelled in order to be
corrected. 1 or 2.\n# * confidence (float): The confidence level defines a
factor applied to the input phrases score which is used as a threshold for
other suggestion candidates. Only candidates that score higher than the
threshold will be included in the result. For instance a confidence level of
1.0 will only return suggestions that score higher than the input phrase. If
set to 0.0 the best candidate are returned.\n# * min_doc_freq (float 0 to 1):
The minimal threshold in number of documents a suggestion should appear in.\n#
High frequency terms are generally \"stop words\".\n# *
max_term_freq (float 0 to 1): The maximum threshold in number of documents in
which a term can exist in order to be included.\n# * prefix_length (integer):
The minimal number of prefix characters that must match a term in order to be a
suggestion.\n# * suggest_mode (missing, popular, always): The suggest mode
controls the way suggestions are included.\n# Examples of good lines:\n#
max_errors:2\n# confidence:2.0\n# max_term_freq:0.5\n# min_doc_freq:0.01\n#
prefix_length:2\n# suggest_mode:always\n#\n# </pre> <!-- leave this line
exactly as it is -->",
"cirrussearch-query-too-long": "Search request is longer than the
maximum allowed length. ($1 > $2)",
- "cirrussearch-completionsuggester-pref": "Completion suggester",
- "cirrussearch-completionsuggester-desc": "New algorithm for search as
you type. Once enabled the search box at the top right corner will use the
Completion Suggester.",
"cirrussearch-completion-profile-strict": "Strict profile with few
punctuation characters removed but diacritics and stress marks are kept.",
"cirrussearch-completion-profile-classic": "Classic prefix, few
punctuation characters and some diacritics removed.",
"cirrussearch-completion-profile-normal": "Few punctuation characters,
some diacritics and stopwords removed.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 992dd5e..12b13a5 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -41,8 +41,6 @@
"cirrussearch-morelikethis-settings": "Settings for the More Like This
query.\n\n\"More Like This\" is the English name of the feature. The feature is
described at [[:mw:Help:CirrusSearch#Special prefixes]]. The prefix
\"morelike\" cannot be translated anywhere, but the full name of the feature
\"More Like This\" can be translated.\n\nDon't translate technical names like
min_doc_freq, max_query_terms, true|false, field names title, text,
auxiliary_text, opening_text, headings, all etc.\n\nFor a definition of
\"stopwords\" see [[:w:en:Stop words|Stop words in Wikipedia]].",
"cirrussearch-didyoumean-settings": "Settings for the \"Did You Mean?\"
suggestions.\n\n\"Did You Mean?\" is the English name of the feature and can be
translated. This feature is described at
[[:mw:Help:CirrusSearch#Did_you_mean]].\n\nDon't translate technical names like
max_errors, confidence, max_term_freq, min_doc_freq and suggest_mode.\n\n\"Stop
words\" are words that are explicitly excluded from searching and statistics,
usually because they are too frequent to be useful and meaningful. See
[[:w:en:Stop words|stop words]] in the English Wikipedia.",
"cirrussearch-query-too-long": "Error message shown to users when their
queries are too long. \n\nParameters:\n* $1 - length of current query in
characters\n* $2 - maximum query length, in characters.",
- "cirrussearch-completionsuggester-pref": "Name of the beta feature.",
- "cirrussearch-completionsuggester-desc": "Description of the beta
feature. \"top right\" should be translated to \"top left\" for rtl languages.",
"cirrussearch-completion-profile-strict": "Strict profile for
completion (search as you type).",
"cirrussearch-completion-profile-classic": "Classic profile for
completion (search as you type).",
"cirrussearch-completion-profile-normal": "Normal profile for
completion (search as you type).",
diff --git a/includes/CirrusSearch.php b/includes/CirrusSearch.php
index 28384f3..c9b9e25 100644
--- a/includes/CirrusSearch.php
+++ b/includes/CirrusSearch.php
@@ -505,7 +505,7 @@
protected function completionSuggesterEnabled( SearchConfig $config ) {
$useCompletion = $config->getElement(
'CirrusSearchUseCompletionSuggester' );
- if ( $useCompletion !== 'yes' && $useCompletion !== 'beta' ) {
+ if ( $useCompletion !== 'yes' ) {
return false;
}
@@ -522,11 +522,6 @@
// Allow experimentation with query parameters
if ( $this->request && $this->request->getVal(
'cirrusUseCompletionSuggester' ) === 'yes' ) {
return true;
- }
-
- if ( $useCompletion === 'beta' ) {
- return ExtensionRegistry::getInstance()->isLoaded(
'BetaFeatures' ) &&
- \BetaFeatures::isFeatureEnabled(
$GLOBALS['wgUser'], 'cirrussearch-completionsuggester' );
}
return true;
diff --git a/includes/Hooks.php b/includes/Hooks.php
index 63a1766..42950dc 100644
--- a/includes/Hooks.php
+++ b/includes/Hooks.php
@@ -716,33 +716,6 @@
}
/**
- * Activate Completion Suggester as a Beta Feature if available
- * @param User $user
- * @param array &$pref beta feature prefs
- * @return bool
- */
- public static function getBetaFeaturePreferences( User $user, &$pref ) {
- global $wgCirrusSearchUseCompletionSuggester,
- $wgExtensionAssetsPath;
-
- if ( $wgCirrusSearchUseCompletionSuggester !== 'beta' ) {
- return true;
- }
-
- $pref['cirrussearch-completionsuggester'] = [
- 'label-message' =>
'cirrussearch-completionsuggester-pref',
- 'desc-message' =>
'cirrussearch-completionsuggester-desc',
- 'info-link' =>
'//mediawiki.org/wiki/Special:MyLanguage/Extension:CirrusSearch/CompletionSuggester',
- 'discussion-link' =>
'//mediawiki.org/wiki/Special:MyLanguage/Extension_talk:CirrusSearch/CompletionSuggester',
- 'screenshot' => [
- 'ltr' =>
"$wgExtensionAssetsPath/CirrusSearch/resources/images/cirrus-beta-ltr.svg",
- 'rtl' =>
"$wgExtensionAssetsPath/CirrusSearch/resources/images/cirrus-beta-rtl.svg",
- ]
- ];
- return true;
- }
-
- /**
* @param ApiBase $module
* @return bool
*/
diff --git a/resources/images/cirrus-beta-ltr.svg
b/resources/images/cirrus-beta-ltr.svg
deleted file mode 100644
index 18f7f30..0000000
--- a/resources/images/cirrus-beta-ltr.svg
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="263px" height="161px" viewBox="0 0 263 161" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
- <title>CirrusBeta</title>
- <description>Created with Sketch
(http://www.bohemiancoding.com/sketch)</description>
- <defs></defs>
- <g id="Page-1" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd" sketch:type="MSPage">
- <path d="M-0.04296875,0 L262.813802,0 L262.813802,152.139292
L250.700521,161.951823 L236.796875,151.46875 L222.88151,161.186198
L210.27474,151.308594 L196.753906,161.532552 L183.371094,151.445312
L170.528646,161.199219 L155.871094,151.641927 L142.93099,161.692708
L130.571615,151.46875 L117.138021,161.445312 L104.061198,151.394531
L91.1953125,161.445312 L76.6132812,151.97526 L63.1041667,161.61849
L50.0898438,151.445312 L38.4088542,161.16276 L24.2591146,151.445312
L13.046875,161.10026 L-0.375,151.445312 L-0.04296875,0 Z" id="Path-17"
stroke="#E5E5E5" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
- <rect id="Rectangle-16" fill="#0E73FC" sketch:type="MSShapeGroup"
x="55" y="26" width="16" height="16" rx="1"></rect>
- <rect id="Rectangle-8" fill="#D8D8D8" sketch:type="MSShapeGroup" x="8"
y="5" width="32" height="6"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="75" y="26" width="53" height="7" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="75" y="41" width="73" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="75" y="38" width="94" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="75" y="35" width="94" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="55" y="48" width="63" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="55" y="53" width="114" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="55" y="61" width="25" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#0E73FC" sketch:type="MSShapeGroup"
x="55" y="66" width="114" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#4A4A4A" sketch:type="MSShapeGroup"
x="55" y="74" width="36" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#4A4A4A" sketch:type="MSShapeGroup"
x="55" y="79" width="114" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#D0D0D0" sketch:type="MSShapeGroup"
x="55" y="88" width="42" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#D0D0D0" sketch:type="MSShapeGroup"
x="55" y="93" width="114" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#D0D0D0" sketch:type="MSShapeGroup"
x="55" y="102" width="20" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill="#D0D0D0" sketch:type="MSShapeGroup"
x="55" y="107" width="114" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill-opacity="0.5" fill="#D4D4D4"
sketch:type="MSShapeGroup" x="55" y="117" width="25" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill-opacity="0.5" fill="#D4D4D4"
sketch:type="MSShapeGroup" x="55" y="122" width="114" height="1" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill-opacity="0.5" fill="#D4D4D4"
sketch:type="MSShapeGroup" x="55" y="131" width="56" height="3" rx="1"></rect>
- <rect id="Rectangle-8-copy" fill-opacity="0.5" fill="#D4D4D4"
sketch:type="MSShapeGroup" x="55" y="136" width="114" height="1" rx="1"></rect>
- <path d="M10,36 C10,28.268 16.268,22 24,22 C31.732,22 38,28.268 38,36
C38,43.732 31.732,50 24,50 C16.268,50 10,43.732 10,36 L10,36 Z" id="Ellipse"
fill="#E5E5E5" sketch:type="MSShapeGroup"></path>
- <path d="M37,59 L37,54 L12,54 L12,59 L37,59 L37,59 Z" id="Shape"
fill="#E5E5E5" sketch:type="MSShapeGroup"></path>
- <path d="M37,107 L37,72 L12,72 L12,107 L37,107 L37,107 Z" id="Shape"
fill="#E5E5E5" sketch:type="MSShapeGroup"></path>
- <path d="M250,5 L257.51,5 L257.51,11 L250,11 L250,5 L250,5 Z"
id="Shape" fill="#E5E5E5" sketch:type="MSShapeGroup"></path>
- <path d="M235,5 L247.51,5 L247.51,11 L235,11 L235,5 L235,5 Z M235,5
L247.51,5 L247.51,11 L235,11 L235,5 L235,5 Z" id="Shape" fill="#E5E5E5"
sketch:type="MSShapeGroup"></path>
- <path d="M1,14.5 L261,14.5" id="Shape" stroke="#E5E5E5" fill="#E5E5E5"
sketch:type="MSShapeGroup"></path>
- <path d="M147,6 L147,10 L55,10 L55,6 L147,6 L147,6 Z M148,5 L54,5
L54,11 L148,11 L148,5 L148,5 Z" id="Shape" fill="#E5E5E5"
sketch:type="MSShapeGroup"></path>
- <path d="M247.51,5 L247.51,11 L235,11 L235,5 L247.51,5 Z" id="Path"
fill="#D8D8D8" sketch:type="MSShapeGroup"></path>
- <path d="M231.51,5 L231.51,11 L219,11 L219,5 L231.51,5 Z" id="Path"
fill="#D8D8D8" sketch:type="MSShapeGroup"></path>
- <path d="M58,7 L58,9 L56,9 L56,7 L58,7 Z" id="Path-copy"
fill="#D8D8D8" sketch:type="MSShapeGroup"></path>
- <g id="Oval-1-+-Path-13" sketch:type="MSLayerGroup"
transform="translate(59.000000, 30.000000)" stroke="#FFFFFF" stroke-width="2">
- <path d="M2.66666667,5.33333333 C4.13942607,5.33333333
5.33333333,4.13942607 5.33333333,2.66666667 C5.33333333,1.19390726 4.13942607,0
2.66666667,0 C1.19390726,0 0,1.19390726 0,2.66666667 C0,4.13942607
1.19390726,5.33333333 2.66666667,5.33333333 Z" id="Oval-1"
sketch:type="MSShapeGroup"></path>
- <path d="M4.55724437,4.51560974 L7.98807804,7.94644341"
id="Path-13" sketch:type="MSShapeGroup"></path>
- </g>
- </g>
-</svg>
diff --git a/resources/images/cirrus-beta-rtl.svg
b/resources/images/cirrus-beta-rtl.svg
deleted file mode 100644
index 02bad52..0000000
--- a/resources/images/cirrus-beta-rtl.svg
+++ /dev/null
@@ -1,252 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- version="1.1"
- width="263"
- height="161"
- viewBox="0 0 263 161"
- id="svg2">
- <title
- id="title4">CirrusBeta</title>
- <metadata
- id="metadata70">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>CirrusBeta</dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <description
- id="description6">Created with Sketch
(http://www.bohemiancoding.com/sketch)</description>
- <defs
- id="defs8" />
- <g
- transform="matrix(-1,0,0,1,262.4388,0)"
- id="Page-1"
- style="fill:none;stroke:none">
- <path
- d="M -0.04296875,0 262.8138,0 l 0,152.13929 -12.11328,9.81253
-13.90365,-10.48307 -13.91536,9.71745 -12.60677,-9.87761 -13.52083,10.22396
-13.38282,-10.08724 -12.84244,9.75391 -14.65756,-9.55729 -12.9401,10.05078
-12.35938,-10.22396 -13.43359,9.97656 -13.07682,-10.05078 -12.865888,10.05078
-14.582031,-9.47005 -13.509114,9.64323 -13.014323,-10.17318 -11.68099,9.71745
-14.149739,-9.71745 -11.21224,9.65495 L -0.375,151.44531 -0.04296875,0 z"
- id="Path-17"
- style="fill:#ffffff;stroke:#e5e5e5" />
- <rect
- width="16"
- height="16"
- rx="1"
- x="55"
- y="26"
- id="Rectangle-16"
- style="fill:#0e73fc" />
- <rect
- width="32"
- height="6"
- x="8"
- y="5"
- id="Rectangle-8"
- style="fill:#d8d8d8" />
- <rect
- width="53"
- height="7"
- rx="1"
- x="75"
- y="26"
- id="Rectangle-8-copy"
- style="fill:#0e73fc" />
- <rect
- width="73"
- height="1"
- rx="1"
- x="75"
- y="41"
- id="rect15"
- style="fill:#0e73fc" />
- <rect
- width="94"
- height="1"
- rx="1"
- x="75"
- y="38"
- id="rect17"
- style="fill:#0e73fc" />
- <rect
- width="94"
- height="1"
- rx="1"
- x="75"
- y="35"
- id="rect19"
- style="fill:#0e73fc" />
- <rect
- width="63"
- height="3"
- rx="1"
- x="55"
- y="48"
- id="rect21"
- style="fill:#0e73fc" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="53"
- id="rect23"
- style="fill:#0e73fc" />
- <rect
- width="25"
- height="3"
- rx="1"
- x="55"
- y="61"
- id="rect25"
- style="fill:#0e73fc" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="66"
- id="rect27"
- style="fill:#0e73fc" />
- <rect
- width="36"
- height="3"
- rx="1"
- x="55"
- y="74"
- id="rect29"
- style="fill:#4a4a4a" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="79"
- id="rect31"
- style="fill:#4a4a4a" />
- <rect
- width="42"
- height="3"
- rx="1"
- x="55"
- y="88"
- id="rect33"
- style="fill:#d0d0d0" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="93"
- id="rect35"
- style="fill:#d0d0d0" />
- <rect
- width="20"
- height="3"
- rx="1"
- x="55"
- y="102"
- id="rect37"
- style="fill:#d0d0d0" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="107"
- id="rect39"
- style="fill:#d0d0d0" />
- <rect
- width="25"
- height="3"
- rx="1"
- x="55"
- y="117"
- id="rect41"
- style="fill:#d4d4d4;fill-opacity:0.5" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="122"
- id="rect43"
- style="fill:#d4d4d4;fill-opacity:0.5" />
- <rect
- width="56"
- height="3"
- rx="1"
- x="55"
- y="131"
- id="rect45"
- style="fill:#d4d4d4;fill-opacity:0.5" />
- <rect
- width="114"
- height="1"
- rx="1"
- x="55"
- y="136"
- id="rect47"
- style="fill:#d4d4d4;fill-opacity:0.5" />
- <path
- d="m 10,36 c 0,-7.732 6.268,-14 14,-14 7.732,0 14,6.268 14,14 0,7.732
-6.268,14 -14,14 -7.732,0 -14,-6.268 -14,-14 l 0,0 z"
- id="Ellipse"
- style="fill:#e5e5e5" />
- <path
- d="m 37,59 0,-5 -25,0 0,5 25,0 0,0 z"
- id="Shape"
- style="fill:#e5e5e5" />
- <path
- d="m 37,107 0,-35 -25,0 0,35 25,0 0,0 z"
- id="path51"
- style="fill:#e5e5e5" />
- <path
- d="m 250,5 7.51,0 0,6 -7.51,0 0,-6 0,0 z"
- id="path53"
- style="fill:#e5e5e5" />
- <path
- d="m 235,5 12.51,0 0,6 -12.51,0 0,-6 0,0 z m 0,0 12.51,0 0,6 -12.51,0
0,-6 0,0 z"
- id="path55"
- style="fill:#e5e5e5" />
- <path
- d="m 1,14.5 260,0"
- id="path57"
- style="fill:#e5e5e5;stroke:#e5e5e5" />
- <path
- d="m 147,6 0,4 -92,0 0,-4 92,0 0,0 z m 1,-1 -94,0 0,6 94,0 0,-6 0,0 z"
- id="path59"
- style="fill:#e5e5e5" />
- <path
- d="m 247.51,5 0,6 -12.51,0 0,-6 12.51,0 z"
- id="Path"
- style="fill:#d8d8d8" />
- <path
- d="m 231.51,5 0,6 -12.51,0 0,-6 12.51,0 z"
- id="path62"
- style="fill:#d8d8d8" />
- <path
- d="m 58,7 0,2 -2,0 0,-2 2,0 z"
- id="Path-copy"
- style="fill:#d8d8d8" />
- <g
- transform="translate(59,30)"
- id="Oval-1-+-Path-13"
- style="stroke:#ffffff;stroke-width:2">
- <path
- d="m 2.6666667,5.3333333 c 1.4727594,0 2.6666666,-1.1939072
2.6666666,-2.6666666 C 5.3333333,1.1939073 4.1394261,0 2.6666667,0 1.1939073,0
0,1.1939073 0,2.6666667 0,4.1394261 1.1939073,5.3333333 2.6666667,5.3333333 z"
- id="Oval-1" />
- <path
- d="M 4.5572444,4.5156097 7.988078,7.9464434"
- id="Path-13" />
- </g>
- </g>
-</svg>
--
To view, visit https://gerrit.wikimedia.org/r/402044
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iae6f06798cb6a628261f7bbf2532ff4302d260a0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: DCausse <[email protected]>
Gerrit-Reviewer: Cindy-the-browser-test-bot <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits