Closed (duplicate)
Project:
Domain Context
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
1 Mar 2012 at 15:55 UTC
Updated:
15 May 2017 at 11:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
grndlvl commentedRe-rolled patch so that it will apply.
When creating patches please see http://drupal.org/node/707484.
Also I have created a different approach to solving the solution for exclusive/inclusive logic @ #1480604: Include/Exclude selected sites for context..
Comment #2
grndlvl commentedMeant to attach re-roll.
Comment #3
xjmThanks for the patch! Since Domain Context does not have a test suite, I'd like to have some folks test this on their existing sites and confirm the results.
Comment #4
bforchhammer commentedThis still needs work... if I read the patch correctly, it replaces the domain list with a textarea for hostnames ("subdomain" values), and then tries to match those against the current domain.
I think that the textarea should work with domain ids (or even better: machine names) instead of hostnames, and let the domain access module do the domain matching... That's been tested a already, and also allows to automatically match domain aliases.
Edit: Hm, I just saw that #1480604: Include/Exclude selected sites for context. solves the mentioned problem; Maybe this issue can be closed then?
Comment #5
jnpwebdeveloper commented