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

Release #380

Merged
merged 305 commits into from
Sep 13, 2023
Merged

Release #380

merged 305 commits into from
Sep 13, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 1, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    bee2da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d1f41 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 5, 2023

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

Commits on Aug 7, 2023

  1. feat(YALB-1370): Add Search API HTML Element Filter

    Add a preprocessor to exclude certain CSS-targed HTML from the rendered
    page before indexing occurs.
    dblanken-yale committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6430d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c29745f View commit details
    Browse the repository at this point in the history
  3. feat(YALB-1370): Enable preprocessor

    Enable the preprocessor and set it to .visually-hidden by default
    dblanken-yale committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    016e8a2 View commit details
    Browse the repository at this point in the history
  4. feat(YALB-1370): Add tokenizer and HTML filter

    Debugging search_api led me to a TextNode object that seems to be
    created by Stemmer.  The instructions say that a much better experience
    is had if you enable the tokenizer first, which we did not have.  So
    stripping the HTML with the tokenizer results in proper search occuring.
    
    Before this change, not only could you search for breadcrumb, but any
    menu item, such as home, about, and more.  You'll still be able to
    search those pages from their title, but not every page needs to be
    returned because they have a top menu item of home.
    dblanken-yale committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9bd6cba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e8ad7f View commit details
    Browse the repository at this point in the history
  6. feat(YALB-1496): Add profile groups to edit form, add help text to po…

    …sition and subtitle fields
    codechefmarc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bef69bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e89bb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9f0b80 View commit details
    Browse the repository at this point in the history
  9. feat(YALB-1478): Add additional name fields, sorting by last name, st…

    …icky at top of lists, and autoentity label
    codechefmarc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    51d8376 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da93c53 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    acb0a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3d925f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f7b68a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e579d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    efea6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937d82b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2083241 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9f3960 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2f6d9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e06cb7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    833e04b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    998f37d View commit details
    Browse the repository at this point in the history
  9. feat(YALB-1478): Add icons for condensed and directory to views tool,…

    … and icons for contact info and directory list to block picker
    codechefmarc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e2b5e95 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'YALB-1478--view-displays' of github.com:yalesites-org/y…

    …alesites-project into YALB-1478--view-displays
    codechefmarc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1e17ded View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a2902b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    091dd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec022e View commit details
    Browse the repository at this point in the history
  3. docs(YALB-1512): Add TLDR overview of requirements

    For more senior developers, this allows an at a glance look on the
    requirements to have set up, while allowing a deeper dive into the
    document to find specifics.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a07f1c6 View commit details
    Browse the repository at this point in the history
  4. docs(YALB-1512): Rearrange steps

    Attempt to rearrange steps so that if you were to go through the list
    one by one you would have prerequisites to execute the next
    requirement.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    94c8962 View commit details
    Browse the repository at this point in the history
  5. docs(YALB-1512): Layout repository links

    Give a list overview of the repos used to produce the yalesites project
    with links to each.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8868ea0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac282f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a113c6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c482daa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    489b296 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    655b2d4 View commit details
    Browse the repository at this point in the history
  11. docs(YALB-1512): Add requirements and setup

    * Change to requirements and setup
    * Add node version max requirement since we've determined nodejs >= 11
      does not work
    * Mention the name of the environment variable to hold the personal
      access token for github packages
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    af62fbd View commit details
    Browse the repository at this point in the history
  12. docs(YALB-1512): Add more description to repos

    Add more to the repo descriptions to show how they tie together to help
    the platform function.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8374036 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f225412 View commit details
    Browse the repository at this point in the history
  14. docs(YALB-1512): Be consistent with requirements

    In the github portion, we specify that they need a SSH key, but we were
    more verbose in terminus.  Now both are treated similarly.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5646f57 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e086ba View commit details
    Browse the repository at this point in the history
  16. docs(YALB-1512): Split out more for readability

    * Split github into sub-bullet points
    * Use proper spacing for numbered list continuation
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    01041f8 View commit details
    Browse the repository at this point in the history
  17. docs(YALB-1512): Narrow optional items

    * Node needs to also be less than version 11
    * From tests, it looks as if you could forego composer and use lando to
      do all composer-related things.  This could deter the use of xdebug
          however?
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a663a87 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    96b30a5 View commit details
    Browse the repository at this point in the history
  19. docs(YALB-1512): Be more verbose

    * Add personal access token specifics in this document to save having to
      visit a whole other repo for it.
    * Refer to what Yale-managed packages include so they know why they care
      about the statements made.
    
    Co-authored-by: @codechefmarc
    Co-authored-by: @myvaughn
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e07d169 View commit details
    Browse the repository at this point in the history
  20. docs(YALB-1512): Use 'cloned' over 'checked out'

    Clone is the proper term for what we're doing.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    89de492 View commit details
    Browse the repository at this point in the history
  21. docs(YALB-1512): Add cloning section

    For completeness, add how to clone the project.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6c4b1f8 View commit details
    Browse the repository at this point in the history
  22. docs(YALB-1512): Remove manual setup instructions

    We can always look inside of the setup script if we need to do this
    manually, and it was brought up that keeping this in sync with the file
    over time could become problematic.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a4adbc1 View commit details
    Browse the repository at this point in the history
  23. docs(YALB-1512): Update name and anchor to match

    Now that we don't have two different setup methods, there's no reason to
    specify that the subheading is a script version.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7eb5e87 View commit details
    Browse the repository at this point in the history
  24. docs(YALB-1512): Remove less used commands

    I attempted to prune some of the scripts that I personally don't use as
    much.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a13dade View commit details
    Browse the repository at this point in the history
  25. docs(YALB-1512): Change description of upsteam

    Properly describe that the repository actually *is* a custom upstream,
    not that it contains it.
    dblanken-yale committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9cfa965 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e6b1628 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a92aa07 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f682e2f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d818bcf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5d2aec3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    4f1bf90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8099cc View commit details
    Browse the repository at this point in the history
  3. feat(YALB-1478): Add data-collection-source to views-basic-rows to co…

    …rrectly set specific styling for profile lists
    codechefmarc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    771b41f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    4ab24ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ddbba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d870f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01dba78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f459960 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'YALB-1478--view-displays' of github.com:yalesites-org/y…

    …alesites-project into YALB-1478--view-displays
    codechefmarc committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6f5430a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20fd181 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'YALB-1478--view-displays' of github.com:yalesites-org/y…

    …alesites-project into YALB-1478--view-displays
    joetower committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4a3fd14 View commit details
    Browse the repository at this point in the history
  9. feat(YALB-1478): Add exposed filter for directory view. Update media …

    …text for profile to include instructions
    codechefmarc committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f3c90fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d4dde4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    9501fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4b6c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d70b9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02082e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a91703a View commit details
    Browse the repository at this point in the history
  6. fix(yalb-1501): update contrast - make main content sections darker t…

    …o meet passing contrast ratio
    joetower committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0f85e4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfd06fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a50b4e6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #379 from yalesites-org/YALB-1495--custom-favicon

    YALB-1495: Branding: Customized favicon
    codechefmarc authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d10c1e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a955b43 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    aef212f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a6a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b580b95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2efebd View commit details
    Browse the repository at this point in the history
  5. fix(YALB-1518): proper termId is selected

    The current issue is that when a view is accessed that was previously
    created using the Drupal autocomplete results in a truthy value (a 1)
    being placed for the ID, so that taxononmy term is used for all views
    matching this.  This fix properly evaluates whether the term is an
    object (the Drupal autocomplete) or an id (the chosen autocomplete) and
    has been extracted to its own private method to start to separate
    concerns.
    dblanken-yale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    77e1615 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c059981 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4822a4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71a20e8 View commit details
    Browse the repository at this point in the history
  9. Update develop from master (#384)

    * fix: updating to latest atomic
    
    * hotfix: downgrade captcha module
    
    * hotfix: remove view/argument warnings
    
    * fix: Adds checks to certain views basic variables to prevent errors in logs
    
    * fix: don't return boolean, instead return actual operator value
    
    * fix: Change to null coalescing operator
    
    * fix: fix incorrect target ID for filtering
    
    * fix: Account for backwards compatibility with older stored values prior to chosen
    
    * fix: Check if terms arrays are arrays first
    
    * fix: Additional checks to prevent errors in logs
    
    * revert(chosen): remove composer-merge-plugin
    
    Due to an issue with Pantheon and the now deprecated use of
    composer-merge-plugin, we are removing references to it's use in order
    to provide another fix for this.
    
    References:
    - https://www.drupal.org/node/3069730
    - https://git.drupalcode.org/project/chosen/-/blob/4.0.x/README.txt
    
    * fix(chosen): use installer-plugin to place chosenJS
    
    In order for chosen to work in Drupal, it must reside in
    ./web/libraries/chosen.  This allows composer to utilize the
    installer-paths to accomplish this.
    
    Co-authoried-by: @vinmassaro
    
    ---------
    
    Co-authored-by: Jim Vomero <[email protected]>
    Co-authored-by: nJim <[email protected]>
    Co-authored-by: Marc Berger <[email protected]>
    Co-authored-by: David Blankenship <[email protected]>
    Co-authored-by: David Blankenship <[email protected]>
    6 people authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5c6755c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15fe9a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62e7f6b View commit details
    Browse the repository at this point in the history
  12. docs: Fix spelling.

    codechefmarc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6b99ba5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cba07d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c9938e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    386bb87 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    60f9539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab028f9 View commit details
    Browse the repository at this point in the history
  3. fix(YALB-1478): add styles for title in edit

    This adds styling to sync the creation of a new profile with that of
    editing an existing one.  Specifically, it makes sure the title (Display
    name) is treated to look like a regular field as the others in the form.
    dblanken-yale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    64f5eda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b52556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    429759c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8de835e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19b6cbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3440ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. fix: updating to latest atomic

    nJim committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    8e4cf55 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix: Fix linting error

    codechefmarc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    edfd59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4063052 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #371 from yalesites-org/YALB-1478--view-displays

    YALB-1478: Views: display modes and dynamic lists
    codechefmarc authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bf43876 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8baf47c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5830bae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef89101 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5932f2b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'YALB-mega-footer' of github.com:yalesites-org/yalesites…

    …-project into YALB-mega-footer
    codechefmarc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6990612 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a06b715 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    2a326c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3430fc View commit details
    Browse the repository at this point in the history
  3. fix(YALB-1583): redirect uses server validation

    Instead of allowing an ajax validation of whether a redirect happens to
    be an existing real path, move this into the server validator, allowing
    a successful save without needing to blur first.
    
    This patch eliminates the ajax request from returning errors, and moves
    logic into the form validator on the Drupal side.
    
    Keep in mind, neither hindered users that really wanted to add a
    redirect to an existing real path; it was just a warning with a
    suggestion.
    
    Known issue: https://www.drupal.org/project/redirect/issues/3057250
    dblanken-yale committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d57da12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9973cec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a83e77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c507dbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08747d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ef6fa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    67d2b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5056cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e03bcc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #399 from yalesites-org/image-widget-hotfix

    YALB-1495: Fix image uploading and editing
    codechefmarc authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    331a705 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c489b0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd0cf96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe4d111 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac5f113 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b21c89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fdc4a1 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'YALB-mega-footer' of github.com:yalesites-org/yalesites…

    …-project into YALB-mega-footer
    codechefmarc committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    940a16e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6fe55a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a916c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    97536a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45cbc91 View commit details
    Browse the repository at this point in the history
  3. fix(YALB-1382): rebuild on install instead of update

    The default node_access entry is added from core when there are no other
    access entries in the node_access database.  However, all queries
    include that for access, resulting in our own ys_node_access permissions
    being bypassed due to this being present.  This adds an install hook on
    ys_node_access that will rebuild the node access permissions, removing
    this 0 nid item.
    
    Co-authored-by: @vinmassaro
    dblanken-yale committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cd8436f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0983c47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34dabd1 View commit details
    Browse the repository at this point in the history
  6. fix(yalb-mega-footer): add TODO to switch site_footer__variation to g…

    …etThemeSetting function
    joetower committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fefb6e9 View commit details
    Browse the repository at this point in the history
  7. fix(yalb-mega-footer): add TODO to switch site_footer__variation to g…

    …etThemeSetting function
    joetower committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d4b2409 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12976c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    973fff4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b85c23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56f662f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8957307 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17b713c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. feat(YALB-1488): WIP Add variation toggle, fix pathAuto URLs, start w…

    …ork on responsive image styles
    codechefmarc committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a284d11 View commit details
    Browse the repository at this point in the history
  2. fix(YALB-1382): ensure module relies on node

    While manually installing worked, build-on-install imports errored due
    to not loading the node module to make node_access_rebuild available to
    the install method of the ys_node_access module.
    
    My setting node as a dependency of this module, it knows to load this
    beforehand and successfully runs.
    dblanken-yale committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d0d564a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0cbfc View commit details
    Browse the repository at this point in the history
  4. fix(YALB-1539): taxonomy updates invalidates cache

    This allows an updated taxononmy term to clear the render cache so that
    correct terms are used in blocks.  For instance, postfeeds and
    calendar_lists now display correct taxonomy in the filtering dropdowns.
    dblanken-yale committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d145f03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2222abb View commit details
    Browse the repository at this point in the history
  6. fix(YALB-1446): update labels for any/all fields

    Update the any/all labels to better describe to the user what it will be
    doing.
    dblanken-yale committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f451e67 View commit details
    Browse the repository at this point in the history
  7. fix(YALB-1446): move match content

    * Move match content closer to the tag inclusion/exclusion fields
    * Update the javascript to target the new traversal location of the
      match fields
    * Update the css specifically for term-operator items on the sidebar to
      give it a little more room as the text was bleeding out of the label
      box
    dblanken-yale committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a4b3e0f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #398 from yalesites-org/ci-remove-tmate

    CI: remove tmate debug
    nJim authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    04e4cc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    ef73c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3931463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80a729e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0a30fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c5d6b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eb5434 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c447ae0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a10ec24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1983c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9c549f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix(yalb-1501-alt): update bg color on toggles to only alert settings…

    …, adjust alert focus/active border color
    joetower committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    08b3fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588ac93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a14a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f82d3c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    205317d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6207023 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    967c025 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e96ffe6 View commit details
    Browse the repository at this point in the history
  9. fix(yalb-1312): remove this fix from here, add to a separate fix bran…

    …ch to keep this branch focused
    joetower committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fd81d09 View commit details
    Browse the repository at this point in the history
  10. fix(yalb-1312): update views-basic with more radio elements for check…

    …ed state visual feedback, add temporary styles for event period
    joetower committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7ebea21 View commit details
    Browse the repository at this point in the history
  11. fix(yalb-1312): update views-basic with more radio elements for check…

    …ed state visual feedback, add temporary styles for event period
    joetower committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    beffbd4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e827fdc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1753ebc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e887e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2de5d26 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32e163c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0c13f9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d7466d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    b260b83 View commit details
    Browse the repository at this point in the history
  2. YALB-1519: Add semantic-release to project repo (#387)

    * ci(YALB-1519): add release.yml to run semantice-release
    
    * feat(YALB-1519): add semantic-release support to package.json
    
    * chore(YALB-1519): add 1.0 version to yalesites_profile
    
    * chore(YALB-1519): restore removed dependencies
    vinmassaro authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    055ca08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cbf22 View commit details
    Browse the repository at this point in the history
  4. fix(YALB-1428): rename cta_banner fields

    Rename CTA Banner heading and content to Action Banner for consistency.
    dblanken-yale committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a693b5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01dcf43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a20e2d View commit details
    Browse the repository at this point in the history
  7. YALB-1242: Use Pantheon Secrets (#396)

    * chore(YALB-1242): add pantheon_secrets module
    
    * feat(YALB-1242): add default config for key and pantheon_secrets
    
    * refactor(YALB-1242): remove ys_secrets dependency
    
    In ys_mail and ys_captcha, removes ys_secrets dependency and references to ys_secrets.manager. Also ets form inputs to disabled with a default value of HIDDEN.
    
    * refactor(YALB-1242): remove secrets being set in settings.php
    
    * chore(YALB-1242): condition formatting
    vinmassaro authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    43146ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3da717 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    682922c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf4ee4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    053e94e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee6ac8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a1f9a90 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb9c408 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3c5f590 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    80371d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #388 from yalesites-org/yalb-1501-alt

     YALB-1501: Bug: Missing admin styles - Alternate Admin Theme Approach
    joetower authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    82b7017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b9d49e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269f09d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    922c6fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64dd3bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7166cde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecc1ab6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09edc1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f5eb3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29b4f7b View commit details
    Browse the repository at this point in the history
  12. Merge branch 'yalb-1416-empty-headings' of github.com:yalesites-org/y…

    …alesites-project into yalb-1416-empty-headings
    joetower committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9886d07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ec0e3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4d8ece View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    4368aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233390c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #408 from yalesites-org/YALB-1510--primary-nav-hea…

    …dings
    
    YALB-1510: Mega Menu: Present Level One links as Headings - BE
    codechefmarc authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    693b5ac View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    fad7c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe8233a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e60e07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    245f8fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    587306f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58437a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    056f8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c425f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    157e6b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b7ab1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #410 from yalesites-org/yalb-1552

    YALB-1552: [admin-theme] Update specific checkbox styles for admin-theme areas
    joetower authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c8a2d7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b70b80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da9340 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #407 from yalesites-org/yalb-1416-empty-headings

    YALB-1416: Bug: Empty Headings in HTML | YALB-1312: Bug: Style views Event Time Period radio buttons | YALB-1215: Dials: Banner heading levels
    joetower authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    449028b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d9a6f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5672a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    e487215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75118e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe8657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a446476 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #414 from yalesites-org/hotfix-menu-item-extras

    HOTFIX: Fix Nodes not able to be viewed if no menu item
    codechefmarc authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    440838f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d6f36f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    e9885e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf14b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #411 from yalesites-org/YALB-1291--ckeditor5

    YALB-1291: Update to CKEditor5
    codechefmarc authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    48c11d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e435ce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #406 from yalesites-org/YALB-mega-footer

    YALB-1485/YALB-1486/YALB-1488: Mega Footer
    codechefmarc authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    bcc501b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

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