Sie betrachten eine alte Version der Seite. Zur neuesten Version gehen.
Setup:Release Notes: Unterschied zwischen den Versionen
[freigegebene Version] | [freigegebene Version] |
(Update to 3.1.1) |
K (Markierung: 2017-Quelltext-Bearbeitung) |
BlueSpice
Copyright 2019 by Hallo Welt! GmbH
BlueSpice 3.1.1[Bearbeiten | Quelltext bearbeiten]
BlueSpice 3.1.1 is a patch release. This is a stable release.
Changelog[Bearbeiten | Quelltext bearbeiten]
- FlaggedRevsConnector: align colors for highlighting draft in version history (#5683)
- FlaggedRevs used various colors to highlight draft revisions in the version history. This is now aligned to the BlueSpice color scheme.
- Fix links to documentation (#13552)
- Some extensions in "Special:Version" pointed to outdated documentation. The links are now fixed.
- Privacy: Change avatar after anonymisation (#14216)
- Avatar was not recreated after anonymisation and two parameters ($4 and $5) were not resolved in the anonymisation log. This is now working.
- SocialEntities show up in watched pages (#14681)
- In the watched pages list and in SmartList, SocialEntity entries were listed. Now they are excluded, since all items must contain wikitext.
- Indexing huge PDFs fails (#15725)
- In some cases, long documents were not indexed at all due to length limits. There is now a fallback: in this case, only the filename is indexed.
- Ping request should start immediately on page-load (#16467)
- Long ping intervals caused delays and a "Someone is editing the page" message. Now the ping starts directly after page load which allows for more granularity of ping intervals and reduced load on the server.
- Namespace select box in Special:CategoryTree is overlapped by header (#16534)
- On the page "Special:CategoryTree", some namespaces could not be selected. Now, the selection box correctly overlaps the header.
- Privacy policy links should link to project namespace (#16594)
- Links from Privacy Center to privacy policy pages pointed to a non-standard page. Now, the default link points to the standard privacy policy page of the wiki.
- VisualEditor table inspector UI is broken in BlueSpice free (#16612)
- The table inspector only showed icons, but no text and the icons were misaligned. The proper UI is now restored.
- AND OR operators must work in search term (#16613)
- The keywords AND and OR were not evaluated in SearchCenter. This is now possible.
- Wrong link for "Add attachment" (#16629)
- The link to the attachment page of an article was broken. It now works again.
- Table formatting is lost on change between edit modes (#16639)
- Table color formatting was lost when switching between Visual and WikiText mode. Now, the color formatting is preserved.
- HideTitle should also hide FlaggedRevs information (#16738)
- When using HideTitle on a page, the page revision status notification was still visible. Now, the entire title section gets disabled.
- Use SSL link to bluespice.com in code documentation (#16789)
- Many URLs in the code documentation of the source code pointed to "http:" instead of "https:", but user interface links were already set to "https:". Now, a secure connection is suggested everywhere.
- Subitems in header menu are displayed all the time (#16808)
- The second-level items of the header menu were expanded and could not be collapsed under certain circumstances. They are now collapsed and always collapsible.
- ExtendedStatistics special pages ignores permission statistic-viewspecialpage (#16951)
- Statistics could be viewed by anyone with read rights. Now, the page requires a special right, which per default is assigned to the admin role.
- Add attachments button out of line (#16993)
- In some cases, the "Add attachment" button was vertically misaligned. This is now fixed.
- Remove dependency to PHP Tidy extension (#16997)
- The PHP extension 'tidy' is no longer maintained or bundled in some distributions (e.g., SLES). The dependency on that extension was removed and replaced by an onboard MediaWiki solution.
- Smartlist fatal error in mode whatlinkshere when no target given (#17008)
- The smartlist tag was throwing an error when the attribute "target" was not set. Now, the attribute can be omitted safely.
- Privacy: fix gender in anonymisation log (#17015)
- The log message of an anonymized user was always male gendered. The log message is now gender neutral.
- Attachments can not be searched when there are external locations (#17031)
- Search indexing stopped overall when an external location could not be reached. Now, it just ignores that particular location.
- Update repo file on WebDAV update (#17069)
- Repo files are now re-indexed when they are updated via WebDAV
- Add article button is displayed in mobile view when left sidebar is open (#17077)
- The button had a wrong z-index, placing it above the menu. The z-index was fixed and now the button works correctly.
- BlueSpiceAvatars needs 'editToken' replaced with 'csrfToken' (T233546 )
- BlueSpiceExtendedStatistics needs 'editToken' replaced with 'csrfToken' (T233547 )
- BlueSpiceFoundation needs 'editToken' replaced with 'csrfToken' (T233548 )
- Checkup code passing $this by reference with a temporary variable (T234118 )
Release Notes Archiv[Bearbeiten | Quelltext bearbeiten]
- BlueSpice 3.1 Release Notes
- BlueSpice 3.0.1 Release Notes
- BlueSpice 2.27.3 Release Notes
- BlueSpice 2.27.2 Release Notes
- BlueSpice 2.27.1 Release Notes
- BlueSpice 2.27.0 Release Notes
- BlueSpice 2.27.0 beta Release Notes
- BlueSpice 2.23.3 Release Notes
- BlueSpice 2.23.3 beta Release Notes
- BlueSpice 2.23.2 Release Notes
- BlueSpice 2.23.2 beta Release Notes
- BlueSpice 2.23.1 Release Notes
- BlueSpice 2.23.0 Release Notes
- BlueSpice 2.23.0 beta Release Notes
- BlueSpice 2.22.2 Release Notes
- BlueSpice 2.22.1a Release Notes
- BlueSpice 2.22.1 Release Notes
- BlueSpice 2.22.0 Release Notes
- BlueSpice 1.21.0 Release Notes
- BlueSpice 1.20.1 Release Notes
- BlueSpice 1.20.0 Release Notes
- BlueSpice 1.1.1 Release Notes
- BlueSpice 1.1 Release Notes
- BlueSpice 1.0.1 Release Notes
<bs:ueparams template="release_notes_en" /> BlueSpice Copyright 2019 by Hallo Welt! GmbH https://bluespice.com https://hallowelt.com <div class="bs-pagebreak"></div> == <span class="mw-headline" id="BlueSpice_3.1.1">BlueSpice 3.1.1</span> == BlueSpice 3.1.1 is a patch release. This is a stable release. === <span class="mw-headline" id="Changelog">Changelog</span> === * === *'''FlaggedRevsConnector: align colors for highlighting draft in version history''' <small>(#5683)</small> : FlaggedRevs used various colors to highlight draft revisions in the version history. This is now aligned to the BlueSpice color scheme. * '''Fix links to documentation''' <small>(#13552)</small> : Some extensions in "Special:Version" pointed to outdated documentation. The links are now fixed. * '''Privacy: Change avatar after anonymisation''' <small>(#14216)</small> : Avatar was not recreated after anonymisation and two parameters ($4 and $5) were not resolved in the anonymisation log. This is now working. * '''SocialEntities show up in watched pages''' <small>(#14681)</small> : In the watched pages list and in SmartList, SocialEntity entries were listed. Now they are excluded, since all items must contain wikitext. * '''Indexing huge PDFs fails''' <small>(#15725)</small> : In some cases, long documents were not indexed at all due to length limits. There is now a fallback: in this case, only the filename is indexed. * '''Ping request should start immediately on page-load''' <small>(#16467)</small> : Long ping intervals caused delays and a "Someone is editing the page" message. Now the ping starts directly after page load which allows for more granularity of ping intervals and reduced load on the server. * '''Namespace select box in Special:CategoryTree is overlapped by header''' <small>(#16534)</small> : On the page "Special:CategoryTree", some namespaces could not be selected. Now, the selection box correctly overlaps the header. * '''Privacy policy links should link to project namespace''' <small>(#16594)</small> : Links from Privacy Center to privacy policy pages pointed to a non-standard page. Now, the default link points to the standard privacy policy page of the wiki. * '''VisualEditor table inspector UI is broken in BlueSpice free''' <small>(#16612)</small> : The table inspector only showed icons, but no text and the icons were misaligned. The proper UI is now restored. * '''AND OR operators must work in search term''' <small>(#16613)</small> : The keywords AND and OR were not evaluated in SearchCenter. This is now possible. * '''Wrong link for "Add attachment"''' <small>(#16629)</small> : The link to the attachment page of an article was broken. It now works again. * '''Table formatting is lost on change between edit modes''' <small>(#16639)</small> : Table color formatting was lost when switching between Visual and WikiText mode. Now, the color formatting is preserved. * '''HideTitle should also hide FlaggedRevs information''' <small>(#16738)</small> : When using HideTitle on a page, the page revision status notification was still visible. Now, the entire title section gets disabled. * '''Use SSL link to bluespice.com in code documentation''' <small>(#16789)</small> : Many URLs in the code documentation of the source code pointed to "http:" instead of "https:", but user interface links were already set to "https:". Now, a secure connection is suggested everywhere. * '''Subitems in header menu are displayed all the time''' <small>(#16808)</small> : The second-level items of the header menu were expanded and could not be collapsed under certain circumstances. They are now collapsed and always collapsible. * '''ExtendedStatistics special pages ignores permission statistic-viewspecialpage''' <small>(#16951)</small> : Statistics could be viewed by anyone with read rights. Now, the page requires a special right, which per default is assigned to the admin role. * '''Add attachments button out of line''' <small>(#16993)</small> : In some cases, the "Add attachment" button was vertically misaligned. This is now fixed. * '''Remove dependency to PHP Tidy extension''' <small>(#16997)</small> : The PHP extension 'tidy' is no longer maintained or bundled in some distributions (e.g., SLES). The dependency on that extension was removed and replaced by an onboard MediaWiki solution. * '''Smartlist fatal error in mode whatlinkshere when no target given''' <small>(#17008)</small> : The smartlist tag was throwing an error when the attribute "target" was not set. Now, the attribute can be omitted safely. * '''Privacy: fix gender in anonymisation log''' <small>(#17015)</small> : The log message of an anonymized user was always male gendered. The log message is now gender neutral. * '''Attachments can not be searched when there are external locations''' <small>(#17031)</small> : Search indexing stopped overall when an external location could not be reached. Now, it just ignores that particular location. * '''Update repo file on WebDAV update''' <small>(#17069)</small> : Repo files are now re-indexed when they are updated via WebDAV * '''Add article button is displayed in mobile view when left sidebar is open''' <small>(#17077)</small> : The button had a wrong z-index, placing it above the menu. The z-index was fixed and now the button works correctly. * '''BlueSpiceAvatars needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233546 T233546] )</small> * '''BlueSpiceExtendedStatistics needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233547 T233547] )</small> * '''BlueSpiceFoundation needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233548 T233548] )</small> * '''Checkup code passing $this by reference with a temporary variable''' <small>([https://phabricator.wikimedia.org/T234118 T234118] )</small> <br /> <bs:universalexport:noexport> ==Release Notes Archiv== * [[Media:BlueSpice_ReleaseNotes_31.pdf|BlueSpice 3.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_301.pdf|BlueSpice 3.0.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2273.pdf|BlueSpice 2.27.3 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2272.pdf|BlueSpice 2.27.2 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2271.pdf|BlueSpice 2.27.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2270.pdf|BlueSpice 2.27.0 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2270_beta.pdf|BlueSpice 2.27.0 beta Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2233.pdf|BlueSpice 2.23.3 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2233_beta.pdf|BlueSpice 2.23.3 beta Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2232.pdf|BlueSpice 2.23.2 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2232_beta.pdf|BlueSpice 2.23.2 beta Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2231.pdf|BlueSpice 2.23.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2230.pdf|BlueSpice 2.23.0 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2230_beta.pdf|BlueSpice 2.23.0 beta Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2222.pdf|BlueSpice 2.22.2 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2221a.pdf|BlueSpice 2.22.1a Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2221.pdf|BlueSpice 2.22.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_2220.pdf|BlueSpice 2.22.0 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_1210.pdf|BlueSpice 1.21.0 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_1201.pdf|BlueSpice 1.20.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_1200.pdf|BlueSpice 1.20.0 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_111.pdf|BlueSpice 1.1.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_11.pdf|BlueSpice 1.1 Release Notes]] * [[Media:BlueSpice_ReleaseNotes_101.pdf|BlueSpice 1.0.1 Release Notes]] </bs:universalexport:noexport> [[en:{{FULLPAGENAME}}]] [[de:Setup:Release_Notes]] __KEIN_INHALTSVERZEICHNIS__ [[Category:Setup]]
Zeile 12: | Zeile 12: | ||
− | == <span class="mw-headline" id="BlueSpice_3.1.1">BlueSpice 3.1.1</span> == | + | ==<span class="mw-headline" id="BlueSpice_3.1.1">BlueSpice 3.1.1</span>== |
BlueSpice 3.1.1 is a patch release. This is a stable release. | BlueSpice 3.1.1 is a patch release. This is a stable release. | ||
− | === <span class="mw-headline" id="Changelog">Changelog</span> === | + | ===<span class="mw-headline" id="Changelog">Changelog</span>=== |
− | * '''FlaggedRevsConnector: align colors for highlighting draft in version history''' <small>(#5683)</small> | + | *'''FlaggedRevsConnector: align colors for highlighting draft in version history''' <small>(#5683)</small> |
− | : FlaggedRevs used various colors to highlight draft revisions in the version history. This is now aligned to the BlueSpice color scheme. | + | :FlaggedRevs used various colors to highlight draft revisions in the version history. This is now aligned to the BlueSpice color scheme. |
− | * '''Fix links to documentation''' <small>(#13552)</small> | + | *'''Fix links to documentation''' <small>(#13552)</small> |
− | : Some extensions in "Special:Version" pointed to outdated documentation. The links are now fixed. | + | :Some extensions in "Special:Version" pointed to outdated documentation. The links are now fixed. |
− | * '''Privacy: Change avatar after anonymisation''' <small>(#14216)</small> | + | *'''Privacy: Change avatar after anonymisation''' <small>(#14216)</small> |
− | : Avatar was not recreated after anonymisation and two parameters ($4 and $5) were not resolved in the anonymisation log. This is now working. | + | :Avatar was not recreated after anonymisation and two parameters ($4 and $5) were not resolved in the anonymisation log. This is now working. |
− | * '''SocialEntities show up in watched pages''' <small>(#14681)</small> | + | *'''SocialEntities show up in watched pages''' <small>(#14681)</small> |
− | : In the watched pages list and in SmartList, SocialEntity entries were listed. Now they are excluded, since all items must contain wikitext. | + | :In the watched pages list and in SmartList, SocialEntity entries were listed. Now they are excluded, since all items must contain wikitext. |
− | * '''Indexing huge PDFs fails''' <small>(#15725)</small> | + | *'''Indexing huge PDFs fails''' <small>(#15725)</small> |
− | : In some cases, long documents were not indexed at all due to length limits. There is now a fallback: in this case, only the filename is indexed. | + | :In some cases, long documents were not indexed at all due to length limits. There is now a fallback: in this case, only the filename is indexed. |
− | * '''Ping request should start immediately on page-load''' <small>(#16467)</small> | + | *'''Ping request should start immediately on page-load''' <small>(#16467)</small> |
− | : Long ping intervals caused delays and a "Someone is editing the page" message. Now the ping starts directly after page load which allows for more granularity of ping intervals and reduced load on the server. | + | :Long ping intervals caused delays and a "Someone is editing the page" message. Now the ping starts directly after page load which allows for more granularity of ping intervals and reduced load on the server. |
− | * '''Namespace select box in Special:CategoryTree is overlapped by header''' <small>(#16534)</small> | + | *'''Namespace select box in Special:CategoryTree is overlapped by header''' <small>(#16534)</small> |
− | : On the page "Special:CategoryTree", some namespaces could not be selected. Now, the selection box correctly overlaps the header. | + | :On the page "Special:CategoryTree", some namespaces could not be selected. Now, the selection box correctly overlaps the header. |
− | * '''Privacy policy links should link to project namespace''' <small>(#16594)</small> | + | *'''Privacy policy links should link to project namespace''' <small>(#16594)</small> |
− | : Links from Privacy Center to privacy policy pages pointed to a non-standard page. Now, the default link points to the standard privacy policy page of the wiki. | + | :Links from Privacy Center to privacy policy pages pointed to a non-standard page. Now, the default link points to the standard privacy policy page of the wiki. |
− | * '''VisualEditor table inspector UI is broken in BlueSpice free''' <small>(#16612)</small> | + | *'''VisualEditor table inspector UI is broken in BlueSpice free''' <small>(#16612)</small> |
− | : The table inspector only showed icons, but no text and the icons were misaligned. The proper UI is now restored. | + | :The table inspector only showed icons, but no text and the icons were misaligned. The proper UI is now restored. |
− | * '''AND OR operators must work in search term''' <small>(#16613)</small> | + | *'''AND OR operators must work in search term''' <small>(#16613)</small> |
− | : The keywords AND and OR were not evaluated in SearchCenter. This is now possible. | + | :The keywords AND and OR were not evaluated in SearchCenter. This is now possible. |
− | * '''Wrong link for "Add attachment"''' <small>(#16629)</small> | + | *'''Wrong link for "Add attachment"''' <small>(#16629)</small> |
− | : The link to the attachment page of an article was broken. It now works again. | + | :The link to the attachment page of an article was broken. It now works again. |
− | * '''Table formatting is lost on change between edit modes''' <small>(#16639)</small> | + | *'''Table formatting is lost on change between edit modes''' <small>(#16639)</small> |
− | : Table color formatting was lost when switching between Visual and WikiText mode. Now, the color formatting is preserved. | + | :Table color formatting was lost when switching between Visual and WikiText mode. Now, the color formatting is preserved. |
− | * '''HideTitle should also hide FlaggedRevs information''' <small>(#16738)</small> | + | *'''HideTitle should also hide FlaggedRevs information''' <small>(#16738)</small> |
− | : When using HideTitle on a page, the page revision status notification was still visible. Now, the entire title section gets disabled. | + | :When using HideTitle on a page, the page revision status notification was still visible. Now, the entire title section gets disabled. |
− | * '''Use SSL link to bluespice.com in code documentation''' <small>(#16789)</small> | + | *'''Use SSL link to bluespice.com in code documentation''' <small>(#16789)</small> |
− | : Many URLs in the code documentation of the source code pointed to "http:" instead of "https:", but user interface links were already set to "https:". Now, a secure connection is suggested everywhere. | + | :Many URLs in the code documentation of the source code pointed to "http:" instead of "https:", but user interface links were already set to "https:". Now, a secure connection is suggested everywhere. |
− | * '''Subitems in header menu are displayed all the time''' <small>(#16808)</small> | + | *'''Subitems in header menu are displayed all the time''' <small>(#16808)</small> |
− | : The second-level items of the header menu were expanded and could not be collapsed under certain circumstances. They are now collapsed and always collapsible. | + | :The second-level items of the header menu were expanded and could not be collapsed under certain circumstances. They are now collapsed and always collapsible. |
− | * '''ExtendedStatistics special pages ignores permission statistic-viewspecialpage''' <small>(#16951)</small> | + | *'''ExtendedStatistics special pages ignores permission statistic-viewspecialpage''' <small>(#16951)</small> |
− | : Statistics could be viewed by anyone with read rights. Now, the page requires a special right, which per default is assigned to the admin role. | + | :Statistics could be viewed by anyone with read rights. Now, the page requires a special right, which per default is assigned to the admin role. |
− | * '''Add attachments button out of line''' <small>(#16993)</small> | + | *'''Add attachments button out of line''' <small>(#16993)</small> |
− | : In some cases, the "Add attachment" button was vertically misaligned. This is now fixed. | + | :In some cases, the "Add attachment" button was vertically misaligned. This is now fixed. |
− | * '''Remove dependency to PHP Tidy extension''' <small>(#16997)</small> | + | *'''Remove dependency to PHP Tidy extension''' <small>(#16997)</small> |
− | : The PHP extension 'tidy' is no longer maintained or bundled in some distributions (e.g., SLES). The dependency on that extension was removed and replaced by an onboard MediaWiki solution. | + | :The PHP extension 'tidy' is no longer maintained or bundled in some distributions (e.g., SLES). The dependency on that extension was removed and replaced by an onboard MediaWiki solution. |
− | * '''Smartlist fatal error in mode whatlinkshere when no target given''' <small>(#17008)</small> | + | *'''Smartlist fatal error in mode whatlinkshere when no target given''' <small>(#17008)</small> |
− | : The smartlist tag was throwing an error when the attribute "target" was not set. Now, the attribute can be omitted safely. | + | :The smartlist tag was throwing an error when the attribute "target" was not set. Now, the attribute can be omitted safely. |
− | * '''Privacy: fix gender in anonymisation log''' <small>(#17015)</small> | + | *'''Privacy: fix gender in anonymisation log''' <small>(#17015)</small> |
− | : The log message of an anonymized user was always male gendered. The log message is now gender neutral. | + | :The log message of an anonymized user was always male gendered. The log message is now gender neutral. |
− | * '''Attachments can not be searched when there are external locations''' <small>(#17031)</small> | + | *'''Attachments can not be searched when there are external locations''' <small>(#17031)</small> |
− | : Search indexing stopped overall when an external location could not be reached. Now, it just ignores that particular location. | + | :Search indexing stopped overall when an external location could not be reached. Now, it just ignores that particular location. |
− | * '''Update repo file on WebDAV update''' <small>(#17069)</small> | + | *'''Update repo file on WebDAV update''' <small>(#17069)</small> |
− | : Repo files are now re-indexed when they are updated via WebDAV | + | :Repo files are now re-indexed when they are updated via WebDAV |
− | * '''Add article button is displayed in mobile view when left sidebar is open''' <small>(#17077)</small> | + | *'''Add article button is displayed in mobile view when left sidebar is open''' <small>(#17077)</small> |
− | : The button had a wrong z-index, placing it above the menu. The z-index was fixed and now the button works correctly. | + | :The button had a wrong z-index, placing it above the menu. The z-index was fixed and now the button works correctly. |
− | * '''BlueSpiceAvatars needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233546 T233546] )</small> | + | *'''BlueSpiceAvatars needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233546 T233546] )</small> |
− | * '''BlueSpiceExtendedStatistics needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233547 T233547] )</small> | + | *'''BlueSpiceExtendedStatistics needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233547 T233547] )</small> |
− | * '''BlueSpiceFoundation needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233548 T233548] )</small> | + | *'''BlueSpiceFoundation needs 'editToken' replaced with 'csrfToken'''' <small>([https://phabricator.wikimedia.org/T233548 T233548] )</small> |
− | * '''Checkup code passing $this by reference with a temporary variable''' <small>([https://phabricator.wikimedia.org/T234118 T234118] )</small><br /> | + | *'''Checkup code passing $this by reference with a temporary variable''' <small>([https://phabricator.wikimedia.org/T234118 T234118] )</small> |
+ | |||
+ | <br /> | ||