- First commit to issue fork.
- π¬π·Greece dimitriskr
dimitriskr β changed the visibility of the branch 11.x to hidden.
- Status changed to Needs review
11 months ago 10:02pm 14 February 2024 - π¬π·Greece dimitriskr
Finally, ready for review.
P.S. I've deliberatly put the issue node instead of the draft CR link to the trigger_error(), per a conversation with @berdir at Slack.
- Status changed to Needs work
11 months ago 3:24pm 19 February 2024 - πΊπΈUnited States smustgrave
Left a comment on the MR.
But think the MR and maybe title should be updated as not super clear why the Rest plugin is needed to be updated.
- Status changed to Needs review
10 months ago 11:20pm 26 February 2024 - π¬π·Greece dimitriskr
RestExport plugin is updated because it extends PathPluginBase, which itself extends DisplayPluginBase
- Status changed to RTBC
10 months ago 8:16pm 29 February 2024 - Status changed to Needs work
10 months ago 11:34am 5 March 2024 - π¬π§United Kingdom catch
I think we should use constructor property promotion here.
- Status changed to Needs review
9 months ago 1:22pm 10 April 2024 - Status changed to RTBC
9 months ago 5:52pm 10 April 2024 - πΊπΈUnited States smustgrave
Good call on the constructor promotion.
For the follow up issue of removing these deprecations would recommend tagging for novice. Would be excellent for new users.
- Status changed to Needs work
9 months ago 9:23pm 11 April 2024 - π¬π§United Kingdom alexpott πͺπΊπ
As per @catch's comment on the MR we can remove the constructor docs everywhere and we can use property promotion on all the classes.
- Status changed to RTBC
9 months ago 9:40pm 11 April 2024 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
The issue summary has 'Add BC layer' deleted - this is a fairly common extension point.
We're not obligated to provide a BC layer, but should we do the right thing and try to avoid hard breaking people's things without warning? - Status changed to Needs work
9 months ago 9:40pm 11 April 2024 - Status changed to Needs review
about 2 months ago 1:58pm 8 November 2024 - π¬π·Greece dimitriskr
Added the constructor property promotion.
About the constructor docs, I cannot remove them because PHPCS will complain and tests will fail. Do I need to add a phpcs bypass for this to work?@larowlan BC layer exists, it's crossed out because it is already done
- πΊπΈUnited States smustgrave
@dimitriskr sorry haven't had a chance to get to this sooner. I believe we have probably missed the 11.1x window mind updating those for 11.2.x please
I'd assign the issue to you if I could