There's no D8 branch yet for this module. It does make sense to have a D8 port as long as #1975064: Add more granular block content permissions hasn't landed in core.
There's no D8 branch yet for this module. It does make sense to have a D8 port as long as #1975064: Add more granular block content permissions hasn't landed in core.
Comments
Comment #2
rootworkI created #2644872: [block_access] Block Access to enable the display of the explanatory message on the module page.
Comment #3
larowlanCan we get an 8.x branch so we can start work on this?
Comment #4
larowlanI've written some code that adds permissions for editing block content - e.g 'edit own|any {type} block content' and 'delete own|any {type} block content' and 'create {type} block content'.
You can find it here http://github.com/larowlan/block_access
Feedback welcome.
Comment #5
naveenvalechaAwesome work Lee! module with tests :)
@lambic,
could you merge the github repo to the d.o. unless and until waiting for the #1975064: Add more granular block content permissions
Comment #6
fengtanThanks @larowlan !
I have created a branch for 8.x and merged your github repo http://cgit.drupalcode.org/block_access/log/?h=8.x-1.x
Comment #7
larowlanThanks @fengtan, I've updated the README over there to indicate that this is now the canonical source.
Can we roll an 8.x dev/alpha?
Comment #8
fengtanYes: https://www.drupal.org/project/block_access/releases/8.x-1.x-dev
@larowlan since you wrote the initial code for 8.x I have also granted you access to the git repo as well as the ability to administer releases. This way, you can push extra commits or create new releases if you wish to move 8.x forward.
Comment #9
larowlanThanks.
Any chance you could add acbramley too who helped with some of the features and has an interest in working on it further?
Comment #10
fengtanOkay, granted acbramley access to git + releases.
Comment #11
larowlanthank you
lets track separate issues now
Comment #12
rootworkCan we make the 8.x release visible on the project page? Then we can update #2644872: [block_access] Block Access to say there's a prerelease.
Comment #13
fengtanFor some reason -dev won't show up on the project page unless a tagged release exists.
So I have created an alpha and now they both show up https://www.drupal.org/project/block_access
Comment #14
fengtanComment #15
rootworkAwesome, thanks!