-
Notifications
You must be signed in to change notification settings - Fork 1
Better ux #2
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
Open
DiDebru
wants to merge
66
commits into
8.x-1.x
Choose a base branch
from
better_ux
base: 8.x-1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Better ux #2
Changes from 65 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
eb1be96
fix plugin not found exception during kernel tests
DiDebru 0d785fb
Adds basic UI for adding, editing and removing group memberships
jludwig 027bbdd
Adds a bit of polish to the membership UI: including adding operation…
jludwig 623594a
Adds PR #222 since they work well together and this avoids merge conf…
jludwig a4457b5
Adds membership type page to facilitate when multiple membership type…
jludwig b19b36a
Ensures that only valid members/roles can be selected. Also some misc…
jludwig bb44b84
Adds a general membership add page for when multiple membership types…
jludwig 8504dbc
OG membership UI code cleanup etc based on PR review feedback
jludwig 8f1198c
Additional OG membership UI tweaks and fixes.
jludwig 1e2d63d
OG Membership UI: Fixes PluginNotFoundException in tests.
jludwig 2486ebe
API update: getUser() to getOwner().
jludwig 97bf31f
Credit: zerolab | OgAdminRoutesEvent array merge fix. Important param…
jludwig 557a92b
Fixed entity reference selection plugin loading all membership entiti…
joachim-n 8d14525
Added method to MembershipManager to get the count of members in a gr…
joachim-n abb614f
Fixed access check to query for the count of group members, rather th…
joachim-n 2714970
Added docs to UniqueOgMembershipConstraintValidator to explain why it…
joachim-n 2978f39
Fixed UniqueOgMembershipConstraintValidator loading all membership en…
joachim-n cce4160
Removed getGroupMemberships(): no longer used, and does not scale for…
joachim-n c532603
Fix OgUserSelection query
zerolab 1a4afc5
Fix query
zerolab 20ea6d2
fixup! Fix query
zerolab fbc3a5c
Fix UniqueOgMembershipConstraintValidator not filtering on the group
zerolab f0b86c3
Merge branch 'feature/fix-tests' into ui-test-fix
DiDebru 6e70be6
use new fieldtype
DiDebru 6973bf0
fix php doc
DiDebru 1387d61
fix fatal on group create
DiDebru dde81c9
add options module to all kernel tests
DiDebru 3e93d7a
Remove t() from setLabel()
DiDebru a4b17f3
test
DiDebru 50daa54
Remove deprecated drupal_set_message replace it with OO MessengerInte…
DiDebru dfa0563
add cache_test
DiDebru 2562cab
add messenger to test
DiDebru dc646df
fix typo
DiDebru 9f504d9
fix code style
DiDebru 555d6ce
Fix Travis CI Integration
webflo aaeb18d
Dump the composer log
webflo bce8f34
Add drupal/core 8.7.x
webflo 2ce50cc
Disable all deprecations
webflo 7e0cba4
Add field module to BundleFormAlter
DiDebru c4a80b9
Test Drupal 8.7.x with PHP 7.2 only
webflo d634374
Sort excludes similar to env.matrix
webflo 654a7e3
Remove SYMFONY_DEPRECATIONS_HELPER again
webflo a1a8a4f
Remove verbose flags from composer
webflo fe8b401
fix code style
DiDebru 8032e78
Revert "Remove t() from setLabel()"
DiDebru a430a74
use entitymanager for backport compability
DiDebru ccd23ef
Revert "use entitymanager for backport compability"
DiDebru 095b559
Merge branch 'travis-ci' into ui-test-fix
DiDebru ac778a5
Fix typos
DiDebru 7392220
test
DiDebru 40d90e1
test
DiDebru c3c2a36
test
DiDebru 41d595c
test
DiDebru 9ffa907
test
DiDebru 325f17e
test
DiDebru 3ccfde5
test
DiDebru 9b8a362
Provide member addPage on Member list
DiDebru 275739f
Remove OgActionLink return message markup
DiDebru 00f499d
Remove AdminRoutes event because imho additional admin routes should …
DiDebru 29d777a
Fix OgLocalTaskTest
DiDebru a3513a1
Fix GroupTabTest
DiDebru 0f51cb4
Fix GroupTabTest
DiDebru e8ab94b
Remove test
DiDebru 15ae705
fix code style
DiDebru 5567a1c
Remove tests for PHP 5.6
DiDebru 5878ecf
Better GroupCheck
DiDebru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| og_membership.type_add: | ||
| route_name: og_membership.type_add | ||
| title: 'Add membership type' | ||
| appears_on: | ||
| - entity.og_membership_type.collection | ||
|
|
||
| og_admin.members.add: | ||
| route_name: og_admin.members.add | ||
| title: 'Add member' | ||
| appears_on: | ||
| - og_admin.members |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| entity.og_membership_type.collection: | ||
| title: 'Membership types' | ||
| parent: system.admin_structure | ||
| description: 'Create and manage fields, forms, and display settings for OG memberships.' | ||
| route_name: entity.og_membership_type.collection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,15 @@ | ||
| og.og_admin_routes: | ||
| entity.og_membership.canonical: | ||
| route_name: entity.og_membership.canonical | ||
| base_route: entity.og_membership.canonical | ||
| title: View | ||
| entity.og_membership.edit_form: | ||
| route_name: entity.og_membership.edit_form | ||
| base_route: entity.og_membership.canonical | ||
| title: Edit | ||
| entity.og_membership.delete_form: | ||
| route_name: entity.og_membership.delete_form | ||
| base_route: entity.og_membership.canonical | ||
| title: Delete | ||
| weight: 10 | ||
| og_admin.local_tasks: | ||
| deriver: \Drupal\og\Plugin\Derivative\OgLocalTask |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is unrelated, please revert.