[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2024-05-16 Thread Aklapper
Aklapper removed RussRogovetz as the assignee of this task. Aklapper added a subscriber: RussRogovetz. Aklapper added a comment. @RussRogovetz: Removing task assignee as this open task has been assigned for more than two years - see the email sent to all task assignees on 2024-04-15.

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-08-28 Thread Seb35
Seb35 removed a project: Patch-For-Review. Seb35 added a comment. Wrong task number in my patch, I reaffected it. But related to this task to permit the removal of `EntityContent::getNativeData()`. TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-08-28 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RussRogovetz, gerritbot Cc: Seb35, Aklapper, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657,

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-08-28 Thread gerritbot
gerritbot added a comment. Change 827002 had a related patch set uploaded (by Seb35; author: Seb35): [mediawiki/core@master] Define concrete method in order to deprecate it in subclasses https://gerrit.wikimedia.org/r/827002 TASK DETAIL https://phabricator.wikimedia.org/T283686

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-08-28 Thread Seb35
Seb35 added a comment. In T283686#7769587 , @RussRogovetz wrote: > Hello team, > I'm working on those sub-tasks to replace **Content::getNativeData()** to **TextContent::getText()**. > For me is not clear how to replace it in

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-14 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RussRogovetz, Maintenance_bot Cc: Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot,

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-14 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.26; 2022-03-14). TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RussRogovetz, ReleaseTaggerBot Cc: Aklapper, Fernandobacasegua34,

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-14 Thread gerritbot
gerritbot added a comment. Change 769070 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Replace getNativeData to getText for Wikibase https://gerrit.wikimedia.org/r/769070 TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-11 Thread RussRogovetz
RussRogovetz added a comment. Hello team, I'm working on those sub-tasks to replace **Content::getNativeData()** to **TextContent::getText()**. For me is not clear how to replace it in **EntityContent** as it didn't have any dependency with **TextContent**. So we have public method

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-08 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RussRogovetz, gerritbot Cc: Aklapper, Fernandobacasegua34, 786, Suran38, Biggs657, karapayneWMDE,

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-08 Thread gerritbot
gerritbot added a comment. Change 769070 had a related patch set uploaded (by Russ Rogovetz; author: Russ Rogovetz): [mediawiki/extensions/Wikibase@master] Replace getNativeData to getText for Wikibase https://gerrit.wikimedia.org/r/769070 TASK DETAIL

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-03 Thread RussRogovetz
RussRogovetz claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RussRogovetz Cc: Aklapper, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, lucamauri, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2021-05-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T283686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, lucamauri, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2021-05-26 Thread Aklapper
Aklapper created this task. Aklapper added a project: MediaWiki-extensions-WikibaseRepository. TASK DESCRIPTION See parent task. Wikibase/lib/includes/Store/WikiPagePropertyOrderProvider.php: return strval( $pageContent->getNativeData() );