Sandbox url
https://www.drupal.org/sandbox/dietervmo/2706891
Description
Context Profiles is a UI module based on context.
I have strived to keep Context profiles a KISS module ( keeping it stupid & simple ).
Currently the main focus of context profiles lays on placement of blocks on content entities.
Additionally, this module allows you to organise blocks placed by different contexts on the same page/entity view.
The module also allows you restrict block providers and regions on a role base, so you can select which users can place which blocks in whatever region.
GIT
From Drupal root.
git clone --branch development https://git.drupal.org/sandbox/DieterVMO/2706891.git modules/custom/context_profiles
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Screenshot from 2016-06-23 19-45-39.png | 128.9 KB | sandeepguntaka |
Comments
Comment #2
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxDieterVMO2706891git
Fixed the git clone URL in the issue summary for non-maintainer users.
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #3
napche commentedComment #4
napche commentedComment #5
asiby commentedPlease check the PAReview at http://pareview.sh/pareview/httpsgitdrupalorgsandboxdietervmo2706891git
It really needs some massaging before we can take a look closer look at the code. If you need assistance in getting rid of these error, I can assist if you don't mind giving me access to the git repo temporarily.
Comment #6
napche commentedThanks for initial review.
I fixed the comments, except for the return comments, which I implemented according to other contrib modules.
Comment #7
bapi_22 commentedSite goes down after installing the module(Drupal 8.1.1).
Error is below:
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "context_profiles.settings" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 186 of D:\xampp\htdocs\drupal-8.1.1\core\lib\Drupal\Core\Routing\RouteProvider.php).
Comment #8
napche commentedApparently it does indeed on fresh installs. Fixed that.
Thanks for your time!
Comment #9
sandeepguntaka commentedHi @napche! Its a good idea for a module on D8, Below are the issues I went across while looking into the module.
Missing Folder Name in Git Url:
In the issue description where you put the Git clone command the folder name was missing from the end of the command. Because of that when I used the command the folder name was '2706891'. Do add "cd [MODULE NAME]" at the end of the command.
Unable to Install the module through drush:
When i tried installing the module from the terminal(drush command) i ve got Route "context_profiles.settings" does not exist. exception so that needs to be handled properly. And the site was down totally. facing "The website encountered an unexpected error. Please try again later." error.
please find the screenshot for the above.
I hope this helps!
Comment #10
napche commented- added folder name to git command
- committed fix for routing e1df2574f229c3e66d46ad4c52d1009867ccf69a to development
Thanks for your feedback!
Comment #11
mlncn commentedHi Dieter! You now have vetted git user status and can make Context Profiles a full module. Please keep reviewing and improving your code. Your last changes in November of code comments to just say 'object' should instead have been made a specific class/interface, e.g. " * @param \Drupal\views\Entity\View $view"
Thanks sandeepreddyg and bapi_22
Comment #12
klausiAssigning issue credits.