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

[2.x] Overhaul the blog post authors feature #1782

Merged
merged 93 commits into from
Jul 7, 2024

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    f369a3a View commit details
    Browse the repository at this point in the history
  2. Create HasKernelData.php

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    576f94f View commit details
    Browse the repository at this point in the history
  3. Use HasKernelData trait

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    eba7450 View commit details
    Browse the repository at this point in the history
  4. Update class description

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    863ce8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90027fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88ef930 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7de5640 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25d03bd View commit details
    Browse the repository at this point in the history
  9. Document the property

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d40d8ed View commit details
    Browse the repository at this point in the history
  10. Add authors getter

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d23a697 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a4524f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b5bf3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11a8f36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d21b4f3 View commit details
    Browse the repository at this point in the history
  15. Normalize formatting

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0b2b1e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    142bdb5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6cd24fc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c55b2d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ad535d6 View commit details
    Browse the repository at this point in the history
  20. Reorder tests

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    64f3e36 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c36bcaf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7a90a2a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0811dc9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    82ac9e3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    701fbbc View commit details
    Browse the repository at this point in the history
  26. Remove getter prefix from kernel author accessor

     We don't use this for other kernel collections
    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f02091d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f445f24 View commit details
    Browse the repository at this point in the history
  28. Clean up formatting

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    84289ec View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d82a8f4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4c5b761 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5b06ff4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8be7284 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    aff2083 View commit details
    Browse the repository at this point in the history
  34. Update the blog post author configuration to be keyed by the usernames

    > We may also want to consider keying the array, to make the username relationship more explicit. This means we would do this for v2.
    
    See #1778
    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7a230e9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1faaa16 View commit details
    Browse the repository at this point in the history
  36. Clarify documentation

    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8891c8f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4d5a936 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0dfb841 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    96d3969 View commit details
    Browse the repository at this point in the history
  40. Revert "Return keyed author array"

    This reverts commit beef1acd94803618bea66a18a636effb3ec1d0c9.
    caendesilva committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0240675 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    411348b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3151b64 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e370dc7 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4425913 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    da1680e View commit details
    Browse the repository at this point in the history
  2. Get authors by array key

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    bcebbc5 View commit details
    Browse the repository at this point in the history
  3. Make socials readonly

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c56e92d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bfef3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74b080f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0385586 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a49471 View commit details
    Browse the repository at this point in the history
  8. Revert "Join comma-separated values into a single line"

    This reverts commit 0a49471.
    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9b11c94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abd618b View commit details
    Browse the repository at this point in the history
  10. Extract helper method

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    dcae0af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67d4b9e View commit details
    Browse the repository at this point in the history
  12. Convert to keyed array

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    dd70f87 View commit details
    Browse the repository at this point in the history
  13. Inline local variables

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9b4dd57 View commit details
    Browse the repository at this point in the history
  14. Fix formatting

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f55ffbb View commit details
    Browse the repository at this point in the history
  15. Add ArrayShape to PHPDoc

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d5454c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b0a5c34 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d29744c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5d6ddab View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1baa0c3 View commit details
    Browse the repository at this point in the history
  20. Deprecate the PostAuthor::getName() method

    This is not needed as the name property can be accessed directly
    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2f54b9f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    76ab3ab View commit details
    Browse the repository at this point in the history
  22. Add newline

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a20350a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    369a7e6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2ad343a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8115c62 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2191c88 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ff2ddfc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    208c848 View commit details
    Browse the repository at this point in the history
  29. Revert "Draft test for Yaml config authors being merged with the PHP …

    …config"
    
    This reverts commit 1a86dc454f3e34c388645511b06f4b779fb48c2a. See https://github.com/hydephp/develop/pull/1782/files#r1667340453
    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5f1e2d3 View commit details
    Browse the repository at this point in the history
  30. Add todo

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    896860f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3d41214 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    afba5ca View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9399aad View commit details
    Browse the repository at this point in the history
  34. Use automatic array serialisation

    Uses logic from #1793
    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a98d5be View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ad35ed3 View commit details
    Browse the repository at this point in the history
  36. Move down test method

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b7951a2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    86b5de9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b3f9af6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5fb193e View commit details
    Browse the repository at this point in the history
  40. Revert "Merge getOrCreate method into the get method"

    This reverts commit 5fb193e.
    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a08fb50 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3f8e6a3 View commit details
    Browse the repository at this point in the history
  42. Revert "Split out creator methods"

    This reverts commit 3f8e6a3.
    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    bef60ad View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8730fd3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5ba4500 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    453a6c4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    af6fa43 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f6a4725 View commit details
    Browse the repository at this point in the history
  48. Update RELEASE_NOTES.md

    caendesilva committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d4f7d95 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

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