-
Merge branch '7.x-1.x' of /Users/james/Code/Projects/subsites into 7.x-1.x
-
Ensure node edit and other subpages are in the subsite (eg: Panels node and Signup admin pages).
-
Enabling the subsites context condition to attach to all subsites, this is helpful in the case where a context should automatically trigger on existing and future created subsites.
-
Refactoring to avoid changing the structure of the subsite context condition values array. This also cleans up warnings in the context module.
-
Enabling the subsites context condition to attach to all subsites, this is helpful in the case where a context should automatically trigger on existing and future created subsites. This unfortunately creates different context exports than the previous version(s) so all contexts using this condition must be updated and re-exported.
-
Removing d6 style query and fixing node autocomplete callback.
-
Fixing PHP notices.
-
Adding a title() override for subsite views argument, this allows the page title and breadcrumb to be set using a subsite's name.
-
Moving subsites node settings into D7 vertical tabs.
-
Adding a default argument for subsites that allows a 'Main site' fallback.