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

develop to main #1516

Merged
merged 246 commits into from
May 18, 2023
Merged

develop to main #1516

merged 246 commits into from
May 18, 2023

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    b3f10dd View commit details
    Browse the repository at this point in the history
  2. Update Travis to use PHP 7

    Stanton committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c68a278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774c1c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fb1c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    021d6f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f411e2c View commit details
    Browse the repository at this point in the history
  7. Stop declaring constant twice

    Stanton committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c12917a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Fixed sortable table contrast issues

    James Jacobs authored and Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c5c9547 View commit details
    Browse the repository at this point in the history
  2. Remove redundant code

    Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3d66ca7 View commit details
    Browse the repository at this point in the history
  3. Remove aria-label from primary navigation home link

    Causes a11y warnings because label doesn’t match the content, and we have sr friendly hidden text anyway.
    Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    1b11cee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea8e23d View commit details
    Browse the repository at this point in the history
  5. Ensure AA contrast of links within state containers

    Related to Jira issue XFP-4339
    Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8befce1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f4be5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aad90fc View commit details
    Browse the repository at this point in the history
  8. Add tab header to sit above tab settings and tab content

    Required for XFP Data Retention UI
    Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    71e619a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    352ad94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e32435b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    547722e View commit details
    Browse the repository at this point in the history
  12. Move this width too

    Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    6b356ba View commit details
    Browse the repository at this point in the history
  13. Bump version files

    Stanton committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    446a37d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Make sure horizontal scrollbar is visible for tabbed navigation insid…

    …e piano content
    
    Related to CMS-6986
    
    This rule causes the scrollbar to not be visible, the git history says that it was added to resolve an issue with full screen tables in the Perceptive Content integrations UI.
    
    I’ve tested this UI with and without this ruleset active, in the usual browsers, and there is no negative effect with removing it, the presumption at this time is that there have been other changes to either Pianos or Tables which render this changeset redundant.
    Stanton committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2f49567 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Fix nav focus issue

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9035769 View commit details
    Browse the repository at this point in the history
  2. Fix disapearing help button issue

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e575f12 View commit details
    Browse the repository at this point in the history
  3. Fix issue where flash appeared over dropdowns

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6a1b93e View commit details
    Browse the repository at this point in the history
  4. Make search 100% width on mobile

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1441d37 View commit details
    Browse the repository at this point in the history
  5. Fix dropdown divider styles

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f4ed865 View commit details
    Browse the repository at this point in the history
  6. Fix IE11 flexbox issue causing layout to shift under main nav

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1632aec View commit details
    Browse the repository at this point in the history
  7. Move skip link to landmark to prevent a11y tool failures

    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e8d4a76 View commit details
    Browse the repository at this point in the history
  8. Remove aria-label from logo link to stop a11y tool failure on link te…

    …xt not matching label
    James Jacobs authored and Stanton committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6fe7df4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Set text fallback colour for status icons

    This fixes a contrast error in WAVE
    Stanton committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    635728e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17fe9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e8542 View commit details
    Browse the repository at this point in the history
  4. Make sure help blocks wrap properly when in a table—horizontal form

    This stops the `nowrap` in horizontal tables from affecting help blocks
    Stanton committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    a80ef74 View commit details
    Browse the repository at this point in the history
  5. Lighten table form backgrounds to fix error contrast

    Previous solve for this didn’t fix all instances, changing the background (as previously suggested) should fix all contrast state issues.
    Stanton committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    e528d65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52e2774 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afc96e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b759994 View commit details
    Browse the repository at this point in the history
  9. Update beta number

    Stanton committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    2100d55 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

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

Commits on Jun 18, 2021

  1. Merge branch 'release/11.0.0' into twig-2

    # Conflicts:
    #	.travis.yml
    #	tests/unit/Jadu/Pulsar/Twig/Extension/ArrayExtensionTest.php
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/checkbox-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/checkbox_inline-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/choice-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/choice-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/choice-optimize-many-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/choice-optimize-many-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/file-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/radio_inline-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/radio_inline-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/select-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/select-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/text-append-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/text-append-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/text-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/text-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/text-prepend-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/text-prepend-guidance.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/textarea-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/time-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/toggle_switch-guidance-container.html.twig
    #	tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/form/toggle_switch-guidance.html.twig
    #	views/lexicon/forms/all.html.twig
    #	views/lexicon/includes/notifications.html.twig
    #	views/lexicon/patterns/settings/tab.html.twig
    #	views/pulsar/components/tab.html.twig
    #	views/pulsar/layouts/base.html.twig
    #	views/pulsar/v2/helpers/nav.html.twig
    Stanton committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f1f1019 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update .gitignore

    Stanton committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d06524c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b63d6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

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

