-
Notifications
You must be signed in to change notification settings - Fork 111
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 '6' into 7 #856
Merge branch '6' into 7 #856
Conversation
…5/deprecations API Standardise deprecations
skip empty 'where' clauses
Update FluentExtension.php
Also copy translations on duplicate
Implement onAfterDuplicate
feat: add absolute base url for locales
…omMaster copy Bugfix for GridFieldAddExistingSearchButton from master to version 6.0
fixes tractorcow-farm#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
…lector-warnings FIX allows i18nTextCollector to concatenate keys
fix: don't invoke db for ready check outside of dev urls
# Conflicts: # src/Extension/FluentExtension.php
…dy-check-6 fix: check for request prior to access
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.
…ial-task-for-dataobjects New dev/task to initialise DataObjects for existing datasets
…6/merge-conflict Merge branch '6.0' into 6
Retargetted to the If this gets merged, note that the merge-ups action will continue failing until the October minor release, since it will keep trying to merge |
Approved, any time. |
@GuySartorelli merge conflict |
ec7a903
to
a702f41
Compare
Merge conflict in |
The gha-merge-up action won't merge up because of a merge conflict when merging up from the
6
branch to the7.1
branch: https://github.com/tractorcow-farm/silverstripe-fluent/actions/runs/9218330417/job/25361687967I lack the required level of access to push directly to the 7 branch, so the only way I can resolve it is with a PR.
The conflict on
FluentExtension
is just the same change being made in both branches.For the conflict in
InitialPageLocalisationTask
, looking at the difference between https://github.com/tractorcow-farm/silverstripe-fluent/commits/7.1/src/Task/InitialPageLocalisationTask.php and https://github.com/tractorcow-farm/silverstripe-fluent/commits/6/src/Task/InitialPageLocalisationTask.php it's clear the resolution is to keep the changes from6
.I'd like @tractorcow to review this one, since there's a lot of functionality here being merged up between majors and I'm not familiar with these features enough to know if they're all okay for
7.x
.NOTE: DO NO SQUASH
Issue