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

Merge branch '7' into 8 #878

Merged
merged 53 commits into from
Aug 20, 2024
Merged

Merge branch '7' into 8 #878

merged 53 commits into from
Aug 20, 2024

Commits on Feb 17, 2023

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

Commits on Feb 22, 2023

  1. Merge pull request #783 from creative-commoners/pulls/5/deprecations

    API Standardise deprecations
    tractorcow committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3f2b86b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 31, 2023

  1. Update FluentExtension.php

    skip empty 'where' clauses
    mikey-harveycameron committed May 31, 2023
    Configuration menu
    Copy the full SHA
    034dd15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #799 from mikey-harveycameron/patch-2

    Update FluentExtension.php
    tractorcow committed May 31, 2023
    Configuration menu
    Copy the full SHA
    53ca9ef View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Implement onAfterDuplicate

    Also copy translations on duplicate
    RVXD committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    336dca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b4214 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge pull request #804 from RVXD/patch-3

    Implement onAfterDuplicate
    tractorcow committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6313e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

  1. chore: fix linting

    tractorcow committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    904e3f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #809 from tractorcow/feat/base-url

    feat: add absolute base url for locales
    tractorcow committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ba53c83 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    9ab08d1 View commit details
    Browse the repository at this point in the history
  2. fix: allow plugins

    tractorcow committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f18bc71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #815 from MLindenhofer/ML_CopyFixFromMaster

    copy Bugfix for GridFieldAddExistingSearchButton from master to version 6.0
    tractorcow committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3ac5a90 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. FIX allows i18nTextCollector to concatenate keys

    fixes #823 - The magic constant __TRAIT__ was inserting namespaces into
    localization keys, containing slashes that could not be parsed by the
    TextCollector task. These have been replaced w/ the Trait name as a
    string
    davejtoews committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    14ecdb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 13, 2024

  1. Merge pull request #824 from davejtoews/bugfix-textcollector-warnings

    FIX allows i18nTextCollector to concatenate keys
    tractorcow committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    42ecdc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f79f0f9 View commit details
    Browse the repository at this point in the history
  2. fix: redundant import

    tractorcow committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    05ef577 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request #831 from tractorcow-farm/fix/check

    fix: don't invoke db for ready check outside of dev urls
    tractorcow committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1685a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182e829 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/5' into 6

    # Conflicts:
    #	src/Extension/FluentExtension.php
    tractorcow committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4c1f1e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8985d8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #833 from tractorcow-farm/fix/dbready-check-6

    fix: check for request prior to access
    tractorcow committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9e650e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. NEW Added dev/task to initialise DataObjects for existing datasets

    New task is based on the original task built for SiteTree but is now extendable for any DataObject enabled with Fluent. To prevent duplicate code, the original task now extends the new task.
    nathanbrauer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9aea31d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07328cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #835 from nathanbrauer/feature/initial-task-for-da…

    …taobjects
    
    New dev/task to initialise DataObjects for existing datasets
    tractorcow committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    acb1466 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    5d66753 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #845 from creative-commoners/pulls/7.1/tx-1715046311

    TLN Update translations
    tractorcow committed May 7, 2024
    Configuration menu
    Copy the full SHA
    162572d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 24, 2024

  1. Merge pull request #854 from creative-commoners/pulls/6/merge-conflict

    Merge branch '6.0' into 6
    emteknetnz committed May 24, 2024
    Configuration menu
    Copy the full SHA
    04c6358 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge branch '6' into 7

    GuySartorelli committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a702f41 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    17c5cd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #856 from creative-commoners/pulls/7.1/merge-conflict

    Merge branch '6' into 7
    emteknetnz committed May 30, 2024
    Configuration menu
    Copy the full SHA
    392d019 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    092638a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #859 from creative-commoners/pulls/7.1/remove-self

    ENH Use class name instead of self
    tractorcow committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    73844e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    eaece0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2714bff View commit details
    Browse the repository at this point in the history
  3. .

    emteknetnz committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b14687a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #860 from creative-commoners/pulls/7/fix-sink

    FIX Issues when running with other modules installed
    GuySartorelli committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    87abf4c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    713786b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201826e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #861 from creative-commoners/pulls/7/fix-preview

    FIX Preview link when no locale set
    GuySartorelli committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    80293d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b1de9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #863 from creative-commoners/pulls/7/merge-from-7.1

    Merge branch '7.1' into 7
    emteknetnz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    411c1e2 View commit details
    Browse the repository at this point in the history
  4. MNT Replace sass-lint with stylelint (#862)

    sass-lint went EOL ages ago
    GuySartorelli committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    18622bf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    8c9745e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #867 from creative-commoners/pulls/7/no-keyword-self

    ENH Don't use keyword self
    emteknetnz committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b7ed95b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 13, 2024

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

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

  1. Merge pull request #877 from creative-commoners/7

    Merge branch '7.1' into 7
    tractorcow committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1c43bd6 View commit details
    Browse the repository at this point in the history