Commits on Jul 7, 2022

  1. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238
    snyk-bot committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    27d24b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Create docs.yml

    Stanton authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f91d2c9 View commit details
    Browse the repository at this point in the history
  2. Update docs.yml

    Stanton authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4573c0a View commit details
    Browse the repository at this point in the history
  3. Add docs to main repo

    Stanton committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ba4d3c8 View commit details
    Browse the repository at this point in the history
  4. Remove some docusaurus files

    Stanton committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d0415cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861b5b6 View commit details
    Browse the repository at this point in the history
  6. Update docs.yml

    Stanton authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    bb6ebdb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Create .gitignore

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    21fddd3 View commit details
    Browse the repository at this point in the history
  2. Documentation

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    865cdb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a5641 View commit details
    Browse the repository at this point in the history
  4. Change gh workflow action

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    959b263 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    750867a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1835749 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a90b2b2 View commit details
    Browse the repository at this point in the history
  8. Update package.json

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    71c37a3 View commit details
    Browse the repository at this point in the history
  9. Update package-lock.json

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e9485f9 View commit details
    Browse the repository at this point in the history
  10. Update docs.yml

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    10f79d7 View commit details
    Browse the repository at this point in the history
  11. Update docusaurus.config.js

    Stanton committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5a2a7bc View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Stanton authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a67c48f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

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

