Commit 326239e
Move real-time collaboration code to lib/experimental/collaboration (#80469)
* Move real-time collaboration code to lib/experimental/collaboration
RTC is not part of WordPress 7.1, and whether it lands in a future
release is still undecided. Move the sync/save servers, storage, the
collaboration bootstrap, the RTC autosaves controller and its REST
override, and the RTC meta-box compat out of compat/wordpress-7.1 into
a dedicated experimental/collaboration directory.
The autosaves controller extends WP_REST_Autosaves_Controller, so it
stays inside the class_exists( 'WP_REST_Controller' ) guard; the
meta-box compat moves to the unconditional Experimental features
section.
Co-Authored-By: Claude <noreply@anthropic.com>
* Use 'default' text domain for reused core strings in collaboration row actions
The "Edit “%s”" and "Edit" strings reuse WordPress Core
translations, so pass the 'default' text domain explicitly to satisfy
WordPress.WP.I18n.MissingArgDomainDefault and reuse core's existing
translations.
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org>
Co-authored-by: ingeniumed <ingeniumed@git.wordpress.org>1 parent 6755a4d commit 326239e
11 files changed
Lines changed: 39 additions & 31 deletions
File tree
- lib
- compat/wordpress-7.1
- experimental/collaboration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
File renamed without changes.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | | - | |
| 583 | + | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments