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

SHS-5907: Implementation: Editors can easily set "view" access for Private Pages #1679

Open
wants to merge 26 commits into
base: 11.6.1-release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cb81b74
feat(SHS-5907): WIP testing new content access simple on humsci
codechefmarc Nov 2, 2024
379bb1b
feat(SHS-5907): Add config for testing content access simple
codechefmarc Nov 5, 2024
7e88f57
feat(SHS-5907): Add in specific version of content access simple
codechefmarc Nov 5, 2024
d2b2e50
Merge branch '11.5.2-release' into SHS-5907--easily-set-view
codechefmarc Nov 14, 2024
d2dd874
feat(SHS-5907): Update content_access_simple with latest changes for …
codechefmarc Nov 14, 2024
a1c98d5
feat(SHS-5907): Update code with some bug fixes and changes, add upda…
codechefmarc Nov 21, 2024
b694932
Merge branch '11.6.1-release' into SHS-5907--easily-set-view
codechefmarc Nov 21, 2024
fd01ca9
fix(SHS-5907): Fix linting error
codechefmarc Nov 21, 2024
4f87701
f
codechefmarc Nov 26, 2024
ffefc43
feat: Switch to Drupal.org content_access_simple version
codechefmarc Nov 26, 2024
6e974f6
Merge branch '11.6.1-release' into SHS-5907--easily-set-view
codechefmarc Nov 26, 2024
c22210e
feat(SHS-5907): Fix content_access_simple settings and revert acciden…
codechefmarc Nov 26, 2024
6a498dc
fix: Updated help text messaging to match A.C..
dalin- Nov 27, 2024
03e6f6c
Merge branch '11.6.1-release' into SHS-5907--easily-set-view
codechefmarc Dec 3, 2024
2b56b5f
feat(SHS-5907): Add update hook to grant site managers view access to…
codechefmarc Dec 3, 2024
71f4847
Merge branch '11.6.1-release' into SHS-5907--easily-set-view
codechefmarc Dec 9, 2024
93570ea
fix(SHS-5907): Update to beta2 of content_access_simple to fix spelli…
codechefmarc Dec 9, 2024
25e05b3
Merge branch '11.6.1-release' into SHS-5907--easily-set-view
codechefmarc Dec 11, 2024
befcdc4
chore(SHS-5907): Revert composer.lock, next commit will change conten…
codechefmarc Dec 11, 2024
544a927
chore(SHS-5907): Update composer.lock with only content access simple…
codechefmarc Dec 11, 2024
51fee20
feat(SHS-5907): Update content access simple to 1.0.0-beta3
codechefmarc Dec 11, 2024
2b93ae2
Merge branch '11.6.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Dec 13, 2024
50ced9a
Updating tugboat config.yml to add additional line for mysql fix
ahughes3 Dec 17, 2024
8dc0226
Update config.yml to ensure packet size persists even if MySQL restar…
ahughes3 Dec 17, 2024
dfbe70a
Merge branch '11.6.1-release' of github.com:SU-HSDO/suhumsci into SHS…
cienvaras Dec 17, 2024
dad33d0
fix(shs-5907): update update hook sequence numbers
cienvaras Dec 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/SU-HSDO/suhumsci",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/codechefmarc/content_access_simple.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand Down Expand Up @@ -44,6 +48,7 @@
"php": ">=8.2",
"acquia/blt": "^13.5",
"acquia/blt-multisite": "^1.0",
"codechefmarc/content_access_simple": "1.1.0",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"dinbror/blazy": "^1.8",
Expand Down
113 changes: 72 additions & 41 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions config/default/content_access_simple.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_core:
default_config_hash: QfKnBM3eY89y3dqsdVFRwG5E8H8zr3zGJyin6Bi9TJk
role_config:
hidden_roles:
codechefmarc marked this conversation as resolved.
Show resolved Hide resolved
- anonymous
- authenticated
- administrator
1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module:
config_update_ui: 0
confirm_leave: 0
content_access: 0
content_access_simple: 0
contextual: 0
core_event_dispatcher: 0
crop: 0
Expand Down