Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add searchform partial and function to replace default WordPress functionality #2090

Merged
merged 6 commits into from
Aug 9, 2018
Merged

Commits on Aug 5, 2018

  1. Add searchform partial and function to replace (and maintain) default…

    … WordPress functionality
    MWDelaney committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    1ccc2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Remove gross WPCS

    MWDelaney committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    d93964b View commit details
    Browse the repository at this point in the history
  2. Add text domain

    MWDelaney committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    b41047f View commit details
    Browse the repository at this point in the history
  3. Extract logic from search form template

    This removes all logic from the search form Blade template, and extracts
    it to the "Controller" level via Sage's filter system. It also adds a
    global 'app' filter to hook into, so that the search form data will be
    served on every page.
    alwaysblank committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    e898cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Update filters.php

    MWDelaney authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    d13e8fd View commit details
    Browse the repository at this point in the history
  2. Update filters.php

    MWDelaney authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    c1bc6ef View commit details
    Browse the repository at this point in the history