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 next/previous navigation #31

Open
wants to merge 30 commits into
base: 1.x
Choose a base branch
from

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    ccfa5cb View commit details
    Browse the repository at this point in the history
  2. Fixing tests

    AWearring committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e3dbc1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32ec383 View commit details
    Browse the repository at this point in the history
  4. Update tests

    AWearring committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    72278aa View commit details
    Browse the repository at this point in the history
  5. Update tests

    AWearring committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    63497a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    3a57e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba7b13b View commit details
    Browse the repository at this point in the history
  3. update to tests

    AWearring committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2102ff1 View commit details
    Browse the repository at this point in the history
  4. Update to twig

    AWearring committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    592acf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    a3393fd View commit details
    Browse the repository at this point in the history
  2. Solved testing failure?

    AWearring committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f243093 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 30, 2024

  1. Removed redundant code

    AWearring committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    eed5f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83270c View commit details
    Browse the repository at this point in the history
  3. More coding standards

    AWearring committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9f38793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26dd848 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    f1be3bb View commit details
    Browse the repository at this point in the history
  2. Delete src/plugin/block/BlogPrevNextBlock.php

    Delete `BlogPrevNextBlock.php` from `src/plugin/block` already placed in `src/Plugin/Block`
    AWearring committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5f61cda View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix missing posts in next prev block

    - Use blog channel as a condition
    - set the template name correctly
    - Use the node->id as a cache tag
    andybroomfield committed May 22, 2024
    Configuration menu
    Copy the full SHA
    85cfd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9bda02 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    8b5bac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c63ce View commit details
    Browse the repository at this point in the history
  3. Coding standards

    AWearring committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4c72c5b View commit details
    Browse the repository at this point in the history
  4. Add initial Readme

    AWearring committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3d27a3a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ee6cb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292d26f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Test that a localgov blog post next previous links follow channel logic

    Adds a second blog channel and alternate the posts between them and check
    the correct next and previous links are established.
    andybroomfield committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bf52288 View commit details
    Browse the repository at this point in the history
  2. Fix next prev block for blog posts on the same day

    - Adds test to check that blog posts on the same day follow next / prev logic
    - Amend the next / prev block by allowing for search of same day posts, using
      the created time as the secondary sort order.
      This involves finding all posts including the current that could be valid,
      and then searching the resultant array to find the next / previous.
    andybroomfield committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5492910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a881cb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fixes typo

    markconroy committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    96d6a31 View commit details
    Browse the repository at this point in the history