Commits on Sep 22, 2022

  1. Revert sinon changes

    Stanton committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    4196896 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. remove grunt bless

    Stanton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    c12356a View commit details
    Browse the repository at this point in the history
  2. Update js.yml

    Stanton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f39d230 View commit details
    Browse the repository at this point in the history
  3. Update js.yml

    Stanton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3673a56 View commit details
    Browse the repository at this point in the history
  4. Update js.yml

    Stanton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ae9f8c5 View commit details
    Browse the repository at this point in the history
  5. Update js.yml

    Stanton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    65931a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Create .npmrc

    Stanton committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    090eb74 View commit details
    Browse the repository at this point in the history
  2. Update .npmrc

    Stanton authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f8c0e87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfc83a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    214c228 View commit details
    Browse the repository at this point in the history
  5. Delete package-lock.json

    Stanton authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f03c0e7 View commit details
    Browse the repository at this point in the history
  6. Update js.yml

    Stanton committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fc7ad7b View commit details
    Browse the repository at this point in the history
  7. verbose mode

    Stanton committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    00b590f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5e7b0f View commit details
    Browse the repository at this point in the history
  9. Update HashServiceTest.js

    Stanton committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    5204b9c View commit details
    Browse the repository at this point in the history
  10. Revert "See if we can blame docusaurus"

    This reverts commit bfc83a1.
    Stanton committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4b8888e View commit details
    Browse the repository at this point in the history
  11. Update js.yml

    Stanton committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    772030d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1451 from jadu/gh-actions

    Fix Github Actions
    Stanton authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3603bb8 View commit details
    Browse the repository at this point in the history
  13. Bump shell-quote and browserify

    Bumps [shell-quote](https://github.com/substack/node-shell-quote) to 1.7.3 and updates ancestor dependency [browserify](https://github.com/browserify/browserify). These dependencies need to be updated together.
    
    
    Updates `shell-quote` from 0.0.1 to 1.7.3
    - [Release notes](https://github.com/substack/node-shell-quote/releases)
    - [Commits](https://github.com/substack/node-shell-quote/commits)
    
    Updates `browserify` from 10.0.0 to 17.0.0
    - [Release notes](https://github.com/browserify/browserify/releases)
    - [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
    - [Commits](browserify/browserify@10.0.0...v17.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: shell-quote
      dependency-type: indirect
    - dependency-name: browserify
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1dc358c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1449 from jadu/dependabot/npm_and_yarn/shell-quot…

    …e-and-browserify-1.7.3
    
    Bump shell-quote and browserify
    Stanton authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    80fc708 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2c51bc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update package-lock.json

    Stanton committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e478753 View commit details
    Browse the repository at this point in the history
  2. Update js.yml

    Stanton authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    36f332d View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    Stanton committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    158865d View commit details
    Browse the repository at this point in the history
  4. Trying node 18

    Stanton committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    027bc00 View commit details
    Browse the repository at this point in the history
  5. Drop to php 7.4

    Stanton committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3d728d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Update php.yml

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d0797f7 View commit details
    Browse the repository at this point in the history
  2. Update php.yml

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    aa6579a View commit details
    Browse the repository at this point in the history
  3. Update php.yml

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7dd27bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fe05c9 View commit details
    Browse the repository at this point in the history
  5. Update js.yml

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a8a995f View commit details
    Browse the repository at this point in the history
  6. Update js.yml

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1aff739 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1457 from jadu/build

    Fix build process
    Stanton authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    6349583 View commit details
    Browse the repository at this point in the history
  8. Update mochify

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    fc10e50 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1458 from jadu/build

    Update mochify
    Stanton authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    23c41de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b850497 View commit details
    Browse the repository at this point in the history
  11. Update .gitignore

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3621838 View commit details
    Browse the repository at this point in the history
  12. Update js.yml

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b49344c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1456 from jadu/dependabot/npm_and_yarn/decode-uri…

    …-component-0.2.2
    
    Bump decode-uri-component from 0.2.0 to 0.2.2
    Stanton authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b3cbdc6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f69623 View commit details
    Browse the repository at this point in the history
  15. Create package-lock.json

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    86adb7b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1433 from jadu/snyk-fix-2236754c7dd2c1d32c81bb4af…

    …c1ea7f8
    
    [Snyk] Security upgrade moment from 2.29.2 to 2.29.4
    Stanton authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8dc7653 View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/snyk-upgrade-c374306d6b98500f9e6…

    …05d4277b9ade2' into datatables-collective-update
    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7e58789 View commit details
    Browse the repository at this point in the history
  18. Update datatable packages

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cebc1e9 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1459 from jadu/datatables-collective-update

    Datatables collective update
    Stanton authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ea8c5a4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ef1e92f View commit details
    Browse the repository at this point in the history
  21. Update package-lock.json

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    216eac4 View commit details
    Browse the repository at this point in the history
  22. Update package-lock.json

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2011cff View commit details
    Browse the repository at this point in the history
  23. Update package-lock.json

    Stanton committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2acdce8 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1460 from jadu/selectwoo

    Update to selectWoo fork 1.1.5
    Stanton authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ca004a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Update js.yml

    Stanton authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1ae1bc2 View commit details
    Browse the repository at this point in the history
  2. Update js.yml

    Stanton authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f753361 View commit details
    Browse the repository at this point in the history
  3. Update js.yml

    Stanton authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    64b9075 View commit details
    Browse the repository at this point in the history
  4. Test Node 14

    Stanton committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    926f350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47bbf14 View commit details
    Browse the repository at this point in the history
  6. Update js.yml

    Stanton committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    46f7695 View commit details
    Browse the repository at this point in the history
  7. Update js.yml

    Stanton committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5e50544 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    815751f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1577f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106fd41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f4ef63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2284989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ee0859 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c13cf50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cf0058 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa2280d View commit details
    Browse the repository at this point in the history
  10. Update php.yml

    Stanton committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8bc1787 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38149b1 View commit details
    Browse the repository at this point in the history
  12. Update php.yml

    Stanton committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9ba6def View commit details
    Browse the repository at this point in the history
  13. Update php.yml

    Stanton committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0778f7a View commit details
    Browse the repository at this point in the history
  14. Update php.yml

    Stanton committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c02805d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    ba4921d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3c95c View commit details
    Browse the repository at this point in the history
  3. Bump jsdom from 9.12.0 to 16.5.0

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.5.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@9.12.0...16.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ac799f9 View commit details
    Browse the repository at this point in the history
  4. Bump node-sass and docusaurus-plugin-sass in /docs

    Bumps [node-sass](https://github.com/sass/node-sass) to 8.0.0 and updates ancestor dependency [docusaurus-plugin-sass](https://github.com/rlamana/docusaurus-plugin-sass). These dependencies need to be updated together.
    
    
    Updates `node-sass` from 6.0.1 to 8.0.0
    - [Release notes](https://github.com/sass/node-sass/releases)
    - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
    - [Commits](sass/node-sass@v6.0.1...v8.0.0)
    
    Updates `docusaurus-plugin-sass` from 0.1.15 to 0.2.2
    - [Release notes](https://github.com/rlamana/docusaurus-plugin-sass/releases)
    - [Commits](rlamana/docusaurus-plugin-sass@v0.1.15...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: node-sass
      dependency-type: indirect
    - dependency-name: docusaurus-plugin-sass
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    11af57d View commit details
    Browse the repository at this point in the history
  5. Bump scss-tokenizer and docusaurus-plugin-sass in /docs

    Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [docusaurus-plugin-sass](https://github.com/rlamana/docusaurus-plugin-sass). These dependencies need to be updated together.
    
    
    Updates `scss-tokenizer` from 0.2.3 to 0.4.3
    - [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
    - [Commits](sasstools/scss-tokenizer@v0.2.3...v0.4.3)
    
    Updates `docusaurus-plugin-sass` from 0.1.15 to 0.2.2
    - [Release notes](https://github.com/rlamana/docusaurus-plugin-sass/releases)
    - [Commits](rlamana/docusaurus-plugin-sass@v0.1.15...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: scss-tokenizer
      dependency-type: indirect
    - dependency-name: docusaurus-plugin-sass
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    451689d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Update breadcrumb.mdx

    Stanton committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d395547 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

Commits on Jan 5, 2023

  1. Merge pull request #1471 from jadu/1470_select-colour

    Stop select elements in iOS displaying blue text
    Stanton authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8aac473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b1b8b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1466 from jadu/dependabot/npm_and_yarn/jsdom-16.5.0

    Bump jsdom from 9.12.0 to 16.5.0
    Stanton authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a2fb55d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into dependabot/npm_and_yarn/docs/node-sass-an…

    …d-docusaurus-plugin-sass-8.0.0
    Stanton committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e7577a9 View commit details
    Browse the repository at this point in the history
  5. Bump qs, browser-sync and grunt-gh-pages

    Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [browser-sync](https://github.com/BrowserSync/browser-sync) and [grunt-gh-pages](https://github.com/tschaub/grunt-gh-pages). These dependencies need to be updated together.
    
    
    Updates `qs` from 0.6.6 to 6.11.0
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ljharb/qs/commits/v6.11.0)
    
    Updates `browser-sync` from 2.27.10 to 2.27.11
    - [Release notes](https://github.com/BrowserSync/browser-sync/releases)
    - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
    - [Commits](BrowserSync/browser-sync@v2.27.10...v2.27.11)
    
    Updates `grunt-gh-pages` from 2.1.0 to 4.0.0
    - [Release notes](https://github.com/tschaub/grunt-gh-pages/releases)
    - [Changelog](https://github.com/tschaub/grunt-gh-pages/blob/master/changelog.md)
    - [Commits](tschaub/grunt-gh-pages@v2.1.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    - dependency-name: browser-sync
      dependency-type: direct:development
    - dependency-name: grunt-gh-pages
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    38c273e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into dependabot/npm_and_yarn/docs/scss-tokeniz…

    …er-and-docusaurus-plugin-sass-0.4.3
    Stanton committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    49e6253 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1469 from jadu/dependabot/npm_and_yarn/docs/scss-…

    …tokenizer-and-docusaurus-plugin-sass-0.4.3
    
    Bump scss-tokenizer and docusaurus-plugin-sass in /docs
    Stanton authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d8e4f67 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1467 from jadu/dependabot/npm_and_yarn/docs/node-…

    …sass-and-docusaurus-plugin-sass-8.0.0
    
    Bump node-sass and docusaurus-plugin-sass in /docs
    Stanton authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c2cca19 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' into dependabot/npm_and_yarn/qs-and-browser-sy…

    …nc-and-grunt-gh-pages-6.11.0
    Stanton committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e212b4a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1468 from jadu/dependabot/npm_and_yarn/qs-and-bro…

    …wser-sync-and-grunt-gh-pages-6.11.0
    
    Bump qs, browser-sync and grunt-gh-pages
    Stanton authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9a48315 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Bump debug and mocha

    Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `debug` from 2.2.0 to 2.6.9
    - [Release notes](https://github.com/debug-js/debug/releases)
    - [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
    - [Commits](debug-js/debug@2.2.0...2.6.9)
    
    Updates `mocha` from 2.5.3 to 10.2.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v2.5.3...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: debug
      dependency-type: indirect
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    84d8bd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Update package-lock.json

    Stanton committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    af56395 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1474 from jadu/dependabot/npm_and_yarn/debug-and-…

    …mocha-2.6.9
    
    Bump debug and mocha
    Stanton authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fda7023 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Jan 20, 2023

  1. Update package-lock.json

    Stanton committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c9a7e98 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    182ba0a View commit details
    Browse the repository at this point in the history
  2. Bump ua-parser-js from 0.7.32 to 0.7.33

    Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
    - [Release notes](https://github.com/faisalman/ua-parser-js/releases)
    - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
    - [Commits](faisalman/ua-parser-js@0.7.32...0.7.33)
    
    ---
    updated-dependencies:
    - dependency-name: ua-parser-js
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2256e4c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge pull request #1478 from jadu/dependabot/npm_and_yarn/ua-parser-…

    …js-0.7.33
    
    Bump ua-parser-js from 0.7.32 to 0.7.33
    Stanton authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8410c05 View commit details
    Browse the repository at this point in the history
  2. Bump ua-parser-js from 0.7.32 to 0.7.33 in /docs

    Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
    - [Release notes](https://github.com/faisalman/ua-parser-js/releases)
    - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
    - [Commits](faisalman/ua-parser-js@0.7.32...0.7.33)
    
    ---
    updated-dependencies:
    - dependency-name: ua-parser-js
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    911b0f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge pull request #1479 from jadu/dependabot/npm_and_yarn/docs/ua-pa…

    …rser-js-0.7.33
    
    Bump ua-parser-js from 0.7.32 to 0.7.33 in /docs
    Stanton authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c675332 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Bump http-cache-semantics from 4.1.0 to 4.1.1

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4339a3e View commit details
    Browse the repository at this point in the history
  2. Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c5f491b View commit details
    Browse the repository at this point in the history
  3. Bump eta, @docusaurus/core and @docusaurus/preset-classic in /docs

    Bumps [eta](https://github.com/eta-dev/eta) to 2.0.0 and updates ancestor dependencies [eta](https://github.com/eta-dev/eta), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together.
    
    
    Updates `eta` from 1.12.3 to 2.0.0
    - [Release notes](https://github.com/eta-dev/eta/releases)
    - [Commits](eta-dev/eta@v1.12.3...v2.0.0)
    
    Updates `@docusaurus/core` from 2.2.0 to 2.3.1
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus)
    
    Updates `@docusaurus/preset-classic` from 2.2.0 to 2.3.1
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus-preset-classic)
    
    ---
    updated-dependencies:
    - dependency-name: eta
      dependency-type: indirect
    - dependency-name: "@docusaurus/core"
      dependency-type: direct:production
    - dependency-name: "@docusaurus/preset-classic"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f25eb1c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fix: upgrade jstree from 3.3.12 to 3.3.14

    Snyk has created this PR to upgrade jstree from 3.3.12 to 3.3.14.
    
    See this package in npm:
    https://www.npmjs.com/package/jstree
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    84f71e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix: upgrade datatables.net from 1.13.1 to 1.13.2

    Snyk has created this PR to upgrade datatables.net from 1.13.1 to 1.13.2.
    
    See this package in npm:
    https://www.npmjs.com/package/datatables.net
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    345cd0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d2c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd118ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    928fe31 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    3b0d633 View commit details
    Browse the repository at this point in the history
  2. Update php.yml

    Stanton committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    41298d3 View commit details
    Browse the repository at this point in the history
  3. Update php.yml

    Stanton committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    453302b View commit details
    Browse the repository at this point in the history
  4. Use phpunit 9.5.0

    Stanton committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ffe987f View commit details
    Browse the repository at this point in the history
  5. Update php.yml

    Stanton committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5d81e8a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1494 from jadu/build

    Use phpunit 9.5.0
    Stanton authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e760f18 View commit details
    Browse the repository at this point in the history
  7. Bump @sideway/formula from 3.0.0 to 3.0.1

    Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/sideway/formula/releases)
    - [Commits](hapijs/formula@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@sideway/formula"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    3fe956a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fc6688 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    e627a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a4c20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5fe65d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5756630 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1493 from jadu/1485_flash-close

    Add discernable text to the close button of javascript flash messages
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c104dbc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1491 from jadu/snyk-upgrade-058497adb1b24a5ded41b…

    …6aa4b332392
    
    [Snyk] Upgrade datatables.net-dt from 1.13.1 to 1.13.2
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fecadbf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1492 from jadu/snyk-upgrade-4a0c6a7bc7a77d9c4057a…

    …0faa417d882
    
    [Snyk] Upgrade datatables.net-select-dt from 1.5.0 to 1.6.0
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8b2db33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a405f8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa77f9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    920d5c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7afcaa View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' into dependabot/npm_and_yarn/docs/eta-and-docu…

    …saurus/core-and-docusaurus/preset-classic-2.0.0
    Stanton committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    aa5e134 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1489 from jadu/snyk-upgrade-04fd2b318a080ee000d23…

    …a407c80da04
    
    [Snyk] Upgrade datatables.net from 1.13.1 to 1.13.2
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3dece5f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1486 from jadu/snyk-upgrade-a5eef95cdfc7d4c5a30ea…

    …a9802070326
    
    [Snyk] Upgrade jstree from 3.3.12 to 3.3.14
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8ff7521 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1482 from jadu/dependabot/npm_and_yarn/http-cache…

    …-semantics-4.1.1
    
    Bump http-cache-semantics from 4.1.0 to 4.1.1
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6fc5546 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1483 from jadu/dependabot/npm_and_yarn/docs/http-…

    …cache-semantics-4.1.1
    
    Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    90972c8 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1490 from jadu/snyk-upgrade-5a5278fc657761eef1f6d…

    …40f19fbdaa3
    
    [Snyk] Upgrade @fortawesome/fontawesome-free from 6.2.1 to 6.3.0
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1e0862f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f30894f View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1495 from jadu/dependabot/npm_and_yarn/sideway/fo…

    …rmula-3.0.1
    
    Bump @sideway/formula from 3.0.0 to 3.0.1
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8b8afe6 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1484 from jadu/dependabot/npm_and_yarn/docs/eta-a…

    …nd-docusaurus/core-and-docusaurus/preset-classic-2.0.0
    
    Bump eta, @docusaurus/core and @docusaurus/preset-classic in /docs
    Stanton authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ba1a712 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Bump webpack from 5.75.0 to 5.76.1 in /docs

    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.75.0...v5.76.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    893a629 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    46b48d8 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade jstree from 3.3.14 to 3.3.15

    Snyk has created this PR to upgrade jstree from 3.3.14 to 3.3.15.
    
    See this package in npm:
    https://www.npmjs.com/package/jstree
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1864030 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Merge pull request #1497 from jadu/snyk-upgrade-f178d36f461f2f2fbece4…

    …2fbed4e9353
    
    [Snyk] Upgrade datatables.net-select from 1.5.0 to 1.6.0
    Stanton authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    876d3cb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix: upgrade datatables.net from 1.13.2 to 1.13.3

    Snyk has created this PR to upgrade datatables.net from 1.13.2 to 1.13.3.
    
    See this package in npm:
    https://www.npmjs.com/package/datatables.net
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    835acab View commit details
    Browse the repository at this point in the history
  2. fix: upgrade datatables.net-dt from 1.13.2 to 1.13.3

    Snyk has created this PR to upgrade datatables.net-dt from 1.13.2 to 1.13.3.
    
    See this package in npm:
    https://www.npmjs.com/package/datatables.net-dt
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1434db5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    205d817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e12f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Release v13.1.0

    Stanton committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0249881 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #1499 from jadu/snyk-upgrade-e5c88f2fb0b0596f4937e…

    …02089c634eb
    
    [Snyk] Upgrade datatables.net from 1.13.2 to 1.13.3
    Stanton authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ab2d4d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1500 from jadu/snyk-upgrade-80d7acea23e97ac2ba7b1…

    …14af33ea829
    
    [Snyk] Upgrade datatables.net-dt from 1.13.2 to 1.13.3
    Stanton authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5f40582 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1501 from jadu/snyk-upgrade-4ec7276591bf78c425bc6…

    …0e07061bcbf
    
    [Snyk] Upgrade datatables.net-select from 1.6.0 to 1.6.1
    Stanton authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b118e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6a49a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1502 from jadu/snyk-upgrade-07a5b6d57b29d3533ba50…

    …ff5882a5e53
    
    [Snyk] Upgrade datatables.net-select-dt from 1.6.0 to 1.6.1
    Stanton authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fee64df View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1498 from jadu/snyk-upgrade-dd1adc33c5b67c15c9b87…

    …52f60486648
    
    [Snyk] Upgrade jstree from 3.3.14 to 3.3.15
    Stanton authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    93c4e39 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1496 from jadu/dependabot/npm_and_yarn/docs/webpa…

    …ck-5.76.1
    
    Bump webpack from 5.75.0 to 5.76.1 in /docs
    Stanton authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    771596d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    8eb7634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a63e5 View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    Stanton committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fca980d View commit details
    Browse the repository at this point in the history
  4. Attempt to fix php tests

    Stanton committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9f919f9 View commit details
    Browse the repository at this point in the history
  5. Update php.yml

    Stanton committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fd72fc6 View commit details
    Browse the repository at this point in the history
  6. Update php.yml

    Stanton committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    feb3bde View commit details
    Browse the repository at this point in the history
  7. Update php.yml

    Stanton committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ade8ff6 View commit details
    Browse the repository at this point in the history
  8. Update php.yml

    Stanton committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bf2c9fa View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 21, 2023

  1. fix: upgrade datatables.net from 1.13.3 to 1.13.4

    Snyk has created this PR to upgrade datatables.net from 1.13.3 to 1.13.4.
    
    See this package in npm:
    https://www.npmjs.com/package/datatables.net
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b11b631 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade jquery from 3.6.3 to 3.6.4

    Snyk has created this PR to upgrade jquery from 3.6.3 to 3.6.4.
    
    See this package in npm:
    https://www.npmjs.com/package/jquery
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0b1fa28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29056e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cabfe5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d499df9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge pull request #1506 from jadu/snyk-upgrade-6bcd2108b583f11e690dd…

    …50c7eb0d0a1
    
    [Snyk] Upgrade datatables.net from 1.13.3 to 1.13.4
    Stanton authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    043da37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1509 from jadu/snyk-upgrade-20cc13ba3fded859cefd7…

    …caa41cb370c
    
    [Snyk] Upgrade datatables.net-responsive-dt from 2.4.0 to 2.4.1
    Stanton authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2e17ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea8e4e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1510 from jadu/snyk-upgrade-d1e1349c1997e1f5df6e4…

    …b03cd311f43
    
    [Snyk] Upgrade datatables.net-responsive from 2.4.0 to 2.4.1
    Stanton authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    86f7979 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1508 from jadu/snyk-upgrade-6c009050ca81ce20bc8cf…

    …6e7a21a7d0d
    
    [Snyk] Upgrade @fortawesome/fontawesome-free from 6.3.0 to 6.4.0
    Stanton authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6081bbc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1507 from jadu/snyk-upgrade-ab8ed7ada85ad631a1140…

    …bd77f99e1eb
    
    [Snyk] Upgrade jquery from 3.6.3 to 3.6.4
    Stanton authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3411c9b View commit details
    Browse the repository at this point in the history
  7. Update docs.yml

    Stanton committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    69e4f8e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    16f2127 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade datatables.net-dt from 1.13.3 to 1.13.4

    Snyk has created this PR to upgrade datatables.net-dt from 1.13.3 to 1.13.4.
    
    See this package in npm:
    https://www.npmjs.com/package/datatables.net-dt
    
    See this project in Snyk:
    https://app.snyk.io/org/stanton/project/94c761b6-1c9e-44c8-b701-460d5b69593f?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7d231b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db0a4f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge pull request #1512 from jadu/snyk-upgrade-af6afb13428894440f0da…

    …7ad04424d02
    
    [Snyk] Upgrade datatables.net-dt from 1.13.3 to 1.13.4
    Stanton authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    49bf062 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1513 from jadu/snyk-upgrade-efd95ddc988599a5d95af…

    …48e60f17135
    
    [Snyk] Upgrade datatables.net-select-dt from 1.6.1 to 1.6.2
    Stanton authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9b5f0b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    825efc4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1511 from jadu/snyk-upgrade-73880343ccbc449cf1b9a…

    …07ecb135f2e
    
    [Snyk] Upgrade datatables.net-select from 1.6.1 to 1.6.2
    Stanton authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    52edee8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 10, 2023

  1. Merge pull request #1514 from jadu/docs-exclude

    Add /docs to gitattributes to stop Jadu packages including it in the …
    Stanton authored May 10, 2023
    Configuration menu
    Copy the full SHA
    9d8a03a View commit details
    Browse the repository at this point in the history
  2. Update .gitattributes

    Stanton committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7f0c104 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    9730847 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1515 from jadu/redevelop

    Release/14.0.0 into develop
    Stanton authored May 18, 2023
    Configuration menu
    Copy the full SHA
    4dcc36e View commit details
    Browse the repository at this point in the history