Problem/Motivation

The existing 8.x branch is just an early WIP and some sites actually need a working version soon.

Steps to reproduce

n.a.

Proposed resolution

Do the port, possibly minimal initially.

Remaining tasks

  • Provide a content type and predefined fields
  • Rebuild the feature blocks
  • Port the remote client and XML-RPC server
  • Replace as many theme functions and hardcoded logic as possible with fields and views
  • Update docs

There is no point in supporting D9 at this stage.

User interface changes

Most selectors in the admin UI will have autocompletion instead of being plain numbers or strings.

API changes

  • Too many to list. The main one is the switch from a dedicated content type to flexible types
  • Consider i18n capability
  • MaybePreserve headless mode
  • Client-requested feature: optional automatic tooltip generation without <dfn> elements, with a stop list requiring <dfn> to be tooltipped

Data model changes

Too many to list.

CommentFileSizeAuthor
#3 3362685.patch3.59 KBfgm

Comments

fgm created an issue. See original summary.

fgm’s picture

Issue summary: View changes
fgm’s picture

Status: Active » Needs review
StatusFileSize
new3.59 KB

Since all child issues are now done, as a finishing step, remove the D6 upgrade hooks.

  • fgm committed 78b9a7fb on 8.x-1.x
    Issue #3362685 by fgm: Complete D10 port.
    
fgm’s picture

Status: Needs review » Fixed

Looking good.

15:46:50 Drupal\g2\Tests\Unit\G2UnitTest                                1 passes                                      
15:46:50 Drupal\g2\Tests\Unit\MatcherTest                              11 passes                                      
15:46:50 Drupal\g2\Tests\Kernel\MatcherTest                             1 passes                                      
15:46:51 Drupal\g2\Tests\Functional\WotdFeedTest                        1 passes                                      
15:46:54 Drupal\g2\Tests\Kernel\AlphabarTest                            4 passes                                      
15:46:55 Drupal\g2\Tests\Kernel\RandomTest                              4 passes                                      
15:46:55 Drupal\g2\Tests\FunctionalJavascript\TopTest                   1 passes                                      
15:46:56 Drupal\g2\Tests\Kernel\WOTDTest                                7 passes                                      
15:46:58 Drupal\g2\Tests\Kernel\LatestTest                              8 passes                                      
15:47:00 Drupal\g2\Tests\Kernel\AhoCorasickTest                        26 passes                                      

Merged to current dev HEAD.

Thanks to the various contributors over the years.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.