Problem/Motivation

Search is being moved to contrib but the Umami theme still has references, we should remove it from there - only needs to happen in main.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3620804

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

catch created an issue. See original summary.

catch’s picture

Status: Active » Needs review

gábor hojtsy made their first commit to this issue’s fork.

godotislate’s picture

Status: Needs review » Needs work

Umami performance tests need updates for stylesheet byte ranges.

catch’s picture

Status: Needs work » Needs review

updated performance tests.

quietone’s picture

On main I get the following

$ git grep -i search | grep -v array_search | grep -i umami | wc -l
103

I applied the diff and get the following

$ git grep -i search | grep -v array_search | grep -i umami | wc -l
0

So that is looking good.

gábor hojtsy’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +11.5.0 release priority

Looks good to me now, thanks for all the fixes. :)

  • amateescu committed dde124da on main
    task: #3620804 Remove search references from Umami theme
    
    By: catch
    By:...
amateescu’s picture

Version: main » 11.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Committed and pushed dde124da00f to main. Thanks!

Needs a 11.x backport MR.

quietone’s picture

I created an MR for 11.x. I had to make changes for the performance test.

catch’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

Looks good.

nicxvan’s picture

Looks good to me!

I reviewed the commit in 10 with the MR.

I did not compare the perf tests since they are now programmatically generated.

All other deletions and updates are consistent.

  • amateescu committed e943d853 on 11.x
    task: #3620804 Remove search references from Umami theme
    
    By: catch
    By:...
amateescu’s picture

Status: Reviewed & tested by the community » Fixed

Committed e943d85 and pushed to 11.x. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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