Pages without language links

From mcr

The following pages do not link to other language versions.

Showing below up to 100 results in range #31 to #130.

View ( | ) (20 | 50 | 100 | 250 | 500)

  1. T167246: Refactor "user" & "user_text" fields into "actor" reference table
  2. T174022: Implement multi-content revisions
  3. T174023: Implement MCR storage layer
  4. T174024: Implement MCR revision retrieval interface
  5. T174025: Implement MCR revision retrieval legacy version
  6. T174028: Finalize database schema for MCR content meta-data
  7. T174030: Implement DB schema migration tools for MCR
  8. T174031: MCR: Include all slots in XML dumps
  9. T174032: Make relevant API modules aware of MCR
  10. T174033: Refactor EditPage to allow multiple slots to be edited atomically [MCR]
  11. T174035: Allow the view action to show multiple slots [MCR]
  12. T174036: Diffs page should show diffs and content from multiple slots [MCR]
  13. T174037: Implement single-slot UI [MCR]
  14. T174038: Initial implementation of MCR page update interface
  15. T174043: Deploy Multi-Content Revisions
  16. T174044: Deploy MCR storage layer
  17. T174045: DB schema migration for MCR
  18. T174047: Hide deprecated/unused fields on toolforge replica [MCR]
  19. T180210: Improve test coverage for Revision class
  20. T180989: Improve Test Coverage for WikiPage class
  21. T182678: [MCR] Script for populating empty ar_rev_id fields
  22. T182682: [MCR] Script(s) for populating new tables (slots, content, content_models, slot_roles)
  23. T183486: MCR schema migration stage 0: create tables
  24. T183487: MCR schema migration stage 3: stop using legacy fields
  25. T183488: MCR schema migration stage 2: populate new fields
  26. T183489: MCR schema migration stage 1: Fix Legacy Archive Rows
  27. T183490: MCR schema migration stage 4: Migrate External Store URLs (wmf production)
  28. T183777: Some PHPUnit tests consistently fail when collecting coverage report
  29. T183798: Flaky user tests/De-captialising tests/phpunit/includes/Storage shouldn't cause user test breakages
  30. T184629: Run maintenance/migrateArchiveText.php on all wikis
  31. T185793: Revision hash needs to consider content model and slot role
  32. T186371: Redesign revision-related event schemas for MCR
  33. T187153: Special:Abuselog throws when viewing details or examining (BadMethodCallException: Call get getId() on null)
  34. T187935: Allow cross-slot access during HTML rendering.
  35. T188396: It should be possible to understand the reason of revision creation from RevisionRecordInserted hook
  36. T189220: Ensure that relevant extensions are MCR-aware
  37. T189808: Make undo work with multiple slots.
  38. T190063: Tracking dependencies for multiple Content objects per page (MCR)
  39. T190066: Expose all slots to the search interface
  40. T191795: Support MCR in mobile
  41. T192306: Create MCR test wiki on WM Cloud
  42. T192307: Provide MCR-aware hook points
  43. T192926: Schema change to drop archive.ar_text and archive.ar_flags
  44. T193180: Clean up archive rows with duplicate revision IDs
  45. T194015: Make PageArchive aware of MCR
  46. T194034: Make rollback inherit all slots from the target version
  47. T194037: Track dependencies for multiple Content objects per page
  48. T194038: Introduce ContentHandler::getSecondaryDataUpdates to replace Content::getSecondaryDataUpdates
  49. T194042: Replace usages of WikiPage::prepareContentForEdit
  50. T194043: Replace usages of Content::getSecondaryDataUpdates
  51. T194046: Introduce SlotRoleHandler and SlotRoleRegistry for declaring slot roles.
  52. T194048: Introduce RevisionRenderer (baseline)
  53. T194049: Introduce SlotRenderingProvider
  54. T194263: Deprecate/Remove ContentHandler::makeParserOptions()
  55. T194412: Make undo fail gracefully for non-main slots.
  56. T194429: Remove the need to generate ParserOutput before PageContentSave hook is called
  57. T194729: Allow Wikibase Entities to be stored in alternative slots [MCR]
  58. T194730: Ensure that Wikibase data access to MediaInfo on file description pages works with MCR
  59. T194731: Show diffs for all slots [MCR]
  60. T194734: Implement edit conflict resolution for MCR
  61. T194736: Implement automatic conflict resolution for all slots [MCR]
  62. T194750: Deploy Structured Data on Commons baseline
  63. T194830: Refactor DifferenceEngine
  64. T195069: Factor PageStore and PageRecord out of WikiPage
  65. T195212: ServiceContainer: Allow extensions to manipulate services upon creation
  66. T195692: Attempt to undelete page causes error: Fatal exception of type IncompleteRevisionException: user_text field must not be !
  67. T195779: MCR support in ORES
  68. T195980: Write a specification for the architecture for handling slots
  69. T196082: npm install for selenium tests not working on labs-vagrant
  70. T196087: Refactored implementation of MCR page update interface
  71. T196172: Test schema migration script
  72. T196585: Deploy some MCR related patches on test / group0 for an extended period
  73. T196653: Test MCR Storage Layer Patches
  74. T197619: Introduce SCHEMA_COMPAT_XXX constants to allow more fine grained control over the migration process
  75. T197685: Clarify semantics of "base revision" and "parent revision" in EditPage, WikiPage, and PageUpdater
  76. T197816: Enable MCR migration stage "write both, read old" on live systems
  77. T197817: Enable MCR migration stage "write both, read old" on testwiki
  78. T197818: Enable MCR migration stage "write both, read old" on commons beta.
  79. T198024: [[MediaWiki:Undo-main-slot-only]] translation issue
  80. T198075: RFC: factoring page update logic out of WikiPage
  81. T198099: Improve MCR handling of RevisionAccessException family
  82. T198297: Use PageUpdater to create dummy revisions
  83. T198308: Enable MCR migration stage "write both, read new" on live systems
  84. T198309: Enable MCR migration stage "write both, read new" on testwiki
  85. T198311: Enable MCR migration stage "write both, read new" on commons beta.
  86. T198312: Set the WMF cluster to use the new MCR-only schema
  87. T198341: Remove all references to the rev_text_id and ar_text_id fields
  88. T198342: Remove all usages of the 'text' flag in calls to Revision::getQueryInfo() and RevisionStore::getQueryInfo().
  89. T198343: Replace all calls to Revision::getRevisionText()
  90. T198413: Allow multiple slots to be used while still writing to the old as well as the new schema
  91. T198449: Rollback from autopatrolled user was marked as not patrolled
  92. T198492: Create a maintenance script to drop rev_text_id and ar_text_id from the database.
  93. T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts
  94. T198558: Set testwiki to use the new MCR-only schema
  95. T198559: Set Beta Cluster wikis to use the new MCR-only schema
  96. T198561: Make "write both, read new" the default MCR migration stage for fresh MediaWiki installs / for CI
  97. T198563: Make "write both, read old" the default MCR migration stage on master / for CI
  98. T198701: Create RevisionStoreFactory [MCR]
  99. T198704: Use a consistent caching strategy within Revision storage classes
  100. T198706: Make BackupDumper, WikiExporter and XmlDumpWriter compliant with the MCR revision retrival mechanism (main slot only)

View ( | ) (20 | 50 | 100 | 250 | 500)