Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 10up/ElasticPress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: 10up/ElasticPress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1
Choose a head ref
  • 20 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 20, 2014

  1. Avoid running out of memory and clear object cache between pages in i…

    …ndex_helper
    
    Experiencing fatal out of memory messages, thought this would be a useful addition. Kept dying at about 11k posts, now able to consume all 21201 posts.
    sc0ttkclark committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    29c4b0a View commit details
    Browse the repository at this point in the history
  2. Add support for order and orderby arguments. Basic support provided f…

    …or sorting by post_title and post_name
    Aaron Holbrook committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    db82c62 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. Add tests for all added order and orderby cases

    Aaron Holbrook committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    09542cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5692c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb9ad1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #146 from 10up/bugfix/is-alive

    Separate out is_alive and is_activated checks into separate method
    tlovett1 committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    db5f4a2 View commit details
    Browse the repository at this point in the history
  5. Update @SInCE docblock mentions. Correct post_title and post_name to …

    …use title and name arguments - match WP_Query arguments.
    Aaron Holbrook committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    dd05970 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f36baaa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #144 from 10up/feature/orderby

    Add support for post_title and post_name orderby parameters. Add support for order parameters
    tlovett1 committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    4a01389 View commit details
    Browse the repository at this point in the history
  8. Fix incorrect prefix and variable in parse_orderby

    Aaron Holbrook committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    c3b0b60 View commit details
    Browse the repository at this point in the history
  9. Fix mislabeled orderby

    Aaron Holbrook committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    966992f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #147 from 10up/bugfix/orderby

    Fixes incorrect prefix placement for sort array
    tlovett1 committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    84047e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Add raw map for post_title; fix tests for ordering.

    Aaron Holbrook committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    100a231 View commit details
    Browse the repository at this point in the history
  2. Remove debugging lines that accidentally made it in

    Aaron Holbrook committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    5cabd3a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2014

  1. Merge pull request #149 from 10up/bugfix/order-remap

    Add raw field to post_title, fixes specific ordering issues.
    tlovett1 committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    e8cce66 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Configuration menu
    Copy the full SHA
    53fb7c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Configuration menu
    Copy the full SHA
    cb49b89 View commit details
    Browse the repository at this point in the history
  2. Add some @Sinces and docbloc items

    Aaron Holbrook committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    87c6eae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #151 from 10up/feature/clean-up-checks

    Clean up exist/alive/activate checks.
    tlovett1 committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    ab25143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5899459 View commit details
    Browse the repository at this point in the history
Loading